

/************************************************/
/* Booking table styles */

.booking_Personal
{
	background-color: #759258;
}
.no_booking
{
	background-color: #AEC6B9;
}
#booking_table TH,#booking_table TD
{
	border: 1px solid #ACA899;
}

#Logout
{
	font-size: 9pt;
	font-weight:bold;
	position: absolute;
	left: 1000px;
	top: -88px;
	float: right;
	padding: 3px;
	z-index:3;
}
.report_box
{
	padding: 10px;
	border: 1px solid #CFCDD1;
	margin: 5px;
	width: auto;
}
BODY
{
	background-color: #fff;
	background-image: none;
}
#calendar
{
	z-index: 100;
}