@charset "utf-8";

*{
	margin: 0px;
	padding: 0px;
	border: 0px;
}

a:active{
	border: 0px;
}

a{
    color: #ca191f;
    font-weight: bold;
}

a:hover{
	color: #000;

}

a img:active{
	border: 0px;
}

span.hidden{
	display: none;
}

#divider{
	border-bottom: 1px solid #aaa;
	margin: 15px 0;
}


#clear{
	clear: both;
	height: 10px;
	width: 100%;
}

body{
	color: #4d4d4d;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;

}

#container{
margin: 0 auto;
	width: 999px;

}


/*header Container */

#header{
	width: 100%;
	height: 158px;
	background-image: url(../images/header_back.jpg);
	background-repeat: repeat-x;
	background-color: #000;
	position: relative;
}

#headerLine{
	position: absolute;
	right: 30px;
	width: 600px;
	height: 41px;
	background-image: url(../images/searchbar_back.jpg);
	background-repeat: repeat-x;
	text-align: top;
}

#headerLine div{
	display: inline;
}

#headerLine ul{
	/*margin: 0 0 0 20px;*/
	margin: 0 0.5em;
	color: #fff;
	display: inline;
	list-style-type: none;
}
#headerLine form {display:inline;}
#headerLine .inputBox{
	width: 170px;
	height: 20px;
	background-color: #1f1f1f;
	border: 1px solid #545454;
	margin: 5px 3px 0 10px;
	color: #939393;
	padding: 2px 5px 0 5px;
	vertical-align: center;
	
}

#headerLine .submit{
	width: 71px;
	height: 25px;
	background-color: #000;
	background-image: url(../images/button.jpg);
	font-weight: bolder;
	color: #bbbbbb;
	font-size: 11px !important;
}

#headerLine .submit:hover{
	color: #ed1c24;
	cursor: pointer;
}


#headerLine li{
	display: inline;
	margin: 0px 3px 0 3px;
}

#headerLine li a{
	text-decoration: none;
	color: #939393;
}

#headerLine li a:hover{
	color: #fff;
}

#headerLine #searchbar_left{
	display: block;
	float: left;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 41px;
	background-image: url(../images/searchbar_left.jpg);	
}

#headerLine #searchbar_right{
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
	width: 16px;
	height: 41px;
	background-image: url(../images/searchbar_right.jpg);	
}

#nav{
	width: 600px;
	height: 131px;
	background-image: url(../images/header_logo.jpg);
	background-repeat: no-repeat;
	bottom: 0px;
	position: absolute;
	
}

#nav ul{
	position: absolute;
	left: 150px;
	bottom: 0px;
}

#nav li{
	display: inline;
	list-style-type: none;
}

#nav li div {
	float: left;
	display:block;
	margin: 0 3px 0 0;
}

#nav li a{
	height: 87px;
}


#nav li a.vault{
	float: left;
	display:block;
	width: 102px;
	background-image: url(../images/nav_vault.jpg);
}

#nav li a.vault:hover{
	background-image: url(../images/nav_vault_over.jpg);
}

#nav li a.team{
	float: left;
	display:block;
	width: 102px;
	background-image: url(../images/nav_team.jpg);
}

#nav li a.team:hover{
	background-image: url(../images/nav_team_over.jpg);
}

#nav li a.reports{
	float: left;
	display:block;
	width: 144px;
	background-image: url(../images/nav_reports.jpg);
}

#nav li a.reports:hover{
	background-image: url(../images/nav_reports_over.jpg);
}

#nav li a.store{
	float: left;
	display:block;
	width: 81px;
	background-image: url(../images/nav_store.jpg);
}

#nav li a.store:hover{
	background-image: url(../images/nav_store_over.jpg);
}

/* Content */

#content{
	text-align: justify;
	height: expression((document.body.clientHeight < 583)? "582px" : "auto");
	min-height: 582px;
	width: auto;
	margin: 0 15px;
	background-color: #d5d5d5;
	background-image: url(../images/content_back.jpg);
	background-repeat: repeat-x;
}

#leftside{
	height: expression((document.body.clientHeight < 583)? "582px" : "auto");
	min-height: 582px;
	width: 639px;
	float: left;
}

div.greyBox{
	background-color: #ececec;
	border-right: 1px solid #c8c8c8;
	border-bottom: 1px solid #c8c8c8;
	border-top: 1px solid #c8c8c8;
	padding: 10px 10px 30px 10px;
}

