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

body {
	font-family: Verdana;
	font-size: 12px;
	background: #000;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
h2 {
	font-size:1.2em;
	margin:0;
	padding:0;
	margin-bottom:10px;
}
a, a:active, a:visited {
	color: #CC0000;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#container {
	width: 1000px;
	background: #efefef;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-image: url(../main_images/contentBackground.jpg);
	background-repeat: repeat-y;
}
#topGrayBar {
	line-height: 23px;
	background:#D7D7D7;
	border-bottom:1px solid #000;
	color: #FFFFFF;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}
#topGrayBar form {
	padding: 0px;
	margin: 0px;
}
#topGrayBar form input {
	margin-right: 10px;
	margin-left: 10px;
	color:black;
	font-size:11px;
}
#topRedBar {
	background:#CC0000;
	border-bottom:1px solid #000;
}
#topHeader {
	height:116px;
	background:#FFFFFF;
}
#topQuote {
	background-color: #999999;
	background-repeat: no-repeat;
	background-position: 1%;
	padding: 3px;
	height: 35px;
}
#topQuote .text {
	margin-left: 100px;
	font-size: 9px;
	color: white;
	font-weight: bold;
}
#leftSide {
	width:150px;
	float:left;
	text-align:center;
}
#content {
	margin-left:150px;
}
#contentWrapOneColumn {
	margin:15px;
}
#contentWrapTwoColumn {
	width: 850px;
	margin: 0px;
	padding: 0px;
	background-image: url(../main_images/2columnbackground.jpg)!important;
	background-repeat: repeat-y;
}
#contentWrapTwoColumn .one {
	width: 300px;
	float: left;
	background-color: #CECFCE;
	margin-right: 10px;
}
#contentWrapTwoColumn .two {
	float: right;
	width: 522px;
	margin-right: 15px;
	margin-top: 20px;
	padding-bottom: 15px;
}
#contentWrapTwoColumn .two img.left, #contentWrapOneColumn img.left {
	margin: 5px;
	margin-left: 0px;
}
#contentWrapTwoColumn .two img.right, #contentWrapOneColumn img.right {
	margin: 5px;
	margin-right: 0px;
}
#contentWrapTwoColumn .box {
	padding: 6px;
}
#error {
	width:680px;
	margin:0 auto;
	border:#C00;
	background:#FFEAEC;
	color:#C00;
	padding:10px;
}
/*-------topRedBar-------------*/
#topRedBar p {
	margin:5px;
	color:white;
	font-size:0.7em;
	font-weight:bold;
}
#topRedBar img {
	float:right;
}
/*--------leftSide------------*/
#leftSide img {
	margin:10px;
}
#subnavcontainer ul {
	width: 150px;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	text-align: left;
	vertical-align: middle;
}
#subnavcontainer ul li {
	display: block;
	float: left;
	text-align: left;
	vertical-align: middle;
}
#subnavcontainer ul li a {
	background: #555555;
	width:130px;
	margin: 5px;
	margin-right: 0px;
	padding: 3px 7px 3px 7px;
	color: #cccccc;
	text-decoration: none;
	display: block;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
}
#subnavcontainer ul li a:hover {
	color: #000000;
	background: #cccccc;
}
#subnavcontainer a:active {
	background: #cc0000;
	color: #ffffff;
	border-bottom:none;
}
#subnavcontainer li#active a {
	background: #cc0000;
	border-top:1px solid 000000;
	border-left:1px solid 000000;
	border-bottom:none;
	color: #ffffff;
}
#subnavcontainer li#active .sub li {
	margin-top: 0px;
}
#subnavcontainer li#active .sub a {
	background-color: #000000;
	border: none;
}
/*-------- content styles ------------*/
#pageTitleBar {
	height: 60px;
	background-color: #222222;
	padding: 10px;
	font-size: 22px;
	font-weight: bold;
	color: white;
}
#pageTitleBar span {
	font-size: 18px;
	font-style: italic;
	display: block;
	color: #CCCCCC;
}
#subPageTitleBar {
	background-color: #C7C7C7;
	padding: 10px;
	font-weight: bold;
	height: 16px;
}
.divider {
	display: block;
	height: 4px;
	background-color: #CCCCCC;
	margin: 0px auto;
	margin-top: 10px;
	margin-bottom: 10px;
}
/*-------- footer ------------*/
#footer {
	width: 1000px;
	margin: 0px auto;
	margin-bottom: 10px;
	clear: both;
	height:10px;
	background-color:#000;
	border-top: 3px solid #CC0000;
}
/*-----------navigation--------*/
/* Navigation */
.jquerycssmenu {
	border-bottom: 1px solid black;
	border-top: 1px solid black;
	background-color: #CC0000;
	text-transform:uppercase;
	padding: 0px;
	margin: 0 auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 1000px;
}
.jquerycssmenu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
/*Top level list items*/
.jquerycssmenu ul li {
	position: relative;
	display: inline;
	float: left;
}
/*Top level menu link items style*/
.jquerycssmenu ul li a {
	display: block;
	padding: 5px 6px 4px 6px;
	margin-left: 3px; /*spacing between tabs*/
	border-left: 1px solid black;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
}
.jquerycssmenu ul li a:visited {
	color: #FFFFFF !important;
}
/*1st sub level menu*/
.jquerycssmenu ul li ul {
	position: absolute;
	left: 0;
	display: block;
	visibility: hidden;
	border-top: 1px solid black;
}
/*Sub level menu list items (undo style from Top level List Items)*/
.jquerycssmenu ul li ul li {
	display: list-item;
	float: none;
}
/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.jquerycssmenu ul li ul li ul {
	top: 0;
}
/* Sub level menu links style */
.jquerycssmenu ul li ul li a {
	font-size: 11px;
	width: 160px; /*width of sub menus*/
	background: #777777;
	color: #FFFFFF;
	padding: 4px 5px;
	margin: 0;
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}
.jquerycssmenu ul li ul li a:hover { /*sub menus hover style*/
	background: #333333;
	color: #FFFFFF;
}
/* Ticker */
#tickerWrap {
	background-color: #CC0000;
	overflow: hidden;
}
#tickerWrap .logo {
	padding-left: 2px;
	padding-right: 2px;
	background-color: #CC0000;
	float:right;
	border-left: 1px solid #000000;
	width: 96px;
}
#ticker01 {
	height: 27px;
	line-height: 27px;
	width: 900000px;
	overflow: hidden;
}
.tickercontainer { /* the outer div with the black border */
	width: 890px;
	height: 27px;
	line-height: 27px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: white;
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
	position: relative;
	height: 27px;
	line-height: 27px;
	left: 10px;
	overflow: hidden;
	color: white;
	width: 887px;
}
.newsticker { /* that's your list */
	position: relative;
	left: 750px;
	font-size: 11px;
	color: white;
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.newsticker li {
	float: left!important; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding: 0;
	line-height: 25px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.clear {
	clear:both;
}
/*-------- data tables / table like divs ------------*/
#DataTable {
	border: 1px solid #333333;
}
#DataTable .header, #DataTable .header a, #DataTable .header a:hover, #DataTable .header a:visited, #DataTable .header a:active {
	background-color: #333333;
	color: #FFFFFF;
	font-weight: bold;
}
#DataTable .even {
	background-color: #CCCCCC;
}
#DataTable td {
	padding: 5px;
	font-size: 11px;
}
#DataTable a {
	color: #CC0000;
	font-weight: normal;
}
#FastFacts {
	background-color: #b3afb3;
	padding: 14px;
}
#FastFacts .fact {
	padding: 6px;
	font-size: 10px;
}
#CoachingAwards {
	padding: 14px;
}
#CoachingAwards .year {
	color: #333333;
	font-size: 13px;
	margin-top: 10px;
}
#CoachingAwards .award {
	padding-left: 4px;
	padding-right: 4px;
	font-size: 10px;
}
.note {
	font-size: 9px;
}
.audio {
	clear: left;
}
.ScheduleTitle {
	font-size:18px;
	font-weight:bold
}
.ScheduleDate {
	font-weight:bold;
	font-size:14px;
	color:#666666
}
.ScheduleLocation {
	font-size:11px;
	color:#CC0000;
	font-weight: bold;
}
.ScheduleLinks {
	font-weight: normal;
	color: #666666;
}
/* Top Schedule */
#topSchedule {
	background-color: #CCCCCC;
	width: 1000px;
	cursor: pointer;
}
#topSchedule .game {
	float: left;
	cursor: pointer;
}
#topSchedule ul, #topSchedule li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	cursor: pointer;
}
#topSchedule ul {
	margin-left: 2px;
	cursor: pointer;
}
#topSchedule li {
	float: left;
	cursor: pointer;
}
#topSchedule li a {
	display: block;
	width: 83px;
	height: 30px;
	cursor: pointer;
	padding-top: 2px;
}
#topSchedule li a:hover, #topSchedule li a.active {
	background-color: #FFFFFF!important;
}
#topSchedule a {
	color: black;
	cursor: pointer;
}
#topSchedule .text {
	float: left;
	margin-left: 4px;
	font-size: 10px;
	font-weight: bold;
	padding: 0px;
	cursor: pointer;
}
.links {
	font-size: 11px;
	margin-left: 20px;
	margin-bottom: 15px;
}
.links p {
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 0px;
}
.two h2 span {
	font-size: 12px;
	color: #666666;
}
#Pagination {
	padding: 2px;
	margin-top: 15px;
}
#Pagination .info {
	color: #999999;
	font-size: 9px;
	text-align: right;
}
#Pagination ul {
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 14px;
	cursor: pointer;
}
#Pagination li {
	list-style-type: none;
	display: inline;
	padding-bottom: 1px;
	margin-left: 5px;
}
#Pagination a, #Pagination a:visited {
	padding: 0 5px;
	border: 1px solid #333333;
	text-decoration: none;
	color: #333333;
	background-color: #EAEAEA;
}
#Pagination a:hover, #Pagination a:active {
	border: 1px solid #990101;
	color: #990101;
}
#Pagination a.currentpage {
	color: #FF0101 !important;
	border-color: #FF0101;
}
#Pagination a.prevnext {
	font-weight: bold;
}
.links {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.links li {
	margin-bottom: 5px;
}
.articlecontent h2 {
	margin-bottom: 0px;
}
.articlecontent span {
	font-size: 10px;
}
.sponsor-quote {
	width: 100px;
	height: 20px;
}
#redblacktable {
	border-left: 1px solid black;
	border-top: 1px solid black;
}
#redblacktable .red {
	background-color: #CC0000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#redblacktable .black {
	background-color: #000000;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
