div#time-now {
	width: 0px;
	height: 30px;
	position: absolute;
	top: 0px;
	left: 414px;
	background-color: #000;
	z-index: 99999;
}

span#time-now-readable {
    font-size: 0.75em;
    position: absolute;
    left: -28px;
    top: 0px;
	width: 60px;
	height: 19px;
	background: url('img/bg-time.png') no-repeat left top;
	color: #fff;
	padding: 2px 0 0 0;
	text-align: center;
}

#tooltip {
	position:absolute;
	background: #40aac5;
	padding:8px 20px 4px 8px;
	width: 200px;
	color:#fff;
	display:none;
	text-align: left;
	z-index: 999999;
	font-size: 1em;
	border: 2px solid #fff;
}

#tooltip a.close-tooltip {
	position: absolute;
	right: 2px;
	top: 2px;
	display: block;
	width: 13px;
	height: 13px;
	background: url('/gfx/www/close-epg-info.png') no-repeat left top;
}

#tooltip a.close-tooltip span {
	display: none;
}

#tooltip div.sport-evenement-content-more-live, #tooltip div.sport-evenement-content-more-nonlive {
	background: #fff url('/gfx/www/bu-tooltip-play.png') no-repeat 4px 50%;
	padding: 4px 4px 4px 27px;
	margin: 0 0 12px 0;
	color: #000;
	font-size: 0.9em;
}

#tooltip div.sport-evenement-content-more-live {
	display: none;
}

#tooltip div.sport-evenement-content-more-live a {
	color: #F64D03;
}

/* reset ul en li in wedstrijdschema */
ul#wedstrijdschema, 
li.sport-rij-wrap, 
ul.sport-evenementen, 
li.sport-evenement,
li.tijdlijn {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: relative; /* anders werkt de jquery sortable niet in IE6 */
}

ul#wedstrijdschema {
	overflow: hidden;
	width: 930px;
}

a#wedstrijdschema-nav-vorige,
a#wedstrijdschema-nav-volgende {
	display: block;
	width: 27px;
	height: 26px;
	background: url('img/bu-left-right.png') no-repeat left top;
	position: absolute;
	top: 40px;
	left: 195px;
}

a#wedstrijdschema-nav-volgende {
	background: url('img/bu-left-right.png') no-repeat right top;
	left: 940px;
}

.ie a#wedstrijdschema-nav-volgende {
	left: 920px;
}

.ie7 a#wedstrijdschema-nav-volgende {
	left: 940px;
}

li.sport-rij-wrap,
li.tijdlijn {
	height: 28px;
	list-style-type: none;
	width: 100%;
}

li.sport-rij-wrap {
	background: #b2d8e9 url('img/bg-epg-sportrow.png') repeat-x left top;
	margin: 0 0 2px 0;
	height: 33px;
}

li.sport-rij-wrap-first {
	background-position: left 1px !important;
	height: 34px;
}

li.tijdlijn {
	height: 63px;
	margin: 20px 0 12px 0;
}

/* === IN li.sport-rij-wrap */
	div.sport-rij {
		position: relative;
		height: 34px;
		width: 100%;
		background-position: 50px 4px;
		background-repeat: no-repeat;
	}
	
	div.sport-evenementen-wrap,
	div.tijdlijn-wrap {
		position: absolute;
		left: 200px;
		width: 720px;
		overflow: hidden;
		border-left: 10px solid #fff;
	}
	
	div.tijdlijn-wrap {
		border: 0px;
		left: 210px;
	}
	
	ul.sport-evenementen,
	div.tijdlijn-content {
		width: 3600px;
		position: absolute;
		top: 0;
	}
	
	div.sport-evenementen-wrap,
	ul.sport-evenementen {
		height: 33px; /* same as ul.sport-evenementen */
	}
	
	li.sport-rij-wrap-first div.sport-evenementen-wrap {
		height: 34px;
	}
	
	div.tijdlijn-content,
	div.tijdlijn-wrap {
		height: 66px;
	}
	
	div.tijdlijn-content {
		background: url('img/timeline.png') no-repeat left top;
	}
	  
	li.sport-evenement, li.sport-evenement-live {
		font-size: 0.85em;
		background-color: #fad8b9;
		border: 1px solid #f8a152;
		position: absolute;
		top: 0px;
		color: #fff;
		overflow: hidden;
		margin: 0;
		padding: 0;
		height: 28px;
	}
	
	li.sport-evenement.not-live {
		font-size: 0.85em;
		background-color: #95d9e9;
		border: 1px solid #40aac5;
	}
	
	li.sport-evenement-live {
		font-size: 0.85em;
		background: #fba646 url('/gfx/www/icon-live.png') no-repeat 2px 50%;
		border: 1px solid #f58200;
	}
	
	li.sport-evenement.row1, li.sport-evenement.row2, li.sport-evenement-live.row1, li.sport-evenement-live.row2 {
		height: 12px;
		line-height: 0.9em;
	}
	
	li.sport-evenement.row2, li.sport-evenement-live.row2 {
		top: 16px !important;
	}
	
	li.sport-rij-wrap-first li.sport-evenement {
		top: 2px;
	}
	
	div.sport-evenement-content {
		padding: 0 5px;
		width: 3600px;
	}
	
	li.sport-evenement-live .sport-evenement-content {
		padding: 0 5px 0 23px;
	}
	
	div.sport-evenement-content-more {
		display: none;
	}
	
	div.sport-evenement-content a {
		color: #000;
		text-decoration: none;
		display: block;
		width: 100%;
		height: 30px;
		font-size: 1.2em;
		line-height: 2em;
	}
	
	li.sport-evenement.row1 a, li.sport-evenement.row2 a, li.sport-evenement-live.row1 a, li.sport-evenement-live.row2 a {
		font-size: 1em;
		line-height: 1em;
	}
