/* CSS Document */

a.menu:link, a.menu:visited, a.menu:active {
display: block;
vertical-align: middle;
font-size: 11px;
font-family: Arial, Helvetica, sans-serif;
text-align: left;
font-weight:bold;
height: 15px;
text-decoration: none;
padding: 3px;
border: 1px solid #cccccc;
background-color:#f5f5f5;
color:#333333;
margin-bottom:2px;
}

a.menu:hover {
background-color:#eeeeee;
background-repeat: repeat;
text-decoration: none;
color: #525d73;
}

#tbl_listings {
	border: 1px solid #cccccc;
	background-color:#f5f5f5;
	margin-bottom:10px;
}
#tbl_listings th {
	background-color:#ededed;
	border-bottom: 1px solid #cccccc;
}