body {
  padding-top: 13px;
  background: url(/images/setup/main_bg.jpg) repeat-x left top #040811;
  color: #000;
}

a {
  color: #D3B31F;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

h1,h2,h3 {
  color: #184083;
}

#wrapper {
  width: 1060px;
  margin: 0 auto;
}

#body-container {
  padding: 0 20px 20px;
  background: url(/images/setup/body_bg_middle.png) repeat-x left top #595858;
  position: relative;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  behavior: url(/pie.htc);
}

#mainbody {
  width: 1000px;
  padding: 10px;
  background: #ffffff;
  position: relative;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  behavior: url(/pie.htc);
  color: #000;
}

.two-column #mainbody {
  width: 600px;
  padding: 0;
  float: left;
  background: none;
  border-radius: 0;
  -moz-border-radius: 0
  -webkit-border-radius: 0;
}

header {
  width: 1060px;
  height: 160px;
  background: url(/images/setup/secondary_sprite.jpg) no-repeat 0 -13px #c9c8c8;
  position: relative;
  z-index: 50;
}

.header-logo {
  width: 275px;
  height: 216px;
  display: block;
  overflow: hidden;
  position: absolute;
  left: -114px;
  top: -25px;
  background: url(/images/setup/master_sprite.png) no-repeat -782px -162px;
}

#leftcol {
  width: 200px;
  float: left;
  background: #336699;
}

#rightcol {
  width: 400px;
  float: right;
}

footer {
  width: 1060px;
}

#footer-logos {
  padding-top: 25px;
  width: 1025px;
  padding-left: 35px;
  overflow: hidden;
  margin-bottom: 10px;
}

#footer-logos ul,
#footer-logos ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#footer-logos .footer-logo {
  float: left;
  margin-right: 50px;
}

#footer-logos #footer-logo6 {
  margin-right: 0;
}

.footer-text {
  color: #fff;
  text-align: center;
  font-family: helvetica;
  line-height: 18px;
}

.left {
  width: 295px;
  float: left;
}

.right {
  float: right;
  width: 295px;
}

/*************HEADLINES*************/

#j-carousel1{width:600px;position:relative;overflow:hidden;margin-bottom:10px;}
#j-carousel1 .seats{width:600px;height:400px;position:relative;background:#000;margin-bottom:2px;}
#j-carousel1 .seat{display:none;width:600px;height:400px;overflow:hidden;position:absolute;left:0;top:0}
#j-carousel1 .story-box{width:580px;padding:10px;background:url("/info/images/carousel_story_bg.png") repeat-x;color:#fff;position:absolute;left:0;bottom:0;}
#j-carousel1 .controls{overflow:hidden;}
#j-carousel1 .control{cursor:pointer;position:relative;width:112px;height:75px;float:left;margin-right:10px;padding-top:8px;}
#j-carousel1 .control5{margin-right:0}
#j-carousel1 .control .thumb{padding:3px;}
#j-carousel1 .controls .active{padding-top:8px;background:url("/images/setup/thumbs_arrow.png") no-repeat center top;}
#j-carousel1 .controls .active .thumb{border:3px solid #fff;padding:0;}
#j-carousel1 .story-box a.title{color:#fff;display:block;font-family:helvetica;font-size:20px;line-height:24px;margin-bottom:3px;}
#j-carousel1 .story-box a.title:hover{color:#d3b31f;}
#j-carousel1 .story-box .date{font-size:10px;color:#d3b31f;display:block;line-height:18px;}
#j-carousel1 .story-box .date .pipe,#j-carousel1 .story-box .date .sport-name{display:none;}
#j-carousel1 .story-box a.readmore{color:#d3b31f;}
#j-carousel1 .story-box .carousel-related-links{display:block}
#j-carousel1 .story-box .carousel-related-links a{font-size:10px;color:#d3b31f;}
#j-carousel1 .story-box .carousel-related-links a:hover{color:#fff;}

#carousel-wrapper {
  margin-bottom: 10px;
}

