/* CSS Document */


table.stats	table.searchForm	{
	width: 100%;
	clear: both; 
	border-collapse: collapse;
	border: 0;
	margin: 0 0 15px 0;
}
table.stats	table.searchForm td	{
	border: 0;
	padding: 0 10px 10px 10px;
	font-size: .95em;
}
h2.headerResults {
 	font-size: 1em; 
	background-color: #FDC780; 
 	padding: 10px;
	margin: 0;
}

h2.headerResults-grey {
 	font-size: 1em; 
	background-color: #dedede; 
 	padding: 10px;
	margin: 0;
}

h2.headerStats {
 	font-size: 1em; 
	background-color: #C8D0EA; 
 	padding: 10px;
	margin: 0 0 10px 0;
}
h2.headerStats-over {
 	font-size: 1em; 
	background-color: #FDC780; 
 	padding: 10px;
	margin: 0 0 10px 0;
}

/* 	=======================
		STATISTICS TABLE
	=======================	*/
table.stats	{
	width: 100%;
	clear: both; 
	border-collapse: collapse;
}
table.stats	td	{
	border: 1px solid #C8D0EA;
	padding: 0;	
	vertical-align: top;
}
table.stats	th	{
	padding: 0;	
	text-align: left;
	height: 80px;
}
table.stats th.column1	{
	background: white url("../images/bckStep1.gif") no-repeat top left;
	width: 23%;
}
table.stats th.column1-over	{
	background: white url("../images/bckStep1-over.gif") no-repeat top left;
	width: 23%;
}
table.stats th.column1-grey	{
	background: white url("../images/bckStep1-grey.gif") no-repeat top left;
	width: 23%;
}
table.stats th.column2	{
	background: white url("../images/bckStep2.gif") no-repeat top left;
	width: 36%;
}
table.stats	th.column2-over	{
	background: white url("../images/bckStep2-over.gif") no-repeat top left;
	width: 36%;
}
table.stats	th.column2-grey	{
	background: white url("../images/bckStep2-grey.gif") no-repeat top left;
	width: 36%;
}
table.stats th.column3	{
	background: white url("../images/bckStep3.gif") no-repeat top left;
	width:39%;
}
table.stats th.column3-over	{
	background: white url("../images/bckStep3-over.gif") no-repeat top left;
	width: 39%;
}
table.stats	th.column3-grey	{
	background: white url("../images/bckStep3-grey.gif") no-repeat top left;
	width: 39%;
}
table.stats th img {
	float: left;
}
table.stats th h2 {
	float: left;
	font-size: 1.1em;
	font-weight: bold;
	margin: 20px 0 0 0;
	padding: 0 0 0 73px;
}
table.stats th.gap	{
	width:1%;
	border: 0;
	background: white;
}
table.stats .statTablePadding	{
	padding: 10px;
}


/* 	LIST OF STATISTICS */
table.stats ul.selectList	{
 	margin: 0 10px 25px 10px;
	padding: 0;
	list-style-type: none;
	font-size: .95em;
}
table.stats ul.selectList h3	{
	font-size: 1em;
	padding: 0;
	margin: 0;
}
table.stats ul.selectList ul	{
	margin: 0 0 15px 20px;
	padding: 0 0 0 5px;
	list-style-image: url("../images/bulletStat.gif");
	font-weight: normal;
}
ul li.selectedStat {
	font-weight: bold;
	color: #C25700;
	font-size: 1.25em;
	list-style-image: url("../images/bulletStatCurrent.gif");
	}
table.stats ul.selectList ul li	{
	margin-top: 2px;
}
table.stats li.link {
	padding: 0 0 0 15px;
}


/* census search form table */
table.censusTable {
	border: 0;
	margin: 10px;
}
table.censusTable td {
	border: 0;
	padding: 5px ;
}


table.tableData {
	width:95%;
	font-size:.95em;
	border-collapse: collapse;
	}
table.tableData th {
	padding: 3px;
	text-align: center;
	border: 1px solid #bbb;
	}	
table.tableData td {
	padding: 3px;
	text-align: right;
	}	
table.tableData td.left {
	text-align: left;
	}		
table.tableData td.center {
	text-align: center;
	}	


/* 	=======================
		GLOSSARY TABLE
	=======================	*/
table.tableGlossary p {
	margin: 0 0 5px 0;
	padding: 0;
	}

/* 	=======================
		GLOSSARY TABLE
	=======================	*/
table.loginForm {
	margin: 0; 
	width: 100%; 
	background-color: #e9e9e9;
	}
table.loginForm td {
	padding: 5px;
	}	