/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/************** HTML ELEMENTS *****************************/
body {

}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #c10c03;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #c10c03;
  text-transform: uppercase;
}

h3 {
  color: #c10c03;
  border: 5px;
  border-color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
}

h4{
  color: #FFFFFF;
  font-size: 12px;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

pre {
  width: 900px;
 overflow: auto;
}


a {
  color: #c10c03;
  text-decoration: underline;
}

a:hover {
  color: #222;
  text-decoration: none;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.photo {
  float: ;
  margin: 0 15px;
}

.photo img {
  margin: 4px;
  border: solid 1px #c10c03;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

.clear { clear: both; }
.block { display: block; }

/********** LAYOUT **********/
html{
	background:#F4F4F6 url(/images/setup/pattern.jpg) center top no-repeat;
	margin:0;
}
body{
  font-family: verdana, geneva, sans-serif;
  background:  url(/images/setup/header_global_bg.png) repeat-x left top;
}

#shadow{
  background:url(/images/setup/shadow.png) repeat-y center top;
}

#header {
  width: 940px;
  height: 229px;
  margin: 0 auto;
}
	
.body-container{
  width:920px;
  padding: 10px;
  background:#000;
  margin: 0 auto;
  overflow: hidden;
}

#mainbody{
  width: 900px;
  padding: 10px;
  overflow: hidden;
  background:#fff;
}


#rightcol{
  width:300px;
  float:right;
  overflow: hidden;
}

#footer {
  width: 940px;
  overflow: hidden;
  background: url(/images/setup/footer-bg.jpg) repeat-y left top #000;
  position: relative;
  z-index: 10px;
  margin: 0 auto;
}

.footer-text {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  position: absolute;
  z-index: 12px;
  bottom: 42px;
  left: 277px;
}

#footer-logo{
  height:158px;
  width:940px;
  margin:0px auto;
  overflow: hidden;
}

#footer-logo img {
  float: left;
}

/***** GLOBAL NAV ******/
#global-nav {
	width:940px;
	height:34px;
	background:#530908;
	margin:0px auto;
}

#global-nav ul, #global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
  list-style:none;
}

#global-nav li.dropdown-li {
  position: relative;
  z-index: 50;
}

#global-nav li.nav a {
  display: block;
  height: 31px;
  background: url(/images/setup/global_nav.jpg) no-repeat;
}

#global-nav li.nav1 a {
  width: 200px;
  background-position: 0px 0px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current  {
  background-position: 0px -34px;
}

#global-nav li.nav2 a {
  width: 200px;
  background-position: -200px 0px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -200px -34px;
}

#global-nav li.nav3 a {
  width: 130px;
  background-position: -400px 0px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -400px -34px;
}

#global-nav li.nav4 a {
  width: 140px;
  background-position: -530px 0px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -530px -34px;
}

#global-nav li.nav5 a {
  width: 270px;
  background-position: -670px 0px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -670px -34px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 200px;
  padding: 5px;
  background: #9c9c9c;
  border: solid 1px #282828;
  border-top: none;
  position: absolute;
  left: 0;
  top: 31px;
  z-index: 52;
  overflow: hidden;
}

#global-nav .submenu-container ul li a {
  display: block;
  width: 180px;
  height: auto;
  padding: 2px 10px;
  font-family: arial;
  font-size: 12px;
  color: #282828;
  text-decoration: none;
  background: none;
}

#global-nav .submenu-container ul li a:hover {
  background: #CC3333;
  color: #fff;
}

#global-nav .submenu-container ul li span {
  display: block;
  width: 180px;
  height: auto;
  padding: 2px 10px;
  font-family: arial;
  font-size: 14px;
  font-weight: bold;
  color: #282828;
  text-decoration: none;
  background: none;
  margin-bottom: 3px;
}

#global-nav #submenu-container1 {
  left: 75px;
  width: 400px;
}


#global-nav .submenu {
  width: 200px;
  float: left;
}

#buttons {
  width: 610px;
  overflow: hidden;
}

#buttons .even {
  width: 301px;
  display: block;
  float: left;
  margin-bottom: 5px;
}

#buttons .odd {
  width: 301px;
  display: block;
  float: right;
  margin-bottom: 5px;
}

.rcol-button {
  display: block;
  margin-bottom: 5px;
}

.social-media {
  width: 300px;
  overflow: hidden;
}

#media1 {
  margin-right: 4px;
}

.media {
  float: left;
  display: block;
}

#header-links {
  width: 940px;
  height: 25px;
  overflow: hidden;
  background-image: url(/images/setup/header_nav.jpg);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
  z-index: 10px;
}
#header-links .h-links {
  display: block;
  height: 25px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: 14;
}