#carousel-seats {
  margin-bottom: 2px;
}

#carousel-seats .title {
  font-size: 20px;
  font-family: helvetica;
  display: block;
  margin-bottom: 3px;
  color: #fff;
  line-height: 24px;
}

#carousel-seats .title:hover {
  color: #d3b31f;
}

#carousel-seats .date {
  display: block;
  color: #d3b31f;
  font-size: 10px;
}

#carousel-seats .leadIn {
  color: #fff;
}

#carousel-seats .readmore {
  color: #d3b31f;
}

#carousel-controls {
  overflow:hidden;
  width 600px;
  z-index: 50;
}

#carousel-controls .control {
  width: 112px;
  height: 75px;
  padding-top: 8px;
  float: left;
  margin-right: 10px;
}

#carousel-controls .control .thumb {
  padding: 3px;
}

#carousel-controls .active {
  padding-top: 8px;
  background: url(/images/setup/thumbs_arrow.png) no-repeat center top;
}

#carousel-controls .active .thumb {
  border: 3px solid #fff;
  padding: 0;
}

#carousel-controls #control4 {
  margin-right: 0;
}

.more-headlines-hdr {
  width: 295px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  background: url(/images/setup/master_sprite.png) no-repeat -5px -109px;
  -webkit-box-shadow: #333 0px 0px 5px;
  -moz-box-shadow: #333 0px 0px 5px;
  box-shadow: #333 0px 0px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/pie.htc);
}

#more-headlines {
  width: 255px;
  height: 521px;
  padding: 20px;
  overflow: hidden;
  font-family: helvetica;
  background: url(/images/setup/more_headlines_bg.png) repeat-x left top #0e2448;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  behavior: url(/pie.htc);
}

#more-headlines .date {
  display: block;
  color: #d3b31f;
  font-size: 10px;
  font-weight: bold;
}

#more-headlines a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

.video-hdr {
  width: 400px;
  height: 41px;
  display: block;
  position: relative;
  background: url(/images/setup/master_sprite.png) no-repeat -307px -157px;
  -webkit-box-shadow: #666 0px 0px 5px;
  -moz-box-shadow: #666 0px 0px 5px;
  box-shadow: #666 0px 0px 5px;
  behavior: url(/pie.htc);
}

.sport-video-hdr {
  width: 295px;
  height: 58px;
  display: block;
  position: relative;
  background: url(/images/setup/master_sprite.png) no-repeat -307px -205px;
  -webkit-box-shadow: #666 0px 0px 5px;
  -moz-box-shadow: #666 0px 0px 5px;
  box-shadow: #666 0px 0px 5px;
  behavior: url(/pie.htc);
}

#video-cont {
  margin-bottom: 5px;
}

.more-video {
  width: 398px;
  height: 37px;
  display: block;
  margin: 0 auto;
  background: url(/images/setup/secondary_sprite.jpg) no-repeat 0 -173px;
}

.more-video {
  width: 398px;
  height: 37px;
  display: block;
  margin: 0 auto;
  background: url(/images/setup/secondary_sprite.jpg) no-repeat 0px -173px;
}

.sport-more-video {
  width: 295px;
  height: 36px;
  display: block;
  margin: 0 auto;
  background: url(/images/setup/secondary_sprite.jpg) no-repeat -401px -173px;
}

.features-hdr {
  width: 295px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  background: url(/images/setup/master_sprite.png) no-repeat -5px -205px;
  -webkit-box-shadow: #333 0px 0px 5px;
  -moz-box-shadow: #333 0px 0px 5px;
  box-shadow: #333 0px 0px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/pie.htc);
}


#features {
  width: 255px;
  height: 260px;
  padding: 20px;
  overflow: hidden;
  font-family: helvetica;
  background: url(/images/setup/more_headlines_bg.png) repeat-x left top #0e2448;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  behavior: url(/pie.htc);
}

#features .date {
  display: block;
  color: #d3b31f;
  font-size: 10px;
  font-weight: bold;
}

