/*---------Extras-----------*/
.x-foot{
font-size:11px;
}
/*---------Extras-----------*/







/*---------Main-----------*/
.A-top_colum{
background-color:#0079A8;
color:#FFFFFF;
}
/*---------Main-----------*/



/*---------bottom-----------*/
.A0-BOTTOM_THIN_BORDERS{
background-color:#CCCCCC;
}

.A1-bottom_thin{
	border-bottom:1px solid #133D8D;
}

.A2-bottom_left_thin{
	border-bottom:1px solid #133D8D;
	border-left:1px solid #133D8D;
}

.A3-bottom_right_thin{
	border-bottom:1px solid #133D8D;
	border-right:1px solid #133D8D;
}

.A4-bottom_top_thin{
	border-bottom:1px solid #133D8D;
	border-top:1px solid #133D8D;
}

.A5-bottom_left_right_thin{
	border-bottom:1px solid #133D8D;
	border-left:1px solid #133D8D;
	border-right:1px solid #133D8D;
}

.A6-bottom_top_left_thin{
	border-bottom:1px solid #133D8D;
	border-top:1px solid #133D8D;
	border-left:1px solid #133D8D;
	
}

.A7-bottom_top_right_thin{
	border-bottom:1px solid #133D8D;
	border-top:1px solid #133D8D;
	border-right:1px solid #133D8D;
}

.A8-bottom_all {
	border:1px solid #133D8D;
}


.B0-BOTTOM_THICK_BORDERS{
background-color:#cccccc;
font-weight:bold;
}

.B1-bottom_thick{
	border-bottom:2px solid #133D8D;
}

.B2-bottom_left_thick{
	border-bottom:2px solid #133D8D;
	border-left:2px solid #133D8D;
}

.B3-bottom_right_thick{
	border-bottom:2px solid #133D8D;
	border-right:2px solid #133D8D;
}

.B4-bottom_top_thick{
	border-bottom:2px solid #133D8D;
	border-top:2px solid #133D8D;
}

.B5-bottom_left_right_thick{
	border-bottom:2px solid #133D8D;
	border-left:2px solid #133D8D;
	border-right:2px solid #133D8D;
}

.B6-bottom_top_left_thick{
	border-bottom:2px solid #133D8D;
	border-top:2px solid #133D8D;
	border-left:2px solid #133D8D;
	
}

.B7-bottom_top_right_thick{
	border-bottom:2px solid #133D8D;
	border-top:2px solid #133D8D;
	border-right:2px solid #133D8D;
}




.C0-BOTTOM_THICK_REST_THIN_BORDERS{
background-color:#cccccc;
font-weight:bold;
}

.C1-bottom_thick_left_thin{
	border-bottom:2px solid #133D8D;
	border-left:1px solid #133D8D;
}


.C2-bottom_thick_right_thin{
	border-bottom:2px solid #133D8D;
	border-right:1px solid #133D8D;
}

.C3-bottom_thick_top_thin{
	border-bottom:2px solid #133D8D;
	border-top:1px solid #133D8D;
}

.C4-bottom_thick_top_left_thin{
	border-bottom:2px solid #133D8D;
	border-top:1px solid #133D8D;
	border-left:1px solid #133D8D;
}

.C5-bottom_thick_top_right_thin{
	border-bottom:2px solid #133D8D;
	border-top:1px solid #133D8D;
	border-right:1px solid #133D8D;
}
/*---------bottom-----------*/




/*---------top-----------*/
.D0-TOP_THIN_BORDERS{
background-color:#666666;
color:#FFFFFF;
}

.D1-top_thin{
	border-top:1px solid #133D8D;
}

.D2-top_left_thin{
	border-top:1px solid #133D8D;
	border-left:1px solid #133D8D;
}

.D3-top_right_thin{
	border-top:1px solid #133D8D;
	border-right:1px solid #133D8D;
}

.D4-top_bottom_thin{
	border-top:1px solid #133D8D;
	border-bottom:1px solid #133D8D;
}

.D5-top_left_right_thin{
	border-top:1px solid #133D8D;
	border-left:1px solid #133D8D;
	border-right:1px solid #133D8D;
}

.D6-top_bottom_left_thin{
	border-top:1px solid #133D8D;
	border-bottom:1px solid #133D8D;
	border-left:1px solid #133D8D;
	
}

.D7-top_bottom_right_thin{
	border-top:1px solid #133D8D;
	border-bottom:1px solid #133D8D;
	border-right:1px solid #133D8D;
}
/*---------top-----------*/




/*---------left right-----------*/
.E0-LEFT_RIGHT_THIN_BORDERS{
background-color:#FF0000;
color:#FFFFFF;
}

.E1-left_thin{
	border-left:1px solid #133D8D;
}

.E2-right_thin{
	border-right:1px solid #133D8D;
}

.E3-left_right_thin{
	border-right:1px solid #133D8D;
	border-left:1px solid #133D8D;
}
/*---------left right-----------*/




/*---------Small borders-----------*/
.F0-SMALL_BORDERS{
background-color:#660000;
color:#FFFFFF;
}

.F1-bottom_thin{
	border-bottom:1px solid #133D8D;
	font-size:9px;
	line-height:3px;
}

.F2-bottom_thick{
	border-bottom:2px solid #133D8D;
	font-size:9px;
	line-height:3px;
}

.F3-Small{
	font-size:9px;
	line-height:3px;
}
/*---------Small borders----------*/




/*---------Dashed or other-----------*/
.G0-DASHED_OR_OTHER_BORDERS{
background-color:#336600;
color:#FFFFFF;
}

.G1-bottom_dashed{
	border-bottom:1px dashed #133D8D;
}

.G2-top_dashed{
	border-top:1px dashed #133D8D;
}

.G3-bottom_top_dashed{
	border-bottom:1px dashed #133D8D;
	border-top:1px dashed #133D8D;
}

.G4-bottom_thick_top_dashed{
	border-bottom:2px solid #133D8D;
	border-top:1px dashed #133D8D;
}
/*---------Dashed or other-----------*/

.H0-END{
background-color:#000000;
color:#FFFFFF;
}
