
body {
	background: #EEE url(../images/stats_repeat_back.png) repeat-x top;
	font-size: 12pt;
}

#overlord {
	margin: 0;
	padding: 0;
	width: 100%;
	background: transparent url(../images/stats_background.jpg) no-repeat top center;
	min-height: 410px;
}

h1, h2, h3 ,h4, h5, h6 {
	font-family: Arial, Helvetica, "Liberation Sans", Verdana, Tahoma, sans-serif;
	margin: 0px;
}

h3.heading {
		color: #FFF;
}

#title_container {
	padding: 0;
	margin: 0px 20px 0px 0px;
}

#title_stats {
	padding: 1em 0;
	font-size: 10pt;
	color: #FFF;
}

#goto_links {
	margin-top: 1em;
	text-align: center; 
	font-size: 10pt; 
	font-weight: bold;
}

#footer {
	margin-top: 1em;
}

#disclaimer_div, #disclaimer_div a, #umn_div, #umn_div a {
	font-size: 8pt;
	color: #888;
}

#stats_nav {
	background-color: #555753;
	color: #FFF;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1em;
}

#stats_nav a {
	color: white;
	text-decoration: none;
}

#main_content {
    padding: 1ex;
}

#nav_content {
        padding: 1ex;
}

.stats_table_title {
	text-align: center;
	font-weight: bold;
	background: #555753; 
	color: #FFF;
	font-size: 10pt;
}

.stats_table {
	font-size: 8pt;
}

.stats_table th {
	background: #555753;
	color: white;
}

.stats_table th a {
	color: white;
}

.stats_table th.sorted {
	background: #CC0000;
}

.stats_table th.sorted a {
	color: #FFF;
}

.stats_table td {
	padding: .25em;
	border-bottom: 1px solid #999;
}

.stats_table tr.stat_row_even td {
	background: #FFF;
}

.stats_table tr.stat_row_odd td {
	background: #e1e3df;
}

.stats_table tr.low_games td, .stats_table tr.low_games a {
	color: #aaa;
}

.stats_table tr.stat_row_even td.sorted {
	background: #d7d9d5 ! important;
}

.stats_table tr.stat_row_odd td.sorted {
	background: #d7d9d5 ! important;
}

.stats_table td a {
	color: black;
}

.stats_table td a:hover {
	color: blue;
}

.stats_table td.paging_row {
	background-color: transparent;
	border-bottom: 0px;
	font-size: 10pt;
	text-align: right;
}

.stats_filters {
	border: 0px;
	font-size: 9pt;
	margin-bottom: 8px;
	color: #eee;
	float: right;
}

.stats_filters td {
	max-width: 100px;
}

.stats_filters select {
	width: 100%;
}

.stats_filters select, .stats_filters input {
	font-size: 8pt;
	border: 1px solid grey;
	background-color: #e1e3df;
}

.stats_filters .active_filter {
	background-color: #fce94f;
}

.select_stat_group {
	font-size: 8pt;
	border: 1px solid grey;
	background-color: #e1e3df;
}

.series_win_red {
	text-decoration: none; 
	font-weight: bold; 
	color: #FFF; 
	background: #CC0000; 
	float: left; 
	padding: 0 .5ex;
}

.series_win_blue {
	text-decoration: none; 
	font-weight: bold; 
	color: #FFF; 
	background: #3465A4; 
	float: right; 
	padding: 0 .5ex;
}

.series_tie_left {
	text-decoration: none; 
	font-weight: bold; 
	color: #000; 
	background: #EDD400; 
	float: left; 
	padding: 0 .5ex;
}

.series_tie_right {
	text-decoration: none; 
	font-weight: bold; 
	color: #000; 
	background: #EDD400; 
	float: right; 
	padding: 0 .5ex;
}

p, .content_list {
	font-family: "Book Antiqua", Georgia, "Liberation Serif", serif;
}

sup {
	font-size: .8em;
	position: relative;
	bottom: .5em;
}
