/**
	Project: Hotel Switch
	File:
	Purpose: 
	Author:
	Version: June 2008

	Copyright (c) 2007-2010 TreKnowledge Technologies Inc., All rights reserved.
*/

/* COMMON STYLES */

body {
	/*background: #fff url(../images/hs_bg.gif) repeat-y scroll 50% 0;*/
	font-family: arial,helvetica,sans-serif;
	font-size: 0.7em;
}

a,
a:visited {
	color: #1c9bfc;
}

ul {
	margin: 0 0 5px 14px;
}

li {
	/*background: transparent url(../images/bullet.gif) no-repeat scroll 0 5px;*/
	list-style-type: none;
	margin-left: -10px;
	padding-left: 10px;
}

input.txt {
	padding-left: 1px;
}

h1 {
	color:#F90;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 14px;
}

strong {
	font-weight: bold;
}

img {
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

fieldset.alioComments
{
    border:1px solid #bf000e;
    padding:0 5px 0 5px;
    margin:0 0 0 0;
}

legend.alioComments
{
	color: #bf000e;
    padding:0 5px 0 5px;
}

input[type=text],
select,
textarea {
	border: 1px solid #999;
}

input[type=text]:focus,
select:focus,
textarea:focus {
	border: 1px solid #000;
}

input[type="radio"] {
	/*margin: 2px;*/
	vertical-align: middle;
}


/* PAGE LAYOUT 
	Structure:
		<div #page>
			<table #pageInner>
				<col .pageInner_c1><col .pageInner_c2>
				<tr>
					<td #pageHeader>
						...
					</td>	
				</tr>
				<tr>
					<td #pageBodyTop>
						...
					</td>
					<td #pageRightSide rowspan=2>
						...
					</td>
				</tr>
				<tr>
					<td #pageBodyBtm>
						...
					</td>
				</tr>
				<tr>
					<td #pageFooter>
						...
					</td>
				</tr>
			</table>
		</div>
*/

div#page {
	position: relative;
	width: 960px;
	margin: 0 auto;
	background: #fff;
}
div#page.sendEmail,
div#page.quoteEmailForm,
div#page.infoEmailForm {
	width: 610px;
}

table#pageInner { /* table */
	width: 100%;
}

table#pageInner col.pageInner_c1 {
	width: 795px;
}

table#pageInner col.pageInner_c2 {
	width: 165px;
}

td#pageHeader,
td#pageBodyTop,
td#pageBodyTopHeader,
td#pageBodyBtm,
td#pageRightSide,
td#pageFooter {
	padding-bottom: 5px;
	vertical-align: top;
}

#pageRightSide {
	padding-left: 5px;
}

/* PAGE HEADER */

div#header {
	position: relative;
	height: 105px;
	/*border: 1px solid #EDA716;*/
	background: url(../images/header.jpg) no-repeat;
}

div#logo
{
	height: 64px;
	/*border: 1px solid #EDA716;*/
	background: url(../images/logo_normal.gif) no-repeat;
}

div#header2 {
	background: transparent url(../images/header_bg.gif) repeat-x scroll center top;
	border-bottom: 1px solid #cecece;
	height: 24px;
	padding: 0;
}

ul#mainMenu,
ul#mainMenu li,
ul#breadcrumbs,
ul#breadcrumbs li {
	padding: 0;
	margin: 0;
}
ul#mainMenu {
	position: absolute;
	right: 15px;
	bottom: 10px;
	z-index: 1;
}
ul#breadcrumbs {
	line-height: 24px;
	margin-left: 10px;
	z-index: 1;
}
ul#mainMenu li,
ul#breadcrumbs li {
	float: left;
	display: list-item;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	background: none;
}

ul#breadcrumbs li {
	color: #555;
}

