/*This CSS is use only to set colors and border colors. */
/*last update: 2008-05-06/

/************************** Text colors *******************/
body,td,th,p,
table.withHeader,
table.sumGrid,
.headers, 
table.sumGrid .headers,
a.task,
.colHead,
table.configGrid tr.configHead,
span.covSumRiskDesc,
.gvHeaderStyle,
span.LabelError,
span.tip2,
input.mainTab,
input.mainTabSelected,
input.subTab,
input.subTabSelected
{color: #133a6e;}

.SectionTitle,
.MenuButtonLink
{color: #3966A1;}
	
.gvTH,
.gvTD,
.gvTDLock,
.gvTHLock,
.futureCharge TD,
.gvRowStyle,
.Calendar .ajax__calendar_other .ajax__calendar_day, 
.Calendar .ajax__calendar_other .ajax__calendar_year
{color: black;}

.redText,
.ErrorPanel,
.errorCell
{color:#A41111;}

.accordionHeaderSelected,
.gvFooterStyle,
.gvPagerStyle,
.DefaultButton,
input.MasterMenuButtonLogout,
input.MasterMenuButtonMain,
input.MasterMenuButtonInfo,
input.MasterMenuButtonHelp,
.Calendar .ajax__calendar_header
{color: white;}

.paidCharge TD,
.gvSelectedRowStyle,
.formtext
{color: gray;}

.billedCharge TD
{color: Green;}

.voidRefund TD,
.cancelledCharge TD,
.Calendar .ajax__calendar_active .ajax__calendar_day, 
.Calendar .ajax__calendar_active .ajax__calendar_month, 
.Calendar .ajax__calendar_active .ajax__calendar_year
{color: Red;}
.head01
{color: #245677;}
span.entityInfo,

span.currentUser
{color: #696969;}

input.MasterMenuButtonLogout:hover, 
input.MasterMenuButtonMain:hover,
input.MasterMenuButtonInfo:hover,
input.MasterMenuButtonHelp:hover
{color: #3fe8ff;}

.Calendar .ajax__calendar_hover .ajax__calendar_day, 
.Calendar .ajax__calendar_hover .ajax__calendar_month, 
.Calendar .ajax__calendar_hover .ajax__calendar_year
{color: #B22222;}

/************************* Color links *****************/
a:link,  
a:visited
{color: #31588b;}

a:hover, 
a:active,
table.sumGrid a:hover
{color: blue;}

a.task:hover,
table.sumGrid a:hover
{color: #00ccff;}

#headerNav a:hover
{color: #3fe8ff;}

#footer a
{color: Black;}

#headerNav a, #headerNav span
{color: White;}

/********************** Border colors ******************/
table.sumGrid,
div.configGridParent,
div.titleBox,
div.ProgressBar
{border-color: #adc3e2;}

div.tipBox
{border-left-color: #adc3e2;
border-right-color: #adc3e2;}

table.withHeader tr.total td,
table.sumGrid tr.total td
{border-top-color: #adc3e2;}
.colHead,
table.configGrid th
{border-bottom-color: #adc3e2;}

table.sumGrid th, 
table.sumGrid thead th,
.headers, 
table.sumGrid .headers
{border-bottom-color: #adc3e2;
 border-left-color: #F2F6FB;}
 
table.sumGrid td
{border-left-color:#D5E2F3;}

.gvTableStyle,
.gvTableStyle TH,
.gvTableStyle TD,
.gvGrid,
.gvRowStyle
{border-color: #2461BF;}

.gvTH,
.gvTD,
.gvTDLock,
.gvTHLock,
.gvHeaderStyle
{border-right-color: #2461BF;
border-bottom-color:#2461BF;}

#header
{border-bottom-color: #285391;} 

#footer
{border-top-color: #285391;} 

.ErrorPanel,
.errDropDownList
{border-color: #A41111;}
/***************** Background-color ****************/
.colHead,
table.sumGrid th, 
table.sumGrid thead th,
.headers, 
table.sumGrid .headers,
table.sumGrid tr.colSumHead,
table.configGrid tr.configHead,
div.titleBox
{background-color: #d5e2f3;}

#header,
#footer
{background-color: #c3d3ea;}

.DefaultButton
{background-color: #96b1d3;}

table.sumGrid .groupHeaders 
{background-color:#ADC3E2;}

.Calendar .ajax__calendar_header
{background-color: #31598c;}

.modalBackground
{background-color: Gray;}
	
/*alternative row in a table*/
.alt
{background-color: #F2F6FB;}
.gridview-header
{background-color: #F5F5F5;}

.gvTHLock,
.gvTH,
.gvHeaderStyle
{background-color: #c6d3ef;}

.gridview-item,
.SubMenuButtonLink,
.gvAlternatingRowStyle,
.gvRowStyle,
.ErrorPanel,
div.ProgressBar,
table.sumGrid,
table.configGrid
{background-color: #fff;}

.gridview-altitem
{background-color: #eaeffa;}

.toolkitMenu
{background-color: #2E4d7B;}

.gvPagerStyle
{background-color: #2461BF;}

.gvFooterStyle
{background-color: #507CD1;}

.gvSelectedRowStyle
{background-color: #D1DDF1;}
#errorTable
{background-color: Blue;}

.Calendar .ajax__calendar_container 
{background-color:#fff;
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr= '#FFFFFF' , EndColorStr= '#D5E2F3' );}


/***************** Miscellanous ****************/
div.divPanelTop,
div.groupPanel
{
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#FFFFFF', EndColorStr='#D5E2F3');
	border-color: #ADC3E2;
}

div.sumtitlerow,
div.titlerow
{
	background-color: #d5e2f3;
	border-bottom-color: #adc3e2;
}

.btn
{ 
	border-color: #4986ab;
	background-color: #bdd4f2;
}

BUTTON
{
	background-color: #F5F5F5;
	border-color: black;
}

.tabsCtrl
{
    position:relative;
    top:1px;
    left:10px;
   
}
.tabCtrl
{
	color: #133a6e;
    border:solid 1px ;
    border-color:#adc3e7;
   background-color:#eeeeee;
    padding:2px 10px;
}
.selectedTabCtrl
{
    background-color:white;
    border-bottom:solid 1px white;
    	
}

table.tabCtrl A
{
	text-decoration: none;
	}


.tabContentsCtrl
{
    border:solid 1px ;
     border-color:#adc3e7;
    padding:10px;
    background-color:white;
}