﻿body { height:100% }
#content { display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; 
    /*background-image: -webkit-gradient(linear, left top, right top, from(rgb(170, 170, 170)), to(rgb(240, 240, 240)));
    background-image: -moz-linear-gradient(left, rgb(170, 170, 170), rgb(240, 240, 240));*/
	background-color: #cccccc; 
	overflow: hidden; 
	cursor: default; 
}

#logo  { display: none; position: absolute; }
#clock  { display: none; position: absolute; font-family: Verdana, Arial, Helvetica, sans-serif; text-align:right; }
#clock #date { color: #444444; }
#clock  #time { color: #444444; }
#message  { display: none; position: absolute; font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; }
#list  { display: none; position: absolute; }
#list  #first, #list  #second { position: absolute; }

#list table { font-family: Verdana, Arial, Helvetica, sans-serif; color: #444444; text-align: left; border-collapse: collapse; border: 2px solid #999999; }
#list table thead tr th { border-bottom: 1px solid #999999; }
#list tr { background-color: #999999; color: #555555; }
#list tr.past { background-color: #eeeeee; color: #555555; }
#list tr.actual { background-color: #3ddf80; color: #000000; }
#list thead th { 
	/*background-image: -webkit-gradient(linear, left top, left bottom, from(rgb(170, 170, 170)), to(rgb(240, 240, 240))); 
	background-image: -moz-linear-gradient(left, rgb(170, 170, 170), rgb(240, 240, 240)); */
	background-color: #999999; 
	border-bottom: none; 
}