/*
* CSS markup for misc. elements
*  - properties are listed in alphabetical order
*/
/* right hand box sponsors */			
div#right_column div#sponsors_box {
	text-align: center;
}
			
/* multi tab navigation system on the index page */
div.multi_tab_active_container,
div.leaders_tab_content_show {
	display: block;
}

div.multi_tab_not_active_container,
div.leaders_tab_content_hide {
	display: none;
}

/* leaders box on the left hand column */
div#leaders_box div.left_column_boxes_content {
	padding: 0;
}

div.leaders_active_tab a {
	background: #454545 url('../img/leaders_box_active_tab_bg.gif') repeat-x;
	font-weight: bold;
}

div.leaders_non_active_tab a {
	background: #292929 url('../img/leaders_box_non_active_tab_.gif') repeat-x;
}

div#leaders_stats a {
	border-right: 1px solid #474747;
	color: #FFF;
	display: block;
	float: left;
	height: 19px;
	margin: 0; padding: 5px 0 0 0;
	text-align: center;
	width: 50%;
}

div#leaders_standings a {
	color: #FFF;
	display: block;
	float: left;
	height: 19px;
	margin: 0; padding: 5px 0 0 0;
	text-align: center;
	width: 49%;
}

div.leaders_tab_content_show {
	padding: 4px;
}

div#leaders_standings_content,
div#leaders_stats_content {
	clear: both;
}

div#leaders_standings_content table {
	margin: 0 auto 15px auto;
}

div#leaders_stats_content table {
	margin: 0 auto 5px auto;
}

	div#leaders_standings_content table tr td,
	div#leaders_stats_content table tr td {
		padding: 3px;
	}
	
	div#leaders_standings_content table tr.standings_even td,
	div#leaders_stats_content table tr.standings_even td {
		background-color: #454545;
	}
	
	div#leaders_standings_content table tr.standings_category_heading td,
	div#leaders_stats_content table tr.standings_category_heading td {
		background-color: #4A4A4A;
		border-bottom: 1px solid #5F5F5F;
	}

	div#leaders_standings_content table tr td.standings_division_title,
	div#leaders_stats_content table tr td.standings_division_title {
		font-size: 14px;
		font-weight: bold;
		padding: 0;
	}
	
	div#leaders_standings_content table tr td.standings_division_sub_title,
	div#leaders_stats_content table tr td.standings_division_sub_title {
		font-size: 11px;
		font-style: italic;
		font-weight: bold;
		padding: 0;
	}
	
/* conferences/divisions on the index page */
div#divisions_container ul {
	background-color: #FFF;
	border: 1px solid #7A7A7A;
	height: 1%;
	list-style: none;
	margin: 6px auto 8px auto; padding: 3px;
	overflow: hidden;
	text-align: center;
}

	div#divisions_container ul li {
		float: left;
		margin: 0 5px;
	}

/* scoreboard on the index page */
div#player_of_the_week div#player_of_the_week_top,
div#scoreboard_container div#scoreboard_week {
	height: 1%;
	overflow: hidden;
}

div#player_of_the_week div#player_of_the_week_top h3,
div#scoreboard_container div#scoreboard_week h3 {
	float: left;
	font-size: 13px;
	margin: 0; padding: 10px 0 0 0;
}
		
div#player_of_the_week div#player_of_the_week_top div.week_wrapper,
div#scoreboard_container div#scoreboard_week div.week_wrapper {
	float: right;
	margin: 0; padding: 3px;
}
	
	div#player_of_the_week_top div.week_wrapper a,
	div#scoreboard_week div.week_wrapper a {
		background-color: #5D5D5D;
		border: 1px solid #333333;
		color: #1FA7D5;
		float: left;
		margin: 2px; padding: 6px 8px;
	}
	
	div#player_of_the_week_top div.week_wrapper a:hover,
	div#scoreboard_week div.week_wrapper a:hover {
		background-color: #8F8F8F;
		border: 1px solid #C1C1C1;
		color: #FFF;
		float: left;
		margin: 2px; padding: 6px 8px;
	}

div#player_of_the_week div.scores_matchups_show2 h3 {
	border-bottom: 1px solid #7A7A7A;
	font-size: 15px;
	margin: 6px 0 0 0; padding: 0;
}

div#player_of_the_week div.scores_matchups_show2,
div#scoreboard_container div.scores_matchups_show {
	display: block;
}

div#player_of_the_week div.scores_matchups_hide2,
div#scoreboard_container div.scores_matchups_hide {
	display: none;
}

div#player_of_the_week div.scores_matchups_show2,
div#player_of_the_week div.scores_matchups_hide2,
div#scoreboard_container div.scores_matchups_show,
div#scoreboard_container div.scores_matchups_hide {
	height: 1%;
	overflow: hidden;
}
	
	div.scores_matchups_show div.matchup_container {
		background-color: #FFF;
		border: 1px solid #6E6E6E;
		color: #000;
		float: left;
		margin: 2px; padding: 3px;
		text-align: center;
	}
	
		div.matchup_container h4 {
			display: inline;
			font-size: 13px;
			margin: 0; padding: 0;
		}
		
		div.matchup_container ul {
			list-style: none;
			margin: 0; padding: 0;
		}
		
			div.matchup_container ul li {
				margin: 0; padding: 0;
			}
			
				div.matchup_container ul li.final_score {
					font-size: 11px;
				}
			
					div.matchup_container ul li.final_score span.winner {
						color: #CC0000;
						font-weight: bold;
					}
					
