/* line 1, ../sass/oldgrid.scss */
#ckut-oldgrid, #station-sch {
  font: 11px/12px Helvetica, Arial, sans-serif;
  border-left: 1px solid #999;
  border-right: 1px solid #999;
  /*width: 955px;*/
}
/* line 6, ../sass/oldgrid.scss */
#ckut-oldgrid thead, #ckut-oldgrid tfoot, #station-sch thead, #station-sch tfoot {
  background-color: #666;
  font-size: 13px;
  line-height: 22px;
  color: #fff;
}
/* line 12, ../sass/oldgrid.scss */
#ckut-oldgrid td, #station-sch td {
  padding: 2px 0 0 2px;
  border: none;
}
/* line 16, ../sass/oldgrid.scss */
#ckut-oldgrid tr.odd, #ckut-oldgrid tr.even, #station-sch tr.odd, #station-sch tr.even {
  background-color: transparent;
}
/* line 19, ../sass/oldgrid.scss */
#ckut-oldgrid tbody .station-sch-box, #station-sch tbody .station-sch-box {
  border-top: 1px dashed #999;
  border-left: 1px dashed #999;
  border-right: none;
}
/* line 23, ../sass/oldgrid.scss */
#ckut-oldgrid tbody .station-sch-box a, #station-sch tbody .station-sch-box a {
  color: #000;
  text-decoration: none;
}
/* line 28, ../sass/oldgrid.scss */
#ckut-oldgrid tbody:first-child td, #station-sch tbody:first-child td {
  border-top: 0;
}
/* line 31, ../sass/oldgrid.scss */
#ckut-oldgrid .rock, #station-sch .rock {
  background-color: #60798e;
}
/* line 34, ../sass/oldgrid.scss */
#ckut-oldgrid .reggae, #station-sch .reggae {
  background-color: #71ad75;
}
/* line 37, ../sass/oldgrid.scss */
#ckut-oldgrid .world, #station-sch .world {
  background-color: #746997;
}
/* line 40, ../sass/oldgrid.scss */
#ckut-oldgrid .current, #station-sch .current {
  background-color: #DC9290;
}
/* line 43, ../sass/oldgrid.scss */
#ckut-oldgrid .culture, #station-sch .culture {
  background-color: #c6d48a;
}
/* line 46, ../sass/oldgrid.scss */
#ckut-oldgrid .folk, #station-sch .folk {
  background-color: #dccf90;
}
/* line 49, ../sass/oldgrid.scss */
#ckut-oldgrid .electronica, #station-sch .electronica {
  background-color: #926090;
}
/* line 52, ../sass/oldgrid.scss */
#ckut-oldgrid .women, #station-sch .women {
  background-color: #6ccdd3;
}
/* line 55, ../sass/oldgrid.scss */
#ckut-oldgrid .sw, #station-sch .sw {
  background-color: #fff;
}
/* line 58, ../sass/oldgrid.scss */
#ckut-oldgrid .hour, #ckut-oldgrid .station-sch-hour, #station-sch .hour, #station-sch .station-sch-hour {
  background-color: #ccc;
  color: #666;
  font-weight: bold;
  height: 40px;
}
/* line 65, ../sass/oldgrid.scss */
#ckut-oldgrid .show, #station-sch .show {
  width: 110px;
}
/* line 68, ../sass/oldgrid.scss */
#ckut-oldgrid .play-icon, #station-sch .play-icon {
  width: 12px;
  height: 10px;
  border: 0;
}
/* line 73, ../sass/oldgrid.scss */
#ckut-oldgrid thead td, #ckut-oldgrid tfoot td, #station-sch thead td, #station-sch tfoot td {
  width: 110px;
}
/* line 76, ../sass/oldgrid.scss */
#ckut-oldgrid thead:first-child, #ckut-oldgrid tfoot:first-child, #station-sch thead:first-child, #station-sch tfoot:first-child {
  width: 29px;
}
/* line 80, ../sass/oldgrid.scss */
#ckut-oldgrid .rowspan-1, #station-sch .rowspan-1 {
  width: 40px;
}
/* line 80, ../sass/oldgrid.scss */
#ckut-oldgrid .rowspan-2, #station-sch .rowspan-2 {
  width: 80px;
}
/* line 80, ../sass/oldgrid.scss */
#ckut-oldgrid .rowspan-3, #station-sch .rowspan-3 {
  width: 120px;
}
/* line 80, ../sass/oldgrid.scss */
#ckut-oldgrid .rowspan-4, #station-sch .rowspan-4 {
  width: 160px;
}
/* line 80, ../sass/oldgrid.scss */
#ckut-oldgrid .rowspan-5, #station-sch .rowspan-5 {
  width: 200px;
}
/* line 80, ../sass/oldgrid.scss */
#ckut-oldgrid .rowspan-6, #station-sch .rowspan-6 {
  width: 240px;
}

/* line 86, ../sass/oldgrid.scss */
.view-station-schedule-day,
.view-scheduled-program-dropdown {
  margin: 0 0 20px 0;
}

/* line 91, ../sass/oldgrid.scss */
.node-type-station-schedule #main .genre-dropdown {
  margin: 20px 0;
}

/* line 94, ../sass/oldgrid.scss */
label {
  font-family: Helvetica;
}

/* line 97, ../sass/oldgrid.scss */
.sticky-header thead {
  background: #666 none repeat scroll 0 0;
  color: #fff;
  font-family: Helvetica,sans-serif;
  font-size: 0.9em;
}

/** menu for schedule colors **/
/* line 107, ../sass/oldgrid.scss */
ul.show-list-color li {
  display: inline-block;
  margin: 0.5em 0.3em;
  color: #000;
  list-style: outside none none;
}
/* line 113, ../sass/oldgrid.scss */
ul.show-list-color .dot {
  border-radius: 5px;
  float: left;
  height: 16px;
  margin: 0 3px;
  width: 16px;
}
/* line 120, ../sass/oldgrid.scss */
ul.show-list-color .rock {
  background-color: #60798e;
}
/* line 123, ../sass/oldgrid.scss */
ul.show-list-color .reggae {
  background-color: #71ad75;
}
/* line 126, ../sass/oldgrid.scss */
ul.show-list-color .world {
  background-color: #746997;
}
/* line 129, ../sass/oldgrid.scss */
ul.show-list-color .current {
  background-color: #DC9290;
}
/* line 132, ../sass/oldgrid.scss */
ul.show-list-color .culture {
  background-color: #c6d48a;
}
/* line 135, ../sass/oldgrid.scss */
ul.show-list-color .folk {
  background-color: #dccf90;
}
/* line 138, ../sass/oldgrid.scss */
ul.show-list-color .electronica {
  background-color: #926090;
}
/* line 141, ../sass/oldgrid.scss */
ul.show-list-color .women {
  background-color: #6ccdd3;
}