#header-links .h-links:hover {
  background-image: url(/images/setup/header_nav.jpg);
  background-repeat: no-repeat;
}

#h-link1 {
  width: 110px;
  left: 130px;
  top: 0px;
}

#h-link1:hover {
  background-position: -130px -25px;
}

#h-link2 {
  width: 94px;
  left: 240px;
  top: 0px;
}

#h-link2:hover {
  background-position: -240px -25px;
}

#h-link3 {
  width: 107px;
  left: 334px;
  top: 0px;
}

#h-link3:hover {
  background-position: -334px -25px;
}

#h-link4 {
  width: 121px;
  left: 441px;
  top: 0px;
}

#h-link4:hover {
  background-position: -441px -25px;
}

#h-link5 {
  width: 168px;
  left: 562px;
  top: 0px;
}

#h-link5:hover {
  background-position: -562px -25px;
}
#h-link6 {
  width: 76px;
  left: 730px;
  top: 0px;
}

#h-link6:hover {
  background-position: -730px -25px;
}

.dbody {
  width: 296px;
  padding: 2px;
  margin-bottom: 10px;
  background: url(/images/setup/wbkb_bar_bg.jpg) no-repeat left top;
  overflow: hidden;
}

.dbody .container {
  padding: 5px;
  height: 138px;
  overflow: auto;
}

.dbody a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.dbody a:hover {
  color: #e04747;
}

.dbody a:hover span {
  color: #fff;
}

.dbody .sep {
  height: 1px;
  width: 261px;
  background: url(/images/setup/line.png) no-repeat center top;
  margin: 4px auto;
}

#video-container {
  width: 300px;
  margin-bottom: 10px;
  overflow: hidden;
}

#navbar-secondary {
  text-align: center;
  background: #fff;
}

#navbar-secondary a {
  color: #000;
}

/***** TAB STYLES *****/
#tabs-global,
#tabs-global .ui-tabs-nav {
  width: 610px;
}

#tabs-global .ui-tabs-nav li a {
  height: 23px;
  background: url("/images/tabs.jpg") no-repeat scroll 0 0 transparent;
}

/****** INACTIVE STATES *******/
#tabs-global .ui-state-default #tabs-global-anchor1 { width: 196px; background-position: 0px 0px;   }
#tabs-global .ui-state-default #tabs-global-anchor2 { width: 198px; background-position: -196px 0px; }
#tabs-global .ui-state-default #tabs-global-anchor3 { width: 216px; background-position: -394px 0px; }

/***** ACTIVE STATES *******/
#tabs-global .ui-state-active #tabs-global-anchor1 { background-position: 0px -23px;    }
#tabs-global .ui-state-active #tabs-global-anchor2 { background-position: -196px -23px; }
#tabs-global .ui-state-active #tabs-global-anchor3 { background-position: -394px -23px; }

#tabs-global-tabs .ui-tabs-panel {
  width: 610px;
  overflow: hidden;
}

#tabs-global #tabs-global-content2 .container,
#tabs-global #tabs-global-content3 .container,
#tabs-global #tabs-global-content4 .container {
  height: 583px;
  padding: 0px;
  overflow: auto;
}

/**********SAOTW**********/
#bio-brief-container {
  width: 280px;
  height: 139px;
  padding: 10px;
  margin-bottom: 5px;
  background: url(/images/setup/saotw_bg.jpg) repeat-x left top;
  overflow: hidden;
}

#bio-brief-container .headshot {
  width: 101px;
  float: left;
  margin-right: 5px;
  border: 1px solid #fff;
}

#bio-brief-container .bio-info {
  width: 150px;
  float: left;
  font-weight: bold;
  color: #fff;
}

#bio-brief-container .name {
  line-height: 15px;
}

#bio-brief-container a {
  color: #fff;
  text-decoration: underline;
}

#bio-brief-container a:hover {
  text-decoration: none;
}

.saotw {
  width: 610px;
  height: 139px;
  padding: 10px;
  background: url(/images/setup/saotw_bg.jpg) repeat-x left top;
  overflow: hidden;
}

/********** HEADLINES **********/
#headlines {
  width: 610px;
  float: left;
}

#more-headlines {
  width: 590px;
  height: 276px;
  padding: 10px;
  background: #c8c8c8;
  overflow: auto;
  margin-bottom: 10px;
}

#more-headlines a {
  color: #000;
  font-size: 11px;
  display: block;
  text-decoration: none;
  margin-bottom: 15px;
}