ul#mainMenu a,
ul#breadcrumbs a {
	display: block;
	color: #000;
	font-size: 12px;
	text-align: center;
}
ul#mainMenu a {
	margin-left: 15px;
	/*font-weight: bold;*/
}
ul#breadcrumbs a {
	color: #555;
	font-size: 0.95em;
	text-decoration: none;
}
ul#mainMenu a:hover,
ul#breadcrumbs a:hover {
	text-decoration: underline;
}

ul#breadcrumbs li.separator {
	padding: 0 10px;
	color: #666;
	font-weight:bold;
}

/* PAGE BODY */

/* INPUT SECTION */

div.inputSection {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #ccc;
	background: #ccc; 
}
div.inputSection table {
	width: 100%;
}
div.inputSection th {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}
div.inputSection th * {
	vertical-align: middle;
}
div.inputSection th a,
div.inputSection th input {
	font-size: 0.9em;
}
div.inputSection th em {
	color: #fff;
	font-weight: bold;
}
div.inputSection th form input {
	font-weight: normal;
}
div.inputSection tbody tr {
	background: #fff;
}
div.inputSection tbody tr.r1 {
	background: #f6f6f6;
}
div.inputSection tbody tr.r2 {
	background: #ececec;
}
div.inputSection td {
	padding: 3px 5px;
	text-align: left;
	vertical-align: top;
}
div.inputSection tr.r1 td,
div.inputSection tr.r2 td {
	font-weight: bold;
	text-align: center;
}
div.inputSection tr.rX td {
	border-top: 1px solid #cecece;
}
div.inputSection tr.r999 td {
	border-top: 1px solid #cecece;
}
div.inputSection td em {
	color: #bf000e;
	font-weight: bold;
}
div.inputSection tfoot td {
	/*border-top: 1px solid #ccc;*/
	background: #fff;
}

/* DATA SECTION */

div.dataSection {
	display: block;
	margin-bottom: 5px;
	border: 1px solid #CDCDCD;
}
div.dataSection table {
	width: 100%;
	background: #f6f6f6;
}
div.dataSection th {
	padding: 3px 5px;
	font-size: 1.1em;
	font-weight: bold;
	vertical-align: middle;
}
div.dataSection th * {
	vertical-align: middle;
}
div.dataSection th a,
div.dataSection th input {
	font-size: 0.9em;
	line-height: 1.4em;
}
div.dataSection th em {
	color: #fff;
	font-weight: bold;
}
div.dataSection th form input {
	font-weight: normal;
}
div.dataSection tr.r1 {
	background: #f6f6f6;
}
div.dataSection tr.r2 {
	background: #ececec;
}
div.dataSection tr.r999 td {
	border-top: 1px solid #fff;
}
div.dataSection td {
	padding: 3px 5px;
	text-align: left;
	vertical-align: middle;
}
div.dataSection tr.r1 td,
div.dataSection tr.r2 td {
	font-weight: bold;
}
div.dataSection tr.rX td {
	border-top: 1px solid #fff;
}
div.dataSection td em {
	color: #bf000e;
	font-weight: bold;
}

div.mapLinkSection {
	text-align:center;
	margin-bottom: 5px;
	font-size:1.1em;
	font-weight:bold;
}

div.labelsLeft td.c1 {
	font-weight: bold;
	text-align: left;
	vertical-align: top;
}
div.labelsLeft td.c2 {
	text-align: left;
	vertical-align: top;
}

div.errors {
	margin: 0 0 5px;
	padding: 3px 5px 3px 35px;
	border: 1px solid #f7f319;
	background: #fbf97f url(../images/warning.gif) no-repeat 5px 5px;
	color: #000;
}
div.errors2 {
	margin: 0 0 5px;
	padding: 3px 5px !important;
	border: 1px solid #f7f319;
	background: #fbf97f;
	color: #000;
}

div.errors h2 {
	font-size: 1.1em;
	padding: 8px 0;
}

div.errors td {
	padding-right: 5px;
}

