
/* Table row alternation */

table.listing {
	width: 400px;
	border: solid 1px #919898;
	margin-bottom: 10px;
}

table#quadrant td {
	padding-right: 10px;
	padding-top: 15px;
}
	

table.listing.wide {
	width: 100%;
}

table.listing th,
table.listing td
{
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
}

table.listing th
{
	background-color: #B3BDC7;
	font-weight: bold;
}

table.listing .even {
	background-color: #DCE5E5;
}

table.listing .odd {
	background-color: #ECF2F2;
}

