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

.content .scheduletable {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}
.row_homegame, .row_us {
	background-color: #ccc;
	background-image: url(/images/design_elements/row-shading-18x54/row_homegame_bg.jpg);
	background-repeat: repeat;
	color: #0c2340;
}
.row_awaygame {
	background-color: #ccc;
	background-image: url(/images/design_elements/row-shading-18x54/row_awaygame_bg.jpg);
	background-repeat: repeat;
	color: #0c2340;
}
.row_tbdgame {
	background-color: #ccc;
	background-image: url(/images/design_elements/row-shading-18x54/row_tbdgame_bg.jpg);
	background-repeat: repeat;
	color: #666;
}
.row_neutralgame, .row_stategame {
	background-color: #ccc;
	background-image: url(/images/design_elements/row-shading-18x54/row_neutralgame_bg.jpg);
	background-repeat: repeat;
	color: #666;
}
.row_lossgame,
.standingstable tr td:nth-child(4),
.standingstable tr td:nth-child(5),
.standingstable tr td:nth-child(6) {
	background-color: #ccc;
	background-image: url(/images/design_elements/row-shading-18x54/row_lossgame_bg.jpg);
	background-repeat: repeat;
	color: #CCC;
}
.row_wingame {
	background-color: #ccc;
	background-image: url(/images/design_elements/row-shading-18x54/row_wingame_bg.jpg);
	background-repeat: repeat;
	color: #ccc;
}
.row_tiegame {
	background-color: #ccc;
	background-image: url(/images/design_elements/row-shading-18x54/row_tiegame_bg.jpg);
	background-repeat: repeat;
	color: #ccc;
}
.row_scheduletitle {
	background-color: #0c2340;
	background-image: url(/images/design_elements/row-shading-18x54/row_scheduletitle_bg.jpg);
	background-repeat: repeat;
	color: #ccc;
}
.cell_homegame {
	background:transparent url(/images/icons/home_away_neutral_button_60x50.png) no-repeat 0 0px;
}
.cell_awaygame {
	background:transparent url(/images/icons/home_away_neutral_button_60x50.png) no-repeat 0 -50px;
}
.cell_neutralgame {
	background:transparent url(/images/icons/home_away_neutral_button_60x50.png) no-repeat 0 -100px;
}
.cell_tbdgame {
	background:transparent url(/images/icons/home_away_neutral_button_60x50.png) no-repeat 0 -150px;
}
.cell_stategame {
	background:transparent url(/images/icons/home_away_neutral_button_60x50.png) no-repeat 0 -200px;
}
.cell_winbutton {
	background:transparent url(/images/icons/win_loss_tie_button_50x50.png) no-repeat 0 0px;
}
.cell_lossbutton {
	background:transparent url(/images/icons/win_loss_tie_button_50x50.png) no-repeat 0 -50px;
}
.cell_tiebutton {
	background:transparent url(/images/icons/win_loss_tie_button_50x50.png) no-repeat 0 -100px;
}
.cell_ww_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 0px;
}
.cell_wl_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -50px;
}
.cell_wt_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -100px;
}
.cell_lw_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -150px;
}
.cell_ll_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -200px;
}
.cell_lt_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -250px;
}
.cell_tw_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -300px;
}
.cell_tl_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -350px;
}
.cell_tt_button {  /*split button for freshmen games*/
	background:transparent url("/images/icons/freshmen_win_loss_tie_button_50x50.png") no-repeat 0 -400px;
}

