
/* Global */

INPUT { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    margin-right: 0px;
    margin-left: 2px;
}
SELECT { FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
    margin-left: 7px;
}
.error {
	color: #FF0000;
}

TEXTAREA {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}
OPTION {
	FONT-SIZE: 11px; COLOR: #000000; FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}


/* Hyperlinks */
a:link { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #054975; text-decoration: underline; }

a:visited { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #054975; text-decoration: underline; }

a:hover { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #2E882E; text-decoration: underline; }

a:active { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #054975; text-decoration: underline; }

a.links:link { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; }

a.links:visited { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; }

a.links:hover { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; }

a.links:active { font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; text-decoration: none; }

/* CSS Document */
.tdgreen {
	background-color: #2E882E;
	padding: 1px;
	color: #FFFFFF;
	margin: 1px;
	vertical-align: middle;
	height: 20px;
}
.tdblue {
	background-color: #054975;
	padding: 1px;
	color: #FFFFFF;
	margin: 1px;
	vertical-align: middle;
	height: 20px;
}

.bullet { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #FFFFFF; }

.gutter { height: 7px; width: 7px; }

.heading { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; color: #FFFFFF; font-weight: bold; background-color: #2E882E; }

.subhead {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #2E882E;
	height: 25px;
	vertical-align: middle;
}

.border {
	border-left: 1px solid #054975;
    border-right: 1px solid #2E882E;
    border-top: 1px solid #054975;
    border-bottom: 1px solid #2E882E;
height: 316px;
}

.tabactive {
	color: #FFFFFF;
	background-image: url(tab_active.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 99px;
	text-align: center;
	vertical-align: middle;
	background-color: #2E882E;
}

.tabinactive {
	color: #FFFFFF;
	background-image: url(tab_inactive.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 33px;
	width: 99px;
	text-align: center;
	vertical-align: middle;
	background-color: #A4A4A4;
}

.bordermain { border-right-width: 1px; border-left-width: 1px; border-right-style: solid; border-left-style: solid; border-right-color: #666666; border-left-color: #666666; }

.subtabactive { color: #000000; background-image: url(tab_active1.gif); background-repeat: no-repeat; background-position: left top; height: 23px; width: 101px; text-align: center; vertical-align: middle; margin-right: 4px; padding-right: 4px; }

.subtabinactive { color: #000000; background-image: url(tab_inactive1.gif); background-repeat: no-repeat; background-position: left top; height: 23px; width: 101px; text-align: center; vertical-align: middle; margin-right: 4px; padding-right: 4px; }

.subtabactive_big { color: #000000; background-image: url(tab_active2.gif); background-repeat: no-repeat; background-position: left top; height: 23px; width: 175px; text-align: center; vertical-align: middle; margin-right: 4px; padding-right: 4px; }

.subtabinactive_big { color: #000000; background-image: url(tab_inactive2.gif); background-repeat: no-repeat; background-position: left top; height: 23px; width: 175px; text-align: center; vertical-align: middle; margin-right: 4px; padding-right: 4px; }

.subborder {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #054975;
	border-bottom-color: #054975;
	border-left-color: #2B802B;
	height: 220px;
}
.linkname {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #054975;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	vertical-align: middle;
	text-transform: lowercase;
	text-indent: 5px;
	height: 20px;
}
.space {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	background-color: #FFFFFF;
}
.tdlgtgreen {
	background-color: #BDEABD;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
}
.tdlgtblue {
	background-color: #A2C1C1;
	color: #000000;
	vertical-align: middle;
	font-weight: bold;
	height: 20px;
}
.borderbox {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #054975;
	border-bottom-color: #054975;
	border-left-color: #2B802B;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #2B802B;
}

.bluelight_bar
{
	border-top:1px solid #84c4e9;
	border-bottom:1px solid #84c4e9;
	border-left:1px solid #959595;
	padding-left:6px;
	vertical-align:middle;
	background-color:#daedf8;
	color: #344da1;
	 text-decoration: none; 
	 font-family: "Tahoma";
	  font-size: 11px;
	   font-weight: normal
}

.blubar
{
	border-top:1px solid #ffffff;
	padding-left:6px;
	vertical-align:middle;
	border-left:1px solid #959595;
	background-color:#b2dfee;
	color: #344da1;
	 text-decoration: none; 
	 font-family: "Tahoma";
	  font-size: 11px;
	   font-weight: normal
}
#sa {
	position:absolute;
	left:50%;
	top:35%;
	width:78px;
	height:82px;
	z-index:5;
	background-color:White;
	text-align:center;
	vertical-align:middle;	    
}
.modalBackground 
{
    background-color:Gray; 
    filter:alpha(opacity=70);
    opacity:0.7; 
} 

.modalPopup 
{
    background-color:#ffffff; 
    border-width:3px; 
    border-style:solid; 
    border-color:black; 
    padding:3px;    
    
}

/*.modalPopupLogin
{
    background-color:#ffffff; 
    border-width:3px; 
    border-style:solid; 
    border-color:black; 
    padding:3px;
    z-index:20;
    position:absolute;
    top:50%;
    left    
    
}*/


.modalPopupLogin {
	background-color: #ffffff;
	border-width: 3px;
	border-style: solid;
	border-color: black;
	padding: 3px;
	z-index: 20;
	position: absolute !important;
	top: 50% !important;
	left: 50% !important;
	margin-top: -75px !important;
	margin-left: -175px !important;
}
.water
{
color:Highlight;
}
#DivPwd {
	/*position:absolute;
	left:40%;
	top:35%;*/
	width:450px;
	height:175px;
	z-index:5;
	background-color:Aqua;
	text-align:center;
	vertical-align:middle;	     
}

 .fancy-green .ajax__tab_header
{
background: url(green_bg_Tab.gif) repeat-x;
cursor:pointer;
}
.fancy-green .ajax__tab_hover .ajax__tab_outer, .fancy-green .ajax__tab_active .ajax__tab_outer
{
background: url(green_left_Tab.gif) no-repeat left top;
}
.fancy-green .ajax__tab_hover .ajax__tab_inner, .fancy-green .ajax__tab_active .ajax__tab_inner
{
background: url(green_right_Tab.gif) no-repeat right top;
}
.fancy .ajax__tab_header
{
font-size: 13px;
font-weight: bold;
color: #000;
font-family: sans-serif;
}
.fancy .ajax__tab_active .ajax__tab_outer, .fancy .ajax__tab_header .ajax__tab_outer, .fancy .ajax__tab_hover .ajax__tab_outer
{
height: 46px;
}
.fancy .ajax__tab_active .ajax__tab_inner, .fancy .ajax__tab_header .ajax__tab_inner, .fancy .ajax__tab_hover .ajax__tab_inner
{
height: 46px;
margin-left: 16px; /* offset the width of the left image */
}
.fancy .ajax__tab_active .ajax__tab_tab, .fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_header .ajax__tab_tab
{
margin: 16px 16px 0px 0px;
}
.fancy .ajax__tab_hover .ajax__tab_tab, .fancy .ajax__tab_active .ajax__tab_tab
{
color: #fff;
}
.fancy .ajax__tab_body
{
font-family: Arial;
font-size: 10pt;
border-top: 0;
border:1px solid #999999;
padding: 8px;
background-color: #ffffff;
}
div.menu ul li
{
   position: relative;
   float: left;
   list-style: none;
}
       
div.menu ul li ul
{
   display: none;
}
       
div.menu ul li ul li
{
   display: block;
   width: 230px;
}