#features a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}


/********** NAVIGATION **********/
#global-nav {
  width:  913px;
  padding: 0 20px 5px 127px;
  height: 40px;
  background: url(/images/setup/master_sprite.png) no-repeat 16px -3px  #c9c8c8;
}

#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: 65;
}

#global-nav .nav-link {
  display: block;
  height: 40px;
  text-indent: -9999px;
  background-image: url(/images/setup/master_sprite.png); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 .nav-link {
  width: 126px;
  background-position: -111px -3px;
}

#global-nav li.nav1 .nav-link:hover, #global-nav li.nav1 .nav-link.current {
  background-position: -111px -51px;
}

#global-nav li.nav2 .nav-link {
   width:  149px;
   background-position: -237px -3px;
}

#global-nav li.nav2 .nav-link:hover, #global-nav li.nav2 .nav-link.current {
  background-position: -237px -51px;
}

#global-nav li.nav3 .nav-link {
   width:  187px;
   background-position: -386px -3px;
}

#global-nav li.nav3 .nav-link:hover, #global-nav li.nav3 .nav-link.current {
  background-position: -386px -51px;
}

#global-nav li.nav4 .nav-link {
   width:  109px;
   background-position: -573px -3px;
}

#global-nav li.nav4 .nav-link:hover, #global-nav li.nav4 .nav-link.current {
  background-position: -573px -51px;
}

#global-nav li.nav5 .nav-link {
   width:  161px;
   background-position: -682px -3px;
}

#global-nav li.nav5 .nav-link:hover, #global-nav li.nav5 .nav-link.current {
  background-position: -682px -51px;
}

#global-nav li.nav6 .nav-link {
   width:  62px;
   background-position: -843px -3px;
}

#global-nav li.nav6 .nav-link:hover, #global-nav li.nav6 .nav-link.current {
  background-position: -843px -51px;
}

#global-nav li.nav7 .nav-link {
   width:  118px;
   background-position: -905px -3px;
}

#global-nav li.nav7 .nav-link:hover, #global-nav li.nav7 .nav-link.current {
  background-position: -905px -51px;
}

#global-nav .submenu-container {
  width: 215px;
  padding: 10px 0;
  visibility: hidden;
  background: #0e2347;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 36px;
  z-index: 55;
  border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  behavior: url(/pie.htc);
}

#global-nav .submenu-container .submenu {
  padding: 0px 5px;
  float: left;
}

#global-nav .submenu-container ul li a,
#global-nav .submenu-container ul li.menu-title span {
  padding: 0 10px;
  background: none;
  font-size: 11px;
  font-family: arial;
  color: #fff;
  font-weight: bold;
  line-height: 18px;
  text-decoration: none;
}

#global-nav .submenu-container ul li.menu-title {
  margin-bottom: 5px;
}

#global-nav .submenu-container ul li.menu-title span {
  color: #c7c8ca;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 14px;
}

#global-nav .submenu-container ul li a:hover {
  background: #e3e3e3;
  color: #000;
  font-weight: bold;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  behavior: url(/PIE.htc);
}

#social-buttons {
    height: 16px;
    overflow: hidden;
    position: absolute;
    right: 25px;
    top: 30px;
    width: 71px;
}
.social-button {
    background-image: url("/images/setup/master_sprite.png");
    background-repeat: no-repeat;
    float: left;
    height: 16px;
    margin-right: 1px;
    width: 16px;
}

#social-button1 {
    background-position: -745px -110px;
}

#social-button2 {
    background-position: -763px -110px;
}

#social-button3 {
    background-position: -781px -110px;
}

#social-button4 {
    background-position: -799px -110px;
}

#social-button1:hover {
    background-position: -745px -130px;
}

#social-button2:hover {
    background-position: -763px -130px;
}

#social-button3:hover {
    background-position: -781px -130px;
}

#social-button4:hover {
    background-position: -799px -130px;
}

#team-link-hdr {
  width: 400px;
  height: 45px;
  overflow: hidden;
  background-position: -4px 0;
  display: block;
}

