/******** NEUTRALISE BROWSERS *******/
* { margin: 0; padding: 0; }
img { border: none; }

/************** HTML ELEMENTS *****************************/
body {
  font-family: verdana, geneva, sans-serif;
}

p, div, td {
    font-size: 11px;
    line-height: 15px;
}

h1, h2, h3 {
  line-height: 130%;
  margin-bottom: 10px;
}

h1 {
  color: #5b141a;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

h2 {
  color: #5b141a;
  text-transform: uppercase;
}

h3 {
  color: #5b141a;
  border: 5px;
  border-color: #FFFFFF;
  font-size: 16px;
  text-transform: uppercase;
  padding: 5px;
}

p {
  margin-bottom: 15px;
}

ol, ul {
  margin-left: 25px; 
  margin-bottom: 15px;
}

hr {
  margin-bottom: 10px;
}

pre {
  width: 730px;
 overflow: auto;
}


a {
  color: #5b141a;
  text-decoration: none;
}

a:hover {
  color: #eba00f;
  text-decoration: underline;
}

a:active {
outline: none;
}

a:focus {
-moz-outline-style: none;
}

.photo {
  float: right;
  margin: 0 15px;
}

.photo img {
  margin: 4px;
  border: solid 1px #c10c03;
}

#printer {
  padding: 1px;
  font-size: 10px;
  text-align: right;
}

.bookmark {
  text-align: right;
  clear: both;
  margin-bottom: 15px;
}

.clear { clear: both; }
.block { display: block; }


/********** NAVIGATION **********/

body.pagebody {
  margin: 0px;
  padding: 0px;
  padding-top: 30px;
  background: url(/images/redesign/page_bg_repeat.png) repeat-x left top #5b141a;
}

#pattern {
  background: url(/images/redesign/pattern.png) repeat;
}

#wrapper {
  background: #fff;
  width: 975px;
  padding-bottom: 5px;
  margin: 0 auto;
}

#header {
  width: 965px;
  padding: 5px;
  margin: 0 auto;
  text-align: center;
  background: url(/images/redesign/header_cap.jpg) no-repeat center top #fff;
  position: relative;
  z-index: 10;
  left: 0;
  top: 0;
}

#header .logo {
  width: 183px;
  height: 188px;
  overflow: hidden;
  position: absolute;
  z-index: 12;
  left: 30px;
  top: -30px; 
  background: url(/images/redesign/logo.png) no-repeat left top;
}

.body-container {
  width: 945px;
  margin: 0 auto;
  padding: 10px;
  background: url(/images/redesign/body_container_bg.png) repeat-y left top;
  overflow: hidden;
}

#leftcol {
  float: left;
  width: 665px;
}

#mainbody {
  width: 925px;
  padding: 10px;
  float: left;
  background: #fff;
}

#rightcol {
  width: 270px;
  float: right;
}

#bottomcol {
  width: 955px;
  padding: 5px 5px 25px;
  margin: 5px auto 0;
  overflow: hidden;
  float: left;
  position:relative;
  background: url(/images/redesign/body2_bg.jpg) no-repeat left top;
}

#footer {
  width: 975px;
  height: 139px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 10;
}

.footer-text {
  width: 220px;
  position: absolute;
  z-index: 14;
  top: 15px;
  left: 370px;
  text-align: center;
  color: #fff;
  font-family: arial;
  font-size: 11px;
}

.footer-text span {
  font-size: 12px;
  font-weight: bold;
}

#footer-logo {
  width: 975px;
  overflow: hidden;
  position: absolute;
  z-index: 12;
  left: 0;
  top: 0;
}

#footer-logo img {
  float: left;
}

/********** NAVIGATION **********/
#global-nav {
  width: 965px;
  height: 37px;
  margin: 0 auto;
  background: url(/images/redesign/navigation.gif) no-repeat right top;
}

#global-nav ul, 
#global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
}

#global-nav li.dropdown-li {
  position: relative;
  z-index: 50;
}

#global-nav li.nav a {
  display: block;
  height: 37px;
  background-image: url(/images/redesign/navigation.gif); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 170px;
  background-position: 0px 0px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -37px;
}

#global-nav li.nav2 a {
   width:  177px;
   background-position: -170px 0px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -170px -37px;
}

