body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

.top_menu {
font-style: normal; 
font-weight: normal; 
font-size: 11px; 
color: #ffffff;
 }

.botton_menu {
	font-weight: normal;
	font-size: 11px;
	color: #666666;
 }
 
 .Header {
	font-weight: bold;
	font-size: 11px;
	color: #666666;
 }
 
  .Standard_Text {
	font-weight: normal;
	font-size: 11px;
	color: #000000;
 }
 
  .Hyper_Link {
	font-weight: normal;
	font-size: 11px;
	color: #000066;
	text-decoration:underline
 }
 
  .Main_Header {
	font-weight: bold;
	font-size: 11px;
	color: #000033;
 }
 TD.booking_available {
    background-color: #00CC99;
    height: 25px;
cursor:pointer;
cursor:hand; 
}


TD.booking_taken {
    background-color: #D0D8E8;
    height: 25px;
}

TD.booking_booked {
    background-color: #1478B2;
    border-color : #CC0000;
    border-width : 1px;
    height: 25px;
}