/* Default CSS Stylesheet for a new Web Application project */

BODY
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Verdana, Helvetica, sans-serif;
    FONT-SIZE: 8pt;
    FONT-WEIGHT: normal;
    LETTER-SPACING: normal;
    TEXT-TRANSFORM: none;
    WORD-SPACING: normal;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-right:0px;
}

.TreeItemText
{
	color: #2557ad;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    cursor:hand;
}

.TreeItemTextHover
{
	color: #FF0000;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    cursor:hand;
}

.TreeItemTextSelected
{
	color: #FF0000;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    cursor:hand
}
.MenuHeaderText
{
	color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    cursor:hand;
    height:24;
}
.Header_Footer
{
	background-image:url(\ESCMs\Images\patternbarb.gif);
	color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    font-weight:bold;
}
.Pager
{
	background-image:url(\ESCMs\Images\patternbarg.gif);
	color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    font-weight:bold;
}
.list-lt
{
	background-color: #DEDFDE;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
	}
.list
{
	background-color: #FFFFFF;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
}
.form_bck0
{
	background-color: #C4CCDF;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
     font-weight:  bold;
     color:#666666;
     padding-left:6;
     vertical-align:top;
	}
.form_bck1
{
	background-color:#D2D7E8;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    font-weight:  bold;
    color:#666666;
    padding-left:6;
    vertical-align:top;
	}
	.form_bck2
{
	background-color: #D8DEEF;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
    font-weight:  bold;
    color:#666666;
    padding-left:6;
    vertical-align:top;
	}
	.form_bck3
{
	background-color: #C4CCDF;
    font-family: Verdana, Arial, sans-serif;
    font-size:  8pt;
	}
.forms 
{
	background-color:#E7E7F7;
}

.InputText
{
width:100%;
}

a {
	color: #39759c; /*848284*/
	font-size:x-small;
	font-weight:normal;
	text-decoration:none;

}
/*a:visited {
	color: #39759c;
	text-decoration:none;
	font-weight:normal;
	font-size:x-small
}*/
a:hover {
	color:#185984;
	text-decoration: underline; 
}
/*a:active {
	color: #666666;
	font-weight:normal;
	text-decoration:underline;
}*/



/*
a:link    { color:#000000;
	font-size:xx-small }

a:hover   { color:#FF0000; }
a:active     { color:#000000; }
a:visited    { color:#000000; }
*/

.dg-style 
{
	background-color:"White";
	}
.Alert_msg 
{	
	font:messagebox;
	color:Red;
	
}

.MenuStyle
{
	font-family:Verdana;
	font-size:x-small;
	font-weight:normal;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	}
	
.HoverMenuStyle
{
	font-family:Verdana;
	font-size:x-small;
	font-weight:bold;
	color:#ffffff;
	vertical-align:top;
	text-align:left;
	background-color:Navy;
	cursor:hand
	}
	
	
.ContactStyle {
	color:#39799c;
	font-family:verdana;
	text-decoration:none;
	font-weight:bold;
	font-size:xx-small;
}

.MessagesStyle
{
	color:Red;
	font-family:Verdana;
	font-size:xx-small;
}

.ContentLabel
{
	color:#315973;
	font-family:verdana;
	font-size:x-small;
	font-weight:bold;
}







/* ID Styles */

#navigation td {
	border-bottom: 1px solid #F4FFE4;
	}
	
#navigation a {
	font: bold 11px Arial, Helvetica, sans-serif;
	color: #D5EDB3;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	display:block;
	padding:8px 6px 10px 20px;
	}
	
#navigation a:hover {
	background: #99CC66;
	color:#993300;
	}

.navText {
	font: 11px Arial, Helvetica, sans-serif;
	color: #003366;
	line-height:16px;
	letter-spacing:.1em;
	text-decoration: none;
	}
.HoverBorder 
{ border:1px solid #F4FFE4
	}

.RefStyleOver 
{
	
	color: #39759c;
	font-family:verdana;
	font-size:xx-small;
	font-weight:normal;
	text-decoration:underline;
}

.RefStyleOver:hover {
	color: #39759c;
	font-family:verdana;
	font-size:xx-small;
	font-weight:bold;
	text-decoration:underline;
}