/* CSS Document */


/*Green Table*/
table.twoTone {
	padding: 10px;
	line-height:1.5em;
}
table caption {
	background-color:#1C2B02;
	text-align:left;
	font-size:medium;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;	
}

thead th {
	background-color:#294608;
	text-align:left;
}

table.twoTone td {
	border-bottom:1px dotted #000000;
}

tbody tr.odd {
	background-color:#365C1D;/*6D8D57;*/
}

tbody tr.even {
	background-color:#365C1D;
}

table.twoTone th,
table.twoTone td {
	padding-left:10px;
}

a {

}
a:hover {

}
tfoot th {
	background: #243D02;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 30px;
}
tfoot td {
	background: #243D02;
	color: #FFFFFF;
	height: 30px;
}

/*Orange Table*/

#SubBG_Yellow table.twoTone {
	padding: 10px;
}
#SubBG_Yellow table caption {
	background-color:#2F1C09;
	text-align:left;
	font-size:medium;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10px;	
}

#SubBG_Yellow thead th {
	background-color:#603F15;
	text-align:left;
}

#SubBG_Yellow tbody tr {
	
}

#SubBG_Yellow tbody tr.odd {
	background-color:#9E7638;
}

#SubBG_Yellow tbody tr.even {
	background-color:#8F6321;
}

#SubBG_Yellow tbody th,td {

}

#SubBG_Yellow tfoot th {
	background: #243D02;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 30px;
}
#SubBG_Yellow tfoot td {
	background: #243D02;
	color: #FFFFFF;
	height: 30px;
}


/*Blue Table*/

#SubBG_Blue table.twoTone {
	padding: 10px;
}
#SubBG_Blue table caption {
	background-color:#061D2F;
	text-align:left;
	font-size:medium;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	padding: 10;	
}

#SubBG_Blue thead th {
	background-color:#0A2E4B;
	text-align:left;
}

#SubBG_Blue tbody tr {
	
}

#SubBG_Blue tbody tr.odd {
	background-color:#1668AB;
}

#SubBG_Blue tbody tr.even {
	background-color:#0F4571;
}

#SubBG_Blue tbody th,td {

}

#SubBG_Blue tfoot th {
	background: #243D02;
	border-top: 1px solid #243D02;
	color: #FFFFFF;
	height: 30px;
}
#SubBG_Blue tfoot td {
	background: #243D02;
	color: #FFFFFF;
	height: 30px;
}



