a {
  color: #c41230;
  text-decoration: none;
}

a:hover {
  color: #700114;
  text-decoration: underline;
}

.bookmark {
  float: right;
  margin-bottom: 15px;
}

h1 {
  color: #000;
}

h2 {
  color: #c41230;
}

body {
  background: url(/images/setup/main_bg.jpg) repeat-x left top #000;
}

#shadow {
  background: url(/images/setup/shadow.png) repeat-y center top;
}

#wrapper {
  width: 845px;
  margin: 0 auto;
}

header {
  width: 845px;
  height: 245px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  background: url(/images/setup/master_sprite-new.png) no-repeat 0 0 #1e1e1e;
}

.header-link {
  width: 168px;
  height: 270px;
  overflow: hidden;
  position: absolute;
  z-index: 12;
  bottom: -60px;
  left: 339px;
  background: url(/images/setup/master_sprite-new.png) no-repeat -746px -336px;
  display: block;
}

.header-label {
  width: 161px;
  height: 57px;
  display: block;
  position: absolute;
  z-index: 14;
  left: -7px;
  top: 65px;
  background: url(/images/setup/master_sprite-new.png) no-repeat -2px -874px;
}

#body-container {
  width: 825px;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px;
  background: #1e1e1e;
}

#leftcol {
  width: 190px;
  padding: 5px;
  float: left;
  color: #fff;
  overflow: hidden;
}

#mainbody {
  width: 805px;
  padding: 10px;
  float: left;
  background: #fff;
  overflow: hidden;
}

.two-column #mainbody {
  width: 500px;
  padding: 0;
  float: left;
  background: none;
}

#rightcol {
  width: 315px;
  float: right;
  color: #fff;
  overflow: hidden;
}

footer {
  width: 813px;
  height: 128px;
  padding: 0 16px;
  margin: 0 auto;
  background: url(/images/setup/master_sprite-new.png) no-repeat -54px -932px;
  overflow: hidden;
}

.footer-text {
  padding: 10px 0 0 10px;
  text-align: left;
  color: #fff;
  float: left;
}

.footer-text .sidebar {
  display: none;
}

.prestosports {
  display: block;
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}

#footer-logos {
  width: 299px;
  overflow: hidden;
  padding: 0px 264px 1px 24px;
  float: right;
}

#footer-logos img {
  float: left;
}

.more-video {
  width: 315px;
  height: 22px;
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  background: url(/images/setup/master_sprite-new.png) no-repeat -505px -710px;
}

#social-buttons {
  width: 75px;
  height: 31px;
  padding: 6px 0 0 10px;
  float: right;
  overflow: hidden;
}

#social-buttons .social-button {
  width: 25px;
  height: 24px;
  overflow: hidden;
  margin-right: 10px;
  display: block;
  float: left;
  background-image: url(/images/setup/master_sprite-new.png);
  background-repeat: no-repeat;
}

#social-buttons #social-button1 {
  background-position: -753px -251px;
}

#social-buttons #social-button2 {
  background-position: -785px -251px;
}

#social-buttons #social-button1:hover {
  background-position: -753px -293px;
}

#social-buttons #social-button2:hover {
  background-position: -785px -293px;
}

/********** NAVIGATION **********/
#global-nav-cont {
  padding-top: 10px;
  background: #1e1e1e;
  width: 845px;
}

#global-nav {
  width: 745px;
  height: 37px;
  padding-left: 10px;
  float: left;
  position: relative;
  z-index: 50;
}

#global-nav ul, 
#global-nav li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#global-nav li.nav {
  float: left;
  margin-right: 5px;
}

#global-nav li.dropdown-li {

}

#global-nav li.nav a {
  display: block;
  height: 42px;
  background-image: url(/images/setup/master_sprite-new.png); 
  background-repeat: no-repeat;
}

#global-nav li.nav1 a {
  width: 86px;
  background-position: 0px -245px;
}

#global-nav li.nav1 a:hover, #global-nav li.nav1 a.current {
  background-position: 0px -287px;
}

#global-nav li.nav2 a {
   width:  166px;
   background-position: -91px -245px;
}