div.errors ul {
	margin-top: 0;
	margin-bottom: 0;
}

input#traceToggle {
	position: absolute; 
	top: 9px; 
	right: 19px; 
	vertical-align: middle; 
	z-index: 1000;
}
div#page.sendEmail input#traceToggle,
div#page.quoteEmailForm input#traceToggle,
div#page.infoEmailForm input#traceToggle {
	right: 15px;
	top: 6px;
}

/* USER INFO */

div#userLoginCollapsed {
	display: block;
	padding: 7px 5px;
	vertical-align: middle;
	border: 1px solid #CDCDCD;
}

div#userLoginCollapsed a {
	padding-left: 5px;
}

div#userLogin {
	display: block;
	border: 1px solid #CDCDCD;
}

div#userLogin h3 {
	padding: 5px;
	background: #ccc;
	color: #000;
}
div#userLogin h3 a {
	font-weight: normal;
	font-size: 11px;
	padding-left: 5px;
}

div#userLoginBody {
	padding: 5px 5px 0 5px;
	background: #f6f6f6;
}
div#userLoginBody div.userLoginBodySection {
	padding: 0 0 5px 0;
	float: left;
	width: 25%
}

form#loginForm {
	display: block;
}

div.highlightLogin {
	border-color: #b10038 !important;
}

div.highlightLogin h3 {
	background: #b10038 !important;
	color: #fff !important;
}

a#needToVoid {
	display: block;
	padding: 7px 5px;
	text-decoration: none;
	vertical-align: middle;
	border: 1px solid #CDCDCD;
}
a#needToVoid {
	text-align: right;
}
/* SEARCH FORM */

div#changeSearch {
	padding: 5px 5px 10px 5px;
}

div#searchForm {
	padding-bottom: 5px;
}
div#searchForm form {
	display: block;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 1px solid #ccc;
	min-height: 288px;
	vertical-align: middle;
}
div#searchForm.bg1 form {
	background: #e9e9e9;
}
div#searchForm.bg2 form {
	border: 1px solid #CDCDCD;
	background: #f6f6f6;
}
div#searchForm.bg2 .line div {
	border-top: 1px solid #CDCDCD !important;
}
div#searchForm img,
div#searchForm label {
	vertical-align: middle;
}
div#searchForm table {
	width: 100%;
}
div#searchForm th {
	padding: 3px 5px;
	vertical-align: middle;
}
div#searchForm th * {
	vertical-align: middle;
}
div#searchForm th h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
div#searchForm th a.majorBtn,
div#searchForm th a.minorBtn,
div#searchForm th a.disabledBtn,
div#searchForm th input {
	font-size: 1em;
}
div#searchForm th form input {
	font-weight: normal;
}
div#searchForm td {
	text-align: left;
	vertical-align: top;
}
div#searchForm tr.r1 td,
div#searchForm tr.r2 td {
	padding: 1px 0;
}

table#hotelCriteria {
	width: 100%;
}
table#hotelCriteria td.c1 {
	width: 28%;
}
table#hotelCriteria td {
	width: 18%;
}

img#calendarBtn {
	width: 23px;
	height: 17px;
	background: transparent url(../images/calendar.png) no-repeat 0% 50%;
}
* html img#calendarBtn { /* IE6 */
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/calendar.png', sizingMethod='scale');
}

input#checkOutDate {
	background: #f6f6f6;
}

table.roomCriteria {
	position: relative;
	width: 100%;
}
table.roomCriteria td {
	padding-bottom: 5px !important;
}
table.roomCriteria td.c1 { width: 10%; }
table.roomCriteria td.c2 { width: 10%; }
table.roomCriteria td.c3 { width: 20%; }
table.roomCriteria td.c4 { width: 10%; }
table.roomCriteria td.c5 { width: 50%; }

