.listings-grid {
	margin: 0 13px 0 8px;
	width: 826px;
	padding:0;
}


/* NAV Elements */
.listings-grid .region {
	margin:10px 0 10px 0;
	background-color:#eee;
	border:0;
}

.listings-grid .date-navigation {
	margin-left:105px;
}


/* MAIN GRID Content */
.grid_content {
	padding:0;
	margin:0;
	border-radius:10px;
	margin-top:1em;
}
.grid_content.home-page {
	clear:both;
}

.grid_cells {
	position:relative;
/*	overflow:hidden; */
	margin:0;
	border: 1px solid #87865d;
	padding:1px 0 0 0;
	background-color:#dce2e7;
	border-radius:10px;
}
.grid_cells.home-page {
	border-radius:5px;
}
.grid_row_advert {
	position:relative;
	vertical-align:middle;
	text-align:center;
	overflow:hidden;
	padding:0;
	padding-top:2px;
	margin:0;
	margin-top:20px;
	height:92px;
	min-height:92px;
	background-color:#fff;
	top:0;
}
.grid_row {
	position:relative;
	vertical-align:middle;
	overflow:hidden;
	padding:0;
	margin:0 0 0 0;
	height:70px;
	min-height:70px;
	background-color:#dce2e7;
	border-bottom:2px solid #eee;
	top:0;
}
.grid_row .logo {
	position:relative;
	display:inline;
	vertical-align:middle;
	width:97px;
	height:70px;
	min-height:70px;
	top:0;
	left:0;
	margin:0;
	padding:0;
	background-color:#dce2e7;
}
.grid_row .logo IMG {
	border-radius:5px;
	margin-top:16.5px;
	margin-left:10px;
	width:77px;
	height:37px;
}
.grid_row.first {
	margin-top:10px;
}

.grid_row .progs {
	position:relative;
	display:inline;
	vertical-align:middle;
	overflow:hidden;
	white-space: nowrap;
	top:0;
	left:0;
	padding:0;
	margin:0;
	height:70px;
	min-height:70px;
}
.grid_row DIV {
	position:absolute;
	vertical-align:middle;
	display:inline;
	overflow:hidden;
	text-overflow:ellipsis;
	height:70px;
/*	white-space: normal; */
	white-space: nowrap;
	background-color:#dce2e7;
	color:#000;
	padding-top:12px;
	padding-left:4px;
	margin-left:1px;
	font-size:0.85em;
}

.grid_row.home-page {
	height:31px;
	min-height:31px;
}
.grid_row.home-page.first {
	margin-top:0;
}

.grid_row.home-page .logo {
	width:48px;
	height:31px;
	min-height:31px;
}
.grid_row.home-page .logo IMG {
	border-radius:2px;
	margin-top:7.5px;
	margin-left:5px;
	width:38px;
	height:18px;
}

.grid_row DIV {
	padding-top:8px;
}

.grid_row .prog-cell {
	border-left:2px solid #efefe8;
	background-image: url(/i/guide/cell-bg-lgtblue.png);
}
.grid_row .prog-cell.Film {
	background-image: url(/i/guide/cell-bg-blue.png);
}
.grid_row .prog-cell.Sport {
	background-image: url(/i/guide/cell-bg-grn.png);
}
.grid_row .prog-cell.Drama {
	background-image: url(/i/guide/cell-bg-pink.png);
}
.grid_row .prog-cell.Documentary {
	background-image: url(/i/guide/cell-bg-org.png);
}
.grid_row .prog-cell.ScienceDocumentary {
	background-image: url(/i/guide/cell-bg-org.png);
}
.grid_row .prog-cell.HistoryDocumentary {
	background-image: url(/i/guide/cell-bg-org.png);
}


