html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background-color: DarkSeaGreen;
    color: #000;
}

#top {
    position: absolute;
}

p,h1,h2 {
    margin: 0;
    padding: 0.3em 0;
    font-variant: small-caps;
}

table,th {
	border: 1px solid black;
	border-collapse: collapse;
}

table.list{
width: 100%;
}

div.week {
	display:none; 
  position:absolute; 
  border-style: solid; 
  background-color: PowderBlueA; 
  padding: 5px;
}

h1,h2 {
		font-variant: small-caps;
}

table.header {
	border: none;
}

table.element{
height:100%;
}

td {
	border:1px solid black;
}

td.header {
	border: none;
}

td.lecture {
	background-color: PowderBlueA;
}

td.lecture1 {
}

div.lecture {
text-decoration:underline;
font-weight:bold;
font-size:x-small;
}

td.mlecture {
background-color: PowderBlueA;
}

div.mlecture {
font-weight:normal;
}

td.booking {
background-color: LightGrey;
}

div.booking {
font-weight:bold;
text-transform:uppercase;
}

td.empty {
background-color:Gray;
}

#header{
font-size: xx-large;
font-weight: bold;
}

.col1{
width:10%;
}

th {
background-color: GoldenRod;
vertical-align:center;
}

@media print {
    .list {
    	page-break-after: always;
    }
    div.cdata {
		display: block;
		width: auto;
		height: auto;
		overflow: visible;
    }
    body, h1, h2, h3, ol, ul, div {     
    	width: auto;     
    	border: 0;     
    	margin: 0 5%;     
    	padding: 0;     
    	float: none;     
    	position: static;     
    	overflow: visible; 
    }
}

div.cname{
font-weight:bold;
text-decoration: underline;
}

td.smallentry{
text-align:center;
}

div.cdata{
border-top:1px dotted black;
font-size:x-small;
max-height: 35px;
overflow: auto;
}

div.cfdata{
border-top:1px dotted black;
font-size:x-small;
}

#container {
    min-height: 100%;
    margin-bottom: -15px;
}

* html #container {
    height: 100%;
}

#footer-spacer {
    height: 16px;
}

#footer {
    border-top: 1px solid #000;
    height: 15px; 
		background-color: #cdcdcd;
		height: 15px;
		text-align: center;
		color:#CC0000;
		font-family:Verdana;
		width: 100%;
		position:fixed;
		left: 0px;
		bottom: 0px;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	display: inline-block;
}

thead {display: table-header-group;}
tfoot {display: table-header-group;}

tr.master:nth-child(even) {background: #CCC}
tr.master:nth-child(odd) {background: #FFF}

/* Hides from IE-mac \*/
.clearfix { 
	height: 1%;
}

.clearfix {
	display: block;
}
/* End hide from IE-mac */

