body{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
}
form{
	margin:0px;
}
fieldset{
 	border: 1px solid #E2DCCB;
	padding:10px;
}

/* borrowed from main site */
a {
	/* color: see style css */
	text-decoration: none;
	color: #003A66;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}

a:hover {
	
	text-decoration: underline;
	color: #58060C;
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a:visited {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}
a:link {
	font: 13px "Lucida Grande", Lucida, Verdana, sans-serif;
}


legend{
	color: #8B8881;
}
hr{
	color: #D5D5D5;
	background-color: #D5D5D5;
	height: 1px;
	border:0px;
}
table, td{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

.header{
	/* background: #0046C6; 12/21/2008 PJS */
	background: #00305a; /* 12/21/2008 PJS */
	/* padding:20px;        12/21/2008 PJS */
}
.header_tagline{
	font-size:10px;
	color:#8BB4FF;
}
.navigation_dropdown{
	/* padding:10px;
	background:#296FEF;
	border:1px solid #4486FF; */
	float:right;
	margin:0px;
	padding-right: 5px;
}
.navigation_dropdown input, .navigation_dropdown select{
	font-size:10px;
}
.center_fixed{
	/* width:750px; 12/21/2008 PJS */
	/* width:800px; 12/21/2008 PJS */
}
.main_content{
	/* margin-top:15px; 12/21/2008 PJS */
}
.right_panel{
	/* width:553px; 12/21/2008 PJS */
	width:570px;
	padding:0px;
	/* float:left; 12/21/2008 PJS */
	/* margin-left:25px; 12/21/2008 PJS */
	/* border:1px solid #E2DCCB; 12/21/2008 PJS */
	padding:10px;
	padding-top:0px;
}
.right_panel h1{
	/* background:url(../media/h1_bg.gif); 12/21/2008 PJS */
	background-position:left;
	background-repeat:no-repeat;
	/* background-color:#D2EAFF; 12/21/2008 PJS */
	/* border-bottom:1px solid #8DBAE7; 12/21/2008 PJS */
	margin:0px;
	margin-left:-10px;
	margin-right:-10px;
	_margin-left: 0px;
	_margin-right: 0px;
	font-size:13px;
	font-weight:bold;
	/* color:#FFFFFF; */
	color:#000000;
	/* padding:10px; 12/21/2008 PJS */
	margin-bottom:10px;
	text-indent: 10px; /* 12/21/2008 PJS */
	line-height: 300%; /* 12/21/2008 PJS */
	text-transform: uppercase; /* 12/21/2008 PJS */
}
.right_panel h2{
	background:url(../media/h1_bg.gif);
	background-position:left;
	background-repeat:no-repeat;
	background-color:#D2EAFF;
	border-bottom:1px solid #8DBAE7;

	font-size:10px;
	margin:0px;
	color:#FFFFFF;
	padding:5px;
}
.right_panel h3{
	border: 1px solid #B8D9FF; 
	border-top: 0px; 
	background:#F5FAFF; 
	font-size:10px; 
	padding:5px; 
	/* color: #4C92E1; */
	margin:0px;
	margin-bottom:10px;
	font-size:10px;
}
.option_down{
	background:#FFFDF2;
	border:1px solid #FFED97;
}
.option_up{
	border:1px solid #EEF0F2;
}
.left_panel{
	/* width:150px; 12/21/2008 PJS */
	width: 190px;
	padding:0px;
	/* float:left; */
}
.left_panel h1{
	/* background:url(../media/h1_bg.gif); 12/21/2008 PJS */
	background: #00305a url(../media/sample_login.jpg); /* 12/21/2008 PJS */
	background-position:left;
	background-repeat:no-repeat;
	/* background-color:#D2EAFF; 12/21/2008 PJS */
	/* border-bottom:1px solid #8DBAE7; 12/21/2008 PJS */
	font-size:11px;
	font-weight:bold;
	margin:0px;
	text-align: center;
	color:#FFFFFF;
	/* padding:5px; 12/21/2008 PJS */
	line-height: 300%; /* 12/21/2008 PJS */
	text-transform: uppercase; /* 12/21/2008 PJS */
}
.left_panel h2{
	/* border: 1px solid #B8D9FF; 
	border-top: 0px; 
	background:#F5FAFF; 12/21/2008 PJS */
	font-size:10px; 
	padding:5px; 
	/* color: #4C92E1; 12/21/2008 PJS */
	margin:0px;
	margin-bottom:10px;
	font-size:10px;
}
.left_panel h2 td{
	font-size:10px;
}
.left_panel input{
	font-size:10px;
	height: 21px;
}
.chat, .chat a, .chat a:visted, .chat a:hover{
	background:none;
}
.powered_by{
	margin-top:10px;
	font-size: 10px; 
}
.footer{
	background: #E2ECFF;
	padding:10px;
	margin-top:15px;
	font-size:10px;
}
.footer input, .footer select{
	font-size:10px;
}
div.resultMessage{
	background-color: #FFFCB1;
	border-bottom: solid 1px #FFAE00;
	padding: 5px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #666666;
	margin-left: -10px;
	margin-right:-10px;
	
	_margin-left: 0px;
	_margin-right: 0px;

}

.help_bubble{
	background:#ECF5FF;
	padding:4px;
	position:absolute;
	right: auto;
	top: auto;
	width:125px;
	border:1px solid #9FCDFF;
	margin:0px;
	font-size:10px;

}

.cFieldRadio { display: block; }

