@charset "UTF-8";
/* CSS Document */

#results {
	width: 725px;
	margin: 0px auto;
}

#results thead td {
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	border-left: none;
	border-right: none;
	padding: 5px 0px;
	margin: 0px;
}

#results tbody td {
	font-size: .8em;
	text-align: left;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #666666;
	padding: 3px 2px 3px 17px;
}

#results tbody tr:hover {
	background-color: #007dc3;
	font-weight: bold;
} 

#yeartotals {
	float: left;
	width: 150px;
	margin: 25px;
}

#yeartotals thead td, #templenumbers thead td{
	font-size: 1.2em;
	font-weight: bold;
	text-align: center;
	background-color: #CCCCCC;
	border-bottom: 3px solid #000000;
	border-top: 3px solid #000000;
	border-left: none;
	border-right: none;
	padding: 5px 0px;
	margin: 0px;
}

#yeartotals tbody td{
	font-size: .8em;
	text-align: center;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #666666;
	padding: 3px 0px 3px 0px;
}

#yeartotals tbody tr:hover {
	background-color: #007dc3;
	font-weight: bold;
} 

#templenumbers {
	float: left;
	width: 500px;
	margin: 25px;
}

#templenumbers tbody td {
	font-size: .8em;
	text-align: left;
	border-right: none;
	border-left: none;
	border-bottom: 1px solid #666666;
	padding: 3px 0px 3px 25px;
}

#templenumbers tbody tr:hover {
	background-color: #007dc3;
	font-weight: bold;
}