#hype {    height: 420px;    overflow: visible; padding-top: 10px; }
#hype .hypeIntro {    width: 500px;}

/* COMMON STYLES */
#tvguide {	font-size: 11px;    padding: 8px 0;}

#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;
   border-bottom: 1px solid #CECECE;
	text-align: center; line-height: 1em;
	width: 970px; 	float: left; padding: 0;	margin: 0;	list-style: none;
}
#contentList #tabnav a {	width: 802px; }

#tabnav li{float: left;}

#tabnav a {
	display: block;
	color: #FFF;
	width: 124px;
	text-decoration: none;
	font-weight: bold;
	background: #F1F1F1;
	padding: 3px 5px 5px 5px;
	margin-left: 3px;
   border: 1px solid #CECECE;
   border-bottom: 0px solid;

}
#contentList #tabnav a {	width: 100px; }

#tabnav a:hover {	text-decoration: underline;}
#tabnav a:active,
#tabnav a.active:link,
#tabnav a.active:visited {	background: #FFF;	color: #000;}

#tvguide #contentBox {
    float: left;
    clear: both;
    width: 958px;
    background: #FFF;
    padding: 5px;
    padding-bottom: 20px;
    border: 1px solid #CECECE;
    border-top: none;
}

#tvguide div.row { clear: both; float: left; width: 958px;    }

div.channel { float: left; width: 185px; padding-left: 5px; padding-top: 15px; position: relative; }
div.channel div.imgWrap { float: left; height: 33px; width: 180px; 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: 180px; }
