/* COMMON STYLES */
#tvguide {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
    padding-top: 8px;
}
#contentList #tvguide {	padding-bottom: 8px; }

#tvguide a {
	outline: none;
	color: #003366;
	text-decoration: none;
	font-weight: bold;
}
#tvguide a:hover {
	color: #000;
	text-decoration: underline;
}
#tvguide a.visited {
	color: #003366;
}

/* POPUP DESCRIPTION */
#tvguide, #tvguide div { overflow: visible;}

a.prg span.desc {
	display: none;
}
a.prg {
	position: relative; 
	background-color: #FFF;
	color: #003366;
	font-weight: bold;
	text-decoration: none;
}
a.prg:hover {
	background-color: #D8DDE3;
}
a.prg:hover span.desc {
	display: block;
	position: absolute;
	margin-top: 3px;
	margin-left: 5px;
	width: 210px;
	background-color: #FFF;
	border: 1px solid #000;
	border-top: 1px dotted #000;
	padding: 3px;
	padding-top: 6px;
	font-size: 10px;
	text-decoration: none;
	font-weight: normal;
	color: #000000;
	z-index: 100; /* IE always inherits the z-index from it's parent. This only works on mozilla/opera etc. */
}
/* SLIDER/TIMELINE */
#timeline {
    margin-top: 10px;
    margin-left: 55px;
	position: relative;
	border-left: 1px solid black;
	border-right: 1px solid black;
	font-size: 20px;
	height: 20px;
    width: 480px;
}
#timeline a.selected {
	background-image: url("../img/tvguide/timeline_selected.gif");
    background-image: url("../img/tvguide/timeline_selected.gif");
    z-index: 1;
}
#timeline a.default {
	background: url("../img/tvguide/timeline_bg.gif") no-repeat bottom;
	z-index: 2;
}
#timeline a {
	color: #003366;
	height: 20px;
	width: 20px;
	float: left;
	position: relative;
	background: url("../img/tvguide/timeline_bg.gif") no-repeat bottom;
	text-decoration: none;
}
#timeline a:visited {	color: #003366;}
#tvguide a:active {	color: #003366;}
#timeline a:hover {	background-image: url("../img/tvguide/timeline_selected.gif"); }
#timeline a span.visible {
	display: inline;
	position: absolute;
}
#timeline a span.hidden {	display: none;}
#timeline a span {	display: none;}
#timeline a:hover span {
	display: inline;
	position: absolute;
	background: #FFF;
}
div.tidspkt {
	width: 20px;
	text-align: center;
	float: left;
}
/* TAB-NAVIGATION */
#tabnav {
	position: relative;
	background-image: url("../img/tvguide/tab_bg.gif");
	background-repeat: repeat-x;
	background-position: bottom;
	text-align: center;
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1em;
}

#tabnav li{float: left;}

#tabnav a {
	display: block;
	color: #FFF;
	width: 120px;
	text-decoration: none;
	font-weight: bold;
	background: #CECECE;
	padding: 3px 5px 5px 5px;
	margin-left: 3px;
    border: 1px solid #737373;

}
#contentList #tabnav a {	width: 100px; }

#tabnav a:hover {
	text-decoration: underline;
	color: #FFF;
}
#tabnav a:active,
#tabnav a.active:link,
#tabnav a.active:visited {
	background: #FFF;
	color: #000;
    border-bottom: 1px solid white;
}

#tvguide #contentBox {
    float: left;
    clear: both;
    width: 986px;
    background: #FFF;
    padding: 5px;
    padding-bottom: 20px;
    border: 1px solid #003366;
    border-top: none;
}

#tvguide div.row { clear: both; float: left; width: 980px;    }

div.channel { float: left; width: 190px; padding-left: 5px; padding-top: 15px; position: relative; }
div.channel div.imgWrap { float: left; height: 33px; width: 188px; padding-bottom: 5px; z-index: 0; position: relative; }
div.channel div.imgWrap div.img { font-weight: bold; font-size: 12px; position: absolute; bottom: 0; padding-bottom: 5px; }
div.channel div.prog{ float: left; width: 188px; }