/* Report Styles */
<!--
.body2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	vertical-align:top;
	
}
tr.section{
	font-weight:bold;
	font-size:14;
	color:#FFF;
	background-color:#000066;
}
tr.question{
	font-weight:bold;
	margin-top:10px;
	font-size:12px
}
tr.answer_header{
	font-size:small;
	font-weight:bold;
}
tr.answer {
	 padding:0;
}
td.value{
	vertical-align:top;
	font-size:12px;
	text-align:right; /*SB*/
	padding-right:10px; /*SB*/
	padding-left:30px; /*SB*/
}
td.count{

}
td.pcnt{
	text-align:right;
	font-size:10px;
}
td.graph{
	font-size:12px;
}

.valuegap, .pcntgap, .graphgap
{
 padding:10px 0;
}

.graphtableshow
{
   border:1px solid black;
}

.graphtablenoshow
{
   border-left:1px solid black;
}

tr.legend table
{
  padding-bottom:20px;
}

tr.legend td
{
    	font-size:12px;
		/*border:1px solid red;*/
}

.site
{
  background-color:334499;
	width:10px;
	height:10px;
	border:1px solid black;
}

td.site_graph{
	margin-top:0px;
/* gold */
/*background-color:FFEE5C;*/
/* blue 51,68,153*/
	background-color:334499;
	font-size:12px;
	height:14px;
}

.org
{
  background-color:66CC00;
	width:10px;
	height:10px;	
	border:1px solid black;
}

td.org_graph{
/* green 0,170,51
background-color:00AA33;*/
/* yellow 255,255,0 */
	background-color:66CC00;
	margin-top:0px;
/* purple 153,68,170
background-color:9944AA;
*/
	font-size:12px;
	height:14px;
}

.state
{
  background-color:AA2222;
	width:10px;
	height:10px;	
	border:1px solid black;	
}

td.legendlabel
{
   padding-right:20px;
   /*border:0;
   border-top:1px solid black;
   border-right:1px solid black;
   border-bottom:1px solid black;*/
}

td.state_graph{
/* red 170,34,34*/
background-color:AA2222;
margin-top:0px;

/*green background-color:11AA66;*/
font-size:12px;
height:14px;
}

td.tiny{
	font-family:verdana;
	font-size:10px;
	font-weight:bold;
}
span.labelstate{
	/*Used for the state label -- red*/
	color:AA2222;
}
span.labelorg{
	/*Used for the district label -- green*/
	/*color:00AA33;*/
	color:000; /* Black */
}
span.labelsite{
	/*Used for the school label -- blue*/
	color:334499;
}

table.report td{
	/*For Nav Section*/
	font-size:10px;
	border:1px solid #006699;
	color:black;
}

/* from select_report page */
.body {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size: small;
	color: #333333;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #006699;
	vertical-align:top;
}
label,input {
	display: block;
	float:left;
	margin-bottom: 15px;
	
}
td.data{
	text-align:right;
}
tr.state{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
	font-size:12px;
	font-weight:bold;
}

tr.org{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

tr.site{
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
	font-size:10px;
}
th{
	align:left;
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
	font-size:12px;
	font-weight:bold;
	background-color:#000066;
	color: #FFFFFF;	
}		
label {
	font-family: Verdana, Geneva, Arial, helvetica, sans-serif;
	text-align: left;
	font-size:12px;
	width: 250px;
	padding-right: 20px;
	font-weight:bold;
}

br {
	clear: left;
}
ul.header{
	color: #333333;
	font-size:14px;
	list-style-type:none;
	margin:0px;
	padding:1px;
	font-weight:bold;
}

p.domaindescription
{
   font-size:12px;
}
-->