table.roomCriteria td.c1 {
	font-weight: bold;
	vertical-align: middle !important;
}
table.roomCriteria td.c2,
table.roomCriteria td.c3,
table.roomCriteria td.c4 {
	text-align: center;
}
table.roomCriteria td.c5 select {
	margin-right: 5px;
}

div#callUsForPrice {
	display: none; 
	position: relative;
	width: 100%;
	margin-top: 5px;
	padding: 3px 0;
	background: #f6f6f6;
	font-weight: bold;
	text-align: center;
}

h2 {
	padding: 3px 0;
	color: #000;
	font-size: 18px;
	font-weight: bold;
}

/* PAGE FOOTER */

div#footer {
	clear: both;
	display: block;
}

div#footer span {
	padding: 0 10px;
}

div#footer .line div {
	border-top: 1px solid #c0c0c0;
	/*background-color: #c0c0c0;*/
}

div.links,
div.copyright {
	padding-top: 5px;
	text-align: center;
}

/* BENCH */

div.timeToProcess {
	padding: 10px 0;
	font-size: 0.85em;
	text-align: center;
}

/* HOTEL/ROOM SEARCH RESULTS */

div.noResults {
	padding: 20px;
	font-weight: bold;
}

#searchResults table {
	/*border-bottom: 1px solid #fff;*/
}
#searchResults table table {
	border: 0;
}

#searchResults col.t1c1 { width: 65%; background: blue; }
#searchResults col.t1c2 { width: 35%; }

#searchResults col.t2c1 { width: 18%; }
#searchResults col.t2c2 { width: 30%; }
#searchResults col.t2c3 { width: 30%; }
#searchResults col.t2c4 { width: 22%; }

#searchResults col.t3c1 { width: 70%; }
#searchResults col.t3c2 { width: 30%; }

#searchResults th {
	padding: 3px 5px;
	background: #ccc;
	color: #000;
	font-weight: bold;
	vertical-align: middle;
}

#searchResults thead.featuredHotelHeader  th{
	background: #4BCB18;
}

#searchResults thead.hotelsDotComHotelHeader  th{
	background: #EE3424;
}

span.preferedHotelsText 
{
	font-family: MV Boli,cursive;
	font-size: 1.1em;
	font-weight: normal;
	padding-right: 5px;
	color: #bf000e;
}

#searchResults th * {
	/*vertical-align: baseline;*/
}
#searchResults th a,
#searchResults th a:hover {
	color: #000;
}
#searchResults th a,
#searchResults th input {
	font-size: 1em;
}
#searchResults th span {
	font-weight: normal;
}

#searchResults th span.price {
	font-weight: bold;
}

#searchResults td {
	padding: 3px 5px;
	background: #f6f6f6;
}

#searchResults td.t2c1 {
	text-align: center;
	vertical-align: top;
}
#searchResults th.t1c2 { 
	text-align: right; 
}

#searchResults tr.t2rX td { 
	border-top: 1px solid #fff; 
	background: #ececec;
	vertical-align: middle;
}

#searchResults tr.t2rX td.t2c1 { font-weight: bold; }

#searchResults td.t2c4 { text-align: right; }

#searchResults tr.t2rX td td {
	border: 0;
	padding: 0 5px; 
	text-align: right;
}

#searchResults tr.t2rX.grBody td {
	background-color: #e0e0e0;
}

#searchResults tr.t2rX.expanded td {
	background-color: #b2ff94;
}

#searchResults tr.t2rX tr.t3r3 td.t3c2 {
	color: #bf000e;
	font-size: 1.05em;
	font-weight: bold;
}
#searchResults table.t2 ul { 
	margin-top: 0; 
	margin-bottom: 0;
}

#searchResults h3, 
#searchResults p {
	margin-bottom: 5px;
}

#searchResults img.thumbnail {
	padding: 2px;
	border: 1px solid #c0c0c0;
}

td.promos {
	background: #fff !important;
	color: #bf000e;
}