#team-links {
  width: 360px;
  height: 256px;
  padding: 30px 20px;
  overflow: auto;
  margin-bottom: 5px;
  background: #0e2448;
}

#team-links ul,
#team-links ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

#team-links ul li img {
  padding-right: 10px;
}

#team-links ul li a {
  font-size: 12px;
  color: #fff;
  font-weight: bold;
  font-family: helvetica;
}

#team-links ul .sep {
  width: 278px;
  height: 1px;
  margin: 10px 0;
  background: #224a8e;
}

#navbar-secondary {
    background-position: -3px -5px;
    background-repeat: no-repeat;
    height: 65px;
    position: relative;
    width: 1020px;
}
#navbar-secondary #links-container {
    background: none repeat scroll 0 0 #936B00;
    bottom: 0;
    height: 25px;
    left: 0;
    line-height: 25px;
    margin: 0 auto;
    padding-left: 15px;
    position: absolute;
    width: 1005px;
}

#navbar-secondary #links-container a {
  color: #fff;
}

/**********CALENDAR***********/
.calendar-hdr {
  width: 400px;
  height: 41px;
  display: block;
  position: relative;
  background: url(/images/setup/master_sprite.png) no-repeat -307px -109px;
  -webkit-box-shadow: #666 0px 0px 5px;
  -moz-box-shadow: #666 0px 0px 5px;
  box-shadow: #666 0px 0px 5px;
  behavior: url(/pie.htc);
}

#calendar {
  width: 400px; 
  margin: 0 auto;
  margin-bottom: 5px;
}

#calendar #calendar-view {
  background: url(/images/setup/calendar_day_numbers_bg.png) repeat-x left bottom #5d5900;
}

#calendar td {
  line-height: 27px;
  height: 27px;
  font-weight: bold;
  color: #333;
  background: none;
}

#calendar .calendar-header  td {
  font-weight: bold;
  color: #fff;
  background: url(/images/setup/calendar_week_day_bg.png) repeat-x left top #795100;
}

#calendar .calendar-month td {
  font-size: 12px;
  line-height: 23px;
  height: 23px;
  border: transparent;
  background: url(/images/setup/calendar_month_bg.png) repeat-x left top #a0a0a0;
}

#calendar .calendar-month a {
  color: #fff;
  width: 21px;
  height: 16px;
  display: block;
  text-indent: -9999px;
  background-image: url(/images/setup/secondary_sprite.jpg);
  background-repeat: no-repeat;
}

#calendar .calendar-month #calendar-prev {
  background-position: -698px -175px;
  margin: 4px 0 0 17px;
}

#calendar .calendar-month #calendar-next {
  background-position: -721px -175px;
  margin: 4px 0 0 17px;
}

#calendar #calendar-now span {
  color: #fff;
}

#calendar .calendar-event a {
  background: none;
  color: #fff;
}

#calendar .no-calendar-event a {
  color: #333;
  background: none;
}

#calendar .inactive {
  color: #c09814;
  background: none;
}

#calendar .today a {
  color: #fff;
  background: #000;
}

#calendar .current a,
#calendar .calendar-event a:hover {
  background: #3b3700;
  color: #fff;
}


#calendar .event-schedule {
  height: 122px;
  text-align: left;
  overflow: auto;
  padding: 10px;
  background: url(/images/setup/calendar_info_bg.png) repeat-x left top;
  color: #fff;
}

/*************AOTW*************/
.aotw-hdr {
  width: 295px;
  height: 40px;
  display: block;
  margin-bottom: 10px;
  position: relative;
  background: url(/images/setup/master_sprite.png) no-repeat -5px -157px;
  -webkit-box-shadow: #333 0px 0px 5px;
  -moz-box-shadow: #333 0px 0px 5px;
  box-shadow: #333 0px 0px 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  behavior: url(/pie.htc);
}

