body {
	padding: 0;
	margin: 0;
}

h1 {
	text-align: left;
	padding: 0.5em;
}

.smaller {
	font-size: 11px;
}

/************************** Main containing table */

#sc_pagewidth {
	width: 500px;
	margin: 0;
	border: none;
}

#sc_content {
	margin:0;
	padding: 0;
}

/*************************** Search results */

.results_table td {
	padding: 4px;
	border-bottom: 0px solid silver;
	font-size: 12px;
}

.results_table select {
	font-size: 12px;
}

#results_box {
	background-color: #D9E2E1;
	border-top: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
}

.date_field {
	background-color: #FFF;
	border-top: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 3px;
	width: 90px;
	display: block;
	float: left;
}

.date_field_gray {
	color: #708090;
	border-top: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 3px;
	width: 90px;
	display: block;
	float: left;
}

.date_field_noborders {
	background-color: #FFF;
	border-top: 0px solid #D4D0C8;
	border-left: 0px solid #D4D0C8;
	border-bottom: 0px solid #808080;
	border-right: 0px solid #808080;
	padding: 3px;
	width: 120px;
	display: block;
	float: left;
}

.date_field_long {
	background-color: #FFF;
	border-top: 1px solid #D4D0C8;
	border-left: 1px solid #D4D0C8;
	border-bottom: 1px solid #808080;
	border-right: 1px solid #808080;
	padding: 3px;
	width: 180px;
	display: block;
	float: left;
}

/************************** Calendar styles */

.avail_calendar_caption img {
	margin: 2px;
	display: block;
}

.avail_calendar td.start_a {
	background-image: url(../images/start_a.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}

.avail_calendar td.start_c {
	background-image: url(../images/start_c.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}

.avail_calendar td.start_p {
	background-image: url(../images/start_p.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}

.avail_calendar td.end_a {
	background-image: url(../images/end_a.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}

.avail_calendar td.end_c {
	background-image: url(../images/end_c.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}

.avail_calendar td.end_p {
	background-image: url(images/end_p.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}

.avail_calendar_startdate_confirmed_sq, .avail_calendar_enddate_confirmed_sq {
	cursor: pointer;
}

.ajax_verify {
	text-align: center;
	padding-top: 25px;
}

.ajax_help {
	text-align: center;
}

/******************************** Error box */

.error_box {
	border: 1px solid red;
	background-color: #FFFFCC;
	padding: 8px 8px 8px 30px;
	margin: 0.5em;
	background-image: url(../../images/icon-warning.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

.error_without_excl {
	border: 1px solid red;
	background-color: #FFFFCC;
	padding: 8px 8px 8px 30px;
	margin: 0.5em;
}

.error_exclamation_mark {
	border: 0px solid red;
	padding: 8px 8px 8px 10px;
	background-image: url(../../images/icon-warning.gif);
	background-repeat: no-repeat;
	background-position: 2px 2px;
}

/****************** Don't show blue provisional dates */
/*.avail_calendar td.avail_calendar_provisional {
	background-color: #D35146;
}

.avail_calendar td.avail_calendar_startdate_provisional {
	background-image: url(../images/bg-startdate_confirmed_rcv.gif);
	background-color: #D35146;
}

.avail_calendar td.avail_calendar_enddate_provisional {
	background-image: url(../images/bg-enddate_confirmed_rcv.gif);
	background-color: #D35146;
}

.key_selected {
	height: 40px;
	padding: 0 5px;
	border: 1px solid #000;
	background-color: #FFD700;
	display: inline;
	margin: 0 3px;
}*/


/* Selected dates */

/*.sel_start {
	background-image: url(../images/start_a.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}

.sel_end {
	background-image: url(../images/end_a.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 20px;
	background-color: #66CC66;
}*/

.sel_day {
	background-color: gold;
}

/**************************************** Chalet model tabs */

#pax_tabs {
	border-bottom: 2px solid #006AB8;
	clear: both;
	float: right;
	width: 100%;
}

#pax_tabs ul {
	list-style-type: none;
	margin: 0;
	padding: 3px 0 0 0;
	text-align: center;	
}

#pax_tabs ul li {
	list-style-type: none;
	text-align: center;
}

#pax_tabs ul li.active_link a:link, #pax_tabs ul li.active_link a:visited, #pax_tabs ul li a:hover {
	display: block;
	float: left;
	width: 115px;
	padding: 3px 0;
	margin-left: 4px;
	background-image: url(../images/pax-tab-on.png);
	color: #FFF;
	text-decoration: none;
}

#pax_tabs ul li.active_link a:hover {
	cursor: default;
}

#pax_tabs ul li a {
	display: block;
	float: left;
	width: 115px;
	padding: 3px 0;
	margin-left: 4px;	
	background-image: url(../images/pax-tab-off.png);
	color: gray;
	text-decoration: none;
}


/* Redesign */
/*.a_a_y div.y, 
.a__y div.y,
.a_b_y div.y,
.b_a_y div.y,
.bp_a_y div.y,
.a_bp_y div.y,
.a_as_y div.y 
{
	position: absolute;
	float: left;
	height: 3px;
	background-color: #3F29AC;
	width: 35px;
}*/

.a_a_y div.y, 
.a__y div.y,
.a_b_y div.y,
.b_a_y div.y,
.bp_a_y div.y,
.a_bp_y div.y,
.a_as_y div.y
{
	float: none;
	height: 3px;
	background-color: #3F29AC;
	width: 100%;
}


.ajaxkeycontainer abbr { border: none; }

.avail_calendar_caption {
	background-color: #ECE8E8 !important;
	border: none!important;
}

.sc_datelimited {
	background-color: #D9E2E1; 
	padding: 5px; 
	border: 1px solid gray;
}