/* General css  start*/
BODY
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #4E626B;
    text-decoration: none;
    BACKGROUND-COLOR: #88929B;
}
BODY.popup
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #4E626B;
    text-decoration: none;
    BACKGROUND-COLOR:#ECECEC;
}

TABLE
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #4E626B;
    text-decoration: none;
}
TD
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #4E626B;
    text-decoration: none;
}
P
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #4E626B;
    text-decoration: none;
    
}
A:hover
{
	font-family:Verdana; font-size:10px; font-weight:normal;
    COLOR: #DAB34C;
    TEXT-DECORATION: none
    
}
A
{
	font-family:Verdana; font-size:10px; font-weight:normal;
    COLOR: #4E626B;
    border-bottom:1px dashed #DAB34C;
    TEXT-DECORATION: none;
}
.tdgray
{
	background-color:#88929B;
}
.tdgold {background-color:#ECD89D;}
.tdbrowne {background-color:#B0A182;}
.tdbottom
{
	BACKGROUND-IMAGE: url(images/bg_skia.jpg);
}

TABLE.maintable
{
	border-left:1px solid #869FB3;
	border-right:1px solid #869FB3;
	border-bottom:1px solid #869FB3;
}
.cstdmenu{
	border-right:1px solid #FFFFFF;
}

.footertext{
	font-family:Verdana; font-size:10px; font-style:normal; font-weight:normal;
	BACKGROUND-COLOR:#BFCCD2;
	
}
UL.csfolder
{
	list-style-type: square; 
	color:#B0A182;
}
.field {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #4E626B;
	height:18px;
	text-decoration: none;
	border-color: #9BA2A8;
	border-style: solid;
	border-width: 1px;
}

/* General css  end*/
/* General css  top links start*/
.tophlink
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    text-decoration: none;
}
.tophlink a
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    border-bottom:0px;
    text-decoration: none;
}
.tophlink a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #DAB34C;
    text-decoration: none;
}
.sepgold
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #DAB34C;
}
.seporange
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #EC923C;
}
/* General css  top links end*/
/** Left Menu CSS */
.firstlevelcss
{
	position:absolute; 
	font-family:Verdana;font-size:11px;font-weight:bold;
	background-color:  #375078;
	color:#4E626B;	
	text-decoration:none;
	vertical-align:middle;
	height:19px;
	width:186px;
	padding-left:3px;
}
.firstlevelcss:hover
{ 
	font-family:Verdana;font-size:11px;font-weight:bold;
	background-color:#94AABD;
	color:#4E626B;
	cursor:hand; 
	BORDER:#999999 1px solid; 
	text-decoration:none;
	vertical-align:middle;
	height:19px;
}

/* Drop down mehu options*/
#Vdropmenudiv
{
	position:absolute;
	visibility: hidden;
	font:normal 11px Verdana;
	line-height: 12px;
	z-index: 100;
	background-color: #92A4B0;
	color:#FFFFFF;
	border-top:1px solid #DADEDF;
	border-left:1px solid #DADEDF;
	border-right:1px solid #DADEDF;
	width: 196px;
	
	
}

#Vdropmenudiv a
{
	width: 100%;
	display: block;
	padding-left: 3px;
   	padding-top: 5px;
    padding-bottom: 5px;
	text-decoration: none;
	border-bottom: 1px solid #DADEDF;
	font-size: 11px;
	color: #FFFFFF;
	
}

#Vdropmenudiv a:hover{ /*hover background color*/
	background-color: #DADEDF;
        color: #4E626B;
}

/* Sample CSS definition for the example list. Remove if desired */

.navlist li{
	padding-left: 4px;
   	padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 4px;
	text-decoration: none;
	color: #4E626B;
	font-size: 11px;
	font-weight:bold;
}
.navlist li a { 
        text-decoration: none;
        font-weight:bold;
        background-color:#ECECEC;
        font-size: 11px;
        border-bottom:0px;
        PADDING-top: 5px;
        PADDING-bottom: 5px;
        padding-left:5px;
        display: block;
}
.navlist li:hover, .navlist li a:focus {
        text-decoration: none;
        background-color: #92A4B0;
        color: #FFFFFF;
        font-size: 11px;
      	font-weight:bold;
      	
       
}
.navlist li a:hover{
	text-decoration: none;
    background-color: #92A4B0;
    color: #FFFFFF;
	font-weight:bold;
	font-size: 11px;
}


.navlist{
	padding: 0;
    	margin: 0;
    	list-style: none;
	
}




/* END left menu CSS */


#csstable{padding:20px;}
table.csstable{
	 
	background-color:#88A3Ac;
}
table.csstable TD{
	background-color: #E9EDEE;
        padding:4px;
}

#csstable1{padding:20px;}
table.csstable1{
	 
	background-color:#E9EDEE;
}
table.csstable1 TD{
	background-color: #BFCCD2;
        padding:4px;
}


