html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/**** General ****/
body{
	font-family: arial, sans-serif;
	background: #013972;
	padding-bottom: 30px;
}
#page{
	width: 980px;
	margin: 8px auto 0;
}
#content{
	background: #fff url(img/background-w-volleyball.jpg) 100% 0 no-repeat;
	position: relative;
	height: 775px;
}
body.history #content{
	background: #fff url(img/background-m-basketball.jpg) 100% 0 no-repeat;
	height: auto;
}
body.report #content{
	background-image:none;
	height: auto;
}

body.hof #content{
	background: #fff url(img/background-football.jpg) 100% 0 no-repeat;
}
#header{
	height: 227px;
	background: transparent url(img/background-header.jpg) no-repeat;
	position: relative;
	margin-bottom: 46px;
	z-index: 1000;
}
#logo{
	position: absolute;
	left: 7px;
	top: 36px;
	z-index: 100000;
}
#rotate{
	top: 180px;
	left: 0;
	position: absolute;
	z-index: 1000;
}
#awardSealFloater {
	position: absolute;
	bottom: 116px;
	right: 80px;
	z-index: 1000000;
}
#navigation{
	position: absolute;
	top: 90%;
	height: 70px;
	width: 630px;
	background: url(img/background-navigation.png) repeat-x;
	padding-left: 350px;
}
#navigation li{
	float: left;
	margin: -15px 0 0 15px;
	padding: 0 14px 0 0;
	background: transparent url(img/background-navitem-right.png) 100% 0 no-repeat;
}
#navigation a{
	display: block;
	padding: 0 0 0 14px;
	font-size: 16px;
	line-height: 39px;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	white-space: nowrap;
	background: transparent url(img/background-navitem-left.png) 0 0 no-repeat;
}
#navigation li.selected{
	background: transparent url(img/background-navitem-right-selected.png) 100% 0 no-repeat;
}
#navigation li.selected a{
	padding: 0 0 0 44px;
	background: transparent url(img/background-navitem-left-selected.png) 0 0 no-repeat;
}
#navigation img{
	display: none;
}


#footer{
	padding: 28px 0;
	background: #fff url(img/background-footer.gif) 0 100% no-repeat;
	font-size: 12px;
	color: #ba2222;
	text-align: center;
}
#footer a{
	color: #ba2222;
	text-decoration: none;
	margin-left: 35px;
}
#footer a:hover{
	text-decoration: underline;
}
#footer ul,
#footer li,
#footer div{
	display: inline;
}
h1{
	position: absolute;
	left: 340px;
	top: 90px;
	font-family: Arial Black, arial, sans-serif;
	font-size: 50px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}
p#error{
	font-size: 11px;
	line-height: 14px;
	padding:40px;
	color: #013972;
	font-weight: bold;
}
p#error a{
	color: #013972;
}


/**** Forms ****/
#interface{
	position: relative;
	padding-top: 250px;
	z-index: 10000;
}
#interface:after{
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;

}
#interface h2{
	padding: 0 0 0 54px;
	font-size: 14px;
	color: #00267f;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
#params{
	display: none;
}
ul.fields{
	padding: 24px 0 0;
}
ul.fields label{
	display: block;
	font-size: 11px;
	line-height: 11px;
	text-transform: uppercase;
	color: #FFF;
	letter-spacing: 1px;
}
ul.fields input.text{
	font-size: 11px;
	color: #666;
	font-weight: bold;
	padding: 0;
	border: 0;
	background: transparent;
	width: 280px;
}
ul.fields .textfield{
	width: 325px;
	height: 65px;
	padding: 13px 20px 21px 54px;
	position: relative;
	margin-top: -24px;
	background: transparent url(img/background-textfield.png) no-repeat;
}
ul.fields .textfield label{
	padding: 12px 0 9px;
}
ul.fields .selectfield{
	width: 325px;
	height: 49px;
	padding: 15px 20px 21px 54px;
	position: relative;
	margin-top: -26px;
	background: transparent url(img/background-selectfield.png) no-repeat;
}
ul.fields .selectfield label{
	float: left;
	line-height: 45px;
	color: #666;

}
ul.fields .selectfield .value{
	font-size: 12px;
	line-height: 45px;
	float: right;
	padding-right: 50px;
	color: #666;
	font-weight: bold;
	cursor: pointer;
	width: 180px;
	overflow: hidden;
	white-space: nowrap;
	text-align: right;
	background: transparent url(img/ico-select.png) 190px 50% no-repeat;
}
ul.fields .selectfield .value span{
	display: block;
	width: 180px;
	overflow: hidden;
}
#reset{
	float: left;
	clear: left;
	margin-left: 217px;
	cursor: pointer;
}

body.hof tr.name,
body.hof tr.detail{
	cursor: pointer;
}
#panel_hof_results{
	background: transparent url(img/background-results-single.png) no-repeat;
	color: #fff;
}
#panel_hof_results .page{
	padding: 0 0 0 68px;
	width: 493px;
}
#panel_hof_results p{
	font-size: 12px;
	line-height: 1.5em;
	font-weight: bold;
}
#panel_hof_results div.left{
	float: left;
	width: 245px;
	height: 470px;
	overflow: auto;
	padding-right: 25px;
}
#panel_hof_results img.photo{
	float: right;
	margin: 0 32px 0 0;
	border: 1px solid #000;
}
#panel_hof_results img#video{
	position: absolute;
	bottom: 60px;
	right: 10px;
	cursor: pointer;
}
#panel_hof_results img#close{
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
#panel_results img{
	cursor: pointer;
}



