/*
Styles for teams.php

*/

table#teamlist {
	border-collapse: collapse;
	border: 1px solid #B4D0F0;
}

table#teamlist td, th {
	padding: 3px 5px 3px 5px;
}

table#teamlist th {
	background-color: #B4D0F0;
}

td.homegame {
	text-transform: uppercase;
}

table#ffl-sched {
	width: 100%;
	max-width: 400px;
	margin-top: 1em;
	border-collapse: collapse;
	border: 1px solid #B4D0F0;
}

table#ffl-sched td, th {
	padding: 3px 5px 3px 5px;
}

table#ffl-sched th {
	text-align: left;
	background-color: #B4D0F0;
}

table#ffl-sched th#sched-title {
	font-size: larger;
	text-align: center;
	background-color: #FFF;
	color: #259;
}

table#ffl-sched tfoot th.record {
	background-color: transparent;
}

table#ffl-sched tfoot tr {
	border-bottom: 1px solid #B4D0F0;
}

table#ffl-sched td {
	white-space: nowrap;
}

table#ffl-roster {
	width: 100%;
	margin-top: 1em;
	border-collapse: collapse;
	border: 1px solid #B4D0F0;
	clear:right;
}

table#ffl-roster td, th {
	padding: 3px 5px 3px 5px;
}

table#ffl-roster th {
	text-align: left;
	background-color: #B4D0F0;
}

table#ffl-roster th#roster-title {
	font-size: larger;
	text-align: center;
	color: #259;
}

table#ffl-roster th#benchline {
	font-size: 1px;
	height: 3px;
}

