/* CSS Styles for What's On listings  */

div#content ul#weekMenu {
	margin: 0px 0.6em;
	padding: 0 0 0 100px;
	text-align: center;
	list-style: none;
	list-style-type: none;
	font-size: 1em;
	border: none;
	color: #FFFFFF;
}
div#content ul#weekMenu * {
	margin: 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.4em;
	border: none;
}
div#content ul#weekMenu li {
	display: block;
	float: left;
	position: relative;
	width: 180px;
	margin: 0px;
	text-align: center;
	background-repeat: no-repeat;
}
div#content ul#weekMenu li a {
	display: block;
	margin: 0;
	padding: 1em 0em 0.3em 0em;
	background-repeat: no-repeat;
	text-decoration: none;
	color: #3366CC;
}
div#content ul#weekMenu li a:hover {
	color: #0000CC;
}
div#content ul#weekMenu li.prev a {
	background-image: url(../whatson/images/weektab_prevnext.jpg);
	background-position: left top;
	background-repeat: no-repeat;
}
div#content ul#weekMenu li.this {
	padding: 1em 0em 0.3em 0em;
	background-color: #285100;
	background-image: url(../whatson/images/weektab_current.jpg);
	background-position: center top;
}
div#content ul#weekMenu li.next a {	
	background-image: url(../whatson/images/weektab_prevnext.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}



/* listings section */
div#listings {
	clear: both;
	margin: 0em 0.6em 1em 0.6em;
	padding: 0;
	border: 1px solid #285100;
	background-color: #EEFFDD;
}
div#listings * {
	margin: 0;
	padding: 0;
}
div#listings h3 {
	margin: 0 !important;
	padding: 0.5em 1em 0.4em 1em;
	font-size: 1em;
	line-height: 1.4em;
	font-weight: bold;
	background-color: #285100;
	color: #FFFFFF;
}
div#listings dl {
	margin: -1px 0 0 0;
	padding: 0;
	color: #000000;
}
div#listings dt {
	margin: 0;
	padding: 0.4em 0.5em 0 180px;
	color: #000000;
	font-weight: bold;
	border-top: 1px solid #285100;
}
div#listings dt.potw {
	background-image:url(../whatson/images/potw_star.gif);
	background-repeat: no-repeat;
	background-position: 155px 2px;
}
div#listings dd {
	margin: 0;
	padding: 0;
	overflow: hidden;
}
div#listings dd p.time {
	float: left;
	position: relative;
	width: 5.2em;
	margin: 7px 15px 0 10px;
	font-size: 0.95em;
	font-weight: bold;
	text-align: right;
}
div#listings dd p.channel {
	float: left;
	position: relative;
	margin: 0.3em 10px 0 15px;
}
div#listings dd p.channel img {
	width: 67px;
	height: 25px;
	border: none;
}
div#listings dd p.detail {
	margin-left: 180px;
	padding-right: 0.3em;
	font-size: 95%;
}
div#listings dd p.admin {
	margin-left: 180px;
	padding-right: 0.3em;
	font-size: 90%;
}
div#listings dd p.admin a, div#listings dd p.admin a:visited {
	color: #3366CC;
}




/* OLD table styles */
table.whatsonTable {
	margin: 0px;
	padding: 0px;
	width: 495px;
	border: none;
}
table.whatsonTable tr.header {
	font-size: 10px;
}
table.whatsonTable tr.header a {
	color: #FFFFFF !important;
}
table.whatsonTable td.cell_left {
	text-align: left;
}
table.whatsonTable td.cell_center {
	text-align: center;
}
table.whatsonTable td.cell_right {
	text-align: right;
}

/* date table styles */
table#whatson_dates {
	padding: 0px;
	margin: 8px 0px 20px;
}
table#whatson_dates td {
	padding: 4px 8px;
	/* width: 33%; */
}

/* shows table styles */
table#whatson_shows {
	padding: 0px;
	margin: 0px;
	border: 1px solid #285100;
	border-bottom: none;
}
table#whatson_shows tr.header td {
	font-size: 10px;
	font-weight: bold;
	background-color: #285100;
	color: #FFFFFF !important;
}
table#whatson_shows tr {
	background-color: #EEFFDD;
	font-size: 9px;
	color: #000000;
}
table#whatson_shows td {
	color: #000000;
	vertical-align: middle;
	padding: 8px;
	border-bottom: 1px solid #285100;
}
table#whatson_shows td.time {
	font-weight: bold;
	text-align: right;
}
table#whatson_shows td.icon {
	text-align: center;
}
table#whatson_shows img {
	margin: 0px 5px;
	padding: 0px;
	border: none;
}
table#whatson_shows td.text {
	text-align: left;
}