#global-nav li.nav2 a:hover, #global-nav li.nav2 a.current {
  background-position: -91px -287px;
}

#global-nav li.nav3 a {
   width:  105px;
   background-position: -262px -245px;
}

#global-nav li.nav3 a:hover, #global-nav li.nav3 a.current {
  background-position: -262px -287px;
}

#global-nav li.nav4 a {
   width:  193px;
   background-position: -373px -245px;
}

#global-nav li.nav4 a:hover, #global-nav li.nav4 a.current {
  background-position: -373px -287px;
}

#global-nav li.nav5 a {
   width:  168px;
   background-position: -570px -245px;
}

#global-nav li.nav5 a:hover, #global-nav li.nav5 a.current {
  background-position: -570px -287px;
}

#global-nav .submenu-container {
  visibility: hidden;
  width: 721px;
  height: 279px;
  padding-top: 10px;
  padding-left: 5px;
  border: 6px solid #3b3b3b;
  background: url(/images/setup/master_sprite-new.png) no-repeat 0 -329px;
  overflow: hidden;
  position: absolute;
  left: 10px;
  top: 37px;
  z-index: 52;
}

#global-nav .submenu-container .submenu {
  width: 200px;
  float: left;
}

#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: helvetica;
  font-size: 12px;
  color: #fff;
  line-height: 18px;
  text-decoration: none;
}

#global-nav .submenu-container ul li span {
  font-family: helvetica;
  text-transform: uppercase;
  position: relative;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 5px;
  left: 0px;
}

#global-nav .submenu-container ul li a:hover {
  background: #333;
}


#navbar-secondary {
  width: 825px;
  height: 85px;
  overflow: hidden;
  display: block;
  margin-bottom: 10px;
  background-position: -3px 0;
  background-repeat: no-repeat;
}

#navbar-secondary #links-container {
  float: left;
  padding-left: 15px;
  padding-top: 50px;
}

#navbar-secondary a {
  color: #fff;
  font-family: arial;
  font-size: 12px;
}

#lcol-buttons {
  width: 500px;
  overflow: hidden;
}

#lcol-buttons img {
  display: block;
  float: left;
}

.more-headline-hdr {
  width: 500px;
  height: 30px;
  overflow: hidden;
  display: block;
  background: url(/images/setup/master_sprite-new.png) no-repeat 0 -650px;
}

#more-headlines {
  background: #000;
  width: 480px;
  height: 178px;
  padding: 10px;
  margin-bottom: 10px;
  overflow: auto;
}

#more-headlines .date {
  color: #c41230;
  font-size: 12px;
  font-family: arial;
  display: block;
  margin-bottom: 5px;
}

#more-headlines .title {
  color: #b0b0b0;
  font-size: 13px; 
  font-weight: bold;
  display: block;
  margin-bottom: 10px; 
}

#more-headlines .image {
  width: 60px;
  height: 60px;
  display: block;
  float: right;
  margin: 0;
  border: 2px solid #c41230;
}

#more-headlines .leadin {
  color: #fff;
}

#more-headlines .more {
  font-size: 11px;
  font-weight: bold;
  color: #c41230;
  display: block;
}

#more-headlines .showless {
  color: #fff;
  text-align: center;
  width: 100px;
  margin: 0 auto 10px;
  font-weight: bold;
  display: block;
}

/***************AOTW****************/
.aotw-hdr {
  width: 315px;
  height: 30px;
  overflow: hidden;
  display: block;
  background: url(/images/setup/master_sprite-new.png) no-repeat -505px -732px;
}

#aotw {
  width: 295px;
  height: 211px;
  overflow: hidden;
  padding: 10px;
  font-family: arial;
  color: #fff;
  background: url(/images/setup/master_sprite-new.png) no-repeat -185px -681px;
}

#aotw .image {
  width: 120px;
  float: left;
  text-align: center;
  color: #fff;
}

#aotw .image a {
  font-weight: bold;
  font-size: 13px;
  color: #fff;
}

#aotw a {
  font-weight: bold;
  font-size: 11px;
  color: #fff;
}

