table.prog {
	width: 100%;
	margin-bottom: 20px;
	}
table.prog th { 
	font-size: 12px;
	padding: 5px;
	}
table.prog td { 
	font-size: 12px;
	background: #eee; 
	padding: 5px;
	}
	
table.prog td.time {
	background: #BBE1F7;
}

table.prog tr.day th {
	font-size: 16px;
	font-weight: normal;
	border-bottom: 2px solid black;
	text-align: left;
	}
	
table.prog tr.event td div.title {
	_font-weight: bold;
	font-size: 14px;
	}

	
tr.session th {
	font-size: 12px;
	font-weight: normal;
	border-top: 10px solid white;
	text-align: left; 
	padding: 10px;
	}
tr.session th div.title {
	font-size: 14px;
	font-weight: bold;
	}
tr.session1 th, 
tr.session1 td.time {
	background: #b6ffff;
	}
tr.session2 th, 
tr.session2 td.time {
	background: #98ecff;
	}
tr.session3 th, 
tr.session3 td.time {
	background: #79d0ff;
	}
tr.session4 th, 
tr.session4 td.time {
	background: #5ab4f9;
	}
tr.session5 th, 
tr.session5 td.time {
	background: #3799dc;
	}
	

table.prog tr.hole td {
	border-top: 10px solid white;
	}

	
table.prog tr.break td { 
	font-size: 12px; 
	font-style: italic; 
	background: #ddd;
	}
table.prog td.time,
table.prog tr.break td.time { 
	font-size: 12px;
	font-style: normal; 
	vertical-align: top;
	text-align: center;
	padding: 5px 2px 10px 2px;
	width: 50px;
	}
table.prog tr.break td.time { 
	background: #ddd;
	color: black;
	}


	
div.prog_button {
	float: right;
	margin-left: 10px;
	padding: 2px;
	border-radius: 0;
	font-style: normal;
	}
div.event_button {
	padding: 2px;
	border-radius: 0;
	}
	
div.prog_message {
	padding: 10px;
	border: 1px solid #888;
	background: #fffbb8;
	clear: both;
	box-shadow: rgba(0,0,0,0.4) 3px 3px 5px;
	margin: 20px;

	}
