/* see http://15daysofjquery.com/examples/zebra */

table {
	border-collapse: collapse;
	border-bottom: 2px solid #938BC3;
	width: 95%;
	margin: 2em;
	font-size: 1.2em;
}

th {
	background: #B3ADD5;
	color: #29624C;
	font-weight: bold;
	padding: 4px 11px;
	text-align: left;
	border: 1px solid #938BC3;
	line-height: 1.2;
}

th a {
	color: #fff !important;
	padding: 0;
	margin: 0;
	text-decoration: none !important;
	border-bottom: 1px solid #938BC3 !important;
}

th a:hover {
	color: #ffffb4 !important;
	text-decoration: none !important;
	border-bottom: 1px solid #ffffb4 !important;
}

tr {
	border: 1px solid #938BC3;
}

td {
	padding: 6px 11px;
	border-bottom: 1px solid #95bce2;
	vertical-align: top;
}

td * {
	padding: 6px 11px;
}

td a {
	color: #4c4c4c !important;
	padding: 0;
	margin: 0;
	text-decoration: none !important;
	border-bottom: none !important;
}

td a:hover {
	padding: 0.1em 0;
	text-decoration: none !important;
	border-bottom: 1px solid #2E69A6 !important;
	color: #2E69A6 !important;
}

tr td {
	background: #D3EDE3;	/* sdb added */	
}

tr.alt td {
	background: #E5F4EF;
}

tr.over td {
	background: #FFF3E0;
}

