/* style.css */
body {
	background-color: #AAAAAA;
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 0;
	text-align: left;
}

/* "html" for Opera */
html { margin: 0px; padding: 0; }

p,td {
 	/* background-color: transparent; */
	color : #444444;
	font-family: Verdana, Arial, sans-serif;
	font-size: 12px;
}

td.gray {
 	background-color: #DDDDDD;
}

/* no border around images */
img { border: none; }

form { margin: 0px; padding: 0px; }

input.button {
	background-color: #F0D60F ;
	border: 1px outset;
	color : #111111;
	cursor: pointer;
	margin: 0px;
	padding: 0px 2px 0px 2px;
}

.maintable {
	background-color: #FFFFFF;
	border-width: 2px 4px 4px 4px;
	border-style: solid;
	border-color: #913796;
}

.helppage {
	background-color: #FFFFFF;
	border: none;
	padding: 10px;
}


.smaller {
	font-size: 10px;
}

#activeStatus {
	padding: 1px 2px 1px 2px;
	border: 1px solid;
	font-size: 10px;
	font-weight: bold;
}

a:link, a:visited, a:hover, a:active {
 	background-color: transparent;
	color: #913796;
	font-family: Verdana, Arial, sans-serif;
	font-weight : bold;
	text-decoration: underline;
 	cursor: pointer;
}
a:hover, a:active {
	color: #222222;
}

a.subnav:link, a.subnav:visited, a.subnav:hover, a.subnav:active {
 	background-color: transparent;
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
	cursor: pointer;
}
a.subnav:hover, a.subnav:active {
	color: #913796;
}

a.subnav_rollover:link, a.subnav_rollover:visited, a.subnav_rollover:hover, a.subnav_rollover:active {
 	background-color: transparent;
	color: #913796;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
	cursor: pointer;
}

/* draw horizontal line above sub-navigation */
td.subnav_horiz {
	background-color:#903592
}

a.botnav:link, a.botnav:visited, a.botnav:hover, a.botnav:active {
 	background-color: transparent;
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	font-weight : bold;
	text-decoration: none;
 	cursor: pointer;
}
a.botnav:hover, a.botnav:active {
	color: #913796;
}

a.printerfriendly, a.logout  {
	font-size: 10px;
	font-weight : normal;
}

h1 {
 	background-color: transparent;
	color: #333333;
	font-family: Verdana, Arial, sans-serif;
	font-size: 16px;
	font-weight: bold;
	margin: 15px 0px 7px 0px;
}

h2 {
 	background-color: transparent;
	color: #444444;
	font-family: Verdana, Arial, sans-serif;
	font-size: 15px;
	margin: 6px 0px 6px 0px;
}

h3 {
 	background-color: transparent;
	color: #444444;
	font-size: 14px;
}

ul li {
	list-style : outside;
	padding-bottom : 3px;
	list-style-type : circle;
}

.errorMsg, .resultMsg { 
 	background-color: transparent;
	color : red; 
	font-weight : bold;
	font-family: Verdana, Arial, sans-serif;
	font-size : 12px;
}
.resultMsg {
	color : green;
}

#sponsorHeading {
 	background-color: transparent;
	color: #FFFFFF;
	font-family: Verdana, Arial,sans-serif; 
	font-size: 14px; 
	font-weight: bold; 
}

#sponsorName a:link, #sponsorName a:visited, #sponsorName a:hover, #sponsorName a:active {
 	background-color: transparent;
	color: #000000;
	font-family: "Times New Roman", Times, serif; 
	font-size: 16px; 
	font-weight: bold; 
	padding-left: 5px;
	text-decoration: none;
}
#sponsorName a:hover, #sponsorName a:active {
	text-decoration: underline;
}

/* ******************************* */
/* ***** begin - login table ***** */
/* ******************************* */
form.loginform { 
	display: inline;
}

input.login {
	border: 1px inset;
	cursor: pointer;
	font-size: 10px;
}

input.loginbutton {
	background-color: #913796 ;
	color : #FFFFFF;
	border: 1px outset #111111;
	padding: 1px;
	cursor: pointer;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	font-weight: normal;
}

.logintable {
	background-color: #EEEEEE;
	border: 1px solid #913796;
	margin: 0px;
	padding: 0.5px;
}

.logintable td {
	color: #333333;
	font-size: 10px;
	font-weight: normal;
}

.logintable a:link, .logintable a:visited, .logintable a:hover, .logintable a:active {
	color: #888888;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
.logintable a:hover, .logintable a:active {
	color: #913796;
	text-decoration: underline;
}

#newusersregister a:link, #newusersregister a:visited, #newusersregister a:hover, #newusersregister a:active {
	color: #666666;
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
}
#newusersregister a:hover, #newusersregister a:active {
	color: #913796;
	text-decoration: underline;
}
/* ******************************* */
/* *****  end - login table  ***** */
/* ******************************* */

/* ******************************* */
/* *****  begin - menu       ***** */
/* ******************************* */
.MenuOff, .MenuOn, .MenuSelect {
 	background-color: #913796;
 	border-right: 2px solid #FFFFFF;
	color: #FFFFFF;
 	cursor: pointer;
 	padding: 3px 9px 4px 9px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
 	font-weight : bold;
	text-decoration: none; 
}
.MenuOff{ 
	background-color: #B273B5;
}
.MenuSelect {
	background-color: #913796;
}
/* ******************************* */
/* *****  end - menu         ***** */
/* ******************************* */

