﻿#bookingsearch 
{
	position: absolute;
	top: 230px;
	left: 180px;
	width: 700px;
	height: 1100px;
	border: none 1px red;
	color: #666666; 
	font: 11px geneva, verdana, arial, sans-serif;
	font-weight: bold;
}

.BookingData
{
	font-weight: bold;
}

.BookingDataLink
{
	font-weight: bold;
	color: darkred;
	text-decoration: underline;
	cursor: pointer;
}

.BookingLabel
{
	font-weight: bold;
	color: White;
	background-color: #b7b6b6;
}

.BookingLabel2
{
	font-weight: normal;
}

.BookingMain 
{
	color: #666666; 
	font: 11px geneva, verdana, arial, sans-serif;
	font-weight: bold;
	
}

.BookingPanel
{
	border: solid 1px lightgrey;
}

.BookingSectionHeader
{
	font-size: 14px;
	font-weight: bold;
	color: #29517b;
	text-decoration: underline;
}
	