#global-nav li.nav3 a {
   width:  141px;
   background-position: -347px 0px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -347px -37px;
}

#global-nav li.nav4 a {
   width:  169px;
   background-position: -488px 0px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -488px -37px;
}

#global-nav li.nav5 a {
   width:  92px;
   background-position: -657px 0px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -657px -37px;
}

#global-nav li.nav6 a {
   width:  216px;
   background-position: -749px 0px;
}

#global-nav li.nav6 a:hover, #global-nav li.nav6 a.current {
  background-position: -749px -37px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 200px;
  background: #5b141a;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 37px;
  z-index: 52;
}

#global-nav .submenu-container .submenu {
}

#global-nav .submenu-container ul li a,
#global-nav .submenu-container ul li span {
  display: block;
  width: 180px;
  height: auto;
  padding: 0 10px;
  background: none;
  font-family: arial;
  font-size: 12px;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
}

#global-nav .submenu-container ul li span {
  font-family: helvetica;
  text-transform: uppercase;
  position: relative;
  left: 3px;
}

#global-nav .submenu-container ul li a:hover {
  background: #333;
}


#navbar-secondary {
  width: 945px;
  height: 67px;
  margin: 0 auto;
  background-repeat: no-repeat;
  position: relative;
  left: -10px;
  top: -20px;
}

#links-container {
  float: right;
  margin-right: 10px;
  margin-top: 42px;
  color: #fff;
}

#links-container a {
  color: #fff;
}

#header-logo {
  width: 730px;
  height: 157px;
  position: absolute;
  z-index: 14;
  right: -20px;
  top: 10px;
}

#header-logo #row-uppper {
  height: 75px;
  margin-bottom:5px;
}

#header-logo #row-bottom {

}

#header-logo .label {
  width: 230px;
  height: 15px;
  text-align: center;
  visibility: hidden;
  position: absolute;
  left: -230px;
  top: 140px;
  z-index: 24;
}

#header-logo .header-logo {
  float: left;
  margin-right: 5px;
}


#header-logo #header-logo14 {
  margin-right: 0;
}

#header-logo #header-logo7 {
  margin-top: 5px;
}

#rcol-buttons img {
  display: block;
  margin-bottom: 5px;
}

#bcol-buttons {
  width: 940px;
  overflow: hidden;
  margin: 10px auto 0;
}

#bcol-buttons img {
  float: left;
  margin-right: 15px;
}

#bcol-buttons #button5 img {
  margin-right: 0px;
}

#video-cont {
  float: right;
  margin-right: 5px;
}

#video {
  background: #000;
  text-align: center;
  border: 2px solid #260306;
  border-bottom: none;
}

#gallery-cont {
  width: 250px;
  padding: 10px;
  overflow: hidden;
  background: url(/images/redesign/gallery_bg.png) repeat-x left top;
}

#team-info {
  width: 250px;
  height: 397px;
  overflow: auto;
  padding: 10px;
  color: #fff;
  background: url(/images/redesign/quick_facts_bg.png) repeat-y left top;
}

#team-info span {
  color: #eba00f;
  font-size: 12px;
  font-family: arial;
  font-weight: bold;
}

#team-info h1 {
  color: #e7e7e7;
}

#team-info a {
  display: block;
  color: #cbcccc;
}

/*********STAFF-DIR*************/
#staff-directory {
  padding: 10px;
  width: 935px;
  height: 230px;
  background: url(/images/redesign/staff_dir_bg.jpg) no-repeat left top;
  overflow: hidden;
}

#staff-info {
  width: 628px;
  height: 207px;
  padding: 10px;
  overflow: auto;
  float: left;
  background: url(/images/redesign/staff_info_bg.jpg) repeat-x left top;
  margin-right: 10px;
  font-family: arial;
  font-size: 12px;
  color: #000;
}

#graphic {
  width: 263px;
  height: 224px;
  overflow: hidden;
  float: left;
}

#graphic img {
  width: 263px !important;
  height: 224px !important;
}

/*************TABS***************/
#tabs-crs {
  width: 270px;
  margin-bottom: 5px;
  overflow: hidden;
  float: right;
}

