/* CSS Document */
/* ROSTER.CSS */

table {
	border-collapse:collapse;
	background: #ffffff;
	width:389px;
	font: 11px Arial, Helvetica, sans-serif;
	margin-bottom:30px;
}

caption {
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	padding: 8px 0px 5px 0px;
}

		caption green {
			font: 18px "Lucida Grande", Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-transform:uppercase;
			color:#1E4512;
			}
			
		caption orange {
			font: 18px "Lucida Grande", Arial, Helvetica, sans-serif;
			font-weight:bold;
			text-transform:uppercase;
			color:#F0A524;
			}

#eboard tbody th {padding: 3px 3px 3px 3px; line-height:30px; vertical-align:middle;}

td, th { padding: 3px 3px 3px 3px; line-height:18px;}

th { color: #000; font-weight: bold; text-align: left; padding-right: .5em; vertical-align: top; }

thead th { color:#fff; background: #1e4512; text-align: left; vertical-align:middle; line-height:18px;}

.odd td { background: #dbe6db; }

.odd th { background: #6f8d6e; }

tfoot th { background: #fff; color: #000; vertical-align:top; text-align:left; font-weight:normal; }
tfoot td { background: #fff; color: #000; vertical-align:top; text-align:right; }

th + td { padding-left: .5em; }

tbody td {border-bottom: 1px solid #cddab6;}
tbody th {border-bottom: 1px solid #cddab6;}
