/******* HTML calendar *******/
.yearcalwrapper td {
	width:300px;	
}
.yearcalwrapper .monthname {
	margin:10px 10px 2px 10px;
	font-weight:bold;
	color:#777;
}
.yearcal {
	font-size:8px;
	border:1px solid #CCC;
	margin:2px 0 10px 0;
	background:#DDD;
}
.yearcal th, .yearcal td {
	width:10px;
	height:10px;
	vertical-align:top;
}
.yearcal td {
	padding:2px;
	font-weight:bold;
	cursor:default;
}
.yearcal .withprice {
	background:#00CC33;
}
.yearcal .withoutprice {
	background:#CCC;
}
.yearcal .booked, .bookedKey {
	background:#F00;
	color:#FFF;
}
.yearcal .ownerbooked {
	background:#F00;
	color:#FFF;
}
.yearcal .reserved, .reservedKey {
	background:#F90;
	color:#FFF;
}	
.yearcal .provisional {
	background:#F60;
}	
.yearcal .unavailable, .unavailableKey {
	background:#F00;
}	
.unavailableKey, .bookedKey, .reservedKey, .freeKey { width:12px; height:12px; margin:0 5px 0 7px; }
.yearcal .free, .freeKey {
	background:#3C6;
	color:#333;
}	
.yearcal .priceh {
	font-weight:bold;
	font-size:9px;
}
