table.BookingCalendar 
{
	font-family: Geneva, Arial, Helvetica, sans-serif;
	background-color: #7694bf;
	border: none;
	width: 200px;
}

table.BookingCalendar td
{
	padding: 2px 0px 0px 0px;
	background-color: white;
	text-align: center;
	font-size: 14px;
	height: 20px;
}

table.BookingCalendar Table.Title td
{
	font-weight: bold;
	background-color: #7694bf;
	color: White;
	height: 15px;
	padding-top: 0px;
	padding-bottom: 2px;
	font-size: 14px;
}

table.BookingCalendar th.DayNames
{
	font-weight: bold;
	color: black;
	font-size: 14px;
	background-color: #edf6ff;
	height: 15px;
	width: 25px;
}

table.BookingCalendar td.booked
{
	background-color: #5aaafa;
	color: White;
	text-decoration: line-through;
}

table.BookingCalendar td.reserved
{
	background-color: #caffca;
	text-decoration: line-through;
}


table.BookingCalendar td.showPrice 
{
    text-decoration: none;
    vertical-align: middle;
    height: 70px;
}
table.BookingCalendar td.showPrice .number
{
    font-size: 130%;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

table.BookingCalendar td.showPrice .price
{
    font-size: 80%; 
    color: #333;
    width: 85px; 
    text-decoration: none;
}

table.BookingCalendar td.booked .number 
{
	text-decoration: line-through;
} 


table.BookingCalendar td.booked .price 
{
    text-decoration: none;
    color: White;
}

div.slim table tbody tr td.showPrice div.price
{
   width: 68px; 
}