/**** Options Panels ****/
.selection-panel{
	position: absolute;
	top: 10px;
	left: 385px;
	width: 341px;
	height: 546px;
	padding: 13px 20px 21px 14px;
	background: transparent url(img/background-options-panel.png) no-repeat;
	z-index: 10000;
	display: none;
}
.selection-panel h3{
	background: #103875 url(img/background-options-panel-header.png) no-repeat;
	height: 35px;
	line-height: 35px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
	text-transform: uppercase;
	padding: 0 0 0 95px;
	margin: 16px 0 7px;
	white-space: nowrap;
	overflow: hidden;
}
.selection-panel .page{
	position: absolute;
	top: 71px;
	left: 14px;
	width: 246px;
	height: 488px;
	padding: 0 0 0 95px;
}
.selection-panel .page div.nav{
	position: absolute;
	bottom: 30px;
	font-size: 12px;
	line-height: 12px;
	color: #ba2222;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.selection-panel .page div.nav a{
	cursor: pointer;
}
.selection-panel .page div.nav .prev{
	float: left;
	margin-right: 20px;
}
.selection-panel .page div.nav a.hidden{
	visibility: hidden;
}
.selection-panel li a{
	font-size: 11px;
	line-height: 27px;
	color: #626262;
	cursor: pointer;
}
.selection-panel h4{
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: .050em;
	position: absolute;
	top: -31px;
	right: 10px;
}

/**** Results Panel ****/
.results-panel{
	position: absolute;
	top: 10px;
	left: 385px;
	width: 561px;
	height: 546px;
	padding: 13px 20px 21px 14px;
	z-index: 10000;
	background: transparent url(img/background-results.png) no-repeat;
}
.results-panel h3{
	background: transparent url(img/background-pop-results-header.png) no-repeat;
	height: 76px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .300em;
	line-height: 70px;
	text-transform: uppercase;
	padding: 0 0 0 94px;
	margin-top: -4px;
}
.results-panel .page{
	width: 466px;
}
.results-panel h4{
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: .050em;
	position: absolute;
	right: 5px;
}
.results-panel .tbl-wrap{
	width: 460px;
	height: 450px;
	overflow: auto;
}
.results-panel table{
	width: 430px;
	font-size: 11px;
	line-height: 14px;
	color: #626262;
}
.results-panel td{
	font-weight: bold;
	padding: 1px 0;
}
.results-panel td.year{
	width: 1px;
	padding-right: 1em;
}
.results-panel tr.spacer td{
	padding: 0;
	height: 12px;
}
.results-panel .nav{
	float: left;
	font-size: 12px;
	font-weight: bold;
	color: #ba2222;
	text-decoration: none;
	text-transform: uppercase;
	margin-top: 1em;
	cursor: pointer;
}
.results-panel .nav.hidden{
	visibility: hidden;
}
.results-panel .nav.prev{
	margin-right: 20px;
}
.results-panel .result-single h4{
	color: #626262;
	margin: 10px 0;
	position: static;
	right: 0;
}
.results-panel td.name{
	color: #113485;
}

/**** Hall of Fame ****/
body.hof ul.fields .selectfield{
	background: transparent url(img/background-selectfield-hof.png) no-repeat;
}
body.hof ul.fields .textfield{
	background: transparent url(img/background-textfield-hof.png) no-repeat;
}
body.hof #interface .value,
body.hof ul.fields input.text{
	color: #013972;
}
body.hof .selection-panel{
	background: transparent url(img/background-options-panel-hof.png) no-repeat;
	height: 555px;
}
body.hof .selection-panel .page div.nav{
	color: #fff;
}
body.hof .selection-panel li a{
	color: #fff;
}
body.hof .results-panel{
	background: transparent url(img/background-results-hof.png) no-repeat;
}
body.hof .results-panel table{
	color: #fff;
}
body.hof .results-panel .nav{
	color: #fff;
}

/**** History PDFs ****/
body.history h2{
	font-size: 16px;
	font-weight: bold;
	color: #7c7c7c;
	clear: both;
	line-height: 28px;
}
body.report h2{
	font-size: 16px;
	font-weight: bold;
	color: #7c7c7c;
	clear: both;
	line-height: 28px;
}
body.report .list{
	padding: 0 0 0 383px;
}
body.report .list p{
	font-size: 14px;
	padding: 5px 0 20px;
	color: #00267f;
	font-weight: bold;
	letter-spacing: 0.0300em;
}
body.history .list{
	padding: 0 0 0 54px;
}
body.history .list p{
	font-size: 16px;
	padding: 40px 0;
	color: #00267f;
	font-weight: bold;
	letter-spacing: 0.0300em;
}
body.report .list ul li {
    list-style: disc outside none;
    margin-left: 25px;
    padding-left: 5px;
	font-size:13px;
}
body.report .list ul li li {
	list-style:circle;
}

body.history .list ul h3,
body.history .list ul ul,
body.history .list ul ul li,
body.history .list ul ul li a{
	display: inline;
	font-size: 14px;
	line-height: 2em;
	color: #00267f;
}
body.history .list ul{
	padding-bottom: 20px;
}
body.history .list ul ul{
	padding: 0;
}
body.history .list ul ul li{
	padding: 0 5px;
}
body.history .list ul ul li.second{
	border-left: 1px solid #00267f;
}

/**** Sponsorship ****/
p#sponsor{
	display: none;
	clear: both;
	width: 746px;
	height: 33px;
	line-height: 33px;
	padding: 5px 30px 19px 45px;
	margin: 10px auto 0;
	font-size: 12px;
	color: #fff;
	white-space: nowrap;
	overflow: hidden;
	background: transparent url(img/background-sponsorship.png) no-repeat;
}
p#sponsor a{
	color: #fff;
	font-weight: bold;
}
