@charset "ISO-8859-1";

body {
	margin-left: 0px;
	margin-top: 10px;
	background-color: #e6e6de;
}
.spinnerbkgrnd {
	background-image: url(../images/spinbackground.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
}
.tinytext, a.tinytext:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d5b41;
	text-decoration: none;
	line-height: 14px;
}

a.tinytext:hover {
	color: #aeaa7a;
}
.tinytext2, a.tinytext2:link  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #aeaa7a;
	line-height: 14px;
}

a.tinytext2:hover {
	color: #5d5b41;
}
.newstinytext,a.newstinytext:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #5d5b41;
	text-decoration: none;
	line-height: 14px;
}
a.newstinytext:hover, a.newstinytext:visited {
	color: #cccccc;
}
.shadowspinner {
	background-image: url(../images/shadow_spinner.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
.titlebold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	color: #333333;
}
.titlebolduc, a.titlebolduc:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 16px;
	text-decoration: none;
}
a.titlebolduc:hover {
	text-decoration: underline;
}
.smallbody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	line-height: 14px;
}
a.smallbody:link {
	color: #000000;
}
a.smallbody:hover {
	color: #999999;
}
.smallwhite, a.smallwhite:link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	line-height: 14px;
}
a.smallwhite:hover {
	color: #cccccc;
}
.bkgrndshadow {
	background-image: url(../images/background_shadow_01.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: top;
}
.bkgrndshadowmid {
	background-image: url(../images/background_shadow_02.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
}
.bkgrndshadowbott {
	background-image: url(../images/background_shadow_03.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-position: bottom;
}
.logobkgrnd {
	background-image: url(../images/rightpanel_gclogo.jpg);
	background-repeat: no-repeat;
	background-color: #A69F69;
	background-position: bottom;
}
p,.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #0D0D0D;
	line-height: 16px;
}
a.bodytext:link {
	color: #0D0D0D;
}
a.bodytext:hover {
	color: #5d5b41;
}
.header1 {
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	color: #363636;
	line-height: 30px;
}
.header2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #771111;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: -.1em;
}
.header3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #89856c;
	font-weight: bold;
}
.header4 {
	font-family: "Times New Roman", Times, serif;
	font-size: 26px;
	color: #363636;
	line-height: 28px;
}
.header5 {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	color: #363636;
	line-height: 24px;
}
.redeye {
	color:#FF0000;
}
/* drop down menu styles*/

#dropmenudiv{
position:absolute;
border:1px solid #ffffff;
border-bottom-width: 0;
font:normal 10px Arial;
line-height:15px;
z-index:100;
}

#dropmenudiv a{
background-color: #ffffff;
width: 100%;
display: block;
text-indent: 5px;
border-bottom: 1px solid #ffffff;
padding: 1px 0;
text-decoration: none;
color: #5d5b41;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #A69F69;
color: #ffffff;
}

/* end drop menu */


.validation-advice {
	background-color:#FF0000;
	color : #FFFFFF;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: left center;
	font-size: 10px;
	border: 1px solid #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 2px;
	margin-right: 0;
	margin-bottom: 2px;
	margin-left: 0;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 30px;
}
.resultMessage {
	font-family: Arial, sans-serif;
	font-weight: bold;
	font-size: 9pt;
	color: #ff0000;
}

input.submit {
	color: #000000;
	background: #99cc99;
	border: 2px outset #cccccc;
}

hr { border: none 0; border-top: 1px solid #666666; height: 1px; margin-top:0px; margin-bottom:0px;}