.grid_row .prog-cell:hover {
	background-color:#bebebe;
}
.grid_row .prog-cell:hover A {
	color: #5a93c8;
	text-decoration:underline;
}
.grid_row .prog-cell:hover {
	border-left:2px solid #efefe8;
	background-image: url(/i/guide/cell-hover-bg-lgtblue.png);
}
.grid_row .prog-cell.Film:hover {
	background-image: url(/i/guide/cell-hover-bg-blue.png);
}
.grid_row .prog-cell.Sport:hover {
	background-image: url(/i/guide/cell-hover-bg-grn.png);
}
.grid_row .prog-cell.Drama:hover {
	background-image: url(/i/guide/cell-hover-bg-pink.png);
}
.grid_row .prog-cell.Documentary:hover {
	background-image: url(/i/guide/cell-hover-bg-org.png);
}
.grid_row .prog-cell.ScienceDocumentary:hover {
	background-image: url(/i/guide/cell-hover-bg-org.png);
}
.grid_row .prog-cell.HistoryDocumentary:hover {
	background-image: url(/i/guide/cell-hover-bg-org.png);
}


.main-content a:visited, .main-content a:link {
	color: #5a93c8;
}

/*
.grid_row .prog-cell-dislike {
	background-color:#e8e8e8;
	font-weight:bold;
	border-left:2px solid #efefe8;
	background-image: url(/i/guide/cell-hover-bg-lgtblue.png);
}
.grid_row .prog-cell-dislike.Film {
	background-image: url(/i/guide/cell-hover-bg-blue.png);
}
.grid_row .prog-cell-dislike.Sport {
	background-image: url(/i/guide/cell-hover-bg-grn.png);
}
.grid_row .prog-cell-dislike.Drama {
	background-image: url(/i/guide/cell-hover-bg-pink.png);
}
.grid_row .prog-cell-dislike.Documentary {
	background-image: url(/i/guide/cell-hover-bg-org.png);
}
.grid_row .prog-cell-hidden {
	background-color:#e8e8e8;
	color: #e8e8e8;
	border-left:2px solid #efefe8;
}
.grid_row .prog-cell-hidden:hover {
	background-color:#bebebe;
}
.grid_row .prog-cell-hidden A {
	display:none;
	color: #e8e8e8;
}


*/
.grid_row .prog-cell-dislike A {
	color: #a3a3a3;
	text-decoration:none;
}
.grid_row .prog-cell-dislike:hover {
	color: #5a93c8;
	text-decoration:underline;
}

.grid_row .prog-cell A {
	font-weight:bold;
	color: #0e4a7c;
	text-decoration:none;
}
.grid_row .prog-cell-nodata {
	background-color:#e8e8e8;
	color: gray;
	border-left:2px solid #efefe8;
}
.grid_row .prog-cell-nodata:hover {
	background-color:#bebebe;
}
.grid_row .prog-cell-nodata A {
	color: gray;
	text-decoration:none;
}
.prog-cell IMG, .prog-cell-dislike IMG, .prog-cell-nodata IMG {
	border: none;
	vertical-align:middle;
	display:none;
	margin-right:3px;
}
.prog-cell-nodata A.cell_image_link {
	margin-left:3px;
}

.grid_cells SPAN.name {
	text-decoration:underline;
}


#view_more_programmes {
	padding-top:1px;
	height:35px;
}
#view_more_programmes P {
	position:absolute;
	right:0;
	padding:5px;
}

IMG.voted
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter:alpha(opacity=100);
	opacity:1;
	vertical-align:middle;
}
IMG.unvoted
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=45)";
	filter:alpha(opacity=45);
	opacity:0.45;
	vertical-align:middle;
}
.prog-cell-dislike IMG.unvoted
{
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	filter:alpha(opacity=25);
	opacity:0.25;
	vertical-align:middle;
}


.show-info-top {
	position:absolute;

	margin-left:1px;
	padding-left:4px;
	padding-right:4px;
	padding-top:12px;

	border-top:2px solid #53523f;
	border-left:2px solid #53523f;
	border-right:2px solid #53523f;
	border-bottom:none;
	
	background-color:#efefe8;
	
	font-size:0.85em;
	
	z-index: 99991;
/* 	cursor: pointer;	*/
}

.show-info-bottom {
	position:absolute;

	margin-left:1px;
	padding-left:4px;
	padding-top:20px;
	padding-right:4px;

	border:2px solid #53523f;
	
	background-color:#efefe8;
	font-size:0.85em;
	
	z-index: 99990;
/* 	cursor: pointer;	*/
}

.show-info-close {
	position: absolute;

	width: 16px;
	height: 16px;
	cursor: hand; /* ie */
	cursor: pointer; /* w3c */
	background: url(/i/guide/guide/close-sml.png);
	/* For IE6, remove background and add filter */
	_background: none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/i/guide/guide/close-sml.png', sizingMethod='scale');

	z-index: 99992;
}