#aotw .image span {
  font-weight: bold;
  font-size: 11px;
}

#aotw .image img {
  border: 3px solid #cac7c7;
}

#aotw #info {
  width: 140px;
  float: left;
  padding: 5px;
  font-size: 13px;
  color: #fff;
}


/***************TABS***************/
#tabs-rcol {
  width: 315px;
  overflow: hidden;
  margin-bottom: 10px;
}

#tabs-rcol .ui-tabs-nav {
  width: 315px;
  background: url(/images/setup/master_sprite-new.png) no-repeat;
  overflow: hidden;
}

#tabs-rcol #tabs-rcol-state1 { background-position: -505px -620px; }
#tabs-rcol #tabs-rcol-state2 { background-position: -505px -650px; }
#tabs-rcol #tabs-rcol-state3 { background-position: -505px -680px; }

#tabs-rcol .ui-tabs-nav li {
  float: left;
}

#tabs-rcol .ui-tabs-nav li a {
  display: block;
  height: 30px;
}

#tabs-rcol #tabs-rcol-anchor1 { width: 96px; }
#tabs-rcol #tabs-rcol-anchor2 { width: 97px; }
#tabs-rcol #tabs-rcol-anchor3 { width: 122px; }

#tabs-rcol .ui-tabs-panel {
  width: 315px;
  color: #fff;
  background: #000;
  overflow: hidden;
}

#tabs-rcol .ui-tabs-panel .container {
  overflow: hidden;
}

#tabs-rcol #tabs-rcol-content2 .container,
#tabs-rcol #tabs-rcol-content3 .container {
  height: 300px;
  overflow: auto;
  background: #4f0714;
}

#tabs-rcol #tabs-rcol-content3 .container { height:280px; padding:10px; }

#tabs-rcol .alternate {
  background: #230308;
}

.boxscore {
  padding: 10px !important;
}

.boxscore a {
  color: #c41230;
}

/**********CALENDAR***********/
#calendar {
  width: 315px !important; 
  border: #4e4e4e;
  margin: 0 auto;
}

#calendar td {
  line-height: 27px;
  height: 27px;
}

#calendar .calendar-header {
  background: #a4c2ff;
}

#calendar .links a {
  color: #ffffff;
}



#calendar .calendar-header  td {
  font-weight: bold;
  color: #fff !important;
  background: #333333 !important;
}

#calendar .calendar-month td {
  background: url(/images/setup/calendar_month_bg.png) repeat-x left top !important;
  font-size: 12px;
  border: none !important;
  line-height: 22px !important;
  height: 22px !important;
}

#calendar .calendar-month td a {
  background: none !important;
  color: #fff !important;
}

#calendar .links a{
  color: #d8d8d8 !important;
}

#calendar td {
  line-height: 27px;
  height: 27px;
  color: #333333 !important;
  background: #d8d8d8 !important;
}

#calendar .inactive {
  background: #666666 !important;
}

#calendar a:hover {
  background: #b60f1b !important;
  color: #fff !important;
}

#calendar .current a {
  background: #b60f1b !important;
  color: #fff !important;
  font-weight: bold;
}

#calendar a {
  background: #d8d8d8 !important;
  color: #D00000!important;
}

#calendar .event-schedule {
  width: 295px !important;
  height: 89px;
  text-align: left;
  overflow: auto;
  padding: 10px !important;
  margin: 0 auto;
  background: #000;
}

#calendar .event-schedule a {
  background: none !important;
}

/***************sponsors-slideshow***************/
 #left-slider-wrapper {
  width: 210px;
  height: 104px;
  padding: 12px 14px 0 14px;
  overflow: hidden;
  float: left;
  margin-right: 20px;
  position: relative;
  z-index: 900;
}

 #left-slider ul,   #left-slider li {
  margin:0;
  padding:0;
  list-style:none;
}

  #left-slider li { 
