/* Availability calendar CSS
WebMaestro - Wensley House Limited
2008
*/

body {
	font-family:arial,helvetica,sanserif;
	font-size:75%;
	text-align:left;
}
table{
	font-size:100%; 
	}
ul{
	text-align:left;
	}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 2em;
	font-weight: bold;
	font-style: italic;
	color: #000099;
	text-decoration: none;
}

h2{
	color:#336699;
}

div#wrapper{
	background:#FFFFFF;
	width:95%;
	border: 0px solid #DDDDDD;
	text-align:left;
	padding:0px;
}

.side{
	text-align:right;
	padding-right:4px;
	background:#EEEEEE;
	border-right:6px solid #000099;
	width:140px;
	}
.data{
	border:1px solid #EEEEEE;	

	}
/******* END GENERAL LAYOUT STUFF ***********/




/*
CALENDAR
***********/

table .cal_month{
	border:1px solid #000099;
	background-color:#fff;
	}
thead td{
	text-align:center;
}
.cal_title{
	border:1px solid #DDDDDD;
	background-color:#000099;
	text-align:center;
	color:#FFFFFF;
	}
.cal_data{
	text-align:center;
	}
.cal_empty{
	text-align:center;
	/*border:1px solid #EEEEEE;*/
	}
