.calendar {
	margin: auto;
	color: #603107;
	font-family: Arial;
	font-size: 11px;
	border-collapse: separate;
	border-spacing: 2px;
	line-height: 14px;
}

div.cal_footer {
	
}
div.cal_footer_left {
	float: left;
}
div.cal_footer_right {
	float: right;
}
div.cal_box {
	width: 8px;
	height: 8px;
	border: 1px solid #83ba39;
	margin: 2px 3px 0px 1px;
	float: left;
	vertical-align: middle;
}
div.cal_avaible_box {
	background-color: white;
}
div.cal_unavaible_box {
	background-color: #c0dc9b;
}
div.cal_room1_box {
	background-color: #ba39b5;
}
div.cal_room2_box {
	background-color: #e5bb4b;
}
div.cal_day_room_box {
	width: 6px;
	height: 6px;
	margin: 2px 3px 2px 0px;
	float: left;
}

.calendar thead tr {
	height: 20px;
}
.calendar tbody tr {
	height: 30px;
}

.monthName {
	font-family: Trebuchet MS, Arial;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
	border: 1px solid #c0dc9b;
	background-color: white;
}

.calendar thead tr th a.cal_arrow_prev {
	float: right;
	width: 20px;
	height: 15px;
	background-image: url(/images/cal_arrow_prev.png);	
	background-repeat: no-repeat;
	background-position: center;
}
.calendar thead tr th a.cal_arrow_next {
	float: left;
	width: 20px;
	height: 15px;
	background-image: url(/images/cal_arrow_next.png);	
	background-repeat: no-repeat;
	background-position: center;
}

.dayName {
	font-family: Verdana;
	font-size: 11px;
	font-weight: normal;
	text-align: center;
}

.otherMonth, .day {
	background-color: white;
	border: 1px solid #83ba39;
	width: 24px;
	vertical-align: top;
	padding: 1px 0px 0px 4px;
	margin-left: 3px;
}
.otherMonth {
	color: #83ba39;
}
.otherMonth a, .day a {
	text-decoration: none;
	color: #603107;
}
.otherMonth a {
	color: #83ba39;
}

.weekendDay {
	background-color: white;
}
.today {
}

/* DAY BACKGROUNDS (visitor view) */
td.busy {
	background-color: #FAAFC3;
}
td.full {
	background-color: #d11947;
	color: white;
} td.full a{
	color: white; 
}
td.selected{
	background-color: yellow;
} td.selected a{
	color: black;
}

.selected {
	background-color: #ffe420;
}