#tabs-crs .ui-tabs-nav {
  width: 270px;
  overflow: hidden;
  background: url(/images/redesign/rcol_tabs_hdr.jpg) no-repeat;
}

#tabs-crs #tabs-crs-state1 { background-position: 0px 0px; }
#tabs-crs #tabs-crs-state2 { background-position: 0px -31px; }
#tabs-crs #tabs-crs-state3 { background-position: 0px -62px; }

#tabs-crs .ui-tabs-nav li {
  float: left;
}

#tabs-crs .ui-tabs-nav li a {
  height: 31px;
  display: block;
}

#tabs-crs #tabs-crs-anchor1 { width: 92px; }
#tabs-crs #tabs-crs-anchor2 { width: 84px; }
#tabs-crs #tabs-crs-anchor3 { width: 94px; }

#tabs-crs .ui-tabs-panel {
  width: 270px;
  background: none;
  overflow: hidden;
}

#tabs-crs .ui-tabs-panel .container {
  height: 220px;
  padding: 10px;
  overflow: auto;
  color: #fff;
}

#tabs-crs .ui-tabs-panel .container a {
  color: #eba00f;
}

#tabs-crs .ui-tabs-panel .container a:hover{
  color: #fff;
}

/*************************************************/

#tabs-cs {
  width: 670px;
  margin-bottom: 15px;
  overflow: hidden;
  float: left;
}

#tabs-cs .ui-tabs-nav {
  width: 670px;
  overflow: hidden;
  background: url(/images/redesign/lcol_tabs_hdr.gif) no-repeat;
}

#tabs-cs #tabs-cs-state1 { background-position: 0px 0px; }
#tabs-cs #tabs-cs-state2 { background-position: 0px -32px; }

#tabs-cs .ui-tabs-nav li {
  float: left;
}

#tabs-cs .ui-tabs-nav li a {
  height: 32px;
  display: block;
}

#tabs-cs #tabs-cs-anchor1 { width: 336px; margin-right: 5px; }
#tabs-cs #tabs-cs-anchor2 { width: 329px; }

#tabs-cs .ui-tabs-panel {
  width: 670px;
  background: url(/images/redesign/lcol_tabs_bg.jpg) no-repeat left top;
  overflow: hidden;
}

#tabs-cs .ui-tabs-panel .container {
  height: 204px;
  padding: 10px;
  overflow: auto;
  color: #fff;
}

#tabs-cs #tabs-cs-content1 .container {
  overflow: hidden;
}

/********** HEADLINES **********/
#carousel-wrapper {
  margin-bottom: 5px;
  float: left;
}

#carousel-seats {
  margin-bottom: 5px;
  border: 1px solid #b7b7b7;
} 

#carousel-seats .title {
  font-size: 14px;
  font-family: helvetica;
  font-weight: bold;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 20px;
}

#carousel-seats .title:hover {
  color: #ffd24f;
}

#carousel-seats .date {
  font-weight: bold;
  color: #9b9b9d;
  display: block;
  font-size: 11px;
  font-family: helvetica;
}

#carousel-seats .leadIn {
  color: #fff;
  font-size: 12px;
  font-family: helvetica;
}

#carousel-seats .readmore {
  display: none;
}

#carousel-controls {
  width: 665px;
  overflow: hidden;
}

#carousel-controls .control {
  float: left;
  margin-right: 2px;
}

#carousel-controls .control img {
  border: 1px solid #b7b7b7;
}

#carousel-controls .active {

}

#carousel-controls #control2 {
  margin-right: 0;
}


.caption {
  clear: left;
  float: left;
  padding: 1px;
  margin: 0px;
}

#conf-headlines {
  height: 204px;
  width: 650px;
  overflow: auto;
}

.headline {
  width: 605px;
  color: #777777;
  font-family: arial;
  font-size: 11px;
  padding: 10px;
  margin-bottom: 1px;
  background: url(/images/redesign/headline_bg.jpg) repeat-x left top #e4e4e4;
}

.headline a {
  color: #610200;
  font-weight: bold;
}

#more-headlines tr {
  margin-bottom: 1px;
  display: block;
  padding: 5px;
  background: url(/images/redesign/headline_bg.jpg) repeat-x left top #e4e4e4;
}

#more-headlines a {
  font-size: 11px;
  font-weight: bold;
  color: #610200; 
  line-height: 20px;
}

