table.ad-row {
	text-align: center;
}
table.ad-row a {
	text-decoration: none;
	color: black;

}

table.ad-row a:hover {
	font-weight: bold;
}

table.adlisting {
	width: 100%;
	color:#333;
	background-color: white;
	white-space: normal;
	border-collapse: collapse;
	font-size: 10px;
	font-family: verdana;
}

table.adlisting th {
	text-align: left;
	background-color: #ebebeb;
	padding-top: 10px;
	padding-bottom: 10px;
}

table.adlisting a {
	color: black;
	text-decoration: none;
	font-size: 10px;
}

table.adlisting td {
	vertical-align:top;
	text-align: left;
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 6px;
	padding-top: 6px;
	white-space: nowrap;
}

table.adlisting tr:hover {
	background: #dfdfdf;
	cursor: hand;
}

table.adlisting th:hover {
	background-color: #ebebeb;
}
.rowhighlight {
	background: #dfdfdf;
	cursor: hand;
}
.rownormal {
	background-color: white;
}