/* player of the week box on the index.html */
div.player_of_the_week_container {
	background-color: #FFF;
	border: 1px solid #6E6E6E;
	color: #000;
	float: left;
	margin: 6px 0 3px 4px; padding: 3px;
	width: 96%;
}

	div.player_of_the_week_container h4 {
		border-bottom: 1px solid #F0F0F0;
		float: left;
		margin: 0; padding: 3px;
	}
	
	div.player_of_the_week_container ul {
		float: right;
		list-style: none;
		margin: 0; padding: 0;

	}
		
		div.player_of_the_week_container ul li {
			float: left;
			font-style: italic;
			margin: 0; padding: 5px 8px 0 0;
		}
		
		div.player_of_the_week_container ul li.category {
			font-weight: bold;
		}
		
	div.player_of_the_week_container img {
		clear: both;
		float: left;
		margin-right: 8px;
	}
	
	div.player_of_the_week_container p {
		margin: 0;
		width: 85%;
	}
	
div.potw_archive {
	padding: 8px 5px 5px 5px;
	text-align: center;
}

div.potw_archive_year {
	float: left;
	margin: 0 50px 0 0;
}

div#videos_container { /* another specialty for IE... fixes 'crazy flicker' problem */
	height: 1%;
	overflow: hidden;
}

	div#videos_container div#video_box {
		display: block;
		float: left;
		margin: 0 auto; padding: 8px 0;
		text-align: center;
	}
	
	div#videos_container div#global_videos {
		float: right;
		margin-top: 115px;
	}
	
	div#videos_container div#video_history h3 {
		font-size: 13px;
		margin: 0; padding: 0;
	}
	
	div#videos_container div#video_history ul {
		list-style: none;
		margin: 0; padding: 0;
	}
	
		div#video_history ul li{
			display: inline; /* put this here just for IE.. cause it's special like that */
		}
		
		div#video_history ul li a {
			background-color: #383838;
			border: 1px solid #595959;
			display: block;
			margin: 4px; padding: 5px;
		}
		
		div#video_history ul li a:hover {
			background-color: #595959;
			border: 1px solid #838383;
			display: block;
			margin: 4px; padding: 5px;
		}

div#headlines_container { /* another specialty for IE... fixes 'crazy flicker' problem */
	height: 1%;
	overflow: hidden;
}
	
	div#headlines_container div#headlines_history ul {
		list-style: none;
		margin: 6px 0 0 0; padding: 0;
	}
	
		div#headlines_history ul li{
			display: inline; /* put this here just for IE.. cause it's special like that */
		}
			
		div#headlines_history ul li a {
			background-color: #383838;
			border: 1px solid #595959;
			display: block;
			margin: 4px; padding: 5px;
		}
		
		div#headlines_history ul li a:hover {
			background-color: #595959;
			border: 1px solid #838383;
			display: block;
			margin: 4px; padding: 5px;
		}
		
/* ask the pro box */
div#ask_the_pro_box div.right_column_boxes_content ul {
	border: 1px solid #646464;
	list-style: none;
	margin: 2px 0 3px 0; padding: 4px;
}

	div#ask_the_pro_box div.right_column_boxes_content ul li.question {
		background-color: #565656;
		padding: 3px;
	}
	
	div#ask_the_pro_box div.right_column_boxes_content ul li.answer {
		padding: 3px 8px;
	}
	
/* schedule.html */
table#schedule {
	margin: 0 auto;
}

table#schedule td {
	background-color: #666666;
	border: 1px solid #999999;
	padding: 3px;
}

table#schedule tr td.week_heading {
	background-color: #363636;
	color: #FFF;
	font-size: 13px;
	font-weight: bold;
	padding: 5px;
}

/* stats.html */
table#stats {
	margin: 0 auto;
}

/* standings.html */
table#standings {
	margin: 0 auto;
}

/* bowl_games.html */
ul#bowl_games_listing {
	font-size: 11px;
	list-style: none;
}

	ul#bowl_games_listing li.century {
		clear: both;
	}
	
		ul#bowl_games_listing li.century span {
			border-bottom: 1px solid #5C5C5C;
			font-family: Georgia;
			font-size: 30px;
		}
	
			ul#bowl_games_listing li ul {
				list-style: none;
				margin: 7px;
			}
			
	
				ul#bowl_games_listing li ul li.years {
					border: 1px solid #5C5C5C;
					float: left;
					height: 70px;
					margin: 5px; padding: 3px;
					width: 130px;
				}
				
				ul#bowl_games_listing li ul li.years:hover {
					background-color: #474747;
					cursor: pointer;
				}
				
				ul#bowl_games_listing li ul li.years span {
					font-size: 18px;
				}
				
				ul#bowl_games_listing li ul.old_height li.years {
					height: 43px;
				}
	
					ul#bowl_games_listing li ul li.years ul {
						display: block;
						margin: 0; padding: 5px;
					}
					
/* headlines_archive.html */
div.headlines_archive_year {
	float: left;
	margin: 0 25px 0 0;
}