/*General Font Style Declaration*/
.requiredField, .invalidInput, .apply, .homeTitle, .small, .scrollHeader, .callout, .content, .tableContent,.tableContentNew, .greyContent, .tableText, .tableHeading, .tableHilite,.tableHiliteNew, .greyHilite, .tableTotals, .tableSubTotals, .tableTabOn, .tableTabOff ,.tableTabdisable, .netscape, .navLevel1Body, .navLevel2Body, .footer, .pageTitle, .navLevel1BodyNetscapehover, .DrillDownHead {
	font-family: Arial, Helvetica, sans-serif; 
}


/*Font Size*/
.requiredField, .invalidInput, .apply, .callout, .content, .scrollHeader, .netscape, .navLevel1Body, .navLevel1BodyNetscapehover, .tableTotals, .tableTabOn, .tableTabOff, .tableText ,.tableTabdisable {
	font-size: 12px;
}
.navLevel2Body, .footer, .tableContent,.tableContentNew, .greyContent, .tableHeading, .tableHilite, .tableHiliteNew, .greyHilite, .tableSubTotals {
	font-size: 11px;
}
.pageTitle {
	font-size: 16px;
}
.homeTitle {
	font-size: 14px;
}
.DrillDownHead {
	font-size: 12px;
}
.small {
	font-size: 10px;
}

/*Font Weight*/
.requiredField, .invalidInput, .apply, .pageTitle, .homeTitle, .scrollHeader, .tableHilite,.tableHiliteNew, .greyHilite, .tableTotals, .tableSubTotals, .tableTabOn, .tableTabOff, .tableText, .DrillDownHead {
	font-weight: bold;
}


/*Text Decoration*/
.navLevel1Body a, .tableTabOff a , , .tableTabdisable a{
	text-decoration: none;
}
.navLevel1Body a:hover, .navLevel1BodyNetscapehover, .navLevel2Body a, .tableTabOff a:hover, .tableTabdisable a:hover {
	text-decoration: underline;
}


/*Text Align*/
.tableSubTotals {
	text-align: right;
}
.tableTabOn, .tableTabOff,.tableTabdisable  {
	text-align: center;
}


/*Font Color*/
.apply, .callout, .small, .scrollHeader, .content, .tableContent,.tableContentNew, .greyContent, .tableHeading, .tableHilite,.tableHiliteNew, .greyHilite, .tableSubTotals, .tableTabOn, .tableText {
	color: #000000;
}
.content a {
	color: #0000FF;
}
.tableTabOff a, .tableTabOff a:hover {
	color: #B3B3B3;
}

.tableTabdisable a, .tableTabdisable a:hover {
	color: #B6B5B5;
}

.navLevel2Body, .navLevel2Body a, .homeTitle, .pageTitle, .tableTotals,.DrillDownHead {
	color: #9E2121;
}
.navLevel1Body, .navLevel1Body a, .navLevel1Body a:hover, .navLevel1BodyNetscapehover {
	color: #FFFFFF;
}
.navlevelnewlink 
{
	font-family :Arial; font-size :12px ; color:#124596 ; text-decoration :none;
}
	
.navlevelRed 
{
	font-family :Arial; font-size :12px ; color:#c93130 ; text-decoration :none;
}
.navlevelfooter 
{
	font-family :verdana; font-size :11px ; color:black ; text-decoration :none;
}

.navlevelfooterdate 
{
	font-family :Arial; font-size :12px ; color:black ; text-decoration :none;
}
.footernew {
	color: #ffffff; font-family :Arial ; font-size :12px ;
}
.footer {
	color: #CCCCCC;
}
.tableTabOff {
	color: #B3B3B3;
}
.tableTabdisable  {
	color: #316AC5;
}
.requiredField, .invalidInput {
	color: #FF0000;
}


/*Background Image*/
.footer {
	background-image: URL("/images/page_footerBG.jpg");
}


/*Background Color*/
.callout {
	background-color: #FFFFCC;
}
.navLevel2Top {
	background-color: #606060;
}
.navLevel1Bottom {
	background-color: #701717;
}
.tableBorder {
	background-color: #999999;
}
.navLevel1Body, .navLevel1BodyNetscapehover {
	background-color: #9E2121;
}
.navLevel1Top {
	background-color: #B65959;
}
.tableBGinner {
	background-color: #B8BED2;
}
.navLevel2Bottom {
	background-color: #C4C4C4;
}

.greyHilite {
	background-color: #cccccc;
}

.greyContent {
	background-color: #eeeeee;
}

.tableHilite {
	background-color: #C8D4FC;
}
.tableHiliteNew {
	background-color: #ffc966;
}

.tableContent {
	background-color: #E5EAFA;
}

.tableContentNew {
	background-color: #f7dba8;
}
.navLevel2Body, .tableBG, .tableTabOn {
	background-color: #EFEFEF;
}
.tableTabOff {
	background-color: #FAFAFA;
}
.tableTabdisable {
	background-color: #FFFFCC;
}
.content, .tableHeading {
	background-color: #FFFFFF;
}
.scrollHeader {
	background-color: #CCCCCC;
}



/*Margins*/
.indent {
	margin-left: 13px;
	margin-right: 13px;
}


/*-------------------------------*/

.lblerror
{
	color:Red;
	font-family:Verdana ;
	font-size:12px;
	 font-weight:bold;
}
.ButtonCSS
{
   font-size:12px;
   font-family:Arial,sans-serif;
   font-weight:bold;
   text-decoration:none;
   color:#FFFFFF;
   background-color:#6699cc;
   border-top-style:double;
   border-top-color:#6699cc;
   border-top-width:4px;
   border-bottom-style:double;
   border-bottom-color:#6699cc;
   border-bottom-width:4px;
   border-left-style:double;
   border-left-color:#6699cc;
   border-left-width:4px;
   border-right-style:double;
   border-right-color:#6699cc;
   border-right-width:4px;
}
