#tvradioschedule .yui3-tabview-panel {
    border: 1px solid #CECECE;
    border-top: 0;
    position: relative;
    height: 319px;
}
#tvradioschedule .yui3-tabview-panel .city,
#tvradioschedule .yui3-tabview-panel .change {
    margin: 5px 0 0;
    font-size: 12px;
    line-height: 1.1;
    position: absolute;
    font-weight: normal;
    z-index: 150;
    top: -64px;
}
#tvradioschedule .yui3-tabview-panel .city {
    padding: 0 3px 0 0;
    border-right: 1px solid #191919;
    color: #666;
    right: 47px;
}
#tvradioschedule .yui3-tabview-panel .change {
    padding: 0 0 0 3px;
    right: 0;
    color: #115278;
}
#tvradioschedule .yui3-tabview-content .yui3-tabview-list {
    margin: 0;
    padding: 0 0 0 8px;
    border-bottom: 1px solid #CECECE;
}
#tvradioschedule .yui3-tabview-content .yui3-tabview-list .yui3-tab-label {
    margin: 0 4px -1px;
    padding: 7px 0 7px;
    border: 1px solid #CECECE;
    width: 85px;
    text-align: center;
    font-weight: bold;
    background: #ACACAC url(/i/o/tvradioschedule/img/disabled.png) 0 0 repeat-x;
}
#tvradioschedule .yui3-tabview-content .yui3-tabview-list .yui3-tab-selected a.yui3-tab-label:active,
#tvradioschedule .yui3-tabview-content .yui3-tabview-list .yui3-tab-selected a.yui3-tab-label:focus {
    outline: 0;
}
#tvradioschedule .yui3-tabview-content .yui3-tabview-list .yui3-tab-selected .yui3-tab-label {
    padding-bottom: 7px;
    color: #000;
    background: #FFF url(/i/o/tvradioschedule/img/active.png) 0 0 repeat-x;
    outline: 0;
    border-bottom: 1px solid #FFF;
}
#tvradioschedule .networkschedule table {
    width: 298px;
}
#tvradioschedule .networkschedule table.scroll {
    width: 282px;
    /*overflow-y: scroll;*/
}
#tvradioschedule .networkschedule table caption.screenreader {
}
#tvradioschedule .networkschedule table th.network {
    text-align: center;
    border-right: 0;
}
#tvradioschedule .networkschedule table td {
    padding: 4px;
}
#tvradioschedule .networkschedule table .currentshow td {
    line-height: 15px;
}
#tvradioschedule .networkschedule table td.sched-time{
    width: 50px;
    border-bottom: 1px solid #CECECE;
    border-right: 0;
    padding-right: 0;
    font-size: 11px;
}
#tvradioschedule .networkschedule table td.sched-time span {
    padding-top: 8px;
    padding-bottom: 5px;
    border-right: 1px solid #CECECE;
    width: 50px;
    height: 17px;
    display: block;
}
#tvradioschedule .networkschedule table td.sched-program {
    padding-right: 20px;
    padding-left: 10px;
    border-bottom: 1px solid #CECECE;
}
#tvradioschedule .listen-live {
    padding: 0 10px;
    border: 1px solid #EBC800;
    position: absolute;
    right: 8px;
    top: 8px;
    line-height: 28px;
    color: 115278;
    font-weight: bold;
    /* border radius */
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px; 
    border-radius: 5px; 
    -moz-background-clip: padding; -webkit-background-clip: padding-box; background-clip: padding-box;
    /* background gradient */
    background-color: #FCBF04;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#FCBF04), to(#FFDB0B)); 
    background-image: -webkit-linear-gradient(top, #FCBF04, #FFDB0B); 
    background-image: -moz-linear-gradient(top, #FCBF04, #FFDB0B); 
    background-image: -ms-linear-gradient(top, #FCBF04, #FFDB0B); 
    background-image: -o-linear-gradient(top, #FCBF04, #FFDB0B); 
    background-image: linear-gradient(top, #FCBF04, #FFDB0B);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#FCBF04', EndColorStr='#FFDB0B');
}
#tvradioschedule a.submit {
    margin: 0 5px;
    padding: 3px 5px 4px;
    background: #313131;
    background-image: -moz-linear-gradient(100% 100% 90deg,#010101,#313131);
    background-image: -ms-linear-gradient(100% 100% 90deg,#010101,#313131);
    background-image: -o-linear-gradient(100% 100% 90deg,#010101,#313131);
    background-image: -khtml-linear-gradient(100% 100% 90deg,#010101,#313131);
    background-image: -webkit-gradient(linear,0% 0,0% 100%,from(#010101),to(#313131));
    background-image: linear-gradient(100% 100% 90deg,#010101,#313131);
    color: #FFF;
    border: 1px solid #848484;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
    font-family: arial,sans-serif;
    font-size: 11px;
    line-height: 1.2;
    position: absolute;
    top: 12px;
    right: 38px;
}
#tvradioschedule #radio-schedule a.submit {
    right: 103px;
}
#tvradioschedule .currentshow {
    background-color: #ECECEC;
}
#tvradioschedule .currentshow .live {
    margin: 0 5px 0 0;
    padding: 2px 10px;
    font-weight: bold;
    text-transform: uppercase;
    background-color: #F7CC31;
    color: #000;
    display: inline;
    float: left;
    line-height: 100%;
    font-size: 11px;
}
#tvradioschedule .tvradiocontent {
    height: 394px;
    overflow: hidden;
}
#tvradioschedule .tvradiocontent.yui3-tabview-content {
    height: auto;
}
#tvradioschedule .networkschedule {
    border-top: 1px solid #CECECE;
    height: 273px;
    overflow: auto;
    position: relative;
	width:299px;
}
#tvradioschedule .networkschedule p {
    margin: 10px 0 10px 9px;
}
#tvradioschedule .chooseregion  {
    margin: 10px 6px;
}
#tvradioschedule .chooseregion a.change {
    position: static;
}
#tvradioschedule .networkschedule .loader {
    padding: 0;
    background: none;
    position: absolute;
    left: 130px;
    top: 97px;
    height: auto;
}
#tvradioschedule .choose-network {
    margin: 0;
    padding: 8px;
    height: 30px;
    overflow: hidden;
    line-height: 2.5;
    position: relative;
}
#tvradioschedule .choose-network label {
    font-size: 11px;
}
#tvradioschedule .choose-network select {
    margin: 0 5px;
    width: 80px;
}
#tvradioschedule .choose-network select.tv-select {
    width: 145px;
}
