#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	// 45px 15px 45px;
	width: 675px;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-header-left
{
	background: #b9c9fe url('/img/table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-header-right
{
	background: #b9c9fe url('/img/table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 8px;
	font-weight: normal;
	font-size: 13px;
	color: #039;
	background: #b9c9fe;
}
#rounded-corner td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
#rounded-corner tfoot td.rounded-foot-left
{
	font-size: 11px;
	font-style: italic;
	background: #e8edff url('/img/table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #e8edff url('/img/table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tbody tr:hover td
{
	background: #d0dafd;
}
.table-pagination {
	margin: 3px 15px 3px 15px;
	font-size: 11px;
	font-style: italic;
	text-align: right;
}

#geo-index
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: 15px;
	width: 375px;
	text-align: left;
	border-collapse: collapse;
}

#geo-index td
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}

.staterow
{
	padding: 8px;
	background: #d0dafd;
	border-top: 1px solid #fff;
	color: #669;
}

.cityrow
{
	padding: 8px;
	background: #e8edff;
	border-top: 1px solid #fff;
	color: #669;
}
