.navigator {
	margin-top: 10px;
	width: 100%;
	text-align: right;
	font-size: 12px;
	font-family: Arial;
	font-weight: bold;
	border-bottom: 2px solid #BBE1F7;
}

.navigator a {
	font-size: 12px;
	font-family: Arial;
	font-weight: normal;
	text-decoration: none;
}


/* Programma */
table.prog tr.title td { 
	text-align: left; 
	background: #ffab00;
	font-weight: bold;
	}

table.prog td { 
	background: #EEEEEE; 
	}
table.prog td.time {
	vertical-align: top;
	text-align: center;
	background: #BBE1F7;
	font-size: 10px;
	font-family: Arial;
	width: 50px;
	padding: 2 2 10 2;
}

table.prog tr.event td .title {
	font-weight: bold;
	}

table.prog tr.day_start th {
	font-weight: bold;
	border-bottom: 2px solid black;
	text-align: left;
	}

table.prog tr.navigator td {
	background: white; 
	}

	
tr.poster th, tr.poster td.time {
	background: #ffab00;
}
tr.poster th {
	text-align: left; 
	font-weight: bold;
}

tr.pra th, tr.pra td.time {
	background: #5dc35d;
}
tr.pra th {
	text-align: left; 
	font-weight: bold;
}
	
	
table.prog tr.break td { font-size: 12px; font-style: italic; background: #DDDDDD }
table.prog tr.break td.time { font-style: normal; background: #DDDDDD }

table.prog tr.session td { font-weight: bold; background: #CCCCCC }
table.prog tr.session td.time { background: #8BB1D7 }