#redblacktable .black td, #redblacktable .red td {
	border: 0px;
}
#redblacktable .black .rightlast, #redblacktable .red .rightlast {
	border: 0px;
	border-right: 1px solid black;
}
#redblacktable td {
	padding: 5px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
}
.even {
 background-color:;
}
.odd {
	background-color: #CCCCCC;
}
.excellence {
	float: left;
	background-image: url(../main_images/ex_background.jpg);
	background-position: bottom right;
	background-color: #FFFFFF;
	background-repeat: none;
	width: 252px;
	height: 159px;
	border: 2px solid black;
	margin-left: 23px;
	margin-bottom: 23px;
	font-size: 10px;
}
.excellence h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 10px;
	font-size: 14px;
	text-align: center;
	margin-bottom: 10px;
}
.excellence p {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
	margin-right: 10px;
}
.excellence tr {
	font-size: 10px;
}
.excellence img {
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	width: 100px;
	height: 100px;
}
.excellence a, .excellence a:active, .excellence a:visited {
	clear: left;
	display: block;
	float: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #000000;
	color: #FFFFFF;
	margin-top: 10px;
	margin-left: 85px;
}
.excellence a:hover {
	background-color: #CC0000;
	color: #FFFFFF;
	text-decoration: none;
}
/* root element for tabs  */
ul.tabs {
	list-style:none;
	margin:0 !important;
	padding:0;
	border-bottom:1px solid #666;
	height:30px;
}
/* single tab */
ul.tabs li {
	float:left;
	text-indent:0;
	padding:0;
	margin:0 !important;
	list-style-image:none !important;
}
/* link inside the tab. uses a background image */
ul.tabs a {
	background: url(../main_images/tabs-red.png) no-repeat -420px 0;
	font-size:11px;
	display:block;
	height: 30px;
	line-height:30px;
	width: 134px;
	text-align:center;
	text-decoration:none;
	color:#333;
	padding:0px;
	margin:0px;
	position:relative;
	top:1px;
}
ul.tabs a:active {
	outline:none;
}
/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-position: -420px -31px;
	color:#fff;
}
/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-position: -420px -62px;
	cursor:default !important;
	color:#000 !important;
}
/* Different widths for tabs: use a class name: w1, w2, w3 or w2 */


