/** GUIDE CSS **/

/** FORM ELEMENTS **/
#edit-pi-guide-week,
#edit-pi-guide-day {
	background: transparent url(../images/btn-schedule.png) no-repeat 0 0;
	height:40px;
	color: transparent;
	border-width: 0px;
	cursor: pointer;
	/*text-indent: -9999px;*/ /* IE7/8 fix */
    display:inline-block;
    font-size:0;
    line-height:0;
    color:transparent;
}

#edit-pi-guide-day {
	background-position: 0 0;
	width: 135px;
	border-radius: 0px 5px 5px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
}

#edit-pi-guide-week {
	background-position: 100% 0;
	width: 144px;
	border-radius: 5px 0px 0px 5px;
	-moz-border-radius: 5px 0px 0px 5px;
	-webkit-border-radius: 5px 0px 0px 5px;
}

#edit-pi-guide-day:hover,
#edit-pi-guide-day.active {background-position: 0 100%;}

#edit-pi-guide-week:hover,
#edit-pi-guide-week.active {background-position: 100% 100%;}

#pi-guide-form-page div div.schedule-page-view {margin-bottom: 20px;}

/** DATE CHANGE FORM STYLES **/
#pi-guide-form-page {
	text-align:center;
	margin-bottom: 10px;
}

#edit-pi-guide-change-date {
	position: absolute;
	left: -999px;
	top:0px;
	/* IE 7/8 XP */
    display:block;
    float:left;
    width:0px;
}


#edit-pi-guide-change-date-prev,
#edit-pi-guide-change-date-next {
	background-image: url(../images/btn-schedule-pagination.png);
	background-repeat: no-repeat;
	background-color: transparent;
	display:block;
	width: 136px;
	height:24px;
	border-width:0px;
	color:transparent;
	cursor: pointer;
	text-indent: -9999px; /* IE7/8 fix */

	display:inline-block;
	font-size:0;
	line-height:0;
}

#edit-pi-guide-change-date-prev {
	background-position: 0 0;
	float:left;
}

#edit-pi-guide-change-date-next {
	background-position: 100% 0;
	float:right;
}

#edit-pi-guide-change-date-prev:hover {background-position: 0 100%;}

#edit-pi-guide-change-date-next:hover {background-position: 100% 100%;}

#pi-guide-form-page DIV DIV {
	font-weight: bold;
	font-size: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}

IMG.ui-datepicker-trigger {
	display:block;
	height:16px;
	width:116px;
	background: transparent url(../images/btn-find-date.png) no-repeat 0 0;
	cursor: pointer;
	margin: 0px auto;
}

IMG.ui-datepicker-trigger:hover {background-position: 0 100%;}

.ui-widget {font-size:.8em;}

/** DAILY LAYOUT - DIVS **/
.schedule-layout {
	margin-bottom: 50px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #cfcfcf;
	-moz-box-shadow: 1px 1px 3px #999999;
	-webkit-box-shadow: 1px 1px 3px #999999;
	box-shadow: 1px 1px 3px #999999;
	background-color: #FFF;
	color: #333333;
	font-size: 12px;
}

#schedule-layout-header {
	font-weight: bold;
}

#schedule-layout-header,
.schedule-layout-row-alt {
	background-color: #eaeaea;
}

.schedule-layout-row {overflow:auto;}

.schedule-layout-time,
.schedule-layout-prog {
	padding: 10px 10px;
}

.schedule-layout-time {
	width: 136px;
	float:left;
	text-align:right;
}

.schedule-layout-prog {
	width:auto;
	margin-left:156px;
	padding-left: 10px;
	border-left: 1px solid #cfcfcf;
}

.onair .schedule-layout-prog {
	background-color: #666;
	color: #FFF;
}

.schedule-title {
	font-size: 16px;
	font-weight: bold;
}

/** WEEKLY LAYOUT - DIVS **/
#schedule-layout-week .week-float {
	float:left;
	width: 80px;
	border: 1px solid #000;
	text-align: center;
}

#schedule-layout-week .schedule-layout-header .week-float {
	text-align: center;
}