.show-info-top P.name
{
	margin:0;
	padding:0;
}
.show-info-top .category
{
	font-size:0.85em;
	font-style:italic;
	color:gray;
}

.show-info-bottom DIV.comments
{
	border-top:1px solid #87865d;
	margin:1em 0.5em;
	margin-top:1em;
}
.show-info-bottom DIV.comments P.comment
{
	font-size: 0.9em;
	font-style: italic;
	margin:0;
	margin-bottom:0.5em;
}
.show-info-bottom DIV.comments SPAN.comment
{
	font-size: 0.9em;
	font-style: italic;
	margin:0 0;
}
.show-info-bottom DIV.comments SPAN.comment_add
{
	font-style: italic;
	margin:0;
	margin-left:2em;
}
.show-info-bottom DIV.comments IMG
{
	margin-right:0.5em;
	vertical-align:top;
}
.show-info-bottom DIV.comments FORM
{
	margin:0;
}
.show-info-bottom DIV.comments TEXTAREA
{
	margin:0;
	width:235px;
	height:2.75em;
	font-size:1.15em;
	color:black;
}
.show-info-bottom DIV.comments INPUT
{
	margin:0;
	font-size:1em;
	color:gray;
}
.show-info-bottom DIV.status
{
	float:right;
	width:26px;
	margin-left:10px;
}
.show-info-bottom DIV.status IMG
{
	margin-bottom:5px;
}
#comment_box
{
	display:none;
	margin:0;
	width:235px;
	line-height:14px;
	font-size:12px;
	color:black;
	height:28px;
	min-height:28px;
}
#comment_post_button
{
	display:none;
	font-size:0.95em;
	color:black;
}


/*
.grid_row .prog-cell A:link {
	COLOR:#000;
	font-weight:bold;
}
.grid_row .prog-cell A:hover {
	COLOR:#000;
	font-weight:bold;
}
.grid_row .prog-cell A:visited {
	COLOR:#000;
	font-weight:bold;
}
.grid_row .prog-cell A:hover {
	text-decoration:underline;
}
*/


/* Numbered 24 hour timeline */
#time_line_wrapper
{
	display:block;
	font-size:0.75em;
	margin-left:100px;
	margin-top:0;
	margin-bottom:15px;
	height:40px;
	width:800px;
}
#time_line_wrapper.home-page
{
	display:none;
}
#time_line_wrapper .times_am { width:490px; }
#time_line_wrapper.home-page .times_am { width:490px; }
#time_line_wrapper .times_pm { margin-left:395px; }
#time_line_wrapper.home-page .times_pm { margin-left:490px; }

#time_line_wrapper SPAN.time {
	display:inline;
	float:left;
	width:24px;
	text-align:center;padding:4px 0;margin:0;
	border: 1px solid #87865d;
	border-radius:5px;
	margin-left:3px;
	background-color:#75ad00;
	font-weight:bold;
	color:#354D4D; 
}
#time_line_wrapper SPAN.time-hover {
	display:inline;
	float:left;
	width:24px;
	text-align:center;padding:4px 0;margin:0;
	border: 1px solid #87865d;
	border-radius:5px;
	margin-left:3px;
	background-color:#53523f;
	color:#FFF;
}
#time_line_wrapper SPAN.time-selected {
	display:inline;
	float:left;
	width:24px;
	background-color:#d7ff07;
	text-align:center;padding:4px 0;margin:0;
	border: 1px solid #87865d;
	border-radius:5px;
	font-weight:bold;
	margin-left:3px;
	color:#53523f;
}
#time_line_wrapper.home-page SPAN.time {
	width:30px;
}
#time_line_wrapper.home-page SPAN.time-hover {
	width:30px;
}
#time_line_wrapper.home-page SPAN.time-selected {
	width:30px;
}
#time_line_wrapper SPAN.time-selected-hover {
	display:inline;
	float:left;
	width:24px;
	text-align:center;padding:4px 0;margin:0;
	border: 1px solid #87865d;
	border-radius:5px;
	margin-left:3px;
	background-color:#53523f;
	color:#FFF;
	font-weight:bold;
}
#time_line_wrapper.home-page SPAN.time-selected-hover {
	width:30px;
}

