@import url("style.css");

html { background: white; }
div.footer p { margin: 1.5em; font-size: smaller; color: black; }
h1,h2,h3,h4,h5,h6 { color: black; }
em { color: black; }
table.accesskeys th { color: white; background: black; }
div.leftnav a {
	border: solid black 1px;
	background: white;
	color: black;
}

div.leftnav a:hover, div.leftnav a#navactive:hover, div.leftnav a#styleswitcher_blue:hover, div.leftnav a#styleswitcher_green:hover,div.leftnav a#styleswitcher_red:hover, div.leftnav a#styleswitcher_plain:hover {
    	    color: white;
            background: #222;
}

div.leftnav li {
	padding: 0px;
}

table.newstable thead th { color: white; background: black; }


div.gradient,div.left,div.leftbl { 
	     background: none;
	     }

table.programme {
		 border: solid 2px black;		 
		 }

table.programme tr td { border: solid 1px black; }
table.programme tr td.noevent { background: #ddd; }

table.programme thead tr th { 
		border-bottom: solid 2px black; 
		}
table.programme thead tr th + th { border-right: solid 1px black; }

table.programme td:first-child.marker {
		border-top: solid 1px black;
}

table.programme td:first-child.marker2 {
		border-top: solid 2px black;
}

table.programme td.marker {
		border-top: solid 1px black;
}

table.programme td.marker2 {
		border-top: solid 2px black;
}

table.programme tr td.noevent { background: white; }