#schedule-layout-week .schedule-layout-week-time {
	width: 60px;
}


/** WEEKLY LAYOUT - TABLE **/
TABLE#schedule-table-week {
	border-collapse: collapse;
	font-size: 10px;
	border: 1px solid #cfcfcf;
	background-color: #FFF;
	color: #333333;
}


TABLE#schedule-table-week TR.header {
	background-color: #eaeaea;
	font-weight:bold;
}

TABLE#schedule-table-week TR.header TD {
	width: 150px;
	text-align: center;
	padding: 10px 0px;
	border: 1px solid #cfcfcf;
}

TABLE#schedule-table-week TR TD.schedule-table-week-time {
	width: 100px;
	text-align: center;
}

TABLE#schedule-table-week TR TD.schedule-table-week-time DIV {
	border-top: 1px solid #CFCFCF;
	padding: 5px 2px;
}

TABLE#schedule-table-week TR TD.schedule-table-week-day {
	width: 100px;
}

TABLE#schedule-table-week TR TD {
	border-left: 1px solid #cfcfcf;
	line-height: 14px;
	text-align: center;
}

TABLE#schedule-table-week TR TD.onair {
	background-color: #666;
	color: #FFF;
}

TABLE#schedule-table-week TR TD DIV.show {
	border-top: 1px solid #cfcfcf;
	font-weight:bold;
}

TABLE#schedule-table-week TR TD DIV.show,
TABLE#schedule-table-week TR TD DIV.host {
	padding: 5px 2px
}


/** NOCODE STYLES **/
/** NOW ON AIR FEED - added by Hiherson **/
#block-pi_guide-guide-now-playing {
	background-color: #FFF;
	padding: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #CCC;
	-moz-box-shadow: 0px 1px 4px #999;
	-webkit-box-shadow: 0px 1px 4px #999;
	box-shadow: 0px 1px 4px #999;
	margin-top: 15px;
}

#block-pi_guide-guide-now-playing TABLE {
	width: 100%;
}

#main-wrapper #block-pi_guide-guide-now-playing.block {padding-bottom: 12px;}


#block-pi_guide-guide-now-playing TABLE.gnc,
#block-pi_guide-guide-now-playing TABLE.gnc tbody { background:none; clear:both; line-height: normal; padding: 0; margin: 0; }

#block-pi_guide-guide-now-playing .gncTitle,
#block-pi_guide-guide-now-playing .gncProgramTime,
#block-pi_guide-guide-now-playing .gncProgramDesc,
#block-pi_guide-guide-now-playing .gncHostName { display: block; }

#block-pi_guide-guide-now-playing .gncProgramName,
#block-pi_guide-guide-now-playing a.gncProgramName { line-height: normal !important; margin: 0; padding: 0 !important; }

#block-pi_guide-guide-now-playing .gncListenNow,
#block-pi_guide-guide-now-playing a.gncListenNow { margin: 0; padding: 0; }


#block-pi_guide-guide-now-playing .on_air TD.gncTitle {
	font-size: 16px;
	color: #333;
	font-weight: bold;
	padding-bottom: 20px;
}

#block-pi_guide-guide-now-playing TD.gncProgramName {
	font-weight:bold;
}


#block-pi_guide-guide-now-playing .on_air TD.gncProgramName {
	padding-top: 20px!important;
	background: transparent url(../images/guide-widget-onair.png) no-repeat 0 0;
}


#block-pi_guide-guide-now-playing .gncProgramTime {
	font-size: 10px;
	color: #797979;
	padding-bottom: 3px!important;
}

#block-pi_guide-guide-now-playing .gncHostName,
#block-pi_guide-guide-now-playing .gncProgramDesc {
	font-size: 12px;
	color: #333;
	padding-bottom: 3px!important;
}

#block-pi_guide-guide-now-playing .up_next {
	margin-top: 10px;
	padding-top: 10px;
	border-top: 1px dotted #333;
}

#block-pi_guide-guide-now-playing .up_next TD.gncTitle {
	font-size: 10px;
	color: #666;
	text-transform: uppercase;
	font-weight:bold;
}

