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