#more-headlines span {
  font-size: 11px;
  color: #777777;
  margin-right: 20px;
  line-height: 20px;
}
/********** ROSTERS **********/
table.roster{
  width: ;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #5b141a;
    padding: 2px;
}

tr.roster-row0 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

/**************** BIOS ***************/
.bio {
    padding: 5px;
}

.bio-name {
}

.bio-data {
}

.bio-photo {
  float: left;
  padding: 10px;
}


/********** SCHEDULE **********/
#mainbody .schedule-list th { background:#5b141a; color:#FFF }
#mainbody .schedule-list .month-title td{ background:#5b141a; color:#fff; }
#mainbody .schedule-list .even td { background: #e1e1e1; }



/*
table.schedule {
  width: 100%;
  background-color: ;
}

.schedule-data {
  width: 500px;
}

.schedule-header {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #5b141a;
    padding: 2px;
}

tr.schedule-header td {
  padding: 5px;
}

tr.schedule-row0 td {
    background-color: #e1e1e1;
    padding: 2px;
}

tr.schedule-row0 td a{
    color: #5b141a;
    font-weight: bold;
}

tr.schedule-row1 td {
    background-color: #;
    padding: 2px;
}

tr.schedule-row1 td a{
    color: #5b141a;
    font-weight: bold;
}

.inProgress {
  color: #000000;
  background: #FFFF00;
}
*/


/********** STANDINGS **********/
table.stats-table {
  border-width: 0px;
  border-collapse: collapse;
  width: ;
}

table.stats-table td {
  width: 940px;
  padding: 4px;
}

tr.stats-header td {
  background-color: #000;
  padding-right: 0px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
}


td.stats-team a {
  font-weight: bold;
  font-size: 11px;
}


td.stats-team a:hover {
}

td.stats-field {
  color: #000000;
  text-align: center;
  font-size: 11px;
}

td.conf-label  {
  background-color: #5b141a;
  font-weight: bold;
  font-size: 10px;
}

td.conf-field {
  background-color: #5b141a;
  color: #fff;
  text-align: center;
  font-size: 11px;
}
/********* STATS ***********/
.stats-wrapper {
  color: #000;
  background: #FFF;
}

.stats-wrapper th {
  background: #5b141a;    /* 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;
}


/*************TABS***************/

#crs-tabs { width: 270px; margin-bottom: 5px; overflow: hidden; float: right }
#crs-tabs .tabs{ width: 270px; overflow: hidden; background: url(/images/redesign/rcol_tabs_hdr.jpg) no-repeat }

#crs-tabs .state1 { background-position: 0px 0px; }
#crs-tabs .state2 { background-position: 0px -31px; }
#crs-tabs .state3 { background-position: 0px -62px; }

#crs-tabs .tab a { height: 31px; text-indent:-9999px; display: block}

#crs-tabs .tab1 a { width: 92px; }
#crs-tabs .tab2 a { width: 84px; }
#crs-tabs .tab3 a { width: 94px; }

#crs-tabs .panes { width: 270px; overflow: hidden }
#crs-tabs .pane .overflow { height: 220px; padding: 10px; overflow: auto; color: #fff }
#crs-tabs .pane .overflow a { color: #eba00f }
#crs-tabs .pane .overflow a:hover{ color: #fff }

/* TABS */

#cs-tabs { width: 670px; margin-bottom: 15px; overflow: hidden; float: left }
#cs-tabs .tabs { width: 670px; overflow: hidden; background: url(/images/redesign/lcol_tabs_hdr.gif) no-repeat }

#cs-tabs .state1 { background-position: 0px 0px; }
#cs-tabs .state2 { background-position: 0px -32px; }

#cs-tabs .tab a { height: 32px; text-indent:-9999px; display: block }

#cs-tabs .tab1 a { width: 336px; margin-right: 5px; }
#cs-tabs .tab2 a { width: 329px; }

#cs-tabs .panes { width: 670px; background: url(/images/redesign/lcol_tabs_bg.jpg) no-repeat left top; overflow: hidden }
#cs-tabs .pane .overflow { height: 204px; padding: 10px; overflow: auto; color: #fff }
#cs-tabs .pane1 .overflow { overflow: hidden }