#block-pi_guide-guide-now-playing .up_next TD.gncProgramName {
	padding-top: 10px!important;
}

A.guide-widget-view-schedule {
	display: block;
	margin: 15px 5px 0px 0px;
	text-align:right;
	width: 100%;
	background: transparent url(../images/guide-widget-schedule-arrow.png) no-repeat 100% 2px;
	padding-right: 10px;
	font-size: 10px;
	font-weight: bold;
	line-height: 10px;
}

TABLE.gncSongList {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #797979;
}

TABLE.gncSong {
	margin: 4px 0px 4px 15px;
	padding: 0px;
}


#block-pi_guide-guide-now-playing TABLE.gncSong {
	width: 95%;
}

.gncSongTime {text-align:right;}


INPUT.stream-btn {
	font-size:14px;
	font-weight: bold;
	border: 1px solid #CCC;
	background: #FFF url(none) no-repeat 0 0;
	margin: 10px 10px 0px;
	padding: 5px 5px 3px 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	cursor: pointer;
}

/* Dropdown to select station  */
#main-wrapper .left-center-content .content-center-frame{
	position:relative;
}
.station-select{
	position:absolute;
	top:5px;
	right:0;
}
#change-station{
	display:block;
	height:28px;
	background:url(../images/change-station.png) no-repeat 0 -112px;
	width:214px;
}
#change-station:hover{
	background-position:0 -140px;
	cursor:pointer;
}
#change-station.radio{
	background-position:0 0;
}
#change-station.radio:hover{
	background-position:0 -28px;
}
#change-station.tv{
	background-position:0 -56px;
}
#change-station.tv:hover{
	background-position:0 -84px;
}
#page-wrapper .region-content ul.tv-radio,
ul.tv-radio {
	display:none;
	margin:0;
	padding:0;
	width:334px;
	border:1px solid #666;
	right:0;
	left:auto;
	top:auto;
	position:absolute;
	background:#fff;
	-moz-box-shadow:4px 4px 6px rgba(0,0,0,0.4);
	-webkit-box-shadow:4px 4px 6px rgba(0,0,0,0.4);
	box-shadow:4px 4px 6px rgba(0,0,0,0.4);
	font-family:Helvetica,Arial, sans-serif;
 z-index:1;
}
#page-wrapper .region-content ul.tv-radio.single,
ul.tv-radio.single {
	width:214px;
}
#page-wrapper .region-content ul.tv-radio ul,
ul.tv-radio ul {
	margin:0;
	padding:0;
	left:0;
	border-top:1px dotted #ccc;
	font-family:Helvetica,Arial, sans-serif;
}
ul.tv-radio li.tv,
ul.tv-radio li.radio{
	float:left;
	width:50%;
}

ul.tv-radio.single li.tv,
ul.tv-radio.single li.radio{
	float:left;
	width:100%;
}
ul.tv-radio li.active-stream{
	background-color:#ddd;
}
ul.tv-radio ul li:hover{
	background-color:#eee;
}
ul.tv-radio li.tv ul{ /* Only adding border to this UL. Height adjustment is handled by script when "change station" is clicked */
	border-right:1px solid #ddd;
}
ul.tv-radio li.tv.single ul{
	border-right:0;
}
#page-wrapper .region-content ul.tv-radio li,
ul.tv-radio li {
	font-size:15px;
	font-weight:bold;
	line-height:32px;
	text-indent:10px;
    list-style-type: none;
    margin:0;
}
#page-wrapper .region-content ul.tv-radio ul li,
ul.tv-radio ul li{
	padding:6px 5px 6px 10px;
	text-indent:0;
}
#page-wrapper .region-content ul.tv-radio li a,
ul.tv-radio li a {
	display:block;
	font-weight:bold;
	font-size:12px;
	line-height:16px;
	text-decoration:none;
}

/* "New" Composer playlist block  */
/* Hede Composer ID:" */
#program-card .field-name-field-composer-id{
  display:none;
}
#block-pi_playlist-playlist #songlist  ul,
#block-pi_playlist-playlist #songlist  ol{
  position:static;
  text-indent:0;
}
