#content table {
	border-collapse: collapse;
	width: 380px;
	height: 311px;
	float: left;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	border: 1px dotted #999999;
}

#content th, td{
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}

#content caption {
	font-size: 1.2em;
	font-weight: bold;
	margin: 1em 0;
}

#content col {
    border-right: 1px solid #ccc;
}

#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: left;
}
.odd {
    background-color: #edf5ff;
}

#content tr:hover {
    background-color: #3d80df;
	color: #ffffff
}
#content td {
	border-top-style: dashed;
	border-top-width: 1px;
	border-top-color: #CCCCCC;
}
#content thead tr:hover {
    background-color: transparent;
	color: inherit
}