#leftside div.titleContainer{
	background-image: url(../images/redtitle_back.gif);
	width: 310px;
	height: 23px;
	margin: -10px 0 10px 0px;
}

#leftside div.titleContainer h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin-left: 10px;
}

div.titleContainer {
	position:relative;
}


/* Active Videos */

div.activeVideosContainer{
	height: 120px;
}

div.activeVideos{
	text-align: center;
}
div.activeVideos div.activeSpacer {
	display:inline;
	width:2px;
	min-width:2px;
	padding:0 15px !important;
	margin:0 !important;
    /* IE Dynamic Expression to set the width */
    /*width:expression(document.body.clientWidth < 550 ? "30px" : "100%" );*/

}

div.videoThmb_small{
	display: inline;
	position: relative;
	width: 117px;
	height: 87px;
	/*margin: 0 15px;*/
}

div.videoThmb_small img.thmb_cover_small{
	position: absolute;
	left: 0px
}

/* Featured Videos */

#leftside h2{
	font-size: 24px;
	color: #800b00;
	font-weight: bold;
	border-bottom: 1px solid #000;
}


div.featuredVideo{
	margin: 15px 0;
	height: 120px;
}

div.videoThmb_large{
	float: left;
	position: relative;
	width: 143px;
	height: 108px;
	margin: 0 15px 0 0;
}

div.videoThmb_large img.thmb_cover_large{
	position: absolute;
	left: 0px
}


#leftside div.featuredVideo h2{
	overflow: hidden;
	height: 16px;
	font-size: 14px;
	color: #343434;
	margin: 0px;
	font-weight: bold;
	border-bottom: 1px solid #aaa;
}

#leftside div.featuredVideo h5{
	overflow: hidden;
	color: #6a6a6a;
	font-size: 11px;
	font-weight: normal;
}

#leftside div.featuredVideo p.description{
	margin: 3px 0;
	height: 45px;
	overflow: hidden;
	
}

#leftside div.featuredVideo p.time{
	color: #231f20;
	font-size: 11px;
	font-weight: bold;
	float: left;
}

#leftside div.featuredVideo ul{
	color #231f20;
	list-style-type: none;
	float: right;
}

#leftside div.featuredVideo li{
	display: inline;
	font-size: 11px;
	margin: 0 1px
}

#leftside div.featuredVideo li a{
    color: #ca191f;
    font-weight: bold;
}

#leftside div.featuredVideo li a:hover{
	color: #000;

}

#leftside div.featuredVideo li span,
div.featuredVideo ul li span {
	font-weight: bold;
	color: #8A1115;
}

/* RightSide */

#rightside{
	float: right;
	width: 310px;
	padding: 10px;
	height: expression((document.body.clientHeight < 583)? "562px" : "auto");
	min-height: 562px;
	
}

#rightside #largeAd{
	margin-bottom: 30px;
}

#rightside div.sideSection {
	background-color: #f5f5f5;
	width: 290px;
	padding: 10px;
	margin-bottom: 20px;
}
#rightside div.sideSectionDark {
	background-color: #212121;
}

div.rosterContainer{height:325px;overflow:scroll; overflow-y:scroll;overflow-x: hidden;	margin:  -10px -10px 10px -10px;}
.roster {
	margin:  -10px -10px 10px -10px;
	width: 310px;
}

div.rosterContainer .roster{margin:0px;width: 293px;}

.roster td {
	background-color: #f5f5f5;
	padding: 5px 5px;
	border-right: 1px solid #8c8c8c;
	border-bottom: 1px solid #8c8c8c;
	font-weight:bold;
	text-align: center;
	vertical-align:middle;
}
.roster td.tableOdd {
	background-color:#dbdbdb;
}
.roster td.tableFirst {
	text-align:left;
	padding-left: 10px;
}
.roster tr.tableHeader td {
	background-color:#212121;
	border-right: 1px solid #565656;
	color:#8c8c8c;
}
.roster td.tableLast {
	border-right: 0px;
}

#roster_expand{display:none;}
#schedule_expand{display:none;}