td.promos li {
	background: url(../images/bullet2.gif) no-repeat scroll 0 5px;
}

td.promos h4 {
	background: transparent url(../images/red_tag.gif) no-repeat 0 50%;
	padding-left: 20px;
}

td.specialNotices {
	background: #fff !important;
	color: black;
}

td.specialNotices li {
	background: transparent url(../images/bullet.gif) no-repeat scroll 0 5px;
}

td.specialNotices h4 {
	background: transparent url(../images/exclamation.png) no-repeat 0 50%;
	padding-left: 20px;
}

td.alioComments {
	background: #fff !important;
	color: black;
}

td.alioComments li {
	background: url(../images/bullet.gif) no-repeat scroll 0 5px;
}

td.alioComments h4 {
	background: transparent url(../images/small_star.png) no-repeat 0 50%;
	padding-left: 20px;
}

td.warning {
	background: #fff !important;
	color: #bf000e;
}

table#nightlyPrices {
	border: 1px solid #c0c0c0;
	font-size: 85%;
}
table#nightlyPrices td {
	border: 0 !important;
	padding: 2px !important;
	text-align: center;
	vertical-align: middle;
}
table#nightlyPrices td.header {
	background: #ececec !important;
}
div.oldPrice {
	color: #666;
	text-decoration: line-through;
}
div.free {
	color: #bf000e;
	font-size: 0.9em;
}
div.promoPrice {
	color: #bf000e;
	font-weight: bold;
}

td#moreResults,
td#moreResults * {
	vertical-align: middle;
}

.searchResultsControl {
	/*display: block;*/
}
.searchResultsControl *,
#listOfBookings th * {
	font-weight: normal;
	font-size: 12px;
	vertical-align: middle;
}

#nameFilterBtn {
	font-size: 0.9em;
}

.line {
	clear: both;
	height: 1px;
	padding: 5px 0;
	line-height: 1px;
	font-size: 0;
}
.line div {
	/*background-color: #ccc;*/
	border-top: 1px solid #ccc;
	font-size: 1px;
}

.space {
	clear: both;
	padding-top: 5px;
}

#agents tr.r2 td {
	text-align: left;
}
#agents tr.rX td {
	vertical-align: middle;
}

div.dataSection th {
	background: #ccc;
	color: #000;
}

#rooms td {
	padding: 3px 5px;
	vertical-align: top;
}
#rooms em {
	color: #bf000e;
	font-style: normal;
}
#rooms tr.r1 td {
	background: #ececec;
	font-weight: bold;
}
#rooms tr.r1 td.promos {
	background: #fff;
	font-weight: normal;
}
#rooms tr.rX td {
	border-top: 1px solid #fff;
	background: #f6f6f6; 
}

#rooms tr.rX.expanded td {
	background: #b2ff94;
}

#rooms td.rXc1 {}
#rooms td.rXc2 {}
#rooms td.rXc3 {}
#rooms td.rXc4 {
	text-align: right;
}
#rooms td.rXc4 div {
	white-space: nowrap;
}
#rooms td.rXc5 {	
	color: #bf000e;
	font-size: 1.05em;
	font-weight: bold;
	text-align: right;
}
#rooms td.rXc5 div.oldPrice {	
	color: #666;
	font-weight: normal;
	text-decoration: line-through;
}
#rooms td.rXc6 { 
	text-align: right; 
}

#rooms ul { 
	margin-top: 0; 
	margin-bottom: 0;
}

#hotelInfos td.c1 {
	font-weight: bold;
	vertical-align: top;
}
#hotelInfos td.c2 {
}

table.roomCategories {
	border-collapse: collapse;
}
table.roomCategories td {
	border: 1px solid #c0c0c0;
}
table.roomCategories tr.r1 td {
	background: #ececec;
}
table.roomCategories tr.rX td {
	white-space: nowrap;
}

