﻿

/* headline scroller */
#home-features {
  height:400px;
  background:#000;
}
#home-features div.scrollable {
  width:658px;
  height:354px;
  margin:5px;
  position:relative;
  overflow:hidden;
}
#home-features div.scrollable ol {
  overflow:hidden;
  width:658px;
  position:absolute;
  z-index:1000;
  height:354px;
}
#home-features div.scrollable ol li {
  position:absolute;
  float:left;
  width:658px;
  height:354px;
}
#home-features div.scrollable img {
  top:0;
  left:0;
  position:absolute;
  width:658px;
  height:354px;
}
#home-features div.scrollable div.overlay {
  position:absolute;
  bottom:0;
  left:0;
  width:658px;
  height:103px;
  background:url(/App_Themes/09/images/headline-rotator/bg_headline-story.png) no-repeat;
  color:#FFF;
  border-bottom:3px solid #CCC;
}
div.overlay h2 {
  text-transform:uppercase;
  font-size:40px;
  padding:8px 0 0 20px;
  line-height:45px;
}
div.overlay h2 a {
    color:#FFF;
    text-decoration:none;
}
div.overlay h2 a:hover {
    color:Yellow;
    text-decoration:none;
}
div.overlay h3 {
  padding:4px 0 4px 20px;
}
div.overlay a.more {
  background:url(/App_Themes/09/images/headline-rotator/btn_read-more.gif) no-repeat;
  width:77px;
  height:9px;
  display:block;
  margin:7px 0 0 20px;
}
div.overlay a.more span {
  display:none;
}
div.overlay ul {
  float:right;
  width:200px;
  margin:15px 0 10px 5px;
  padding:5px 0 5px 5px;
  border-left:1px solid #666;
}
#home-features div.scrollable div.overlay ul li {
    position:relative;
  width:auto;
  height:auto;
  float:none;
}
#home-features div.scrollable div.overlay ul li a {
  color:#FFF;
  text-transform:uppercase;
  text-decoration:none;
  font-size:12px;
  line-height:22px;
}

#home-features div.scrollable div.overlay ul li a:hover {
  color:yellow;
}

#home-features div.scrollable div.overlay ul li a span {
  padding-right:5px;
  color:#666;
  vertical-align:top;
}

#headline-nav {
  width:646px;
  height:28px;
  margin:1px 10px;
  background:url(/App_Themes/09/images/headline-rotator/bg_subarticles.gif) no-repeat;
  background:#0A1629;
}
#headline-nav li {
  float:left;
  display:inline;
  width:150px;
  margin:0 5px 0 6px;
  height:28px;
}
#headline-nav li a {
  display:block;
  color:#FFF;
  margin:4px 0;
  line-height:20px;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}
#headline-nav li.active a,
#headline-nav li a:hover {
  background:url(/App_Themes/09/images/headline-rotator/bg_active-subarticle.png) no-repeat;
}

/*schedule */

#schedule {
  /*height:1px;
  visibility:hidden;*/
  margin-bottom:8px;
  background:url(/App_Themes/09/images/game-center/bg-game-center.gif) 0 22px no-repeat;
  overflow:hidden;
  position:relative;
  color:#FFF;
}
#schedule h3 {
  text-transform:uppercase;
  line-height:22px;
  background:url(/App_Themes/09/images/game-center/bg_schedule-header.gif) repeat-x;
  color:#000;
  text-align:center;
  font-weight:bold;
}

#schedule img#hs-loading {
  position:absolute; 
  top:27px;
  right:40px;
  display:block;
  width:32px;
  height:32px;
}

#schedule a.prevGame,
#schedule a.nextGame {
  position:absolute; 
  bottom:7px;
  display:block;
  width:27px;
  height:131px;
}
#schedule a.prevGame span,
#schedule a.nextGame span {
  display:none;
}

#schedule a.prevGame {
  left:5px;
  cursor:pointer;
  background:url(/App_Themes/09/images/game-center/btn-left-arrow.gif) -27px 0 no-repeat;
}
#schedule a.prevGame:hover {
  background-position:0 0;
}

#schedule a.nextGame {
  right:5px;
  cursor:pointer;
  background:url(/App_Themes/09/images/game-center/btn-right-arrow.gif) no-repeat;
}
#schedule a.nextGame:hover {
  background-position:-27px 0;

}
#schedule div.scrollable {
  position:relative;
  overflow:hidden;
  height:142px;
}
#schedule div.scrollable ul {
  overflow:hidden;
  width:20000em;
  position:absolute;
  height:142px;
}
#schedule div.scrollable ul li {
  float:left;
  width:1006px;
  height:142px;
  text-align:center;
  vertical-align:top;
}
#schedule div.scrollable ul li div {
  float:left;
}
div.game-details {
  width:330px;
  margin:0 15px;
  margin-top:3px;
  vertical-align:top;
}
div.game-details h2 {
  text-transform:uppercase;
  font-weight:bold;
}
div.game-details a {
  text-transform:uppercase;
  color:#5784A6;
  padding:0 8px;
  line-height:20px;
  font-size:10px;
}
div.game-details a.watch {
  background:url(/App_Themes/09/images/game-center/icon_watch-live.gif) no-repeat;
  padding-left:18px;
}
div.game-details a.listen {
  background:url(/App_Themes/09/images/game-center/icon_listen-live.gif) top right no-repeat;
  padding-right:18px;
}