#more-headlines a:hover {
  text-decoration: underline;
}

#more-headlines .date {
  color: #000;
  font-family: arial;
  font-size: 11px;
  font-weight: bold;
  display: block;
}

.aotw .odd {
  padding: 5px;
 background: #eee;
  overflow: hidden;
}

.aotw .even {
  padding: 5px;
  background: ##E14848;
  overflow: hidden;
}

.aotw img {
  width: 101px;
  height: 134px;
  display: block;
  margin-right: 5px;
  float: left;
}

.aotw .story-title {
  color: #000;
}

.aotw .story-leadin {
  color: #000;
  display: block;
  margin-top:10px
}

/********** SCOREBOARDS **********/

#scoreboard {
  width: 297px;
  padding: 2px;
  margin-bottom: 5px;
  background: url(/images/setup/scoreboard_bg.jpg) no-repeat left top;
  overflow: hidden;
}

#scoreboard a{
  color: #000;
}

#scoreboard .container {
  padding: 5px;
  height: 209px;
  overflow: auto;
}

.rcol-score {
  width: 280px;
  height: 203px;
  padding: 10px;
  background: url(/images/setup/scoreboard_bg.jpg) no-repeat left top;
  overflow: auto;
  margin-bottom: 10px;
}

.boxscore {
  width: 266px;
  color: #fff;
}

.boxscore-link a {
  display: block;
  color: #000;
}

.scheduleDaily {
  width: 610px;
  height: 100%;
  overflow: auto;
  color: #000;
}

.scheduleDaily-row0 {
  background: #eee;
}

.scheduleDaily-row1 {
  background: #e14848;
}

.upcomingevents {
  width: 610px;
  height: 583px;
  overflow: auto;
  color: #fff;
}

.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}


/********** BIOS OLD**********/

#bio-wrapper {
  width: 728px;
  background: #000;
  padding: 20px;
  margin: 0;
  border-right: solid 1px #000;
  border-left: solid 1px #000;
  overflow: hidden;
}

.bio-wrapper-bottom {
  width: 770px;
  height: 5px;
  background: #000;
}

#bio-head-container {
  width: 728px;
  background: #c10c03;
  overflow: hidden;
}

.bio-photo {
  width: 152px;
  height: 202px;
  float: left;
  padding: 10px;
}

.bio-photo img {
  border: 1px solid #000000;
}

.bio-name-container {
  width: 549px;
  float: right;
  padding-right: 7px;
  margin-bottom: 11px;
  background: #c10c03;
  overflow: hidden;
}

.bio-name {
    background: #c10c03;
    width: 529px;
    height: 41px;
    padding: 9px 10px;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
}

span.name {
  line-height: 41px;
}

.bio-number  {
  display: block;
  float: left;
  margin-right: 10px;
  width: 45px;
  height: 41px;
  line-height: 41px;
  color: #fff;
  text-align:center;
  background: #c10c03;
}

.bio-data {
  width: 485px;
  height: 81px;
  padding: 30px;
  float: right;
  margin-right: 11px;
  background: #;
  color: #FFFFFF;
  font-size: 12px;
}

.bio-data #bio-left  div{
  width: 233px;
  margin: 10px 0;
  text-align: left;
}

.bio-data #bio-right  div{
  width: 233px;
  margin: 10px 0;
  text-align: left;
}

.bio-data span{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    margin-right: 5px;
}

.bio-data a {
  color: #ffffff;
}

.bio-data a:hover {
  color:#ffdc30;
}

.bio-synopsis {
  background: url(/images/setup/synopsis_curve.jpg) no-repeat right bottom #fff;
  color: #000000;
  padding: 15px;
} 

#bio-left {
  float: left;
}

#bio-right {
  float: right;
}

.saotw-data {
  width: 280px;
  height: 139px;
  padding: 10px;
  background: url(/images/setup/saotw_bg.jpg) repeat-x left top;
  overflow: hidden;
  margin-bottom: 10px;
}

.saotw-data .bio {
    padding: 5px;
}

.saotw-data .bio-name {
  font-weight: bold;
  font-size: 11px;
}

.saotw-data .bio-data {
  float: left;
  width: 150px;
  color: #fff;
  font-family: arial;
  font-size: 11px;
}

.saotw-data .bio-data a {
  color: #fff;
  font-family: arial;
  font-size: 11px;
}

.saotw-data .bio-photo {
  width: 103px;
  height: 136px;
  float: left;
  overflow: hidden;
  margin-right: 10px;
}


