.today {
	background-color: #9DC53E;
}


.calendar
	{
	background-color:White;
	color:Black;
	font-family:Verdana;
	font-size:7pt;
	width: 167px;
	float: left;
	border:1px solid #007ec5;
	margin:8px;
	}
.calendar td
	{
	text-align:center;
	padding:4px;
	width: 15px;
	}
.title
	{
	background:#007ec5;
	color:#fff;
	}
.days
	{
	background:#dfdfe0;
	font-weight:normal;
	}
.notbooked a {color:#666666; text-decoration:none;}
.notbooked a:hover {text-decoration:none;}

.booked
	{
	background:#FF6347;
	}
.notbooked
	{
	background-color: #fff;
	}	
.empty
	{
	background:url(bg_empty.gif);
	}
.booked_start
	{
	background:url(booked_start.gif);
	}
.booked_end
	{
	background:url(booked_end.gif);
	}
	
.style1	
{
	color: #FFFFFF;
}
