body {
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 6px;
}
#calendarContainer {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 568px;
	height: 657px;
	background: url(images/BookingHead.jpg) #660033 repeat-x top left;;
}
#workingLayer {
	position: absolute;
	top: 100px;
	left: 184px;
	width: 200px;
	height: 100px;
	background: #FFFFFF;
	line-height: 100px;
	font-size: 16px;
	text-align: center;
	border: double #000000 5px;
	z-index: 50;
}
#hiddenDiv{
	display: none;
}
#prevMonth {
	position: absolute;
	top: 0px;
	left: 10px;
	height: 35px;
	width: 90px;
	line-height: 35px;
	text-align: left;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}
#currentMonth {
	position: absolute;
	top: 0px;
	left: 100px;
	height: 35px;
	width: 368px;
	line-height: 35px;
	text-align: center;
}
#currentMonth select {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	background: #baa468;
	border: none;
}
#nextMonth {
	position: absolute;
	top: 0px;
	left: 468px;
	height: 35px;
	width: 90px;
	line-height: 35px;
	text-align: right;
	font-size: 14px;
	color: #FFFFFF;
	text-decoration: underline;
	cursor: pointer;
}
#dayTitleContainer {
	position: absolute;
	top: 35px;
	left: 0px;
	width: 568px;
	height: 15px;
	background: #480024;
}
.dayTitle {
	float: left;
	width: 81px;
	height: 15px;
	line-height: 15px;
	color: #FFFFFF;
	font-size: 10px;
	text-align: center;
}
#monthContainer {
	position: absolute;
	top: 50px;
	left: 0px;
	width: 568px;
	height: 607px;
	background: #FFFFFF;
}
.weekRow {
	position: relative;
	top: 0px;
	left: 0px;
	width: 567px;
	height: 101px;
	padding-left: 1px;
}
.dayContainer {
	float: left;
	width: 80px;
	height: 100px;
	margin-top: 1px;
	margin-right: 1px;
	background: #CCCCCC;
}
.titleContainer {
	width: 75px;
	height: 22px;
	background: url(images/TitleHead.jpg) #646F37 repeat-x top left;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
}
.titleContainerNotActive {
	width: 75px;
	height: 22px;
	background: none;
	line-height: 22px;
	color: #FFFFFF;
	font-size: 10px;
	padding-left: 5px;
}
.vacantRoom {
	width: 80px;
	height: 12px;
	background: #c1cd8c;
	border-bottom: solid #b0bb80 1px;
}
.vacantRoomNotActive {
	width: 80px;
	height: 13px;
	background: none;
}
.bookedRoomOneDay {
	width: 80px;
	height: 12px;
	background: url(images/TitleEndMid.jpg) #baa468 no-repeat top;
	border-bottom: solid #b0bb80 1px;
}
.bookedRoomStart {
	width: 80px;
	height: 12px;
	background: url(images/TitleEndLeft.jpg) #baa468 no-repeat top left;
	border-bottom: solid #b0bb80 1px;
}
.bookedRoomMid {
	width: 80px;
	height: 12px;
	background: #baa468;
	border-bottom: solid #b0bb80 1px;
}
.bookedRoomEnd {
	width: 80px;
	height: 12px;
	background: url(images/TitleEndRight.jpg) #baa468 no-repeat top right;
	border-bottom: solid #b0bb80 1px;
}
.eventIcons {
	margin-left: 3px;
	width: 16px;
	height: 20px;
	vertical-align:top;
}
#login {
	position: absolute;
	top: 670px;
	left: 0px;
	height: 50px;
	z-index: 10;
	font-size: 12px;
}
#login label, input {
	float: left;
	margin-left: 10px;
	width: 8em;
	text-align: left;
}
#login label {
	text-align: right;
}
#login button {
	margin-left: 10px;
}