/* $Id: station_schedule.css,v 1.5 2007/08/10 17:13:22 drewish Exp $ */

#station-sch tbody {
  padding: 0;
  margin: 0;
}
#station-sch th {
  text-align: center;
}
#station-sch tr {
  padding: 0;
  margin: 0;
  border: 0;
}
#station-sch td {
  /* color: #dddddd;
 background-color: #333333; */
color:#000000;
background-color:#9FBCE6;
  padding: 0;
  margin: 0;
  width: 14%;
  vertical-align: top;
  text-align: center;
  /* border: 1px solid #666666; */
  border: 1px solid #9FBCE6;
  border-top: 0;
  border-right: 0;
}
#station-sch a:link {
color:#000000;
}
#station-sch a:hover {
color:#000000;
}
#station-sch a:active {
color:#000000;
}
#station-sch a:visited {
color:#000000;
}
#station-sch td#station-sch-hours {
  width: 2%;
}

.station-sch-box {
  overflow: hidden;
  margin: -1px -1px 0 0;
  border: 0;
  /* border: 1px solid #CCC; */
  border: 1px solid #CCCCFF;
  border-left: 0;
  border-bottom: 0;
}
/* hide the time element for most schedules */
.station-sch-time {
  display: none;
}
/* display it on admin pages */
.station-sch-admin .station-sch-time {
  font-size: x-small;
  display: block;
}
.station-sch-unscheduled {
}
.station-sch-scheduled {
  text-align: center;
}
/* turn inline links into blocks */
.station-sch-scheduled a, .station-sch-unscheduled a {
  display: block;
}
/* on hover force underlining (but not the DJ names) and colour the whole block */
.station-sch-scheduled a:hover, .station-sch-unscheduled a:hover { 
  /* background-color: #454; */
  background-color: #CCCCFF;
  text-decoration: none;
}
.station-sch-djs {
  font-size: xx-small;
  display: block;
}
.station-sch-now-hour, .station-sch-now-day {
}

.sticky-enabled
{
background-color:#333333;
}


tr.odd td {
  /* background: #222; */
  color:#000000;
  background:#CCCCFF;
  border-bottom: #CCCCFF solid 1px;
}

tr.even td {
  /* background: #333; */
  color:#000000;
  background: #9FBCE6;
  border-bottom: #9FBCE6 solid 1px;
}

tr.even a {
color:black;
}

tr.odd a {
color:black;
}

tr.odd td.active,
tr.even td.active {
  color: #ccc;
  background: #454;
/*  border-bottom: #333 solid 1px; */
border-bottom: #CCCCFF solid 1px;
  }