/* tables */
table.tablesorter {
	background-color: #CDCDCD;
	margin:10px 0pt 15px;
	font-size: 8pt;
	width: 100%;
	text-align: left;
}
table.tablesorter thead tr th, table.tablesorter tfoot tr th {
	background-color: #e6EEEE;
	border: 1px solid #FFF;
	font-size: 8pt;
	padding: 4px;
}
table.tablesorter thead tr .header {
	background-image: url(bg.gif);
	background-repeat: no-repeat;
	/*background-position: center right;
	background-position: top right;*/
	background-position: 100% 5%;
	cursor: pointer;
}
table.tablesorter tbody td {
	color: #3D3D3D;
	padding: 4px;
	background-color: #FFF;
	vertical-align: top;
}
table.tablesorter tbody tr.odd td {
	background-color:#F0F0F6;
}
table.tablesorter thead tr .headerSortUp {
	background-image: url(asc.gif);
}
table.tablesorter thead tr .headerSortDown {
	background-image: url(desc.gif);
}
table.tablesorter thead tr .headerSortDown, table.tablesorter thead tr .headerSortUp {
background-color: #8dbdd8;
}
/*rainfall map tables*/
table.tablesorter td:nth-child(2), td:nth-child(3), td:nth-child(4), td:nth-child(5), td:nth-child(6), td:nth-child(7), td:nth-child(8), td:nth-child(9){
	width: 35px; text-align: center;
}
table.tablesorter th:nth-child(2), th:nth-child(3), th:nth-child(4), th:nth-child(5), th:nth-child(6), th:nth-child(7), th:nth-child(8), th:nth-child(9){
	width: 35px; 
}
table.tablesorter tr th:nth-child(10), td:nth-child(10){
	width: 65px;
}
table.tablesorter tr th:nth-child(1){
	width: 185px;
}
table.tablesorter tr td:nth-child(1){
	width: 185px;
}
/*add some column background colors to georgia water use 2015*/
table.tablesorter tr td:nth-child(6),td:nth-child(7),td:nth-child(8),td:nth-child(9) {
	/*background-color: #e6EEEE !important;*/
	/*border-left-color: black;
	border-collapse: separate;
	border-left-width: 2px;*/
}
