/*********** NEUTRALISE BROWSERS *****************/
* { margin:0; padding:0; }
img { border:none; }

/*********** HTML ELEMENTS *****************/
body {
  background: url(/images/setup/page_bg.jpg) repeat;
}

h1,h2,h3,div,td {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
    line-height: 15px;
    margin: 0px;
    padding: 0px;
}

h1,h2,h3,h4,p {
  margin-bottom: 15px;
}

p {
    font-family: verdana, geneva, sans-serif;
    font-size: 11px;
}

form {
  margin: 0px;
}

.photo {
  float: right;
  padding: 5px;
  background-color: #FFFFFF;
}

a {
  color: #000;
}

a:hover {
  color: #753838;
}

#printer {
  padding: 1px;
  font-size: 10px;
  color: #;
  text-align: right;
}

pre {
  width: 825px;
  overflow: auto;
}

h1 {
  color: #F5D047;
  line-height: 130%;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #753838;
  line-height: 130%;
  font-size: 14px;
  text-transform: uppercase;
}


/********** STRUCTURAL ELEMENTS ************/
.wrapper {
  width: 845px;
  margin: 0 auto;
  overflow: hidden;
}
.header {
  width: 828px;
  height: 155px;
  padding-right: 17px;
  padding-top: 18px;
  margin-top: 7px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.index-link {
  display: block;
  width: 845px;
  height: 173px;
  background: url(/images/setup/header.png) no-repeat right top;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
}
.header-photo {
  width: 275px;
  height: 147px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: left top;
  float: right;
}
.design {
  width: 845px;
  padding: 7px 0 4px;
  margin-bottom: 3px;
  background: url(images/setup/design_foot.jpg) no-repeat left bottom #fff;
  overflow: hidden;
}
#mainbody {
  padding: 10px;
  overflow: hidden;
}
#ccol {
  width: 255px;
  float: left;
  margin-left: 5px;
  padding-bottom: 40px;
  background: url(images/setup/ccol_foot.jpg) no-repeat left bottom #753838;
  overflow: hidden;
}

#ccol a {
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#ccol a:hover {
  color: #F1C75B;
}

#rightcol {
  width: 190px;
  float: right;
  padding-bottom: 40px;
  overflow: hidden;
}
#footer {
  height: 81px;
  background: url(/images/setup/footer_bg.jpg) no-repeat left top;
  overflow: hidden;
}
#footer-text {
  width: 170px;
  height: 66px;
  padding-top: 15px;
  float: left;
  margin-left: 10px;
}
#footer-text p {
  color: #753838;
  margin: 0;
}
.poll {
  width: 160px;
  padding: 5px 15px 10px;
  margin-bottom: 15px;
  background: #000;
  color: #fff;
  overflow: hidden;
}
.poll a {
  font-size: 13px;
  color: #f1c332;
  text-decoration: underline;
}
.poll a:hover {
  text-decoration: none;
}

/********** GLOBAL NAV ******************/
#global-nav {
  width: 845px;
  height: 30px;
  background: #753838;
  margin: 0 auto;
}
#global-nav ul, #global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: left;
}
#global-nav ul li {
  position: relative;
  z-index: 50;
}
#global-nav ul li a {
  display: block;
  height: 30px;
  background: url(/images/setup/global_nav.jpg) no-repeat;
}
#global-nav li.nav1 a {
  width: 135px;
  background-position: 0px 0px;
}
#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -30px;
}
#global-nav li.nav2 a {
  width: 147px;
  background-position: -135px 0px;
}
#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -135px -30px;
}
#global-nav li.nav3 a {
  width: 179px;
  background-position: -282px 0px;
}
#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -282px -30px;
}
#global-nav li.nav4 a {
  width: 113px;
  background-position: -461px 0px;
}
#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -461px -30px;
}
#global-nav li.nav5 a {
  width: 176px;
  background-position: -574px 0px;
}
#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -574px -30px;
}
#global-nav li.nav6 a {
  width: 95px;
  background-position: -750px 0px;
}
#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -750px -30px;
}
#submenu-container {
  width: 164px;
  position:absolute;
  left: 0;
  top: 30px;
  background: #401b1b;
  display: none;
  overflow: hidden;
  z-index: 52;
}
#submenu-container .submenu {
  width: 160px;
  padding: 2px;
  overflow: hidden;
}
#submenu-container .submenu ul, 
#submenu-container .submenu li {
  margin: 0;
  padding: 0;
  list-style: none;
  float: none;
}
#submenu-container .submenu ul li {
  display: block;
  height: 19px;
  /* needs to override the following values since being inherited */
  position: static;
}
#submenu-container .submenu ul li a {
  /* needs to override the following values since being inherited */
  width: 150px;
  height: 13px;
  display: block;
  background-image: none;
  /******************************/
  padding: 3px 5px;
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  line-height: 13px;
}
#submenu-container .submenu ul li a:hover {
  color: #e6a40b;
  background: #864b48;
}
#submenu-container .submenu ul li a.underline {

}

