@charset "utf-8";
/* CSS Document */

#body_table td {
	background-color: #fff;
	vertical-align: top;
	padding: 10px;
}
.teamAdminTable {
 	width: 660px;
	height: 562px;
	font-size: 1.1em;
}
.teamAdminTable a {
	text-decoration: none;
}
#seasonColumnOne, #seasonBodyText {
	position: relative;
	width: 150px;
	padding: 0;
	margin: 0;
}

#seasonColumnOne {
	width: 150px;
	float: left;
}

#seasonBodyText {
	float: right;
	width: 260px;
}
#seasonSideBar ul {
	padding-left: 10px;
	margin-top: 10px;
	list-style: none;
}
.teamLevel {
	font-weight: bold;
}
#seasonSideBar li {
	margin: 10px 0 10px 0;
}
#seasonBodyText ul {
	padding-left: 0;
}
#seasonBodyText li {
	list-style:none;
	background:url(/athletics/images/Checkbox.png) no-repeat 10px 0;
	font-size: 1.1em;
	padding-left: 50px;
	padding-top: 5px;
	height: 30px;
	font-weight: bolder;
}
/* Entry styles */
.teamEntry{
	padding-bottom: 10px;
}
.teamPostFooter {
	border: 1px solid #ccc;
	background-color: #ECECEC;
	margin: 10px 0 10px 0;
	padding: 5px;
	font-size: .8em;
	clear:both;
}

.teamPostBody {
	padding: 10px;
	clear:both;
}
.teamPostTitle {
	font-size: 1.1em;
	margin-bottom: 0;
}

#teamPostListing {
	max-height: 350px;
	overflow: auto;
	border: 1px solid #ccc;
	padding: 0 5px;
}
#teamNav {
	position: absolute;

	bottom: 20px;
	width: 620px;;
	text-align: center;
}
.listHead {
	cursor: pointer;
	}
#schedule, #scoreboard, #teamPostListing {
	font-size: .9em;
}
#schedule div {
max-height: 500px;
overflow: auto;
}
.eventNotes {
	background-color: #f4f6fa;
	padding: 4px;
	border: 1px solid #ccc;
	margin: 5px 5px 10px 5px;
}
.eventNotes p {
	margin: 0;
}
.eventInfo {
	display: inline;
	font-weight: bold;
}
.pageList li {
	margin-top: 5px;
}
.hideNotes {
	display: none;
}
.eventTitle {
	cursor: pointer;
	font-weight: bolder;
}
#teamList blockquote {
width: 100%;
margin-left: 10px;
height: auto;
}
#teamList blockquote p {
margin-left: 5px;
}