/* 
define width and height of list item (slide)
entire slider area will adjust according to the parameters provided here
*/ 
  width: 210px;
  height: 104px;
  overflow:hidden; 
}

  #left-slider li .image-set {

}

  #left-slider li .image-set img {
  float: left;
  margin-right: 10px;
  width: 100px;
  height: 93px;
}

 #left-slider-pp {
  display: none;
}

 #left-slider-prev,  #left-slider-next { 
  display:block;
  width: 10px;
  height:11px;
  position:absolute;
  left:0px;
  top:50px;
  z-index:1000;
}	

 #left-slider-next { 
  left: 228px;
}														

 #left-slider-prev a,  #left-slider-next a {  
  display:block;
  position:relative;
  width:10px;
  height:11px;
  background:url(/images/setup/master_sprite-new.png) no-repeat -825px -776px;	
}	

 #left-slider-next a { 
  background:url(/images/setup/master_sprite-new.png) no-repeat -851px -776px;	
}

/**************************************************************/
.footer-sponsors {
  width: 210px;
  height: 104px;
  padding: 12px 14px 0 14px;
  overflow: hidden;
  float: right;
}

.footer-sponsors .sponsor {
  float: left;
}

.footer-sponsors #sp1 {
  margin-right: 10px;
}

/********** ROSTERS **********/
table.roster {
  width: 805px;
  background-color: ;
}

tr.roster-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #c41230;
    padding: 5px;
}

tr.roster-header td a{
    color: #fff;    
    text-decoration: underline;
}

tr.roster-header td a:hover {
    text-decoration: none;
    color: #fff;
}

tr.roster-row a{
    text-decoration: underline;
    color: #8c2633;
}

tr.roster-row a:hover {
    text-decoration: underline;
    color: #000000;
}

tr.roster-row0 td {
    background-color: #d1d1d1;
    font-size: 11px;
    padding: 5px;
color: #000;
}
tr.roster-row1 td {
    background-color: #FFFFFF;
    font-size: 11px;
    padding: 5px;
color: #000;
}

/********* BIOS ***********/
.bio {
  padding: 10px;
  margin-bottom: 10px;
  color: #fff;
  background: url(/images/setup/bio_bg.jpg) no-repeat right bottom #c41230;
}

.bio a {
  color: #fff;
  text-decoration: underline;
}

.bio a:hover {
  color: #8c2633;
}

.bio-name {
  font-size: 18px;
  font-weight: bold;

}

.bio .headshot {
  float: left;
  margin-right: 10px;
}

.bio-data {
  width: 100%;
  overflow: hidden;
  padding: 3px;
}

.bio-data td, .bio-data th {
  text-align: left;
  padding: 3px;
}

#mainbody .bio-wrap .head {background:#1a1a1a;color:#FFF}
#mainbody .bio-wrap .head h2 {color:#FFF;font-family:verdana, geneva;white-space:nowrap;line-height:24px;text-transform:none;padding:0;text-shadow:1px 1px 5px #AA102A}
#mainbody .bio-wrap .head a {color:#FFF;text-decoration:underline}
#mainbody .bio-wrap .headshot {width:125px}
#mainbody .bio-wrap .biodata {padding:0 310px 0 140px}
#mainbody .bio-wrap .metadata {font-family:arial, helvetica}
#mainbody .bio-wrap .metadata .label {color:#CCC;min-width:0;padding-right:10px}



/********** SCHEDULE **********/
.upcoming .sep {
  width: 215px;
  height: 1px;
  display: block;
  margin: 0 auto;
  padding-bottom: 10px;
  background: url(/images/setup/master_sprite-new.png) no-repeat -200px -455px;
}

.upcoming a {
 color: #000;
  text-decoration: underline;
}

.upcoming a:hover {
  color: #000;
}

table.schedule {
  width: 805px;
width:100%;
  background-color: ;
}

.schedule-data {
  width: 500px;
color: #000;
}

.schedule-data td {
    padding: 5px;
color: #000;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #1E1E1E;
    padding: 5px;
}

tr.schedule-row td {
    background-color: #1E1E1E;
    font-size: 13px;
    padding: 5px;
    color: #000;
}


tr.schedule-row0 td {
    background-color: #e1e1e1;
    font-size: 12px;
    padding: 5px;
color: #000;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 12px;
    padding: 5px;
color: #000;
}

