@charset "utf-8";
/* CSS Document */

.table {
	width: 680px;
}
.table td {
	padding: 5px 10px;
	background: url(../img/border_1.gif) repeat-x bottom left;
	border: none;
}
.table .t_htd {
	padding: 5px 10px;
	border-bottom: 1px solid #ccc;
	background: #eee;
}
.ap_details {
	display: none;
	position: absolute;
	width: 120px;
	padding: 5px;
	background: #eee;
	border: 1px solid #ccc;
}
#results_private tr.hover td {
	background-color: #fff4ef;
}