/* ecHome css*/
.csshomenews
{
	color:#DAB34C;
	height:30px;
	padding-left:15px;
	font-weight:bold;
	font-family: Tahoma,Verdana, Arial, Helvetica, sans-serif;
    font-size: 15px;
    vertical-align:middle;
    border-bottom:1px solid #DADEDF;
}
.cdhrline
{
	border-top: 1px solid #DADEDF;
	margin-top: 5px;
	height: 1px;
	margin:0px;
}
.datetext
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-transform: none;
    color: #A4B2BB;
    text-decoration: none;
}
A.MainNewsLink
{
	font-family:Verdana; font-size:11px; font-weight:bold;
    TEXT-DECORATION: none;border-bottom:0px;
}
A.MainNewsLink:visited
{
	font-family:Verdana; font-size:11px; font-weight:bold;
    TEXT-DECORATION: none;border-bottom:0px;
}

A.MainNewsLink:hover
{
	font-family:Verdana; font-size:11px; font-weight:bold;
    TEXT-DECORATION: none;border-bottom:0px;
}
.morelink
{
	border-bottom:0px;COLOR: #DAB34C;
	
	
}
.morelink A
{
	border-bottom:0px;COLOR: #DAB34C;
	
	
}
.morelink A:visited
{
	border-bottom:0px;COLOR: #DAB34C;
}

.morelink A:hover
{
	border-bottom:0px;COLOR: #DAB34C;
	
	
}
UL.ulhome
{
	list-style-type: square; 
	padding-left:10px;
}
P.pmore
{
	margin:0px;
	padding:0px;
}
/* ecHome css*/
/* CSS Sitemap*/
.Indent
{
	height:20px;
	width: 10px;
}

.SitemapTitle
{
	font-family:Verdana; font-size:11px; font-weight:bold; 
}

A.sitemaplink
{
	TEXT-DECORATION: none;
	border-bottom:0px
}
A.sitemaplink:hover 
{
	COLOR: #DAB34C;
	border-bottom:0px
}
UL.csUL1
{
        margin:2px;
        PADDING-LEFT: 15px; 
		color:#B0A182;
 		list-style-type: square; 
}
UL.csUL2
{
	margin:2px;
	PADDING-LEFT: 55px; 
 	color:#B0A182;
 	list-style-type: disc; 
}
UL.csUL3
{
	margin:2px;
	PADDING-LEFT: 105px; 
 	color:#B0A182;
 	list-style-type: disc; 
}
UL.csUL4
{
	margin:2px;
	PADDING-LEFT: 145px; 
 	color:#B0A182;
 	list-style-type: disc; 
}
UL.csUL5
{
	margin:2px;
	PADDING-LEFT: 185px; 
	color:#B0A182;
	list-style-type: disc; 
}
UL.csUL6
{
	PADDING-LEFT: 225px; 
 	color:#B0A182;
 	list-style-type: disc; 
}
/* End Site map*/
/* FTS styles */
.cslectresults
{
	COLOR: #DAB34C;
}
.csulresults
{
	color:#B0A182;
 	list-style-type: square;
}
A.csresultlink
{
	TEXT-DECORATION: none;
	border-bottom:0px
}
A.csresultlink:hover 
{
	COLOR: #DAB34C;
	border-bottom:0px
}
/* End FTS styles*/
/* Contact Form*/
.InputCaption
{
	font-family:Verdana; font-size:11px; font-style:normal; font-weight:bold;
	color: #4E626B;
	text-decoration: none; text-transform:none;	
}
.LoginButtonStyle 
{
	font-family:Verdana; font-size:10px; font-weight:normal;
	padding-left:1px;
	padding-right:1px;
	padding-top:0;
	padding-bottom:0;
    color:#4E626B; 
	background-color:#ECECEC;
	border-color: #4E626B;
	border-style: solid;
	border-width: 1px;


}
.LoginButtonStyle1 
{
	font-family:Verdana; font-size:10px; font-weight:normal;
	padding-left:10px;
	padding-right:10px;
	padding-top:0;
	padding-bottom:0;
    color:#4E626B; 
	background-color:#ECECEC;
	border-color: #4E626B;
	border-style: solid;
	border-width: 1px;
	text-decoration : none;


}
SPAN.Required_Indicator
{
	font-family:Verdana; font-style:normal; font-weight:normal;
	color:Red;
}
.InputBox
{
	font-family:Verdana; font-size:10px; font-style:normal; font-weight:normal;
	color: #4E626B;
	height:18px;
	border-color: #9BA2A8;
	text-decoration: none; text-transform:none;	
	border-style: solid;
	border-width: 1px;
}
/*End Contact Form*/
.pagetitle
{
	color:#DAB34C;
	font-weight:bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    vertical-align:middle;
}
.folderhlink
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-decoration: none;
}
.folderhlink a
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    border-bottom:0px;
    text-decoration: none;
}
.folderhlink a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    color: #DAB34C;
    text-decoration: none;
}
.cspath
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    text-decoration: none;
}
.cspath a
{

    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #92A4B0;
    border-bottom:0px;
    text-decoration: none;
}
.cspath a:hover
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 9px;
    font-weight: normal;
    color: #DAB34C;
    text-decoration: none;
}
.csexodus{font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4E626B;
    text-decoration: none;
    border:none;}
    
.csexodus a{font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 10px;
    font-weight: bold;
    color: #4E626B;
    text-decoration: none;
    border:none;}
 .csepik{font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    color: #92A4B0;
    text-decoration: none;}
