/* Lefthand navigation */
ul#leftsidebar_shortcuts a,  
ul#righthand_shortcuts a { 
	font-family: Verdana;
	font-size: 10px;
}
ul#leftsidebar_shortcuts,  
ul#righthand_shortcuts { 
	list-style: none;
	text-align: right;
	font-size: 10px;
	color: #333;
}
ul#leftsidebar_shortcuts li,  
ul#righthand_shortcuts li { 
	padding: 0 2px 6px 0;
}

/* Show pages */
div.showlayout {
	width: 660px; 
	border:solid 0px red;
}
div.showInfoPanel {
	font-size: 11px;
	width:500px; 
	float:left;
}
div.showInfoPanel h1 {
	font-size: 32px;
	color: #333;
	}
div#ListenNow {
	border:solid 0px orange;
}
div#ListenNow  span {
	}

/*	
a.on {
	color: #fff;
	background-color: #999;
}
a.on:hover {
	color: #fff !important;
	background-color: #999 !important;
	cursor: default;
}
	
div#nav_year a:hover, div#nav_month a:hover, div#nav_chart a:hover {
	color: #fff;
	background-color: #feac31;
}
div#nav_year a, div#nav_month a, div#nav_chart a {
	padding: 3px 6px 3px 6px;
	border-left: 1px solid #999;
}
div#nav_chart a {
	font-size: 12px;
}
div#nav_year, div#nav_month, div#nav_chart {
	text-align: center;
	border-top: 1px solid #999;
	padding: 3px;
}
div#nav_month {
	border-bottom: 1px solid #999;
}
div#nav_year {
	background-color: #eee;
}
*/
table.navtable {
	padding: 0;
	margin-bottom: 6px;
	background: transparent url('/content/images/structure/ltgray_strp-16x5.gif') repeat-x top left;
}
table.navtable td a:hover, 
table.navtable td.on a {
	color: #fff;
	background-color: #feac31;
}
table.navtable td a {
	padding: 4px 4px 2px 4px;
	background-color: #fff;
}
table.navtable td {
	background-color: #fff;
	text-align: center;
}
table.navtable td.label {
	width: 42px;
	height: 22px;
	background-color: #fff !important;
	text-align: left;
	padding-left: 4px;
}
table.xslchart th {
	font-size: 11px;
	text-align: left;
	padding: 2px;
	background: transparent url('/content/images/structure/ltgray_strp-16x5.gif') repeat top left;
}
table.xslchart td {
	padding: 3px 0 3px 0;
}
table.xslchart tr.od {
	background-color: #eee;
}
table.xslchart td.programtime {
	text-align: right;
	padding-right: 2px;
	font-weight: bold;
}
span.chartdateheader {
	font-size: 12px;
	font-weight: bold;
}
span.charttitle {
	display: block;
	font-size: 18px;
	font-weight: bold;
}
