.calendar
{
	width:150px;
	border:0px solid #eeeeee;
}

.calendar td
{
	height:15px;
}

.today
{
	background-color:#9ea3c7;
	font-weight:none;
}

.booked
{
	background-color:#a2c2c2;
	font-weight: bold;
}

.calendar a
{
	text-decoration: underline;
}

.calendar a:hover
{
	text-decoration: none;
}

.calendarSelectMonth
{
	width:80px;	
}

.calendarSelectYear
{
	width:70px;
}
