.print_only, .print_only_over {
	display: none;
}

.booking_confirmation {
  display: none;
}
/* COMMON TEMPLATE COMPONENTS */
body {
  margin: 0px 0px 0px 0px;
  font-family: "trebuchet ms", arial, helvetica, sans-serif;
  font-size: 11px; 
  color: #333333;
  padding: 0px 0px 0px 0px;
}

#mainwrapper {
  width: 735px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: 50px;
  margin-bottom: 0px;
}

#wrapper {
  position: relative; 
  border: 1px solid #666666;
  margin: 5px 0px 0px 0px;
  padding: 5px 5px 5px 5px;
  width: 725px;
}

#header {
  height: 82px;
  margin-bottom: 0px;
}

#content {
  margin: 0px;
  padding: 0px;
}

.title_bar {
  font-family: courier new;
  font-size: 19px;
  padding-top: 12px;
  padding-bottom: 11px;
  padding-left: 13px;
  position: absolute;
  top: 36px;
  left: 139px;
  width: 575px;
  font-weight: bold;
}

#footer {
	font-family: arial, helvetica, sans-serif;
	font-size: 10px;
	position: relative;
	height: 10px;
	padding: 10px 0px 10px 0px;
	width: 735px;
}	

#footer a {
	color: #999999;
	text-decoration: none;
	display: inline;
}

#copyright {
	color: #999999;
	position: absolute;
	top: 10px;
	left: 5px;
}

#by {
	position: absolute;
	left: 238px;
}

#legal_links {
	text-decoration: none;
	position: absolute;
	top: 10px;
	right: 5px;
}


/* COMMON ELEMENTS */
h2 { font-size: 12px; margin-bottom: 8px; }
h3 { font-size: 1.2em; margin-bottom : 5px;}
h4 { font-size: 1.0em; color : #3399FF; }

h1 {
	font-weight : bold;
	font-size : 14px;;
}

h1 a, h2 a, h3 a {
	text-decoration : none;
}

ul {
	margin : 5px 5px 5px 18px;
  padding: 0px;
}

a {
	color : #003366;
}

input, textarea {
	border: 1px solid black;
  font-family: "trebuchet ms", arial, verdana, sans-serif;
}

input.noborder {
    border: 0px;
}

table {
	border-collapse: collapse;
}

table th h1 {
  padding: 0px;
  margin: 0px;
}

div.stretcher {
  clear : both;
}

.form {
  border: 1px solid #333333;
  margin-left: 290px;
  text-align: center;
  font-family: trebuchet ms;
}

.form table th {
  text-align: right;
  vertical-align: top;
  padding: 5px;
}

.form table td {
  text-align: left;
}

.form_button {
  padding-top: 10px !Important;
}

.leftimg {
    float: left;
}


optgroup {
	font-weight: bold;
	font-style: normal;
}
