/* generic classes for webblock mediaguide */

.mediaguide {
  margin: 0px 3px 20px 3px;
  padding: 0px 0px 0px 0px;
  width: 225px;
  position: relative;
  clear: both;
  }
.mediaguide .head {
  display: block;
  height: 10px;
  width: 225px;
  background-image: url('/components/images/mediaguide-bg-head.png');
  background-repeat: no-repeat;
  visibility: visible;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/components/images/mediaguide-bg-head.png');
  }
.mediaguide .bottom {
  position: relative;
  display: block;
  height: 16px;
  background-image: url('/components/images/mediaguide-bg-bottom.png');
  background-repeat: no-repeat;
  visibility: visible;
  _background: none;
  _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='/components/images/mediaguide-bg-bottom.png');
  }
.block.mediaguide .body {
  display: block;
  background-repeat: repeat-y;
  padding-top: 0px;
  padding-right: 20px;
  padding-bottom: 0px;
  padding-left: 18px;
  margin-bottom: 0px;
  max-height: 260px;
  overflow:hidden;
 }

#container3 .mediaguide {
  margin: 12px 0px 20px 10px;
  padding: 0px 0px 0px 0px;
  width: 225px;
  color: #023183;
  }
#container3 .mediaguide .body {
  background-image: url('/components/images/mediaguide-bg-body.png') !important;
  background-repeat: repeat-y;
  padding: 0px 0px 3px 12px;
  margin: 0px 0px 0px 0px;
  }
#container3 .mediaguide h1, #container3 .mediaguide h2 {
  color: #0044b3;
  }

.mediaguide table {
  margin-top: 0px;
  padding-top: 0px;
  width: 100% ;
  color: #04132d;
  }

.mediaguide tr td a {
  color: #04132d;
  }
.mediaguide tr td a:hover {
  color: #04132d;
  text-decoration: underline;
  }
.mediaguide tr th a {
  color: #8dade1;
  }
.mediaguide tr th a:hover {
  color: #f8f8f8;
  }

.mediaguide table {
   margin: 5px 0px 5px 0px;
   }
.mediaguide table td {
  padding: 6px 0px 0px 0px;
  }
.mediaguide tr.medium th {
  padding: 1px 6px 1px 6px;
  }
.mediaguide tr.medium a {
  padding-right: 12px;
  }

.mediaguide td.channel {
  vertical-align: top;
  padding: 6px 0px 6px 6px;
  }
.mediaguide td.starttime, .mediaguide td.guidetitle {
  vertical-align: top;
  padding: 8px 2px 6px 2px;

  } 



/* new styling with new divs*/


.mediaheader{
 height: 17px;
 width: 220px;
 background-image: url('/components/images/mediaguide-bar-bg.png');
 background-repeat: no-repeat;
 visibility: visible;
 }

.mediaheader .active {
 margin: 0px 10px 0px 5px;
 color: #fefefe;
 font-weight:bold;
 }

.mediaheader .notactive {
 padding: 5px;
 color: #f8f8f8;
 margin: 0px 10px 0px 5px;
 }

.mediaheader .current {
  color: #f1162a;
  }

#mediaguideschedule .odd{
 background-color: #d9e4f5;
 }

#mediaguidenoschedule{
 margin: 10px 10px 10px 10px;
 color: #001735;
 }

#mediaguideschedule{
 margin: 10px 10px 10px 0px;
 max-height: 150px;
 overflow:auto;
 }

#mediaguideschedulemore{
 margin: 0px 13px 10px 10px;
 font-size: 0.75em;
 background-image: url('/components/images/go.jpg');
 background-repeat: no-repeat;
 background-position: 0px 3px;
 padding: 0px 0px 0px 12px;
 float:left;
 font-weight: bold;
 width: 138px;
 }

#mediaguidenextprevious {
 margin: 0px 0px 10px 10px;
 }

#mediaguidenextprevious a {
 font-weight: bold;
 text-decoration: underline;
 font-weight:bold;
 padding: 0px 10px 0px 12px;
 float:left;
 }
