a:link { color: blue; }
a:active, a:visited { color: blue; }
h2 { color: brown;}
h3 { color: #333333; margin-bottom: 6px; font-weight: bold;}

tr.bold td {font-weight: bold; }

div.dhthead
{ 
	background-color: #bbbbbb; 
	padding: 4px;
	border-top: solid 1px #999999;
	border-right: solid 1px #999999;
	border-left: solid 1px #999999;
	text-align: center;
	color: Maroon;
	font-size: 10pt;
	font-weight:bold;
}
div.dht 
{ 
	background-color: #D6FFFC; 
	padding: 7px;
	border: solid 1px #999999;
}
table.dht
{
	width: 100%;
}
table.dht tr td
{
	width: 33%;
	text-align: center;
	border: solid 1px black;
}
table.dht tr td img
{
	border: solid 1px darkblue;
}
span.teampage
{
	color: #666666;
}

table { border-collapse: collapse; }

tr.hiddenRow { display: none; }		/* Used so you can set appropriate widths on all cells						*/
td.checkbox inputX { width: 20px; }  /* Used so that a checkbox in a ModelerTable can be 20px instead of 100%	*/
td span.checkbox input { width: 20px; }  /* Used so that a checkbox in a ModelerTable can be 20px instead of 100%	*/
input.Right { text-align: right; }  /* Used if you want to make an input right aligned							*/

table.dataview1, table.ModelerTable { table-layout: fixed; }
table.dataview1 td { border: solid 1px; padding: 3px 10px 3px 10px }
table.dataview1 th, table.dataview1 tr.header td { border: solid 1px; font-weight: bold; font-size: 10px; padding: 3px 5px 3px 5px; text-align: center; }	
table.dataview1 tr.drilldown-row { background-color: #ccffff; }

table.dataview1 th, table.dataview1 td, { border-color: #888888; }
table.dataview1 th { background-color: #dddddd; }

table.ModelerTable { padding: 4px; border-collapse: collapse; }
table.ModelerTable tr { vertical-align: middle; }
table.ModelerTable th
{
	border-bottom: solid 1px;
	font-weight: bold;
	font-size: 10pt;
	vertical-align: middle;
	text-align: left;
	padding: 3px;
}
table.ModelerTable td
{
	vertical-align: middle;
	padding: 2px;
	border: solid 0px black;
}
table.ModelerTable tr.modeler-preheader td { padding-bottom: 5px; }
table.ModelerTable input, table.ModelerTable textarea, table.ModelerTable select { width: 97%; }