#schedule div.home-team {
  margin-left:155px;
  _margin-left:80px;
}

#schedule div.home-team,
#schedule div.away-team {
  width:168px;
  margin-top:8px;
}
#schedule img.logo,
#schedule img.logo {
  background:url(/App_Themes/09/images/game-center/bg_opponents.png) no-repeat;
  padding:10px 39px;
  width:91px;
  height:75px;
}
#schedule table {
  width:100%;
  border-collapse:collapse;
}
#schedule table thead th,
#schedule table tbody th,
#schedule table tbody td {
  text-align:center;
  padding:2px 6px;
  color:#000;
  border-bottom:1px solid #FFF;
  border-left:2px solid #FFF;
}
#schedule table thead th:first-child,
#schedule table tbody th:first-child {
  border-left:none;
}
#schedule table thead th {
  font-weight:bold;
  background:#999;
  text-transform:uppercase;
  font-size:10px;
}
#schedule table tbody th {
  font-weight:bold;
  background:#CCC;
  text-transform:uppercase;
}
#schedule table tbody td {
  background:#CCC;

}
#schedule div.game-details a.buy-tickets {
  padding:0;
  display:inline-block;
  width:145px;
  height:20px;
  margin:4px 0;
  background:url(/App_Themes/09/images/game-center/btn-buy-tickets.gif) no-repeat;
}
#schedule div.game-details a.buy-tickets:hover {
  background-position:0 -20px;
}
#schedule div.game-details a.game-preview {
  padding:0;
  display:inline-block;
  width:179px;
  height:20px;
  margin:4px 0px;
  background:url(/App_Themes/09/images/game-center/btn_game-preview.gif) no-repeat;
}
#schedule div.game-details a.game-preview:hover {
  background-position:0 -20px;
}
#schedule div.game-details a.game-summary {
  padding:0;
  display:inline-block;
  width:179px;
  height:20px;
  margin:4px 0px;
  background:url(/App_Themes/09/images/game-center/btn_game-summary.gif) no-repeat;
}
#schedule div.game-details a.game-summary:hover {
  background-position:0 -20px;
}
#schedule div.game-details a.game-stats {
  padding:0;
  display:inline-block;
  width:179px;
  height:20px;
  margin:4px 0px;
  background:url(/App_Themes/09/images/game-center/btn-game-in-progress.gif) no-repeat;
}
#schedule div.game-details a.game-stats:hover {
  background-position:0 -20px;
}
#schedule div.game-details a.watch-b2 {
  padding:0;
  display:inline-block;
  width:145px;
  height:20px;
  margin:4px 0;
  background:url(/App_Themes/09/images/game-center/watch-b2.gif) no-repeat;
}
#schedule div.game-details a.watch-b2:hover {
  background-position:0 -20px;
}
#schedule div.game-details a.stats {
  padding:0;
  display:inline-block;
  width:110px;
  height:14px;
  margin:1px 0px;
  background:url(/App_Themes/09/images/btn_statistics.gif) no-repeat -2px -2px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#schedule div.game-details a:hover {
  text-decoration:none !important;
}
#schedule div.game-details a.stats:hover {
  background-position:-2px -20px;
}
#schedule div.game-details a.scores {
  padding:0;
  display:inline-block;
  width:110px;
  height:14px;
  margin:1px 0px;
  background:url(/App_Themes/09/images/btn_scoresheet.gif) no-repeat -2px -2px;
  -moz-border-radius:3px;
  -webkit-border-radius:3px;
}
#schedule div.game-details a.scores:hover {
  background-position:-2px -20px;
}
#schedule div.game-details a.buy-tickets span,
#schedule div.game-details a.game-stats span,
#schedule div.game-details a.game-preview span,
#schedule div.game-details a.game-summary span,
#schedule div.game-details a.watch-b2 span,
#schedule div.game-details a.stats span,
#schedule div.game-details a.scores span {
  display:none;
}

/* feeds */

#feed-tabs, #promo-b {
  height:288px;
  overflow:hidden;
  margin-bottom:2px;
  background:#0A1629;
}

#feed-tabs {
  padding:5px;
  height:278px;
}


