#rightSearch #table_left {
	width:271px;
	font-size: 80%;
}
#rightSearch #table_right {
	width:271px;
	font-size: 80%;
}

#table_left {
	float:left;
	width:360px;
}
#table_right {
	float:right;
	width:360px;
}
#table_center {
	width:360px;
	text-align:center;
	margin:auto;
	clear:both;
}
#table_center table.listing_table {
	width:100%;
}

table.listing_table {
	width:100%;
	margin-top:10px;
	float:left;
	clear:both;
	text-align:left;
}
table.listing_table td {
	padding:3px 1px 3px 1px;
}
table.listing_table th {
	padding:1px;
	font-size:75%;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid black;
	border-top:1px solid #999;
	background-color:#ddd;
	line-height:1.5em;
}

table.listing_table td {
	font-size: 80%;
	padding: 1px 2px 2px;
}

table.listing_table tr.even {
	background-color:#fff;
}
table.listing_table tr.odd {
	background-color:#def;
}

table.listing_table th a {
	text-decoration:none;
	color:#000000;
}
table.listing_table th a.selected {
	text-decoration:none;
	color:blue;
}
table.listing_table th a:hover {
	text-decoration:underline;
}

#results_paging {
	font-size:.8em;
	text-align:center;
	float:left;
	clear:both;
	width:100%;
}
#results_paging span.shade {
	color:#cccccc;
}