#roster {
	margin: 5px;
}
#roster #team_info {
	margin: 0px 0px 0px 5px;
	padding: 5px;
	font: normal 10pt Verdana,Sans-Serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
#roster #team_info img.logo {
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
#roster table {
	border: #cccccc 1px solid;
	width: 640px;
	margin: 10px 0px 10px 10px;
}
#roster th,
#roster td {
	padding: 4px 8px;
}
#roster th {
	font: bold 12pt Verdana,Sans-Serif;
	background-color: #f0f0f0;
	border-bottom: #cccccc 1px solid;
	text-align: left;
}
#roster td {
	font: normal 10pt Verdana,Sans-Serif;
}
#roster tr.zero td {
	background-color: #ffffff;
}
#roster tr.one td {
	background-color: #f0f0f0;
}