@charset "utf-8";
/* CSS Document */

.bottom {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.leftlinks {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #6B6B69;
	text-decoration: none;
}

a:hover.leftlinks {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}

.leftlinksyellow {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #DFED07;
	text-decoration: none;
}

.leftlinks_new {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FF9B21;
	text-decoration: none;
}

a:hover.leftlinks_new {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #6B6B69;
	text-decoration: none;
}

.leftlinksyellow {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #DFED07;
	text-decoration: none;
}

.yellowdark {
	font-family: Arial;
	font-size: 11pt;
	font-weight: bold;
	color: #FF9B21;
	text-decoration: none;
}

.greydark {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #6B6B69;
	text-decoration: none;
	line-height: 19px;
}

a.greydark:link, a.greydark:hover, a.greydark:visited, a.greydark:active{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #6B6B69;
	text-decoration: none;
}

a.greydark:hover{
	font-family: Arial;
	font-size: 9pt;
	font-weight: bold;
	color: #FF9B21;
	text-decoration: none;
}

.activeheader {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FF9B21;
	text-decoration: none;
	line-height: 19px;
}

.greynormal {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #9A9A9A;
	text-decoration: none;
	line-height: 16px;
}

.blacknormal {
	font-family: Arial;
	font-size: 8pt;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	line-height: 12px;
}

.input {
	border: 1px solid #9A9A9A;
	color: #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.input1 {
	border: 0px;
	color: #000000;
	background-color:#E4E4E4;
	font-family:Arial;
	font-size: 12px;
	padding:2px;
	margin:2px;
}

.input2 {
	border: 0px;
	color: #000000;
	background-color:#A4A4A4;
	font-family:Arial;
	font-size: 12px;
	padding:2px;
	margin:2px;
}

.button{
   border:1px solid #9A9A9A;
   background-color: #CCCCCC;
   color:#000000;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 10px;	
}

.darktext{
   font-family: Arial;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	font-weight:bold;
	line-height: 16px;
}

.greytext {
	font-family: "Arial";
	font-size: 10pt;
	font-variant:normal;
	color: #000000;
}

.darktselect{
    font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #000000;
	font-weight:bold;
	line-height: 16px;
}

.tabcolor {
	font-family: Arial;
	font-size: 8pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	width:130;
	padding-left:8px;
	background-color:#B2B2B2;
}


.dropdown {float:left; padding-right:5px; text-align:center;}
.dropdown dt {width:100px; height: 17px; border:2px solid #F8AD2D; padding:2px; font-weight:bold; cursor:default; background-color:#FFFFFF;}
.dropdown dt:hover {background-color:#586168; color:#F8AD2D;}
.dropdown dd {position:absolute; overflow:hidden; width:140px; display:none; background:#F8AD2D; z-index:200; opacity:0}
.dropdown ul {width:140px; border:2px solid #F8AD2D; list-style:none; margin:0px; padding:0px;}
.dropdown li {display:inline; font-family: Arial; font-size: 8pt; font-weight: bold;}
.dropdown a, .dropdown a:active, .dropdown a:visited {display:block; padding:5px; color:#586168; text-decoration:none; background:#FFFFFF; width:125px}
.dropdown a:hover {background:#586168; color:#F8AD2D}
.dropdown .underline {border-bottom:1px solid #586168}