td.photos {
	padding: 5px;
	text-align: center;
}
td.photos img {
	padding: 2px;
	border: 1px solid #c0c0c0;
	background: #fff;
}

#cities td {
	padding: 5px;
	vertical-align: middle;
}
#cities em {
	color: #bf000e;
	font-style: normal;
}
#cities tr.r1 {
	background: #f6f6f6;
}
#cities tr.r2 {
	background: #ececec;
}
#cities tr.r1 td {
	text-align: center;
}
#cities tr.r1 td,
#cities tr.r2 td {
	font-weight: bold;
}
#cities tr.rX td {
	padding: 3px 5px;
	border-top: 1px solid #fff;
	background: #ccc;
}

#adminSettings col.c1 { 
	width: 25%; 
}
#adminSettings td {
	padding: 3px 5px;
	vertical-align: middle;
}
#adminSettings tr.r999 td {
	border-top: 1px solid #fff;
}

#bookingDetails table {
	background: #f6f6f6;
}
#bookingDetails col.c1 {
	width: 25%;
}
#bookingDetails td {
	padding: 3px 5px;
}
#bookingDetails td.c1 {
	font-weight: bold;
}

#bookingForm table {
	background: #ccc;
}
#bookingForm td,
#bookingVal td {
	padding: 3px 5px;
}
#bookingForm em,
#bookingVal em,
#bookingDetails em {
	color: #bf000e;
	font-style: normal;
	font-weight: bold;
}

#selectedHotel th h2 {
	color: #000;
	font-size: 18px;
	font-weight: bold;
}
#selectedHotel tr.rX td {
	border-top: 0;
}

#searchCriteriaSummary col.c1 { width: 30%; }
#searchCriteriaSummary col.c2 { width: 25%; }
#searchCriteriaSummary col.c3 { width: 15%; }
#searchCriteriaSummary col.c4 { width: 15%; }

#searchCriteriaSummary tr.r1,
#searchCriteriaSummary tr.r3 {
	background: #ececec;
}
#searchCriteriaSummary tr.r2,
#searchCriteriaSummary tr.rX {
	background: #f6f6f6;
}
#searchCriteriaSummary tr.r3 {
	text-align: center;
}
#searchCriteriaSummary tr.r1 td,
#searchCriteriaSummary tr.r3 td {
	font-weight: bold;
}
#searchCriteriaSummary td {
	padding: 3px 5px;
}

div.bookingSubmit table {
	background: #fff !important;
}
div.bookingSubmit th {
	text-align: right;
}
div.bookingSubmit th * {
	vertical-align: middle;
}

#agreeTermsAndConds,
#agreeTermsAndConds a {
	color: #000;
}
#agreeTermsAndConds a {
	margin-right: 10px;
}

tr.commissionFields td {
	background: #eaeaea !important;
}
tr.commissionFields input[type="text"] {
	text-align: right;
}

.specificRequest {
	vertical-align: middle;
}

#sendToFriend {
	font-weight: normal;
	font-size: 0.9em;
}

#hotelInfos form table td {
	background: #ccc;
}

#emailPage {
	width: 600px;
	padding: 5px;
}

.required {
	padding-left: 12px;
	background: transparent url(../images/required.png) no-repeat 0% 50%;
}
* html .required { /* IE6 */
	/*
	background: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/required.png', sizingMethod='scale');
	*/
	background: transparent url(../images/required.gif) no-repeat 0% 50%;
}

#searchSummary td {
	background: #ececec;
	padding: 3px 5px;
	/*border-bottom: 1px solid #fff;*/
	text-align: center;
	vertical-align: top;
}

td#pricesNetInclTx {
	font-weight: bold;
	text-align: right;
}

div.money {
	width: 100px; 
	text-align: right;
}
div.total {
	border-top: 1px solid #000;
	font-weight: bold;
}