/* width 1 */
ul.tabs a.xs {
	background-position: -633px 0;
	width:52px;
}
ul.tabs a.xs:hover {
	background-position: -633px -31px;
}
ul.tabs a.xs.current {
	background-position: -633px -62px;
}
ul.tabs a.s {
	background-position: -553px 0;
	width:81px;
}
ul.tabs a.s:hover {
	background-position: -553px -31px;
}
ul.tabs a.s.current {
	background-position: -553px -62px;
}
/* width 2 */
ul.tabs a.l {
	background-position: -248px -0px;
	width:174px;
}
ul.tabs a.l:hover {
	background-position: -248px -31px;
}
ul.tabs a.l.current {
	background-position: -248px -62px;
}
/* width 3 */
ul.tabs a.xl {
	background-position: 0 -0px;
	width:248px;
}
ul.tabs a.xl:hover {
	background-position: 0 -31px;
}
ul.tabs a.xl.current {
	background-position: 0 -62px;
}
/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;
}
div.panes div {
	display:none;
	padding:15px 10px;
	border:1px solid #999;
	border-top:0;
	background-color:#fff;
}

a.paralink, a.paralink:active, a.paralink:visited, a.paralink:hover {
	color: #000000!important;
}

a.morelink,a.morelink:active, a.morelink:visited, a.morelink:hover {
	font-weight: bold!important;
	font-size: 10px!important;
}

.gearnav {
	left: -120px!important;
}