.calMonth table th {
	text-align: left;
}

.calMonth table {
	border-collapse: collapse;
	empty-cells: show;
	table-layout: fixed;
}
/*
.calMonth table td {
	width: 50px;
	height: 50px;
	font-size: 12px;
	cursor: pointer;
	background: url(/images/cal_bg.png) no-repeat;
	color: #fff;
}

.calMonth table td:hover {
	background: url(/images/cal_bg_hover.png) no-repeat;
	color: #000;
}

.calMonth table td.booked {
	background: url(/images/cal_bg_booked.png) no-repeat;
	color: #fff;
}*/


.calMonth table td {
	font-size: 12px;
	cursor: pointer;
	color: #fff;
	margin: 0px;
	padding: 0px;
	border: solid 3px #fff;
}

.calMonth table td div {
	width: 50px;
	height: 50px;
	background: url(/images/cal_bg_sprite.png) no-repeat 0px 0px;
}



.calMonth table td div:hover {
	background: url(/images/cal_bg_sprite.png) no-repeat 0px -50px;
}

.calMonth table td div.booked {
	background: url(/images/cal_bg_sprite.png) no-repeat 0px -100px;
}

.calMonth table td div.booked_2 { background: url(/images/cal_bg_sprite.png) no-repeat 0px -200px; }
.calMonth table td div.booked_3 { background: url(/images/cal_bg_sprite.png) no-repeat 0px -200px; }
.calMonth table td div.booked_4 { background: url(/images/cal_bg_sprite.png) no-repeat 0px -150px; }
.calMonth table td div.booked_5 { background: url(/images/cal_bg_sprite.png) no-repeat 0px -200px; }
.calMonth table td div.booked_6 { color: #333; background: url(/images/cal_bg_sprite.png) no-repeat 0px -250px; }

.calMonth table td div:hover { color: #000; }





.calMonth table td span {
	display: block;
	padding: 5px 0px 0px 5px;
}

/*
.calMonth table td span {
	line-height: 40px;
}
*/

.calYear {
	float: left;
	padding-right: 10px;
}

.calMonth {
	width: 400px;
	height: 350px;
}

#cal {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1400px;
}

#calView {
	position: relative;
	width: 400px;
	height: 350px;
	overflow: hidden;
}

#calYearPicker {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 120%;
	text-align: center;
}
#calYearPicker li {
	display: inline;
	margin: 0px 15px 0px 15px;
	cursor: pointer;
}
#calMonthPicker {
	float: left;
	list-style: none;
	margin: 15px;
	padding: 0px;
}
#calMonthPicker li {
	cursor: pointer;
}

.active {
	color: #FF9900;
}

#calSpacer {
	margin-top: 10px;
}

#calContainer {
	width: 550px;
	float: left;
}

#calPicture {
	float: right;
	height: 375px;
	width: 300px;
}
