/* CSS Document - Table Styles */
/*Tables - New Method*/
	/*Standard Style*/
table.tblstandard {border-collapse:collapse; border-top:1px solid #999999; border-left:1px solid #999; color: #666;}
.tblstandard th, .tblstandard td {padding:5px; border-right:1px solid #999999; border-bottom:1px solid #999;}
.tblstandard caption {color:#fff; background:#428cc6; font-weight:bold; text-align:left; padding:5px;}
.tblstandard th {background: #c6deef; color: #666; vertical-align:bottom; text-align:left;}
.row1, .row2 {vertical-align:top;}
.row2 {background: #f5f5f5;}
.sort {background: #c6deef; text-align:center;}
td.center {text-align:center;}
.tblstandard tfoot td {background:#ddd; height:8px; padding:0;}
/*Table Elements*/
.tbltopcap, .tbltopcap p {margin:0 0 2px 0;} /*Div containing results and disclaimer info above table*/
.tblbotcap, .tblbotcap p {margin:2px 0 0 0;} /*... below table*/
/*Tables - Existing Style*/
.tbl1 {background:#428cc6; color:#fff; font-weight:bold; vertical-align: bottom;}
.tbl1 a:link, .tbl1 a:visited, .tbl1 a:hover {color:#fff; text-decoration: underline;}
.tbl1 a:hover {color:#fff; text-decoration: underline;}
.tbl2alt {background:#b3b3b3; color:#666; font-weight:bold;}
.tbl2, .tbl2center {background:#c6deef; font-weight:bold; color:#666;}
.tbl2offshade{background:#b2d3ec; font-weight:bold; color:#666;}
.tbl2center {text-align:center;}
.tbl3, .tbl3hilight {background:#ccc; font-weight:bold; color:#666;}
.tbl3hilight {background:#dddbdd;}	
.tbl4 {background:#e5e5e5; color:#666; font-weight:bold;} 
.tbl5 {background:#fff; color:#666; vertical-align:top;} 
.tbl6 {background:#f5f5f5; color:#666; vertical-align:top;} 	
.tblbottom td, .tblbottom {height:7px; background:#ddd; padding:0; margin:0;}
.tblrange {height:7px; background:#D6D7E7;}
.tblLegend {background-color:#eee; color:#666; vertical-align:top;} 
.tbl5hilight, .tbl6hilight {height:7px; background:#B8C5DE; color:#666; vertical-align:top;}
.tbl6hilight {background:#CED6EB;}
.tbln {color:#ff0000; font-weight: bold;}
.tblborder {background:#999;}
table.tblstandard td.tblindent1{ padding-left: 1.2em; } 
table.tblstandard td.tblindent2{ padding-left: 2em; } 