BODY  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
	background-color: white;
}

BODY.ovcnbody {
	background-color: #666633;
	margin:0;
}

P, TD, SPAN  {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color: #000000;
}

HR {
	color: #666633;
	size: 1px;
}

.headertext {
	font-size : 16px;
	font-weight: bold;
	color: #800000;
}

.blackheader {
	font-size : 16px;
	font-weight: bold;
	color: #000000;
}

.midhead {
	font-size: 14px;
	font-weight: bold;
	color: #800000;
}

.smallhead {
	font-weight: bold;
	color: #800000;
}

.content_main {
	background-color:#FFFFFF;
	padding: 10px 10px 10px 10px;	
}

.content_cal {
	background-color:#FFFFFF;
	padding: 0px 0px 0px 0px;	
}

.footer {
	border-top: #666633 1px solid;
	color: #000000;
	font-size: 10px;
	line-height: 24px;
}

.pagehead {
	border-bottom: #666633 1px solid;
	line-height: 26px;
	font-size : 16px;
	font-weight: bold;
	color: #800000;
}

.boldtext {
	font-weight: bold;
}

.hint {
	color: #800000;
	font-size: 10px;
}

.smalltext {
	.font-size: 11px;
}

.supersmall {
	.font-size: 10px;
}

.colhead {
	background-color: #666633;
	color: #ffffff;
	font-size: 11px;
	font-weight: bold;
	height: 20px;
	padding-left: 4px;
	padding-right: 4px;
}

.coldata {
	font-size: 11px;
	padding-left: 4px;
	padding-right: 4px;
}

.evenrow {
	background-color: #dddddd;
	height: 20px;
	vertical-align: top;
}

.oddrow {
	background-color: #eeeeee;
	height: 20px;
	vertical-align: top;
}

.formreq {
	background-color: #dddddd;
	color: #800000;
	font-weight: bold;
}
.formnoreq {
	background-color: #dddddd;
	font-weight: bold;
}

.formreq-noback {
	color: #800000;
	font-weight: bold;
}
.formnoreq-noback {
	font-weight: bold;
}

.datafield {
	background-color: #eeeeee;
}

A:hover {
	color : #0000ff;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;
}

A {
	color : #000099;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	text-decoration: underline;
}

A.smalltext, A.smalltext:hover {
	font-size: 11px;
}

A.supersmall, A.supersmall:hover {
	font-size: 10px;
}

.border { border: 1px solid #666633; }
.border-bottom { border-bottom: 1px solid #666633; }
.border-top { border-top: 1px solid #666633; }
.detailtoggle { margin-top: 8px; }
.detailbar {
	background-color: #666633;
	border: 0px;
	cursor: pointer; 
	padding: 8px 6px;
	text-align: center;
}
.detailbar .detailbutton { float: right; width: 15px; }
.detailbar span { color: #ffffff; font-size: 14px; font-weight: bold; }
.detailbody { padding: 10px; }
.circcatdesc { background-color: #d3d3d3; padding: 6px;}

.detailbar_notoggle { background-color: #666633; border: 0px; color: #ffffff; font-size: 14px; font-weight: bold; padding: 8px 6px; text-align: center; }

.circtitle, a.circtitle:hover {
	color: #800000;
	font-size : 14px;
	font-weight: bold;
}
a.circtitle:hover {color: #bb0000;}

.rating_img {margin-bottom: 2px;}
.rating, .rating:hover {font-size: 11px; margin-bottom: 2px;}

.reviewlink, .reviewlink:hover {font-size: 16px;}
.reviewhide, .reviewhide:hover {color: #ffffff; font-size: 11px; font-weight: bold;}
.reviewtbl td {padding: 4px 6px;}
.grayout {color: #666666; font-size: 11px;}

/** navigation **/

.topmenu {
	background-color: #666633;
	padding: 6px 0px 3px 0px;
}

.submenu {
	background-color: #d7ae33;
	border-left: #666633 3px solid;
}

ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#mainnav li {		
	display: block;
	padding-left: 3px;
	padding-right: 3px;
	float: left;
	margin: 0;
	width: auto !important;
	line-height: 24px;
	white-space: nowrap;
}

ul#mainnav li a {	
	background:#cc9933 url(/images/shell/mainnav_back.gif) repeat-x center top;
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 12px;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

#topmenu>ul#mainnav li a {
	width: auto;
}

ul#mainnav li a:hover {
	background: #996633;
	color: #ffffff;
	text-decoration:none;
}

ul#mainnav li a#active_mainnav {
	background: #996633;
	color: #ffffff;
	text-decoration:none;
}


ul#subnav {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul#subnav li {		
	display: block;
	float: left;
	margin: 0;
	width: auto !important;
	line-height: 20px;
	white-space: nowrap;
}

ul#subnav li a
{	
	background: #d7ae33;
	display: block;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 11px;
	text-decoration: none;
	color: #000000;
	font-weight:bold;
}

/** unordered list item link for top menu for firefox only **/
#submenu>ul#subnav li a {
	width: auto;
}

/** unordered list item for top menu for firefox only **/
ul#subnav li a:hover {
	background: #996633;
	color: #ffffff;
	text-decoration:none;
}

ul#subnav li a#active_subnav {
	background: #996633;
	color: #ffffff;
	text-decoration:none;
}

.leftnavcell {
	padding-bottom: 4px;
	width: 170px;
}

A.leftnav {
	background: #666633 url(/images/button_off.gif) no-repeat center top;
	color: #d7ae33;
	display: block;	
	font-size: 11px;
	font-weight: bold;
	height: 28px;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}

A.leftnav:hover {
	background: #d7ae33 url(/images/button_on.gif) no-repeat center top;
	color: #800000;	
}	

A.leftnav#active_leftnav {
	background: #d7ae33 url(/images/button_on.gif) no-repeat center top;
	color: #800000;	
}

INPUT.button { 
	background-color: #666633;
	border: solid 1px #003300; 
	color: #ffffff;
	font-weight: bold;
	padding: 4px;
}