/* stylesheet.css */

body {
	/*background-color: #FFFFFF;*/
	font-size: 9pt;
	font-family: Verdana;
	color: #000000;
	margin: 0px 0px 0px 0px;
}

.BannerTable {
	width:100%;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	padding-left:0;
	/*background-color: #87BAEF;*/
	background-image: url(images/banner_bg.gif);
	background-repeat: no-repeat;
	}
	
.HomeBannerTable {
	width:100%;
	padding-bottom:0;
	padding-right:0;
	padding-top:0;
	padding-left:0;
	background-color: #89B7E9;
	background-image: url(images/gradient_bg.gif);
	background-repeat: no-repeat;
	}

.BigTitle {
	font-size: 16pt;
	font-family : Verdana;
	color : #EE6B00;
}

.Title {
	font-size: 12pt; 
	font-weight: bold; 
	color: #EE6B00; 
	font-family: verdana;
}

.LargeBold {
	font-size: 10pt;
	font-family : Verdana;
	font-weight: bold; 
	color : #000000;
}

.LargeBlueBold {
	font-size: 10pt;
	font-family : Verdana;
	font-weight: bold; 
	color : #004D9F;
}

.Medium {
	font-size: 9pt;
	font-family: Verdana;
	color: #000000;
	text-align: justify;
}

.MediumBold {
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold; 
	color: #000000;
}

.MediumBlue {
	font-size: 9pt;
	font-family: Verdana;
	color: #004D9F;
}

.MediumBlueBold {
	font-size: 9pt;
	font-family: Verdana;
	font-weight: bold; 
	color: #004D9F;
}

.Small {
	font-size: 8pt;
	font-family: Verdana;
	color: #000000;
}

.SmallBold {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold; 
	color: #000000;
}

.SmallBlueBold {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold; 
	color: #004D9F;
}

.SmallYellowBold {
	font-size: 8pt;
	font-family: Verdana;
	font-weight: bold; 
	color: #F5B900;
	text-align: center;
}

.SmallBlue {
	font-size: 8pt;
	font-family: Verdana;
	color: #004D9F;
}

.ErrorMsg {
	font-size: 9pt;
	font-family: Verdana;
	color: #FF0000;
	text-align: center;
}

.Hint {
	font-size: 9pt;
	font-family: Verdana;
	color: #EE6B00;
}

.FormFont {
	font-size: 9pt;
	font-family: Verdana;
	color: #000000;
	text-align: Right;
	margin-right: 5px;
}

.LeftNavFont {
	font-size: 8pt;
	font-family: Verdana;
	color: #004D9F;
}
/* Use this for left navigation when selected */
.LeftNavSelected {
	height: 30px;
	bgcolor: #DBEBFB;
	font-size: 8pt;
	font-family: Verdana;
	color: #004D9F;
}

.DataGridHeader {
	height: 30px;
	background: #9CCCFA;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #004D9F;
	text-align: center;
}

.DataGridFooter {
	height: 30px;
	background: #9CCCFA;
	font-weight: bold;
	font-size: 11px;
	font-family: Verdana;
	color: #004D9F;
}

.DataGridAppearance {
	border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
	font-size: 11px;
	font-family: Verdana;
	color: #004D9F;
}

.DataGridItem {
	height: 26px;
	border-style: solid;
    border-color: #FFFFFF;
    border-width: 1px;
	background: #DBEBFB;
}

.DataGridEditItem {
	height: 26px;
	border-style: solid;
	border-color: #FFFFFF;
	border-width: 1px;
	background: #F7F7F7;
}

.DataGridAlternate {
	height: 26px;
	border-style: solid;
   border-color: #FFFFFF;
   border-width: 1px;
	background: #E6F3FF;
}

.TextBox {
	font-family: Verdana;
	font-size: 9pt;
	color: #000000;
}

.TextBox1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height: 20px;
	width: 456px;
}

.ComboBox {
	font-size: 9pt;
	color: #000000;	
	font-family: Verdana;
	border: 1px solid #004D9F;
}

.FormButton {
	font-size: 10px;
	font-family: Verdana;
	height: 22px;
	border: 1px Solid #004D9F;
	background-color: #DBEBFB;
	color: #004D9F;
	cursor: hand;
}

A:link {
   COLOR: #004D9F;
	TEXT-DECORATION: none;
}
A:visited {
	COLOR: #004D9F;
	TEXT-DECORATION: none;
}
A:hover {
	COLOR: #EE6B00;
	TEXT-DECORATION: underline;
}

A:link.LeftNav {
	COLOR: #004D9F;
	TEXT-DECORATION: none;
}
A:visited.LeftNav {
	COLOR: #004D9F;
	TEXT-DECORATION: none;
}
A:hover.LeftNav {
	COLOR: #EE6B00;
	TEXT-DECORATION: none;
}

A:link.counttop {
	COLOR: White;
	TEXT-DECORATION: none;
	font-size: 8pt;
	font-family: Verdana;
}
A:visited.counttop {
	COLOR: White;
	TEXT-DECORATION: none;
	font-size: 8pt;
	font-family: Verdana;
}
A:hover.counttop {
	COLOR: #EE6B00;
	TEXT-DECORATION: none;
	font-size: 8pt;
	font-family: Verdana;
}

A:link.Footer {
	COLOR: #004D9F;
	TEXT-DECORATION: none;
}
A:visited.Footer {
	COLOR: #004D9F;
	TEXT-DECORATION: none;
}
A:hover.Footer {
	COLOR: #004D9F;
	TEXT-DECORATION: underline;
}

.blue12bold {
	FONT-WEIGHT: bold; FONT-SIZE: 12px; COLOR: #004D9F; FONT-FAMILY: verdana, arial, sans serif
}

.blue14bold {
	FONT-WEIGHT: bold; FONT-SIZE: 14px; COLOR: #004D9F; FONT-FAMILY: verdana, arial, sans serif
}
.blue12
{
	FONT-WEIGHT:normal; FONT-SIZE: 12px; COLOR: #004D9F; FONT-FAMILY: verdana, arial, sans serif
}
.Bottomtline
{
	border-top: 2px solid Black;
}
.ClassChild{
	
padding-left: 20px;
}

.TextBoxDesc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #000000;
	height: 50px;
	width: 480px;
}

