/* 
    Document   : timetable
    Created on : 06-Apr-2008, 22:36:27
    Author     : Nan Wang
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

.calendar {
 width: 560px;
 padding: 0;
 margin: 0;
 border-left: 1px solid #A2ADBC;
 font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
 color: #616B76;
 text-align: center;
 background-color: #fff;
}

.calendar th {
	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	/*border-top: 1px solid #A2ADBC;*/
        width: 70px
}

.booked, td.booked a, td.booked a:link, td.booked a:visited {
	color: #F6F4DA;
	font-weight: bold;
	background: #DF9496;
}

.full, td.full a, td.full a:link, td.full a:visited {
	font-weight: bold;
	background: #D0D0D0;
}

.calendar td {
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 70px;
	height: 30px;
	text-align: center;
}

.calendar td a {
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.calendar td a:link, td a:visited {
 color: #608194;
}

.calendar td a:hover, td a:active {
 color: #6aa3ae;
}

.nav, .nav a {
	font: bold 18px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #fff;	
	text-align: center;
	text-decoration: none;
}	


caption {
	margin: 0;
	padding: 0;
	width: 141px;
	background: #A2ADBC;
	color: #fff;	 
	font: bold 12px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
}