#rightside #latestNews h4 {
	font-size: 14px;
	margin: 5px 0;
	text-align: left;
}
#rightside #latestNews p {
	font-size: 11px;
}
#rightside #latestNews a {
	text-decoration: none;
	color: #ca191f;
	font-weight: bold;
}
#rightside #latestNews a:hover {
	color: #000;
}
#rightside div.titleContainer {
	background-image: url(../images/redtitle_back.gif);
	width: 310px;
	height: 23px;
	margin: -13px 0 10px -10px !important;
}
#rightside div.titleContainer h4 {
	font-size: 18px !important;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 20px !important;
}
#sideSectionBottom {
	width: 310px;
	height: 6px;
	background-image: url(../images/category_bottom.gif);
	margin: 5px 0 -10px -10px;
}
.sideSectionDark #sideSectionBottom {
	width: 310px;
	height: 26px;
	background-image: url(../images/category_bottom_expand.gif);
	margin: -5px 0 -10px -10px;
}
.sideSectionDark #sideSectionBottom a {
	display:block;
	float: right;
	margin-top: 2px;
	height: 20px;
	padding-left: 20px;
	margin-right: 10px;
	color: #818181;
	font-weight:bold;
	text-decoration:none;
	background:url(../images/arrow_down.gif) no-repeat;
}
.sideSectionDark #sideSectionBottom a:hover {
	text-decoration: underline;
}

.sideSectionDark a.noVideo{width:29px; height: 17px;display:block;background:url(../images/videoIcon.gif) bottom; cursor:default;}
.sideSectionDark a.isVideo{width:29px; height: 17px;display:block;background:url(../images/videoIcon.gif) top;}


#resources a:hover{
	color: #000 !important;
}

#resources div.resourcesSection1{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection1 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #cf8c15;
}

#resources div.resourcesSection1 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(../images/recruiting.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection2{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection2 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #2a6825;
}

#resources div.resourcesSection2 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(../images/definition.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection3{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection3 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #871207;
}

#resources div.resourcesSection3 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(../images/athletes.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection4{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection4 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #00618d;
}

#resources div.resourcesSection4 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(../images/top100.jpg);
	background-repeat: no-repeat:
}

#resources div.resourcesSection5{
	padding-top: 5px;
	font-size: 11px;
	color: #231f20;
	height: 37px;
	margin-bottom: 10px;
	vertical-align: center;
}

#resources div.resourcesSection5 a{
	display: block;
	overflow: hidden;
	font-weight: bold;
	text-decoration: none;
	color: #3e008d;
}

#resources div.resourcesSection5 a.resourcesButton{
	margin:  -5px 5px 0 0px;
	display: block;
	float: left;
	width: 41px;
	height: 42px;
	background-image: url(../images/reports.jpg);
	background-repeat: no-repeat:
}


/* SearchBox Styles */
#searchBar{
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #212121;
	border-bottom: 1px solid #aaa;
}
#searchBar div.selcont {display:inline;}
#searchBar div.selcont select{
	margin-left: 10px;
	width: 230px; /* With the padding included, the width is 190 pixels: the actual width of the image. */
	height: 21px;
	padding: 0 0px 0 0px;
	color: #eee;
	font: 12px/21px arial,sans-serif;
	background: url(../images/select_back.jpg) no-repeat;
	overflow: hidden;
}
#searchBar div.selcont select option { background:#c00; }
#searchBar div.titleContainer{
	background-image: url(../images/redtitle_back.gif);
	width: 310px;
	height: 23px;
	margin: 0px 0 10px 10px;
}

#searchBar div.titleContainer h4{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
	margin: 0 0 0 20px;
}

/* Footer Styles */

#footerContainer{
	height: 62px;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
	font-size: 11px;
	color: #bababa;
	width: 999px;
	margin: 0 auto;
	text-align: left;
	vertical-align: center;
}


#footerContainer p{
padding: 15px 0 0 20px;
}

#footerContainer a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}

#footerContainer a:hover{
	color: #ed1c24;
}

#footerBack{
	width: 100%;
	height: 62px;
	background-image: url(../images/footer_back.jpg);
	background-repeat: repeat-x;
}
.minigameinfo { margin:10px 0; border-bottom:1px solid #aaa; padding-bottom:5px;}

div#searchresults div{padding:10px;}
div#searchresults div p{padding:0;margin:0; display:inline;}
div#searchresults hr{border-bottom:1px solid #333;margin-bottom:10px;}

