@charset "UTF-8";
/* CSS Document */

#TeamPage {
	}

#TeamPage h2 {
	font-size: 1.6em;
	color: #fff;
	background-color: #333;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-bottom: 6px;
	font-weight: bold;
	padding: 6px;
}

#TeamPage h3 {
	font-size: 1.3em;
	color: #fff;
	background-color:#666666;
	line-height: 1em;
	text-align: center;
	margin: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	font-weight: bold;
	padding: 4px;
}

#TeamPage h5 { color: #7b7b7b; font-style: italic; }

#TeamPage h6 { font-size: 0.9em; line-height: 1.2em;
	color: #000000;
	margin: 0px;
	margin-bottom: 6px;
	text-align: center;
	}

#TeamPage p {
	font-size: 0.95em;
	line-height: 1.1em;
	margin-top: 0;
	font-weight: normal;
}

#TeamPage a:link, #TeamPage a:visited {
	text-decoration: underline;
	color: #fff;
}

#TeamPage a:hover {
	text-decoration: underline;
	color: #97da76;
}

table.TeamDetail { border-collapse: collapse; background-color: #495b68; margin-top:10px; margin-bottom:15px; width:100%;}
table.TeamDetail th { text-align: left; padding: 6px; }
table.TeamDetail td { color: #fff; vertical-align: top; text-align: left; padding: 3px; }
table.TeamDetail td.MoreInfo { color: #fff; text-align: center; padding: 3px; vertical-align: top; }
table.TeamDetail td a:link, table.TeamDetail td a:visited { color: #fff; text-decoration: none; }
table.TeamDetail td a:hover { color: #97da76; text-decoration: none; }
.TeamDetailCats { font-weight: bold; }
table.GameResults { color: #fff; font-size: 0.95em; border-collapse: collapse; width:100%;}
table.GameResults th { color: #fff; font-weight: bold; background-color: #333; text-align: center; padding: 3px; border: 1px solid #333; }
table.GameResults td { color: #fff; vertical-align: top; font-weight: normal; text-align: left; padding: 3px; }
table.GameResults td.Numbers { color: #fff; text-align: center; vertical-align: top; }
table.GameResults tr.Alt { color: #fff; background-color: #495b68; }
table.GameResults tr.Norm { color: #fff; background-color: #354958; }
table.GameResults tr.Pre { color: #fff; background-color: #5e788b; }
table.GameResults tr.Playoffs { color: #000; background-color: #1c2d3a; }
table.GameResults td a:link, table.GameResults td a:visited { color: black; text-decoration: none; }
table.GameResults td a:hover { color: #97da76; text-decoration: none; }
table.GameResults td.MoreInfo { color: black; text-align: center; padding: 3px; vertical-align: top; }
table.GameDetail { color: #fff; border-collapse: collapse; margin-top: 6px; margin-bottom: 3px; margin-left: auto; margin-right: auto; border: solid 1px #333; }
table.GameDetail th { color: #fff; font-weight: bold; line-height: 13px; background-color: #333; text-decoration: none; text-align: center; vertical-align: bottom; padding: 3px; border-bottom: 1px solid #4a4a4a; }
table.GameDetail td { color: #fff; vertical-align: top; line-height: 13px; text-decoration: none; text-align: left; padding: 3px; }
table.GameDetail td a:link, table.GameDetail td a:visited { color: #fff; text-decoration: none; }
table.GameDetail td a:hover { color: #97da76; text-decoration: none; }
table.stats { font-size: 0.95em; }
table.stats .norm { background-color: #354958; }
table.stats .alt { background-color: #495b68; }
table.stats .head { background-color: #333; }

/* IE6 Only */
* html table.TeamDetail { width:99%;}
* html table.GameResults { width:98%;}
