/* State Circuit tables */
table.cirspread {
	font-family:arial;
	border:1px solid #a0cefd;
	border-top:none;
	margin:0px 0px 0px 0px; 
	font-size: 8pt;
	width: 100%;
	text-align: left;
	border-collapse:collapse;
	}
table.cirspread thead tr th, table.cirspread tfoot tr th {
	background-image: url(../../images/titleshadow.png);
	padding: 6px;
	letter-spacing: 4px;
	text-shadow: #B6B6B6;
	text-align:center;
	font-size: small;
	font-weight: bold;
	font-family: Verdana;
	color: #000000;
}
/*table.cirspread thead tr .header {
	background-image: url(../../images/titleshadow.png);
	background-repeat: no-repeat;
	background-position: center right;
}*/
table.cirspread tbody td {
	color: #3D3D3D;
	height:15px;
	background-color: #fff;
	border:1px solid #a0cefd;
	font-family:Verdana;
	font-size:12px;
	padding:5px;
	vertical-align: top;
}
#subhdr {
	font-weight:bold;
/*	background-color:#5184B7;*/
	background-image:url(../../images/SUBHDR.PNG);
	padding:2px;
	color:black;
}
#subhdr2 {
	font-weight:bold;
	background-color:#BCCDE9;
}


