body
{
	margin:0px;
	padding:0px;
}
#divAll {
	width: 100%;
}
/* header */
#divHeader	{
	width:100%;
	background-image:URL(../images/header/repeatingBackground.gif);
	background-repeat:repeat-x;
	height:126px;
	border-collapse:collapse;
}
#printBanner {
	display:none;
	
}
#divHeaderText {
	position: absolute;
	left: 220px;
	top: 45px;
	z-index:999;
	font-family: "Garamond","Times New Roman",sans-serif;
	color:RGB(20,32,98);
	font-weight:bold;
}
#divLogo
{
	width: auto;
	text-align: center;
	vertical-align: top;
}
#drdlogo
{
	width: 255px;
	text-align: left;
}
	
.headerText1 {
	font-size: 25px;
}
.headerText2 
{
	margin: 0 0 0 70px;
	font-size: 30px;
}
#divRightBanner {
	width:275px;
	text-align: left;
	
}
#divHeader img {
	display: block;
	
}
/* top menu */
#divMenuBar {
	width:99.3%;
	height:24px;
	background-color:#016898;
	font-family: "Trebuchet MS","Arial",sans-serif;
	font-size:0.8em;
	font-weight:bold;
	color:white;
	padding-left:6pt;
}
#divMenuBar a {
	color: white;
	text-decoration:none;
}
#divMenuBar a:Hover {
	text-decoration:underline;
	color: #FEBA35;
}
#hdrSearch {
	top:5pt;
	left:2pt;
	position:relative;
	font-weight:bold;
	color:white;
	height:12pt;
	width:80pt;
	text-align:center;
	background-color:RGB(102,102,102);
}
#searchBox {
	float:right;
	font-weight:bold;
	font-size:1em;
	margin-right:3pt;
}
#searchInput {
	font-size:xx-small;
	height:12pt;
}
#searchCriteria {
	width:100px;
}
#buttonSearch {
	margin:0;
	border:0;
	height:18px;
	background-color:transparent;
	color:white;
	cursor: pointer;
	font-weight:bold;
}
#frmSearch {
	margin:0;
	border:0;
}
#qt {
	height:18px;
}
#horizList li
{
	display:inline;
	padding:0;
	margin:0;
}
#horizList
{
	padding:0;
	margin:0;
}
/* main content */
#divBody {
	width: 100%;
	padding-top:5pt;
	padding-bottom:18pt;
}
#divMainContent {
	min-height:700px;
	padding-left: 10pt;
	padding-right: 10pt;
}
#divContentHolder {
	border-color: RGB(222,226,241);
	border-style:solid;
	border-width:thin;
	min-height:500px;
	padding:2px;
}

.lblBookingInfo
{
	font-weight:bold;
	font-size:1.1em;
}

