#content table {
	border-collapse: collapse;
	width: 99.9%;
	height: 311px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px dotted #999999;
	clear: both;
}

#content th, td{
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
	border: 1px dashed #999;
	height: 60px;
	text-align: center;
}

#content caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

#content col {
	border-right: 1px solid #ccc;
	background-color: #999;
}

#content col #Population {
    border: none;
}

#content thead {
    background: #ccc url(../images/bar.gif) repeat-x left center;
	border-top: 1px solid #a5a5a5;
	border-bottom: 1px solid #a5a5a5;
}

#content th {
	font-weight: bold;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
}
.odd {
    background-color: #edf5ff;
}

#content tr:hover {
    background-color: #ccc;
	color: #ffffff
}
#content td {
	border: 1px dashed #CCCCCC;
}
#content thead tr:hover {
    background-color: transparent;
	color: inherit
}
