﻿.TableHeader {
	background-color:#333;
	font-size:8pt;	
	font-weight:bold;
	color:#fff;	
	text-align:left;
	font-family:Arial, sans-serif;
}

table.tablestyle {
	padding:3;
	border-color:#808080;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
	font-family:Arial, sans-serif;
	font-size:8pt;
}


table.tablestyle tr {
	background-color:White;
}

table.tablestyle tr.SubHeader1 {	
	background: #EBE9E6 url(subheaderbkgd.gif) repeat-x;
	text-align:center;
	font-weight:bold;
	color:#000000;
}

table.tablestyle tr.SubHeader2 {
	background-color:#909090;	
	text-align:center;
	font-weight:bold;
	color:#FFFFFF;
}

table.tablestyle tr.oddrow {
	background-color:#808080;
}

table.tablestyle tr.evenrow {
	background-color:#E8E8E8;
}


table.tablestyle td {
	border-style:solid;
	border-color:#808080;
	border-width:1px;	
	padding:.25px;
	text-align:center;
}


table.tablestyle td.firstcolumncenter {
	text-align:center;
	font-weight:bold;
}

table.tablestyle td.firstcolumnleft {
	text-align:left;
	font-weight:bold;
}

table.tablestyle td.toprow {
	/*border-color:White;*/
	text-align:center;
}

table.tablestyle th {
	border-style:solid;
	border-color:#808080;
	border-width:1px;
	font-weight:bold;
	padding:.25px;
}


table.tablestyle th.toprow {
	border-color:White;
	text-align:center;
}

table.tablestyle th.firstcolumnleft {
	text-align:left;

}

table.tablestyle th.firstcolumncenter {
	text-align:center;
}