#paymentMethodContainer {
	padding-bottom: 3px;
	border-bottom: 1px solid #c0c0c0;
}
#paymentMethodContainer input,
#paymentMethodContainer label {
	vertical-align: middle;
}
#paymentMethodContainer input[type=radio] {
	/*vertical-align: bottom;*/
}

#bookWithCancelOptContainer {
	padding-top: 5px;
}
#bookWithCancelOptContainer p {
	padding: 5px 0 5px 35px;
}

.status_C,   /* Confirmed */ 
.status_CP,  /* Confirmation Pending */
.status_PA,  /* Paid */
.status_PP,  /* Payment Pending */
.status_RJ,  /* Refused */
.status_VD,  /* Voided */
.status_X,   /* Canceled */
.status_XP,  /* Cancellation Pending */
.status_XR   /* Cancellation Refused */ { 
	background: #1c9bfc !important;
	color: #fff;
	font-weight: bold;
}

#bookingSearchForm col.c1 {
	width: 30%;
}
#bookingSearchForm col.c2,
#bookingSearchForm col.c3 {
	width: 25%;
}
#bookingSearchForm td {
	vertical-align: middle;
}

#listOfBookings td {
	vertical-align: middle;
}

/* IMPORTANT NOTICES */

div.noticeBox {
	display: none;
	position: fixed;
	top: 30%;
	left: 30%;
	width: 300px;
	overflow: hidden;
	text-align: left;
	z-index: 1000;
}

* html div.noticeBox { /* IE6 */
	position: absolute;
	margin-top: auto;
}

div.noticeBoxContent {
	border: 3px solid #ccc;
	padding: 5px;
	background-color: #ccc;
}

div.shimBlocker {
	height: 999px;
	width: 999px;
	position: absolute;
	top: 0; 
	left: 0;
	overflow: hidden;
	z-index: 1;
}

iframe.shim { 
	height: 999px;
	width: 999px;
	position: absolute;
	top: 0; 
	left: 0;
	border: 0;
	background: #fff;
	z-index: -1;
	filter:alpha(opacity=0);  /* IE6 */
	line-height: 0;
	overflow: hidden;
	visibility: visible;
}

div.noticeBox h2 {
	padding-bottom: 5px;
}

div.important {
	border: 3px solid #b10038;
	padding: 5px;
	background-color: #fff;
}

/* BUTTONS */

input.minorBtn, a.minorBtn, a.minorBtn:visited,
input.disabledBtn, a.disabledBtn, a.disabledBtn:visited {
	background: #f3f3f3 url(../images/buttonBg.png) repeat-x scroll left top;
	border: 1px solid #909090;
	color: #000;
	font-weight: normal;
}

input.minorBtn:hover, a.minorBtn:hover {
	background-image: none;
}

input.disabledBtn, a.disabledBtn, a.disabledBtn:visited {
	color: #909090;
}

input.majorBtn, a.majorBtn, a.majorBtn:visited {
	background: #4bcc18 url(../images/buttonBg3.png) repeat-x scroll left top;
	border: 1px solid #348d12;
	color: #fff;
	font-size: 1.1em;
	font-weight: bold;
}
input.majorBtn.red, a.majorBtn.red, a.majorBtn.red:visited {
	background: #cc1818 url(../images/buttonBg4.png) repeat-x scroll left top;

	border: 1px solid #7F0000;
}

input.majorBtn:hover, a.majorBtn:hover {
	background-image: none;
}

input.minorBtn, a.minorBtn, a.minorBtn:visited,
input.disabledBtn, a.disabledBtn, a.disabledBtn:visited,
input.majorBtn, a.majorBtn, a.majorBtn:visited {
	display: inline-block;
	padding: 2px 5px;
	text-decoration: none;
	white-space: nowrap;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

/* PAGINATION */

#pagination {
	padding: 5px;
	background: #c0c0c0;
}

