@charset "UTF-8";

.table_header {
	margin: 0px 0px 5px;
	list-style: url(none) none outside;
	width: 680px;
	z-index: 55;
	height: 98px;
	background: #FFFFFF url(../hoverlist_tewkes.jpg) no-repeat right bottom;
	padding: 5px 0px 0px;
}
.table_header ul {
	background: #8FC73C;
	color: #FFFFFF;
	margin-bottom: 10px;
	height: 45px;
	width: 690px;
}
.table_header ul li {
	display: block;
	width: 50px;
	height: 40px;
	margin-bottom: 5px;
	margin-left: 20px;
	float: right;
	padding-top: 5px;
	padding-right: 3px;
	padding-left: 3px;
	list-style: url(none) none;
	text-align: center;
}


.table_row {
	overflow: auto;
	margin: 0px;
	visibility: visible;
}
.table_row ul {
	float: left;
	list-style-type: none;
	padding: 5px 0px 5px 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	width: 670px;
	height: 30px;
	background: #EDECE9;
	margin-top: 0px;
	margin-bottom: 0px;
	overflow: visible;
}
.table_row ul:hover {
	background: #D2D1CF;
}
.table_row ul.lightback {
	background: #FFFFFF;
}
.table_row ul.lightback:hover {
	background: #D2D1CF;
}
.table_row ul li {
	display: block;
	width: 22px;
	font-size: 1em;
	line-height: 28px;
	height: 25px;
	color: #777;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 13px;
	float: left;
	padding-top: 5px;
	padding-right: 1px;
	padding-left: 2px;
	margin-right: 0px;
}
.table_row ul li.address {
	width: 356px;
	font-family: Helvetica, Arial, Tahoma, "Trebuchet MS";
	color: #085527;
	font-size: 0.85em;
	background: url(none);
	margin: 0px 2px 0px 0px;
	height: 26px;
	padding: 2px 0px;
}


.table_footer {
	margin: 5px 0px;
	list-style: url(none) none outside;
	width: 680px;
	z-index: 55;
	height: 98px;
	padding: 5px 0px 0px;
	background-color: #FFFFFF;
	background-image: url(../hoverlist_tewkes.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}