#aotw-cont {
  width: 235px;
  height: 160px;
  padding: 20px 30px;
  overflow: hidden;
  margin-bottom: 10px;
  background: url(/images/setup/more_headlines_bg.png) repeat-x left top #0e2448;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  position: relative;
  behavior: url(/pie.htc);
}

.aotw {
  width: 115px;
  float: left;
  text-align: center;
}

.female {
  float: right;
}

.aotw .image a {
  width: 92px;
  height: 128px;
  display: block;
  margin: 0 auto 8px;
  border: 3px solid #fff;
}

.aotw .name {
  color: #fff;
  font-size: 12px;
  display: block;
  font-weight: bold;
}

.aotw .leadin {
  color: #d3b31f;
  font-size: 10px;
}

/********** BIOS**********/
.bio-container .head {
  padding: 20px;
  margin-bottom: 15px;
  color: #fff;
  background: #333;
  overflow: hidden;
  background: url() no-repeat right bottom #1B3E76 !important;
}


.bio-container .headshot {
  float: left;
  margin-right: 20px;
  border: solid 1px #fff;
  -moz-box-shadow: 0 0 10px #000;
}

.bio-container .name {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 5px;
  text-transform: none;
}

.bio-container .stats-tabs-content {
  width: 100%;
  overflow: visible;
}

.bio-container .stats-tabs-content .stats {
  width: 100%;
  background: #fff;
  overflow: hidden;
  position: relative;
  z-index: 9999;
}

.bio-container .stats-tabs-content .expand {
  position: absolute;
  right: 10px;
  top: 2px;
}

.roster-list,
.roster-title {
  background: #1B3E76 !important;
} 

#mainbody .bio-wrap .head {background:#1B3E76;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#CEAF18;padding:0}
#mainbody .bio-wrap .head a {color:#FFF;text-decoration:underline}

/********** ROSTERS **********/
table.roster{
  width: 100%;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #fff;
   background-color: #1B3A70;
    padding: 5px;
}

tr.roster-header td a{
    color: #FFFFFF;
}

tr.roster-header td a:hover {
    color: #1B3A70;
    text-decoration: underline;
}

tr.roster-row0 td {
    background-color: #c1c1c1;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row0 td a{
   color: #000;
}

tr.roster-row0 td a:hover {
    color: #1B3A70;
}

tr.roster-row1 td {
    background-color: #;
    font-size: 11px;
    padding: 2px;
}

tr.roster-row1 td a{
   color: #000;
}

tr.roster-row1 td a:hover {
    color: #1B3A70;
}

/********** SCHEDULE **********/
table.schedule {
  width: 100%;
  background-color: ;
}

.schedule-data {
  width: 500px;
  color: #000;
}

.schedule-data td {
  padding: 5px;
  color: #000;
}

tr.schedule-header td {
    color: #fff;
    background-color: #1B3E76;
    padding: 5px;
    text-transform: uppercase;
}

tr.schedule-row td {
  padding: 5px;
}


tr.schedule-row0 td {
  background-color: #e1e1e1;
  color: #000;
  padding: 5px;
}

tr.schedule-row1 td {
  padding: 5px;
}

.home-opp {
  text-transform: uppercase;
}


/* SITE SPECIFIC SHEDULE STYLES */
#mainbody .schedule-list th { background:#1B3E76; color:#FFF; font-weight: bold; font-size: 11px;}
#mainbody .schedule-list .even td { background: #e3e3e3; font-size: 11px;  padding: 2px;}
#mainbody .schedule-list .odd td { background: #; font-size: 11px;  padding: 2px;}




/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}

.stats-wrapper th {
background: #1b3d75; /* 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;
}



/********** SCHEDULE DAILY **********/

.scheduleDaily {
  width: 675px;
  margin: 0 auto;
}

.scheduleDaily td {
  padding: 2px;
}

.scheduleDaily .title {
  color: #1B3E76;
}

.scheduleDaily .date {
  background: #5c5c5c;
  color: #fff;
}

#mainbody table td font { color:#000 !important } 
.one-column font { color:#000 !important } 