body {
	margin: 0;
	background-color: #ffffff;	
	background-repeat: repeat-x; /* repeat-x repeat-y no-repeat */
	}
/*
	background-image: url(/ccsd/images/bg.gif);
*/


/* 05-10-06 - MOVING TO CSS-POSITIONING */

#wrapper {
	width: 750px;
	margin: auto;
	}

.column {
	width: 710px;
	margin: 10px 20px 10px 20px;
	/*	border: 1px solid #000000; */
	float: left;
	}

.header {
	width: 200px;
	padding: 0 0 30px 0;
	float: left;
	}

.content {
	width: 670px;
	margin: 0px 20px 0px 20px;
	/*	border: 1px solid #000000; */
	float: left;
	clear: both;
	}


/* BASICS */

h1 {
	font-family: Arial, Geneva, Helvetica;
	font-size: 22px;
	line-height: 22px;
	color: #01659a;
	font-weight: bold;
	margin: 10px 0 0 0;
	clear: both;
	border-bottom: solid 1px #c0c0c0;
	}

h2 {
	font-family : Arial, Helvetica, Geneva;
	font-size : 14px;
	line-height : 16px;
	color : #01659a;
	font-weight: bold;
	font-style: italic;
	margin: 0 0 14px 0;
	}

p,ul {
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	line-height : 16px;
	color : #333333;
	}

p.smalltext
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 11px;
	font-weight: normal;
	line-height : 16px;
	color : #333333;
	}

table.smalltext td
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 11px;
	font-weight: normal;
	line-height : 16px;
	color : #333333;
	}

.smalltextb
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 11px;
	font-weight: normal;
	line-height : 16px;
	color : #333333;
	}

td
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	line-height : 16px;
	color : #333333;
	}

.question {
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #3E454D;
	font-weight: normal;
	margin: 0 0 20px 0;
	}



/* Report Styles for bar chart */ 
/* div#main{margin: 0 25%} */
a.info {
	position: relative;
	z-index:24;
	background-color:#ccc;
	color:#000;
	text-decoration:none
}
a.info:hover {
	z-index:25;
	background-color: #ff0;
}
a.info span {
	display: none;
}
a.info:hover span {
	display:block;
	position:absolute;
	top:1px;
	left:-8px;
	width:8px auto;
	border:1px solid #0cf;
	background-color:#cff;
	color:#000;
	text-align: center;
}
/* div#counter{margin-top: 80px} */

/* alternating row styles */
.tr0 {background-color:#f0f0f0;font-weight:bold;}
.tr1,.tr1 td {background-color:#dddddd;padding-top:4px;padding-bottom:4px;}
.tr2,.tr2 td {background-color:#ffffff;padding-top:4px;padding-bottom:4px;}
.tb2 {border: 2px solid #cccccc;}


/* 04-13-06 - this removes default border styles */

/* 04-18-2008 - hide original
form,fieldset {
	display: block;
	margin: 0 0 0 0;
	border: 0 solid #ffffff;
	padding: 0 0 0 0;
	}
*/
fieldset {
	display: block;
	margin: 0 0 0 0;
	border: 0 solid #ffffff;
	padding: 0 0 0 0;
	}

/* 04-18-2008 - add space between form and error message */
form {
	display: block;
	margin: 30px 0px 0px 0px;
	border: 0 solid #ffffff;
	padding: 0 0 0 0;
	}



/* 04-14-06 - hide grid label for accessibility */

.hidden {
	position:absolute;
	left:0px;
	top:-500px;
	width:1px;
	height:1px;
	overflow:hidden;
	}

/* legend */
legend {
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #3E454D;
	margin: 0 0 6px 0;
	word-wrap: normal;
}

/* grid question */

th {
	font-family: Arial, Helvetica, Geneva;
	font-size: 11px;
	font-weight: normal;
	color: #3E454D;
}

th.gridquestion {
	text-align: left;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	color: #3E454D;
	font-weight: normal;
}
caption {
	text-align: left;
	font-family: Arial, Helvetica, Geneva;
	font-size: 12px;
	color: #3E454D;
	font-weight: normal;
}

/* LOGIN */

.loginh1 {
	font-family : Arial, Helvetica, Geneva;
	font-size : 18px;
	color : #3E454D;
	font-weight : bold;
	margin: 0 0 20px 0;
	}

.loginp {
	font-family : Arial, Helvetica, Geneva;
	font-size : 12px;
	color : #3E454D;
	font-weight : bold;
	margin: 10px 0 10px 0;
	}


/* Added 02-16-07 */
	.hdots
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 18px;
	font-weight : bold;
	color : #CC3300;
	}
	.h
	{
	font-family : Arial, Helvetica, Geneva;
	font-size : 19px;
	color : #3E454D;
	line-height : 22px;
	}



div.filterbox {
	background-color: #e2e2e2;
	margin: 0 0 10px 0;
	padding: 0;
	}




/* jjohns 04-25-08 */
table.resp {
	width: 500px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 40px 0;
	padding: 0;
	}
table.resp thead {
	background: #c9dff3;
	}
table.resp th {
	color: #000;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	}
table.resp td {
/*	text-align: left; */
	vertical-align: top;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	}

table .rate {
	text-align: right;
	width: 100px;
}





/* form table vsin 06-17-08 */
table.searchForm {
	width: 600px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0 0 40px 0;
	padding: 0;
	}
table.searchForm th {
	color: #000;
	text-align: left;
	vertical-align: top;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	font-size: 12px;
	}
table.searchForm td {
	vertical-align: top;
	border: 1px solid #ccc;
	margin: 0;
	padding: 5px;
	}
