@charset "utf-8";

table {
	border-collapse: collapse;
	width: 750px;
	font-size: 0.875em;
	line-height: 1.6em;
	margin: 0 0 5px;
}

th {
	background: #dcdcdc;
	color: #39C;
	font-weight: bold;
	padding: 5px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	font-size: 1.25em;
	padding-left: 10px;
}

td {
	padding: 3px 0 3px 10px;
	text-align: left;
	border-bottom: dotted 2px #e0e0e0;
	vertical-align: top;
}

tr.alt td {
	background: #ffffe0;
}

tr.over td, tr:hover td {
	;
	background-color: #f0f8ff;
}