/*********** NAVIGATION ******************/
#navbar-buttons-ccol {
  width: 253px;
  margin: 0 auto;
}
#navbar-buttons-ccol a {
  display: block;
  margin-bottom: 8px;
}
#navbar-buttons-rcol {
  width: 185px;
  margin-bottom: 15px;
}
#navbar-buttons-rcol a {
  display: block;
  margin-bottom: 8px;
}
#navbar-secondary-wrapper {
  width: 650px;
  float: left;
  overflow: hidden;
}
#navbar-secondary {
  background: url(/images/setup/section_header_bg.jpg) no-repeat right top #431c1c;
  margin-bottom: 4px;
  overflow: hidden;
}
#navbar-secondary .links {
  padding: 5px 6px;
  color: #f1c332;
}
#navbar-secondary a {
  font-family: verdana;
  font-size: 12px;
  color: #f1c332;
  text-decoration: none;
  line-height: 15px;
}
#navbar-logolinks {
  width: 652px;
  height: 81px;
  float: left;
  overflow: hidden;
}
#navbar-logolinks a img {
  float: left;
}

#navbar-links {
  width: 231px;
  padding: 10px 12px;
  background: url(/images/setup/navbar_links_bg.jpg) repeat-x left top #753838;
  overflow: hidden;
}
#navbar-links a {
  font-size: 12px;
  color: #fff;
  text-decoration: none;
  display: block;
  line-height: 22px;
}
#navbar-links a:hover {
  text-decoration: underline;
}
/******* TAB CONTENT **********/
#tablist {
  width: 190px;
  height: 34px;
  clear: both;
  overflow: hidden;
}
#tablist a {
  display: block;
  height: 34px;
  float: left;
  background-image: none;
  background-position: left top;
  background-repeat: no-repeat;
}
#tablist a.tab1 { width: 98px; }
#tablist a.tab2 { width: 92px; }
#tabcontentcontainer{
  width: 190px;
  margin-bottom: 3px;
  overflow: hidden;
}
.tabcontent {
  display: none;
  padding: 10px;
  height: 365px;
  overflow: auto;
}
#sc1 { background: #753838; color: #fff; }
#sc2 { background: #e6a40b; color: #000; }


/*********** HEADLINES ************/
#headlines-featured {
  width: 385px;
  height: 288px;
  padding: 5px 0px 5px 5px;
  overflow: auto;
}

#headlines-featured img {
  width: 125px;
  float: left;
  margin-bottom: 5px;
}

#headlines-featured .news {
  width: 235px;
  float: left;
  margin-left: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

#headlines-featured .headline,
#headlines-featured .sport-name,
#headlines-featured a {
  font-family: verdana;
  font-size: 12px;
  color: #000;
  text-decoration: none;
  display: block;
}

#headlines-featured a:hover, #headlines-featured .sport-name {
  color: #753838;
}

#aotm {
  width: 231px;
  padding: 12px 12px 20px;
  overflow: hidden;
}

#aotm .aotm {
  width: 100px;
}

#aotm a {
  font-family: verdana;
  font-size: 12px;
  color: #fff;
}

#aotm a:hover {
  text-decoration: none;
}

