/* CSS Document */

body {
	background-color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #080821;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}

a {
	color: #000021;
	/*text-decoration: underline;*/
}

a:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
	background: #73738C; 
}

.pageTitle {
	font-size: 12pt;
}

input, select, textarea {
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

input.submit {
	background-color: #FFFFFF;
	color: #000066;
	border: 1px solid #000066;
}

input.disabled_form {
	background-color: #DEDEDE;
	/*color: #000066;
	border: 1px solid #AAAAAA;*/
}

/*.label {
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}*/

.hilite {
	color: #FC4311;
}

table.form {
	border: solid 1px;
}

table.form td {
	border: none;
}

table.toolbar {
	width: 100%;
	border: solid 1px /*#4D4C6D*/ #000021;
}

table.listing {
	text-align: left;
	width: 100%;
	padding: 6px;
	border: 1px solid #000021;
	/*border-top: solid 1px #4D4C6D;
	border-left: solid 1px #4D4C6D;
	border-right: solid 1px #4D4C6D;
	border-bottom: solid 1px #4D4C6D;*/
}

table.listing td {
	padding: 6px;
	border: none;
}

table.listing tr.header {
	background-color: /*#4D4C6D*/ #000021;
	background: #000021;
	/*font-weight: bold;*/
	color: #FFFFFF;
}

table.listing tr.header a {
	color: #FFFFFF;
}

table.listing tr.header a:hover {
	color: #FFFFFF;
}

table.listing tr.breakdown {
	background-color: /*#C8DFF9*/ #000021;
	font-weight: normal;
}

table.listing td.listrow {
	border-bottom: solid 1px /*#4D4C6D*/ #000021;
	font-weight: normal;
}

table.listing td.listrow .last {
	/*border-bottom: dashed 1px #4D4C6D;*/
	font-weight: normal;
}

table.listing td.label {
	font-weight: bold;
	width: 200px;
	vertical-align: top;
}

table.pagetop {
	color: #FFFFFF;
	/*background: /*#4D4C6D*/ /*#000066;*/
	padding: 5px 6px;
}

table.banner {
	background: #000021 url(../images/banner.gif) no-repeat;
	height: 80px;
}*/

table.pagetop td.sitetitle {
	/*margin-left: 15px;*/
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: Arial;
}

.pagetop a {
	color: #FFFFFF;
	/*font-weight: bold;*/
	text-decoration: none;
}

.pagetop a:hover {
	color: #FFFFFF;
	/*text-decoration: underline;*/
}

li {
	margin-left: 6px;
}

.error {
	color: #ff0000;
}

.dividerLine {
	background-color: /*#F3F5F8*/ #000021;
}

dt {
	font-weight: bold;
}

dl {
	margin-left: 10px;
}

.useragreement {
	font-size: 10px;
}

/*divs*/

#header_wrapper {
	height: 90px;
	width: 100%;
	background-color: #000021;
}

#header_banner_top {
	background: url(../images/banner_top.gif) repeat-x; /*THEME CHANGE HERE*/
	width: 100%;
	height: 5px;
	font-size: 1px;
	line-height: 5px;
}

#header_banner {
	/*float: left;*/
	height: 80px;
	width: 900px;
	background: url(../images/banner.gif) no-repeat center center; /*THEME CHANGE HERE*/	
	padding: auto 0px;
}

#header_banner_bottom {
	background: url(../images/banner_bottom.gif) repeat-x; /*THEME CHANGE HERE*/
	width: 100%;
	height: 5px;
	font-size: 1px;
	line-height: 5px;
}

#header_logo {
	/*float: left;*/
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	padding: 0px 0px;
	width: 300px;
	height: 80px;
}

/*#header_nav {
	float: left;
	color: #F89C02;
	width: 427px;
	height: 100%;
	position: relative;
}

#header_nav div {
	position: absolute;
	bottom: 8px;
	right: 0px;
}

#header_nav div p {
	margin:0;
	padding:0;
}

#header_nav a:link {
	font-weight: bold;
	color: #FFFFFF;  
	text-decoration: none;
}

#header_nav a:visited {
	font-weight: bold;
	color: #FFFFFF;  
	text-decoration: none;
} 

#header_nav a:hover {
	font-weight: bold;
	text-decoration: underline;  
	color: #FFFFFF;
}

#header_nav a:visited:hover {
	font-weight: bold;
	text-decoration: underline;  
	color: #FFFFFF;
}*/

#grad_bar_down {
	background: url(../images/gradedownbar.gif) repeat-x top;
	height: 15px;
	margin:0px 220px;
	padding: 0px 40px;
}

#content_wrapper {
	padding: 0px;
	width: 100%;
	background-color: #ffffff;
}

#content_left {
	float:left;
	width:200px;
	margin:0; 
	padding:0;
	vertical-align: top;
	background: url(../images/gradebarleft.gif) repeat-y top right #080821;
	color: #FFFFFF;
}

.content_left_top{
	width:200px;
	background: url(../images/gradebarlefttop.gif) no-repeat top right #080821;
}

#content_left p {
	text-align:center;	
}

#content_right {
	position: static;
	z-index: 3;
	float:right;
	width:200px;
	margin:0; 
	padding:0;
	vertical-align: top;
	background: url(../images/gradebarright.gif) repeat-y top left #080821;
	color: #FFFFFF;
}

.content_right_top{
	width:200px;
	background: url(../images/gradebarrighttop.gif) no-repeat top left #080821;
}

#content_right p {
	text-align:center;	
}

#content_middle {
	margin:0px 200px;
	padding: 0px 0px;
	vertical-align: top;
}

.content_middle_top{
	margin:0px 200px;
	background: url(../images/gradedownbar.gif) repeat-x top;
}

#content_middle table {
	/*border-bottom: 1px solid #000021;
	padding: 6px;*/
}

.cleaner {
	clear:both;
	height:0px;
	font-size:1px;
	border:none;
	margin:0; 
	padding:0;
	background:transparent;
}

#grad_bar_up {
	background: url(../images/gradeupbar.gif) repeat-x top;
	height: 15px;
}

#footer_wrapper {
	width: 100%;
	/*background: url(../images/footerbar.gif) repeat-x; /*THEME CHANGE HERE*/
	padding: 0px;
	text-align: left;
	background: #000021;
}

#footer_text {
	padding: 0px;
	margin: 0px 0px;
	/*width: 100%;*/
	color: #ffffff;
	font-size: 10px;
}

#footer_text table{
	padding: 4px;
}

#footer_wrapper a {
	color: #ffffff;
	font-size: 10px;
	text-decoration: underline;
}

#footer_wrapper a:hover {
	text-decoration: none;
	background: #73738C; 
	text-decoration: underline;
}

#floatdiv {
	position:absolute;
	float: right;
	left:0px;
	top:0px;
	padding:0px;
}

#floatdiv a:hover {
	background: none; 
}

