
#aptCalendar{
	padding: 0;
	overflow: scroll;
	font-size: 10px;
}

#aptCalendar table{

	overflow: scroll;

}
.aptCalendarKey span{
height: 60px;
width: 30px;
}

.header{
font-weight: bold;
}

.aptCalendarKey{
background: #eee;
padding: 10px;
border: 1px solid #ccc;
color: #333399; 
width: 300px;
margin: 10px;
float: left;
}

.aptDurationKey{
background: #eee;
padding: 10px;
border: 1px solid #ccc;
color: #333399; 
margin: 10px;

margin-left: 350px;
}

.aptCalendarKey li{
list-style: none;
height: 51px;
padding-left: 35px;
padding-top: 15px;
}
.aptCalendarKey li.available{
background: url(images/availablekey.gif) no-repeat;
vertical-align: top;
}

.aptCalendarKey li.unavailable{
background: url(images/unavailable.gif) no-repeat;
vertical-align: top;
}

#aptCalendar th{
	font-size: 8px;
	padding: 2px;
	text-align: center;
}


#aptCalendar .dayname{
	font-size: 10px;
}

#aptCalendar tr{
	height: 30px;
	vertical-align:middle;
}

.hidden td{
	visibility:hidden;
}

.navigation{
	text-align: center;
}

.navigation a {
	margin: 10px;
}
.unavailable{
	background:#999;

}

td.available{
	background: #fff;
	vertical-align: middle;
}
a.available img{
	border: none;
	margin: 0;
	padding: 0;
}
a.available{
	border: none;
	text-decoration: none;
	padding: 0;
}

#aptCalendar a{
	color: #fff;
}

.weekCommencing{
color: #333399; 
font-weight: bold;
}

/**************************************************************

	Validate
	v 2.1

**************************************************************/


 .red {
	border: 1px solid red;
}

 label.red {
	border: none;
	color: red;
}



 .errorMessage {
	color: red;
	margin-left: 10px;
	font-size: 0.9em;
}

/* mootools tool tip */



.tool-tip {
	color: #fff;
	width: 300px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #B56AB5;
	padding: 8px 8px 4px;
	background: #333;
	background-position: -1px 0;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: #333;
}