.highlights {
  width: 247px;
  padding: 3px;
  margin: 1px 1px 3px;
  background: #000;
  color: #fff;
}

/*********** CROSS BROWSABILITY CLASSES *******************/
.caption-head {
  display: block;
}



/********** SCHEDULE **********/
table.schedule {
  width: 825px;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-data td {
    padding: 5px;
}

tr.schedule-header td {
    font-weight: bold;
    color: #743838;
    background-color: #F1C332;
    padding: 5px;
}

tr.schedule-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 5px;
}

/********* STATS ***********/
.stats-wrapper {
  color: #000;
  background: #FFF;
}

.stats-wrapper th {
  background: #431c1c;    /* set the primary color here */
  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;
}


/********** ROSTERS **********/
.roster {
  width: 825px;
}

tr.roster-header td {
    font-weight: bold;
    color: #743838;
    background-color: #F1C332;
    padding: 2px;
}


tr.roster-row0 td {
    background-color: #d1d1d1;
    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;
}

.bio {
    background-color: #c1c1c1;
  width: 825px;
}

.bio td {
  color: #000000;
}

.bio td a {
  color: #FFFFFF;
}

.bio-name {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 3px;
}

.bio-data {
    color: #000000;
    font-size: 12px;
}

.bio-data span{
    color: #743838;
    font-size: 10px;
}

.bio-data td{
    color: #000000;
    font-size: 10px;
}

.bio-data a {
  color: #ffffff;
  text-decoration: none;
}

.bio-data a:hover {
  color:#ffffff;
}

.bio-photo {
  float: left;
  padding: 10px;
}

#mainbody .bio-wrap .head {background:#743838;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#E6BB48;font-family:arial, helvetica;line-height:24px;white-space:nowrap;text-transform:none;padding:0;text-shadow:1px 1px 3px #000}
#mainbody .bio-wrap .head a {color:#FFF;text-decoration:underline}
#mainbody .bio-wrap .headshot {width:130px}
#mainbody .bio-wrap .biodata {padding:0 310px 0 150px}
#mainbody .bio-wrap .metadata {font-family:arial, helvetica;font-size:11px}
#mainbody .bio-wrap .metadata .label {color:#CCC}

/********** BIOS**********/
.bio-wrapper .bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: #333;
  overflow: hidden;
  background:#743838;
}

.bio-wrapper .bio-container .head span {
  color: #fff;
}

.bio-wrapper .roster-sidebar .roster-list,
.bio-wrapper .roster-sidebar .roster-title {
  background: #743838 !important;
} 

/********** CAROUSEL **********/
#j-carousel1{width:390px;position:relative;overflow:hidden;}
#j-carousel1 .seats{width:390px;height:417px;position:relative;background:#fff}
#j-carousel1 .seat{display:none;width:390px;height:417px;overflow:hidden;position:absolute;left:0;top:0}
#j-carousel1 .media-box,#j-carousel1 .media-box img{width:390px;height:290px}
#j-carousel1 .story-box{width:378px;height:121px;padding:5px 6px;color:#000;position:absolute;left:0;top:290px}
#j-carousel1 .controls{width:390px}
#j-carousel1 .control{float:left;margin:1px;width:120px;border:3px solid #fff}
#j-carousel1 .controls .active{border:3px solid #743838}
#j-carousel1 .story-box a.title{font-size:12px;font-weight:700;text-decoration:none;color:#753838;display:block;line-height:14px;margin-bottom:6px}
#j-carousel1 .story-box .date{font-size:12px;line-height:14px;display:block}
#j-carousel1 .story-box .date .pipe,#j-carousel1 .story-box .date .sport-name{display:none}
#j-carousel1 .story-box .leadin{font-size:12px;line-height:14px;}
#j-carousel1 .story-box .carousel-related-links{display:block;line-height:14px}
#j-carousel1 .story-box .carousel-related-links a{font-size:12px}
#j-carousel1 .story-box .carousel-related-links a:hover{color:#753838}

/* SCHEDULE */
.schedule-boxscore .event-box { margin-top:15px }
.schedule-boxscore .event-box:first-child { margin-top:0 }
.schedule-boxscore .event-box .status { float:right }