table.programme {
	color: #339;
	border-right: 1px solid #339;
	border-bottom: 1px solid #339;
	border-top: 1px solid #339;
	width: 81%;
}

table.programme tr {
	vertical-align: top;
}

table.programme tr th {
	padding: 3px 20px;
	border-top: 1px solid #99f;
	border-left: 1px solid #339;
	text-align: left;
	font-weight: normal;
	background-color: #339;
	color: #fff;
}

table.programme th a, table.programme th a:link, table.programme th a:hover, table.programme th a:active, table.programme th a:visited {
	color: #fff !important;
	font-weight: bold;
}

table.programme tr td {
	padding: 3px 6px;
	border-top: 1px solid #99f;
	border-left: 1px solid #339;
	empty-cells: show;
}

table.programme tr.odd td {	
}

table.programme tr.even td {
	background-color: #eaeaf5;
}
table.programme td.time {
	width: 90px;
	font: 12px/16px Verdana;
	white-space: nowrap;
}
table.programme th h4, table.programme th h5, table.programme th h6 {
	margin: 0 !important; 
	padding: 0 !important; 
	color: #fff !important;
}