#pagination table { /* table */
	height: 30px;
	margin: 0 auto;
}
#pagination td {
	text-align: center;
	vertical-align: middle;
}
#pagination a { 
	color: #000;
	padding: 0 5px;
}
#pagination td {
	font-weight: bold;
}
#pagination td.pageList {
	font-weight: normal;
	padding: 0 10px;
}

/* DEBUG TRACES */

.printVar {
	display: none;

	width: 600px;
	padding: 5px 5px 15px;
}

.printVar h3 {
}

.printVar p {
	color: #c00;
	font-weight: bold;
}

.printVar pre {
	font-size: 12px;
	padding: 0;
	margin: 0;
	background: #f0f0f0;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 18px;
	width: 600px;
	overflow: auto; /* if the code exceeds the width, a scrolling is available */
	overflow-Y: hidden;  /* IE */
}

.printVar textarea {
	width: 100%;
	height: 200px;
}

/*---------------------------------------------------------------
	Loading indicator and overlay
---------------------------------------------------------------*/

#overlay {
	background: #fff;
	filter: alpha(opacity=60); /* IE */
	height: 100%;
	left: 0;
	opacity: 0.8;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10;
}

#overlay div {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

/*
	LOADING INDICATORS
	
	Loading element:
		<div id="loading" style="display:none;">
			<div>
				Loading...
				<br/>
				<img src="images/fading_squares.gif" alt=""/>
			</div>
		</div>
*/
#loading {
	position: fixed;
	top: 5%;
	left: 40%;
	min-width: 250px;
	min-height: 150px;
	border: 3px solid #424242;
	background: #fff;
	color: #000;
	cursor: wait;
	text-align: center;
	z-index: 1000;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
* html #loading { /* IE6 */
	position: absolute;
	margin-top: auto;
}

#loading div {
	height: 100%;
	padding: 20px;
	font-size: 1.5em;
	font-weight: bold;
}

#loading img {
	padding-top: 30px;
}

.ajaxLoading {
	padding-left: 20px;
	background: transparent url(../images/ajax_loading.gif) no-repeat 0% 50%;
}

/* STAR RATING */
span.rating {
	display: inline;
	padding-bottom: 2px;
	margin-left: 5px;
	white-space: nowrap;
}
img.star,
img.halfStar {
	height: 12px;
	width: 12px;
	background-position: 50%;
	background-repeat: no-repeat;
	vertical-align: baseline;
}
img.star {
	background-image: url(../images/star.png);
}
img.halfStar {
	width: 14px;
	background-image: url(../images/half_star.png);
}
* html img.star,
* html img.halfStar { /* IE6 */
	background-image: none;
}
* html img.star { /* IE6 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/star.png', sizingMethod='scale');
}
* html img.halfStar { /* IE6 */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/half_star.png', sizingMethod='scale');
}

/* READ-ONLY FIELDS */
input#checkOutDate {
	background: #e9e9e9;
}
input#netCost,
input#agentProfit,
input#commission_disabled,
input#totalCost {
	background: #EAEAEA;
}

/* AGENT PAYMENT / CANCEL FORMS */

div#payOrCancel {
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #ccc;
	background: #e9e9e9;
}

div#payOrCancel label {
	vertical-align: middle;
}

/* BOOKING TERMS & CONDITIONS */
div#bookingTerms {
	margin-top: 5px;
}

div#bookingTerms ul {
	padding: 0;
	margin: 0 0 5px 14px;
}

/*---------------------------------------------------------------
	Performance statistics
---------------------------------------------------------------*/

a#statsToggle {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	z-index: 9999;
	background: transparent;
	text-decoration: none;
}

a#statsToggle:hover {
	background-color: #bf0000;
	color: #000;
	cursor: default;
	text-decoration: none;
}

div#stats {
	position: absolute;
	left: 0px;
	top: 10px;
	z-index: 9999;
	padding: 5px;
	border: 2px solid #bf0000;
	background-color: #fff;
	color: #000;
}

