/* http://www.radicalv.com/style/ravstyle.css */
/* this is the clipping region for the menu. it's width and height get set by script, depending on the size of the items table */
.rvDropdownMenu {
	position:absolute;
	overflow:hidden;
	left:-1000px;
	top:-1000px;
	}

/* this is the main container for the menu itself. it's width and height get set by script, depending on the size of the items table */
.rvDropdownMenu .content {
	position:absolute;
	}

/* this table comprises all menu items. each TR is one item. It is relatively positioned so that the shadow and background transparent divs can be positioned underneath it */
.rvDropdownMenu .items {
	position:relative;
	left:0px; top:0px;
	border:1px solid #999;
	z-index:2;
	}

.rvDropdownMenu.top .items {
	border-top:none;
	}

/* each TR.item is one menu item */
.rvDropdownMenu .item {
    color:#4A4B4B;
    font-size:10px;
    font-family:Tahoma;
    text-decoration:none;
	/* this is a hack for mac/ie5, whom incorrectly cascades the border properties of the parent table to each row */
	border:none;
	cursor:pointer;
	cursor:hand;
	}

/* this DIV is the semi-transparent white background of each menu. the -moz-opacity is a proprietary way to get transparency in mozilla, the filter is for IE/windows 5.0+. */
/* we set the background color in script because ie mac does not use it; that browser only uses a semi-transparent white PNG that the spacer gif inside this DIV is replaced by */
.rvDropdownMenu .background {
	position:absolute;
	left:0px; top:0px;
	z-index:1;
	-moz-opacity:.95;
	filter:alpha(opacity=85);
	}

/* same concept as .background, but this is the sliver of shadow on the right of the menu. It's left, height, and background are set by script. In IE5/mac, it uses a PNG */
.rvDropdownMenu .shadowRight {
	position:absolute;
	z-index:3;
	top:3px; width:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* same concept as .background, but this is the sliver of shadow on the bottom of the menu. It's top, width, and background are set by script. In IE5/mac, it uses a PNG */
.rvDropdownMenu .shadowBottom {
	position:absolute;
	z-index:1;
	left:3px; height:2px;
	-moz-opacity:.4;
	filter:alpha(opacity=40);
	}

/* this is the class that is used when the mouse is over an item. script sets the row to this class when required. */
.rvDropdownMenu .item.hover {
	background:#61B76B;
		color:#FFFFFF;
	}

/* this is either the dingbat that indicates there is a submenu, or a spacer gif in it's place. We give it extra margin to create some space between the text and the dingbat */
.rvDropdownMenu .item img {
	margin-left:10px;
	}


body { font-family: Tahoma; font-size: 8pt; color: #000000 }
A:link, A:visited, A:active { color: #000000; text-decoration: underline; }
A:hover { color: #FF6300; text-decoration: underline; }

.navcol {  font-family: Tahoma; font-size: 9pt; color: #000000}
A.navcol:link, A.navcol:visited, A.navcol:active  {  font-family: Tahoma; font-size: 9pt; color: #000000}
A.navcol:hover  {  font-family: Tahoma; font-size: 9pt; color: #FFFFFF}


.navbar {  color: #FFFFFF; font-size: 7pt; font-family: Tahoma}


.white {  font-family: Tahoma; font-size: 10pt; color: #FFFFFF}
.smaller  {  font-family: Tahoma; font-size: 7pt; color: #000000}
.small  {  font-family: Tahoma; font-size: 8pt; color: #000000}
.big  {  font-family: Tahoma; font-size: 10pt; color: #000000}
.bigger  {  font-family: Tahoma; font-size:11pt; color: #000000}

.bottombar {  color: #FFFFFF; font-size: 7pt}
A.bottombar:link, A.bottombar:visited, A.bottombar:active { color: #FFFFFF; font-size: 7pt; text-decoration: none; }
A.bottombar:hover { color: #FF6300; font-size: 7pt; text-decoration: none; }

.orangeheading {  font-family: Tahoma; font-size: 10pt; font-weight: bold; color: FF6300}
.urgentnews {  font-family: Tahoma; font-size: 8pt; color: #FF0000}

TH { font-family: Tahoma; font-size: 8pt; color: #000000 }
TD { font-family: Tahoma; font-size: 8pt;} 

.tableborder1 {
	border: 1px solid #CCCCCC;
}

.tableborder2 {
	border: 1px solid #999999;
}

.tableborder3 {
	border: 2px solid #CCCCCC;
}

.form1 {
	font-family: Tahoma;
	font-size: 10px;
}

.bolditalic {
	font-family: Tahoma;
	font-size: medium;
	font-style: italic;
	font-weight: bold;
	}

.download {
	border-style:ridge;
	border-top-width:1px;
	border-bottom-width:2px;
	border-right-width:2px;
	border-left-width:1px;

	border-top-color:#EDEDFF;
	border-bottom-color:#B5B5C1;
	border-right-color:#B5B5C1;
	border-left-color:#EDEDFF;

	background-color:#C5C7CE;
	font-size:18px;
	color:#000000;
	font-weight:none;
	width:200px;
 }

tr.back{background-color: #ffffff}
td.toprow{background-color: #ffffff; color: black; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt; font-weight: bold}
td.headrow{background-color: #e1e1e1; color: #000000; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10pt}
td.indiv{background-color: #ffffff}
.but{text-decoration: none;font-family: Arial;font-size: 13px;color: black;background-color: #eeeeee;}
.SelectedButton {BORDER-LEFT: #003366 1px solid; BORDER-RIGHT: #ccdddd 1px solid; BORDER-BOTTOM: #ccdddd 1px solid; BORDER-TOP: #003366 1px solid; FONT-SIZE: 7pt; COLOR: #ffffff; FONT-FAMILY: verdana,arial,sans-serif,verdana; BACKGROUND-COLOR: #324C69}
.UnselectedButton {BORDER-RIGHT: #324C69 1px solid; BORDER-TOP: #324C69 1px solid; FONT-SIZE: 7pt; BORDER-LEFT: #324C69 1px solid; COLOR: #ffffff; BORDER-BOTTOM: #324C69 1px solid; FONT-FAMILY: verdana, arial,sans-serif,verdana; BACKGROUND-COLOR: #324C69}
input{background: #f8f8f8; color: #333333;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;border-color: #333333;text-indent: 2px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }
.prefinput{color: #333333;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight: normal;border-color: #333333;text-indent: 2px; border-top-width: 1px;border-right-width: 1px;border-bottom-width: 1px;border-left-width: 1px; background: #f8f8f8;}
input.button {background-color: #F8F8F8;color: #333333;font-family: Verdana, Arial, Helvetica, sans-serif;font-size: 11px;font-weight : bold; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; }