#time_line_wrapper A.time {
	text-decoration:none;cursor:pointer;text-align:center;
}
#time_line_wrapper A:hover.time {
	text-decoration:none;cursor:pointer;text-align:center;
	color:#FFF;
}
#time_line_wrapper .heading_am {
	display:inline;float:left;margin-left:3px;border-bottom:1px solid #354D4D; color:#354D4D; width:375px;margin-bottom:2px;
}
#time_line_wrapper .heading_pm {
	display:inline;float:left;margin-left:20px;border-bottom:1px solid #354D4D;color:#354D4D;width:375px;margin-bottom:2px;
}
#time_line_wrapper.home-page .heading_am {
	border-bottom:1px solid #fff; color:#fff; width:455px;
}
#time_line_wrapper.home-page .heading_pm {
	border-bottom:1px solid #fff; color:#fff; margin-left:35px;width:455px;
}


/* GRID Time Heading */
.grid_heading {
	position:relative;
	vertical-align:middle;
	padding:0;
	margin:0;
	margin-top:0px;
	height:38px;
}
.grid_heading.home-page {
	height:12px;
}
.grid_heading.timeline-middle {
	background-color:#fff;
}
.grid_heading .left_cell {
	top:0;
	left:0;
	width:97px;
	min-width:97px;
	padding:0;
	margin:0;
}
.grid_heading .up_link {
	margin-top:2px;
}
.down_link {
	margin-top:1px;
}
.grid_heading .left_cell.home-page {
	width:50px;
	min-width:50px;
}

.grid_heading .forward-link {
	display:inline;
	top:0;
	min-width:97px;
	vertical-align:middle;
}
.grid_heading .time-cells {
	position:absolute;
	display:inline;
	vertical-align:middle;
	top:0;
	left:98px;
}
.grid_heading.timeline-top .time-cells {
	left:100px;
}
.grid_heading.timeline-top .time-cells.home-page {
	left:51px;
}
.grid_heading.timeline-top.home-page {
	height:17px;
}
.grid_heading.timeline-middle .time-cells {
	left:102px;
}
.grid_heading.timeline-bottom .time-cells {
	left:100px;
}
.grid_heading .time-info {
	position:absolute;
	display:inline;
	vertical-align:middle;
	/*
	position:relative;
	float:left;*/
	border-left:1px solid #354D4D;
	background-repeat:repeat-x;
	color:#000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
.time-info .time-number {
	display:block;
	font-size:18px;
	text-decoration:none;
	color:#354D4D;
}
.time-info .time-suffix {
	display:inline;
	text-decoration:none;
	color:#354D4D;
}
.time-info.home-page .time-number {
	font-size:10px;
	display:inline;
}
.time-info.home-page .time-suffix {
	font-size:10px;
}

.time-info A:link, .time-info A:hover, .time-info A:visited, .time-info A:hover  {
	text-decoration:none;
}
.grid_heading .time-info.home-page {
	border-left:1px solid #354D4D;
}
.grid_heading .time-info.home-page .time-number {
	color:#354D4D;
}
.grid_heading .time-info.home-page .time-suffix {
	color:#354D4D;
}

.grid_heading .time-info-last {
	position:relative;
	display:inline;
	vertical-align:middle;
	float:left;
	width:100px;
	min-width:100px;
	padding-left:2px;
	background-repeat:repeat-x;
	color:#000;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}


/* Find a channel autocomplete */
.ac_results {
	padding: 0px;
	border: 1px solid black;
	background-color: white;
	overflow: hidden;
	z-index: 99999;
}

.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.ac_results li {
	margin: 0px;
	padding: 2px 5px;
	cursor: default;
	display: block;
	/* 
	if width will be 100% horizontal scrollbar will apear 
	when scroll mode will be used
	*/
	/*width: 100%;*/
	font: menu;
	font-size: 12px;
	/* 
	it is very important, if line-height not setted or setted 
	in relative units scroll will be broken in firefox
	*/
	line-height: 16px;
	overflow: hidden;
}

.ac_loading {
	background: white url('/i/guide/loading.gif') right center no-repeat;
}

.ac_odd {
	background-color: #eee;
}

.ac_over {
	background-color: #0A246A;
	color: white;
}


