.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 {
	width: 100%;
	margin-bottom: 20px;
	}
table.prog th { 
	font-size: 12px;
	padding: 5px;
	}
table.prog td { 
	font-size: 14px;
	background: #EEEEEE; 
	padding: 5px;
	}
	
table.prog tr.title td { 
	text-align: left; 
	background: #ffab00;
	font-weight: bold;
	}


table.prog td.time {
	background: #BBE1F7;
}

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; 
	}
table.prog td div.title {
	font-size: 12px;
	}

	
tr.award th, tr.award td.time {
	background: #ffab00;
	}
tr.award th {
	text-align: left; 
	font-weight: bold;
	}

tr.welcome th, 
tr.welcome td {
	background: #777777 !important;
	font-size: 12px;
	color: white;
	border-top: 10px solid white;
	}

tr.session1 th, 
tr.session1 td.time {
	background: #1783c6;
	color: white;
	}


tr.session3 th, 
tr.session3 td.time {
	background: #ff7bcb;
}
tr.session2 th, 
tr.session2 td.time {
	background: #00ccff;
}
tr.poster th, 
tr.poster td.time {
	background: #fffd00;
}
tr.poster th,
tr.session1 th,
tr.session2 th,
tr.session3 th {
	text-align: left; 
	font-weight: bold;
	padding: 10px;
}
	
tr.session_title th {
	font-size: 14px;
	_border-radius: 15px 15px 0 0 ;
	border-top: 10px solid white;
	}

tr.RT th, tr.RT td.time {
	background: #ffb658;
}
tr.RT 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 { 
	background: #DDDDDD;
	color: black;
	}

table.prog td.time,
	table.prog tr.break td.time { 
	font-size: 12px;
	font-family: Arial;
	font-style: normal; 
	vertical-align: top;
	text-align: center;
	padding: 2 2 10 2;
	width: 50px;
	_-moz-border-radius: 15px 0px 0px 15px ;
	_border-radius: 15px 0px 0px 15px ;	
}


.chair {
	padding-left: 30px;
	font-weight: normal;
	}

.affiliation {
	font-size: 11px;
	font-style: italic;
	font-weight; normal !important;
	padding-left: 5px;
	display: inline;
	}
	
/*
table.prog tr.session td { font-weight: bold; background: #CCCCCC }
table.prog tr.session td.time { background: #8BB1D7 }
*/