@charset "UTF-8";
#schedule {
	width: 365px;
	background-color: #999999;
	height: 150px;
	overflow: scroll;
	margin-left: 10px;
	padding: 3px;
	border: groove #FFFF00 medium;
}
#nav {
	width: 750px;
	margin-left: auto;
	margin-right: auto;
	height: 40px;
	margin-bottom: 5px;
	background-color: #999999;
}
.oddRow {
	background-color: #CCCCCC;
	color: #000000;
}
#pageContainer {
	width: 850px;
	background-color: #999999;
	height: 785px;
	margin-right: auto;
	margin-left: auto;
	background-position: 0 170px;
	background-repeat: no-repeat;
	background-image: url(../tennis/assets/Tennis-team_lg_25t.jpg);
}
body {
	text-align: center;
}
#schedule_footer {
	margin-top: 10px;
	width: 365px;
}
#roster {
	margin-top: 2em;
	margin-left: 1em;
	width: 365px;
	height: 330px;
}
#leftColumn {
	width: 49%;
	float: left;
}
#coaches {
	width: 365px;
	padding-bottom: 1em;
}
#rightColumn {
	float: right;
	width: 49%;
	margin-left: auto;
	margin-right: auto;
}
#playerpic {
	height: 325px;
	margin-bottom: 15px;
	padding-top: 10px;
	width: 325px;
}
#playeystats {
	text-align: center;
}
#rostertable {
	background-color: #999999;
}
#statstable {
	background-color: #999999;
	border: groove #FFFF00 medium;
	margin-right: auto;
	margin-left: auto;
	width: 200px;
}
#teamtable {
	height: 200px;
	overflow: scroll;
	width: 245px;
	border: groove #FFFF00 medium;
	padding: 5px;
	background-color: #999999;
}
#pageContainer #banner {
	background-color: #000000;
}
#recordtable {
	background-color: #999999;
	border: groove #FFFF00 medium;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 120px;
}
#record {
	width: 120px;
}
.nolink {
	text-decoration: none;
}
