div#program_content {
    margin-top: 5px;
}
table#switchpast td a {
    display: inline;
    text-decoration: none;
}

table#switchpast td.links {
    width: 275px;
}
table#switchpast td.links a {
    float: left;
    width: 80px;
}
table#switchpast td.links a.disabled {
    visibility: hidden;
}

div.other_stations p.left, div.other_stations p.right {
    margin-top: 3px;
}
div.other_stations p.left a, div.other_stations p.right a {
    color: #888888;
    line-height: 1.4;
}
div.other_stations p.left {
    float: left;
    background: url("/img/global/icons/arrow/arrow_greyonblack_down_19px.png") no-repeat scroll right 0 transparent;
    padding-right: 25px!important;
    cursor: pointer;
}
div.other_stations p.left.opened {
    background: url("/img/global/icons/arrow/arrow_greyonblack_up_19px.png") no-repeat scroll right 0 transparent;
}

div.other_stations p.right {
    float: right;
}
div.other_stations div {
    display: none;
}

table#switchpast td.calendar span {
    float: right;
}
table#switchpast td.calendar #calendar {
    margin-right: 5px;
}

table.listing td.station {
    width: 60px;
/*    vertical-align: middle;*/
}
table.listing td.show {
    width: auto;
}
table.listing td.actions {
    width: 116px;
}
table.listing td.actions img {
    float: left;
    margin-right: 5px;
}

p.change_stations {
    margin: 5px 0 10px 0;
}

/* --- playable (black) listings --- */
table.listing tr.playable {
    background-color: #000000;
}
table.listing tr.playable td {
    border-bottom: 1px solid #444444;
    color: #888888;
}
table.listing tr.playable td a, table.listing tr.playable td p {
    color: #888888;
}

/* --- cluetip-image für listings --- */
.cluetip-listing_image {
    background-color: #BFC0C4;
}
.cluetip-listing_image #cluetip-outer {
  position: relative;
  margin: 0;
  background-color: #BFC0C4;
}
.cluetip-listing_image h3#cluetip-title {
  margin: 0 0 5px;
  padding: 8px 10px 4px;
  font-size: 1.1em;
  font-weight: normal;
  background-color: #EBEBEB;
  color: #646464;
}
.cluetip-listing_image #cluetip-title a {
  color: #d9d9c2;
  font-size: 0.95em;
}
.cluetip-listing_image #cluetip-inner {
  padding: 10px;
}
.cluetip-listing_image div#cluetip-close {
  text-align: right;
  margin: 0 5px 5px;
  color: #900;
}

/* --- user-charts titel --- */
h1.usercharts_title {
    width: 458px;
    border-top: 1px solid #C8C8C8;
    /*float: left;*/
    margin: 0;
    padding: 10px 5px 0 5px;
}

/* --- genre-auswahl --- */
div.category_container {
    padding: 0 5px 0 5px;
}
div.category_col {
    width: 106px;
    margin: 0 10px 0 0;
    float: left;
}
div.category_col_last {
    margin-right: 0;
}
div.category_col dl {
    padding-bottom: 9px;
    margin-bottom: 5px;
    border-bottom: 1px solid #C8C8C8;
}
div.category_col dl dt {
    font-weight: bold;
}
div.category_col dl dt, div.category_col dl dd {
    padding: 3px 0 0 0;
}
div.category_col dl dt a, div.category_col dl dd a {
    display: block;
}
div.category_col dl dd a {
    color: #646464;
}