.bio-wrap .head {background:#A21615;color:#FFF}
.bio-wrap .head h2 {background:#000;color:#FFF}


/********** ROSTERS **********/
table.roster{
  width: 900px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #CC3333;
    padding: 2px;
}

tr.roster-header td a {
color:#fff
}

tr.roster-row a{
    text-decoration: underline;
    color: #336699;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    background-color: #e3e3e3;
    font-size: 11px;
    padding: 2px;
}
tr.roster-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row td {
    background-color: #E8E8E8;
    font-size: 11px;
    padding: 2px;
    color: #000000;
}


/********** SCHEDULE **********/
table.schedule {
  width: 900px;
  background-color: ;
}

.schedule-header {
  background-color: #CC3333;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #;
    padding: 5px;
}
tr.schedule-row1 td {
    background-color: #E8E8E8;
    padding: 5px;
}


/********** SCHEDULE HS **********/
table.schedule-hs {
  width: 100%;
  background-color: #E8E8E8 ;
}

.schedule-header {
  background-color: #CC3333;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #E8E8E8;
    padding: 5px;
}
tr.schedule-row1 td {
    background-color: #E8E8E8;
    padding: 5px;
}

/********** RESULTS & CALENDAR **********/

table.scheduleDaily {
  width: 593px;
  color: #000000;
  background-color: #FFFFFF;
}


table.scheduleDaily a{
  color: #a40303;
}

table.scheduleDaily a:hover{
  color: #000000;
}

tr.scheduleDaily-row0 td {
    background-color: #;
    padding: 2px;
}

tr.scheduleDaily-row1 td {
    background-color: #c1c1c1;
    padding: 2px;
}

.sport {
  color: #a40303;
  font-weight: bold;
}

td.inProgress, .inProgress {
  background: yellow;
  color: #000;
}

.calendar {
  border-collapse: collapse;
  background-color: #FFFFFF;
  color: #000000;
  text-align: center;
  width: ;
}

.calendar td {
  border: 1px solid #000000;

}

.calendar td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar td a:hover {
  text-decoration: underline;
}

.calendar-month  {
  font-size: 14px;
  font-weight: bold;
  padding: 5px;
}

.calendar-header td{
  background-color: #535353;
  font-weight: bold;
  color: #FFFFFF;
}

.calendar-sport {
  font-size: 10px;
  font-weight: bold;
}

.calendar-date {
  float: left;
  color: #FFFFFF;
  background-color: #505050;
  width: 15px;
}

.calendar-event {
  font-size: 10px;
}

.calendar-event td a {
  font-size: 10px;
  font-weight: bold;
}

.calendar-event td a:hover {
  text-decoration: underline;
}

/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}

.stats-wrapper th {
background: #990000; /* set the primary color here ??? dark color required */
color: #fff;
}

.stats-wrapper a { /* set the link color here */
color: #333;
text-decoration: underline;
}

.stats-wrapper a:hover { /* set the link color here */
color: #000;
}

/********** Lightbox - Thumbnails ***********/
#lightbox{
	background-color:#eee;
	padding: 10px;
	border-bottom: 2px solid #666;
	border-right: 2px solid #666;
	}
#lightboxDetails{
	font-size: 0.8em;
	padding-top: 0.4em;
	}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }
#closeButton{ top: 5px; right: 5px; }

#lightbox img{ border: none; clear: both;} 
#overlay img{ border: none; }

#overlay{ background-image: url(/images/setup/overlay.png); }

* html #overlay{
	background-color: #333;
	back\ground-color: transparent;
	background-image: url(blank.gif);
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/setup/overlay.png", sizingMethod="scale");
	}

#announcements-container { color: #FFFFFF; padding-top: 5px; }

/* sport specific tabs */
.sport-page-tabs #tabs-global .ui-tabs-nav li a { background:url("/images/tabs.jpg") no-repeat scroll 0 0 transparent }

.sport-page-tabs #tabs-global .ui-state-default #tabs-global-anchor1 { width:196px;  background-position: 0 0; }
.sport-page-tabs #tabs-global .ui-state-default #tabs-global-anchor2 { width: 198px; background-position: -196px 0; }
.sport-page-tabs #tabs-global .ui-state-default #tabs-global-anchor3 {  background-position: -394px 0; width: 216px; }

.sport-page-tabs #tabs-global .ui-state-active #tabs-global-anchor1 { background-position: 0 -23px }
.sport-page-tabs #tabs-global .ui-state-active #tabs-global-anchor2 { background-position:  -196px -23px }
.sport-page-tabs #tabs-global .ui-state-active #tabs-global-anchor3 { background-position: -394px -23px  }


