/* --------------------------------------------- PROGRAMMA ------------------------- */

table.day th {
	font-size: 18px;
	background: white;
	padding-bottom: 10px;
	}
table.day td {
	border-bottom: 2px solid black;
	border-right: 1px dashed black;
	font-size: 12px;
	background: #eeeeee;
	}
table.day td.ms {
	background: #888888;
	color: white;
	font-weight: bold;
	}
table.day a {
	text-decoration: none;
	}
table.day a:hover {
	text-decoration: underline;
	}



table.event {
	border-top: 3px solid white;
	}
table.event td, table.event th {
	font-size: 12px;
	}
table.event th, table.event td {
	background: #eeeeee;
	}
table.event th.fst {
	background: #cccccc;
	}


table.event tr.meeting td, table.event tr.meeting th {
	font-size: 14px;
	background: #fff9bc;
	}
table.event tr.meeting th.fst {
	background: #d5d196;
	}
table.event tr.meeting td.time {
	font-size: 10px;
	}




table.prg {
	border-top: 3px solid white;
}
table.prg a {
	text-decoration: none;
	}
table.prg a:hover {
	text-decoration: underline;
	}
table.prg th.day {
	border-bottom: 2px solid #00a2e5;
	font-family: Times;
	font-size: 20px;
	text-align: left;
	padding-top: 30px;
	}
table.prg tr.paper td {
	border-top: 1px solid #cccccc;
	}
table.prg tr.paper td.doc, td.doc {
	font-family: Arial;
	font-size: 10px;
	text-align: right;
	border-left: 1px dashed #eeeeee;
}
table.prg tr.paper td.doc div {
	float: right;
}
	
table.prg td.discussion {
	font-style: italic;
	}
table.event td.time, table.prg td.time {
	font-size: 10px;
	text-align: left;
	}

table.prg th.roomR,
table.prg tr.roomR th,
table.prg tr.roomR td
 {
	background: #7dc7e5;
}
		
.time {
	font-weight: normal;
	font-size: 10px;
}

.code {
	padding: 1 1 1 1;
	background: #ffbb4f;
	border-bottom: 2px solid #dc702e;
	color: black;
	font-weight: normal;
	font-size: 10px;
	width: 50px;
	float: right;
}

.chair {
	font-weight: normal;
}

.inst {
	font-weight: normal;
	font-style: italic;
	font-size: 12px;
}

.abstract {
	padding-top: 5px;
	font-family: Times;
	font-size: 14px;
	padding: 5 5 5 5;
	background: #fffed7;
	display: none;
}