#feed-tabs ul.ui-tabs-nav {
  position:relative;
}
#feed-tabs ul.ui-tabs-nav li {
  width:100px;
  background-color:#0A1629;
  color:#FFF;
  text-align:center;
  float:left;
  position:relative;
  top:1px;
}
#feed-tabs ul.ui-tabs-nav li a { 
  color:#FFF;
  text-decoration:none;
  display:block;
  padding:6px 0;
  text-transform:uppercase;
  font-size:14px;
}
#feed-tabs ul.ui-tabs-nav li.ui-state-active {
  background-color:#000;
  border:solid #999;
  width:98px;
  border-width:1px 1px 0 1px;
}

li.nhl {
  background-image:url(/App_Themes/09/images/feeds/bg_nhl-tab.png);
  background-repeat:no-repeat;
  background-position:5px 3px;
}

li.ahl {
  background-image:url(/App_Themes/09/images/feeds/bg_ahl-tab.png);
  background-repeat:no-repeat;
  background-position:5px 3px;
}

li.echl {
  background-image:url(/App_Themes/09/images/feeds/bg_echl-tab.png);
  background-repeat:no-repeat;
  background-position:5px 3px;
}

#feed-tabs div {
  clear:both;
  border:solid #999;
  border-width:1px 1px 1px 1px;
  padding:15px 0 7px;
  background:#000;
  height:220px;
}
#feed-tabs ul.feed li {
  white-space:nowrap;
  overflow:hidden;
  position:relative;
}

#feed-tabs ul.feed li.odd {
  background:#0A1629;
}
#feed-tabs ul.feed li a {
  display:block;
  padding-left:40px;
  font-size:12px;
  line-height:30px;
  color:#FFF;
  text-decoration:none;
}
#feed-tabs ul.feed ul li img.fade {
  position:absolute;
  right:0;
  top:0;
  width:30px;
  height:30px;
}

#promo-a, #promo-c {
  height:120px;
  background:#999;
  overflow:hidden;
}

#promo-a img, #promo-c img {
  height:120px;
  width:330px;
}

/* video */

#video {
  height:410px;
  background:#000;
  margin-bottom:8px;
}
#video-player {
  margin:0 3px;
  border:2px solid #FFF;
  width:320px;
  height:260px;
}
#video ul  {
  background:#FFF;
  padding:5px 0;
  margin:0 3px;
}
#video ul li {
  line-height:26px;
  white-space:nowrap;
  overflow:hidden;
  margin:0 2px;
}
#video ul li.odd {
  background:#EEE;
}
#video ul li img {
  width:32px;
  height:18px;
  float:left;
  margin:4px 10px;
}
#video ul li a {
  font-size:12px;
  color:#333;
}
#video a.more {
  width:141px;
  height:14px;
  float:right;
  margin:7px 3px;
  display:inline-block;
  background:url(/App_Themes/09/images/video/btn_more-videos.gif) no-repeat;
}
#video a.more span {
  display:none;
}

/* sponsors, qwest, promo */

#sponsors {
  background:#FFF;
  margin-bottom:8px;
  overflow:hidden;
  text-align:center;
}
#sponsors li {
  display:inline;
  margin:15px 10px;
}

#qwest-arena {
  clear:both;
  background:#0A1629 url(/App_Themes/09/images/bg_qa-events.gif) no-repeat top left;
  height:200px;
}
#qwest-arena a.event {
  float:left;
  margin:10px 5px 0;
  font-size:13px;
}
#qwest-arena a.qwest-link {
  display:block;
  float:right;
  width:88px;
  height:30px;
  margin:20px 5px 0;
  text-align:center;
  text-decoration:none;
  text-transform:uppercase;
}
#qwest-arena a.qwest-link img {
  margin-bottom:10px;
}
#qwest-arena a.qwest-link span {
  color:#006FC9;
}
#qwest-arena ul {
  clear:both;
  padding-top:5px;
  padding-bottom:5px;
}
#qwest-arena ul li {
  display:block;
  line-height:23px;
  _line-height:normal;
  color:#FFF;
  font-size:1em;
}
#qwest-arena ul li span.date {
  display:block;
  float:left;
  width:95px;
  padding:0 15px 0 7px;
  white-space:nowrap;
  overflow:hidden;
  vertical-align:middle;
  text-align:left;
}
#qwest-arena ul li a {
  display:block;
  width:140px;
  float:left;
  color:#FFF;
  text-decoration:none;
  white-space:nowrap;
  overflow:hidden;
  vertical-align:middle;
}
#qwest-arena a.buy-tickets {
  display:block;
  float:right;
  width:50px;
  height:11px;
  margin:5px 5px 0 0;
  background:url(/App_Themes/09/images/arena-events/btn-buy-tickets-sm.gif) no-repeat;
}
#qwest-arena a.buy-tickets:hover {
  background-position:0 -10px;
}
#qwest-arena a.buy-tickets span {
  display:none;
}

#promo-d {
  background:#0A1629;
  height:200px;
}