.scheduletable tr /*, .districtstandingstable tr*/ {
	float:left;
}
.row_scheduletitle th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8f8f8c;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8f8f8c;
}
.gamerow td {
	vertical-align: middle;
  	line-height: normal;   
    height: 50px;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc; 
}
.opponentnamecell {
	padding-left: 8px;
}
.opponentnamecell span {
	font-size: 85%;
	color: #666;
	display: inline;
	padding-left: 15px;
}
.row_homegame .opponentnamecell span {
	color: #ccc;
}
.opponentnamecell strong, caption strong {
	font-weight: normal;
	font-variant: small-caps;
	color: #FFF;
	display: inline-block;
	background-color: #333;
	border: 1px solid #FC0;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 5px;
}
.opponentnamecell em, caption em {
	font-weight: normal;
    font-style: normal;
	font-variant: small-caps;
	color: #FFF;
	display: inline-block;
	background-color: #cb3d28;
	border: 1px solid #224099;
	padding-right: 4px;
	padding-left: 4px;
	border-radius: 5px;
}
.scheduletable tr:hover .opponentnamecell span {
	font-size: 85%;
	color: #fff;
	display: inline;
	padding-left: 15px;
}
.confnumber {
	display: inline;
	color: #FC0;
	font-stretch: wider;
}
.scheduletable tr td:nth-child(1), .scheduletable tr td:nth-child(7) {
	text-align: center;
}
.scheduletable tr td:nth-child(5) {
	padding-left: 5px;
}
.scheduletable caption, .statstable caption {
	caption-side: top;
	line-height: 150%;
}
.content .standingstable, .content .districtstandingstable {
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.standingstable tr td:nth-child(1), .districtstandingstable tr td:nth-child(1)  {
	font-size: 150%;
	text-align: left;
	padding-left: 15px;
	font-weight: bold;
}
.coachesroster caption, .districtstandingstable caption {
	margin-top: 5px;
	caption-side: bottom;
	line-height: 120%;
	text-align: left;
	padding-left: 15px;
    text-indent: -15px;
}
.coachesroster caption p {
	text-align: left;
	padding: 0px;
	font-size: 80%;
}
.scheduletable a, .linkstable a, .statstable a, .standingstable a {
	color: #000;
	font-size: 85%;
    font-weight: bold;
	text-decoration: none;
}
.row_wingame a, .row_lossgame a, .row_tiegame a {
	color: #ccc;
} 
.scheduletable tr:hover a, .linkstable tr:hover a, .statstable tr:hover a, .standingstable tr:hover a {
	text-decoration: none;
	font-weight: bold;
	color: #ccc;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
}
.gamerow:hover, .standingstable tr:hover td:nth-child(4), .standingstable tr:hover td:nth-child(5), .standingstable tr:hover td:nth-child(6)  {
	color: #FFF;
	background-color: #0c2340;
	background-image: none;
}
.rostertable tr td:nth-child(3), .rostertable tr td:nth-child(4), .rostertable tr td:nth-child(6) { 
   text-align: center;
}
.rostertable tr td:nth-child(1) {
	text-align: right;
}
.rostertable tr td:nth-child(2), .linkstable tr td:nth-child(2){
	padding-left: 15px;
}
.rostertable tr td:nth-child(5) {
	padding-left: 30px;
}
.datatable, .leadertable {
	margin: 10px;
	width:100%;
    padding-right:20px;
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box;     
    box-sizing: border-box; 

	clear: both;
}
.coachesroster tr {
	height: 24px;
}
.leadertable tr td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;	
}
.allstatetable {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 85%;
}
.allstatetable tr td {
	padding-top: 3px;
	padding-bottom: 3px;
}
.allstatetable tr td:nth-child(2), .allstatetable tr td:nth-child(3) {
	text-align: center;
	padding-left: 3px;
	padding-right: 3px;
}
.allstatetable tr td:nth-child(1), .allstatetable tr td:nth-child(4), .allstatetable tr td:nth-child(5) {
	padding-left: 5px;
}
.datatable tr:nth-of-type(odd) {
  background-color: #E1E1E1;
}
.datatable th, .leadertable th {
	background-color: #0c2340;
	color: #ccc;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #ccc;
	border-bottom-color: #ccc;
	padding-top: 4px;
	padding-bottom: 4px;
}
.datatable tr:hover, .leadertable tr:hover {
	background-color: #0c2340;
	color: #ccc;
}
.yearbyyeartable {
	font-size: 85%;
}
.yearbyyeartable tr td span {
	font-size: 80%;
}
.yearbyyeartable tr td:nth-child(1),
.yearbyyeartable tr td:nth-child(2),
.yearbyyeartable tr td:nth-child(3),
.yearbyyeartable tr td:nth-child(4) {
	text-align: center;
}
.yearbyyeartable tr td {
	height: 54px;
    vertical-align: middle;
}
.headcoachestable tr td:nth-child(3), 
.headcoachestable tr td:nth-child(4), 
.headcoachestable tr td:nth-child(5), 
.headcoachestable tr td:nth-child(6), 
.headcoachestable tr td:nth-child(7) {
	text-align: center;
}
.headcoachestable tr td:nth-child(1) {
	padding-left: 10px;
}
.headcoachestable tr th:nth-child(2) {
	text-align: left;
}
.hcyearbyyear {
	font-size: 80%;
}
.hcyearbyyear tr td:nth-child(2) {
	text-align: center;
}
.hcyearbyyear tr th:nth-child(4), 
.hcyearbyyear tr th:nth-child(5) {
	text-align: left;
}
.content .statstable {
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 90%;
	font-family: Verdana, Geneva, sans-serif;
}
.statstable tr:hover .opponentnamecell span {
	font-size: 85%;
	color: #fff;
	display: inline;
	padding-left: 15px;
}
.statstable tr td:nth-child(1), .statstable tr td:nth-child(4), .statstable tr td:nth-child(5) {
	text-align: center;
}
.statstable tr td:nth-child(1){
	font-size: 150%;
}
.content .fullrow {
	display: inline-block;
}
.gamerow:hover {
	color: #FFF;
	background-color: #0c2340;
	background-image: none;
}
.districtstandingstable tr td:nth-child(6) {
	text-align: right;
	padding-right: 10px;
	font-size: 85%;
}
.districtstandingstable tr td:nth-child(4), .districtstandingstable tr td:nth-child(5) {
	text-align: center;
}
.seasongamebygametable tr td:nth-child(1) {
	width: 220px;
	text-align: left;
	padding-left: 5px;
}
.seasongamebygametable tr td:nth-child(3) {
	width: 150px;
	padding-left: 5px;
}
.seasongamebygametable tr td:nth-child(2) {
	width: 140px;
    padding-left: 10px;
}
.seasongamebygametable tr td:nth-child(4) {
	width: 200px;
	padding-right: 5px;
	text-align: right;
}
.content .seasongamebygametable, .content .individualleaderstable {
	font-size: 90%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.row_win {
    font-weight: bold;
    color: #0C2340;
}
.row_lose {
	color: #666;
}
.overalldatatable tr td:nth-child(1) {
	width: 250px;
	text-align: right;
	padding-right: 10px;
}
.overalldatatable tr td:nth-child(2) {
	width: 100px;
	text-align: center;
}
.content .overalldatatable {
	width: 350px;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.overalldatacaption p {
	text-align: left;
	padding-top: 10px;
	font-size: 80%;
}
.recordsbyopponenttable tr td:nth-child(2), .recordsbyopponenttable tr td:nth-child(3) {
	width: 40px;
}
.recordsbyopponenttable tr td:nth-child(1) {
	width: 200px;
	text-align: left;
	padding-left: 10px;
}
.recordsbyopponenttable tr td:nth-child(5), .recordsbyopponenttable tr td:nth-child(6) {
	width: 60px;
	text-align: left;
}
.recordsbyopponenttable tr td:nth-child(4) {
	width: 70px;
	text-align: left;
}
.recordsbyopponenttable tr td:nth-child(7) {
	text-align: center;
	width: 100px;
}
.recordsbyopponenttable tr td:nth-child(8) {
	text-align: left;
	width: 140px;
}
.content .recordsbyopponenttable {
	font-size: 90%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.recordsbyopponenttable td{
	vertical-align: middle;
  	line-height: 30px;    
}
.content .seasonsummarytable, .content .individualrecordstable {
	width: 100%;
	font-size: 90%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}
.pergamecell span {
	font-size: 85%;
	color: #666;
	display: inline;
	padding-left: 15px;
}
.individualrecordstable tr:hover .pergamecell span {
	font-size: 85%;
	color: #ccc;
	display: inline;
	padding-left: 15px;
}
.content .singlegamerecordstable {
	width: 100%;
	font-size: 85%;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-family: Verdana, Geneva, sans-serif;
}


/*
     FILE ARCHIVED ON 06:34:05 Mar 28, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:29:36 Jun 22, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.791
  exclusion.robots: 0.076
  exclusion.robots.policy: 0.062
  esindex: 0.01
  cdx.remote: 113.905
  LoadShardBlock: 286.622 (3)
  PetaboxLoader3.datanode: 219.267 (5)
  PetaboxLoader3.resolve: 473.002 (3)
  load_resource: 533.404
  loaddict: 119.926
*/