.home-opp {
  text-transform: uppercase;

}


/********* STATS ***********/
.stats-wrapper {
color: #000;
background: #FFF;
}
.stats-wrapper th {
background: #c41230; /* 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;
}

/********** 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");
	}


/********** SCHEDULE **********/
.boxscore {
  margin-bottom: 5px;
  border-bottom: solid 1px #676767;
}



.schedule-data {
  width: 500px;
color: #000;
}

.schedule-data td {
    padding: 5px;
color: #000;
}

tr.schedule-header td {
    font-weight: bold;
    color: #FFFFFF;
    background-color: #323232;
    padding: 5px;
}

tr.schedule-row td {
    background-color: #C0122F;
    font-size: 13px;
    padding: 5px;
    color: #fff;
}


tr.schedule-row0 td {
    background-color: #e1e1e1;
    font-size: 12px;
    padding: 5px;
color: #000;
}

tr.schedule-row1 td {
    background-color: #;
    font-size: 12px;
    padding: 5px;
color: #000;
}

.home-opp {
  text-transform: uppercase;

}

#view-mode { margin:0 0 10px 10px; color:#fff }

/********** CALENDAR LIST **********/

table.scheduleDaily {
  width: 100%;
color:#fff;
background:#363636
}

table.scheduleDaily a{color:#aaa}

tr.scheduleDaily-row0 td {
    background-color: #;
    padding: 2px;
}

tr.scheduleDaily-row1 td {
    background-color: #BF122E;
    padding: 2px;
}

.sport {
  color: #ffffff;
  font-weight: bold;
}

a.sport {
  color: #c41230;
}

.scheduleDaily-row0 a, .scheduleDaily-row1 a {
  color:#aaaaaa;
}

.scheduleDaily-row0 a:hover, .scheduleDaily-row1 a:hover {
  text-decoration: underline;
}

.scheduleDaily-row0 .date {
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}

.scheduleDaily-row1 .date {
  padding: 5px;
  text-transform: uppercase;
  font-weight: bold;
}












/* VIDEO GALLERY */
#video-headlines-gallery { padding: 30px  20px; background:#FFF; position: relative;}
#video-headlines-gallery .row {  margin-bottom:25px }
#video-headlines-gallery .col { width: 33.30%; float:left; overflow: hidden; position:relative; padding: 0 10px 40px; -moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box }
#video-headlines-gallery .col:first-child { margin-left:0 }
#video-headlines-gallery .date { display:block; padding:0 10px; font-size:15px; color: #FFF; height:30px; line-height:30px; background: #890716;}
#video-headlines-gallery .video { display:block; padding-top: 50%; overflow:hidden ; position: relative }
#video-headlines-gallery .video img { width:100%;  display: block; position: absolute; top: 0; left: 0; right: 0 }
#video-headlines-gallery .video .play-btn{ display:block; width:50px; height:50px; background:url(/images/setup/2014/play_btn.png) no-repeat 0 0; margin: -25px 0 0 -25px; position: absolute; left: 50%; top: 50%;}
#video-headlines-gallery .title { display:block; padding:5px 10px; height:30px; line-height:30px; text-transform:uppercase; color:#FFF; background:#0F3064; white-space:nowrap; overflow:hidden; position:absolute; text-overflow: ellipsis; left:10px; right:10px; bottom:0 }
#video-headlines-gallery .col:hover .title { text-decoration:none;  overflow:visible; white-space:normal; color:#ed1a2b ; height: auto }
#video-headlines-gallery-more { background:#FFF }
#video-headlines-gallery-more .load-more-btn { display:block; width: 230px; height:40px; line-height: 40px; float: right; background: #60050F; font-size: 19px; color: #FFF; text-align: center; text-decoration: none; text-transform: uppercase; font-family: 'exobold', helvetica; position:relative }
#video-headlines-gallery-more .load-more-btn:before { content:""; width:0; height:0; border-width:0 30px 40px; border-style:solid; border-color:#60050F transparent ; position:absolute; left:-30px; top:0 }
