/* css_default.css
	Styles for the home page
	
	Copyright Brian Horisk Ltd 4/4/2006

Text sizes are set using em for accessibility reasons
		
	Colour Scheme
*/

/* Text format
Set up a standard text format here and change it accordingly where required.
	Dark Green: #053A15
	Dark Beige: #BAB38F
	Light Beige: #D1CBAB
	

 */
 
/* Body of the doc - margin and padding set to 0 to override different browser defaults */
body {
	margin:0;
	padding:0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align:center;
	background-color: rgb(238,233,219);
	background:  url('../images/background_shadow_ff_960.gif');
	background-position: top center;
	background-repeat: repeat-y;
	
	
}

form {
	margin: 0;
	padding: 0;
}

img {
	border-style: none;
    /*display: block;*/
    margin-left: auto;
    margin-right: auto;
}

#wrapper {
	margin: 0;
	padding: 0;
	width: 962px;
	margin-left: auto;
    margin-right: auto;
	text-align:left;
}

#header {
	margin: 0 0;
	top: 30px;
	position: absolute;
	/* z-index: 1; */



}

#header img { margin: 0;
		padding: 0;
		}

#action_bar {
	display: block;
	height: 30px;
	background-color: #ac782d;
	color: #FFF;
	padding: 4px 10px 0px 10px;
}

#login_bar {
	float:right;
	border-left: 1px solid #CCC;
	padding: 0px 4px 0px 4px;
}

#avail_bar h1, #login_bar h1 {
	margin: 0;
	font-size: .8em;
	color: #FFF;
	display: inline;
	padding-left: 10px;

}	

#avail_bar form, #login_bar form {

	display:inline;
}



#avail_bar a, #login_bar a { color: #FFF;
				font-weight: bold;}
				
#avail_checker, #avail_pod {
	background: #FFFFFF; /* #A7B8CC; */
	width: 250px;
	margin: 3px;
	padding: 0;
	padding-bottom: 2px;
    position: absolute;
	z-index: 2;
	left: 690px;
	top: 0;
	border: 1px solid #5A799F;
	
}

#avail_pod {
	left: 580px;
	width: 100px;	
}

#avail_pod input {
	margin-left: 6px;
	
}
#avail_checker td {
	font-size: 75%;
}

#avail_checker h1, #avail_pod h1 {
	color: white;
	font-size: 80%;
	background-color: #5A799F;
	padding: 4px 4px 4px 10px;
	margin: 0;
}

#avail_checker p,  #avail_pod p, #login_bar p {

	font-size: 70%;
	padding: 4px 4px 0 10px;
	margin: 0;
	line-height: 150%;
}


#avail_checker a {
	color: #5A799F;
	font-weight: bold;
	text-decoration: none;
}

#avail_checker a a:visited {
	color: #5A799F;
}

#avail_checker a:hover {
	color: #5A799F;
	font-weight: bold;
	text-decoration: underline;
}

#toplinks { 
position: absolute;
		top: 0;
		
		width: 750px;
		z-index: 3;
		text-align: right;
		padding: 4px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: .7em;
		color: white;
}

#toplinks a {
	color: white;
	text-decoration: none;
	}

#toplinks a:visited {
	color: white;
	text-decoration: none;
}
#toplinks a:active {
	text-decoration: underline;
}
#toplinks a:hover {
	text-decoration: underline;
}

#main_nav { /* position: absolute;
			top: 159px; */
			width: 960px;
			/* height: 30px; */
			background-color: white;
			color: #0F3A6F;
			font-family: Verdana, Arial, Helvetica, sans-serif;
			font-size: .8em;
			text-align: center;
}




.side_col {
	width: 176px;
	text-align: left;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	color: #333333;
	
}

.side_col table { font-size: 80%; }

#left_col {

	
	left: 0;
	margin-left: 0;
	margin-top: -141px;
	float: left;
	
}



#banner_img {
	margin: 0 0 0 175px;

	
	
	
}

#content {
	position: absolute;
	/* top: 341px; */
	margin-left: 201px;
	padding-top: 15px;
	width: 750px;
	font-size: 75%;
	line-height: 1.4;
	color: #666666;
	/* background: url('images/SmtxSnowlogobg.jpg'); */
	background-repeat: no-repeat; 


}

#content table  { font-size: 100%; }

#content table table { font-size: 100%; }

#content table table table { font-size: 100%; }

#content img {
	border: 3px solid #A7B8CC;
}

#content h1 {
	font-size: 140%;
}

#content h2 {
	font-size: 120%;
	padding-top: 20px;
}

#content h3 {
	font-size: 110%;
}


.caption {
	text-align: center;
	font-size: 80%;
	font-weight: bold;
}



#content li {
	margin-top: 10px;
}

.avail_table {
	font-size: 90%;
	margin-top: 10px;
	
}

.avail_table th, .plan_table th {
	color: white;
	background-color: #5A799F;
	font-size: 90%;
	
}

.avail_table th h1 {
	margin: 0;
	padding: 0;
}

.avail_table tr {
	background-color: #D7DEE8;
	padding: 2px;
	font-size: 90%;
}

.avail_table_alt_row td {
	background-color: #CEDCEF;
}

.avail_table_lowlite td {
	background-color: #999999;
	padding: 2px;
}


.offer {
	color: red;
	font-weight: bold;
}

.smitten_error {
	color: red;
	font-weight: bold;
}


#content a:link {
	color: #0F3A6F;
	text-decoration: underline;
}

#content a:visited {
	color: #0F3A6F;
	text-decoration: underline;
}

#content a:active {
	color: #0F3A6F ;
	text-decoration: underline;
}
#content a:hover {
	color: #0F3A6F;
	text-decoration: underline;
}

#content .readon-home:link, #content .readon-news:link {
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: none;
}

#content .readon-home:visited, #content .readon-news:visited {
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: none;
}

#content .readon-home:active, #content .readon-news:active{
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: underline;
}

#content .readon-home:hover, #content .readon-news:hover{
	color: #CB9B33;
	text-transform: uppercase;
	text-decoration: underline;
}




/*
#avail_pod, #short_break_pod {
	background: #A7B8CC;
	width: 175px;
	
	margin: 10px 0 0 0;
	padding: 0;
}


#avail_pod {
	
	padding: 0 0 10px 0;
}



#short_break_pod {
	background: url('../images/short_break_pod.jpg');
	color: white;
	height: 139px;
}

#avail_pod h1, #short_break_pod h1 {



	color: white;
	font-size: 80%;
	background-color: #5A799F;
	padding: 8px 4px 8px 10px;
	margin: 20px 0 0 0;
}

#avail_pod p {

	font-size: 75%;
	padding: 6px 4px 0 4px;
	margin: 0;
	line-height: 150%;
}

#short_break_pod p {

	font-size: 75%;
	padding: 4px 10px 0 60px;
	margin: 0;
	line-height: 150%;
	text-align: right;
}

#avail_pod a, #short_break_pod a {
	font-weight: bold;
	text-decoration: none;
}

#short_break_pod a, a:hover, a:visited {
	color: white;
}

#avail_pod a:hover, #short_break_pod a:hover {
	font-weight: bold;
	text-decoration: underline;
}

*/

.advert_pod {
	text-align:center;
	margin: 20px auto;

}



.clear {
	clear: both;
}

.noborder img {
	border-style:none;
	border-width: 0;
	margin: 0;
	padding: 0;
}

/* Used in left and right cols
- Main h1 defined elsewhere */


.side_col h2 {
	font-size: 63%;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0;
	padding: 8px 4px 0 4px;
}

.side_col p {
	
	padding: 4px;
	font-size: 63%;
}



.side_col ol {
	font-size: 63%;
	padding-left: 0;
	margin-left: 25px;
}

.side_col img {
	

}

.side_col a:link {
	color: #333333;
	text-decoration: underline;
}

.side_col a:visited {
	color: #333333;
	text-decoration: underline;
}

.side_col a:active {
	color: #333333;
	text-decoration: underline;
}
.side_col a:hover {
	color: #333333;
	text-decoration: underline;
}

#footer {
	width: 735px;
	margin-bottom: 10px;
	color: #0F3A6F;
	text-align: center;
	font-size: 90%;
	
}

#footer a {
	color: #0F3A6F;
	text-decoration: none;
}

#footer a:link {
	color: #0F3A6F;
	text-decoration: none;
}

#footer a:visited {
	color: #0F3A6F;
	text-decoration: none;
}

#footer a:active {
	color: #0F3A6F;
	text-decoration: underline;
}
#footer a:hover {
	color: #0F3A6F;
	text-decoration: underline;
	
}


/* Left Naviagtion */
#mainlevelleftnav {
	width: 175px;
	padding: 0;
	margin: 0;
	text-align: left;
	padding: 0;
	margin: 0;
	
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	color: #0F3A6F;
	font-size: 80%;
	
	
}

#mainlevelleftnav li {
	border-bottom-style: dotted;
	border-bottom-color: #B4AE92;
	border-bottom-width: 1px;
}






#mainlevelleftnav a {
	/* cursor: pointer; */
	display: block;
	padding: 11px 0 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
	background-color: #AD782E; 
	
	
	/* background-color: #AD782E; */
	
}



#mainlevelleftnav a:visited {
	text-decoration: none;
	color: #FFFFFF;

}

#mainlevelleftnav  a:active {
	text-decoration: none;
	background-color: #9B8F7F;
	} 
#mainlevelleftnav  a:hover {
	text-decoration: none;
	background-color: #9B8F7F;
	} 
	
#active_menuleftnav {
	background-color: #E1DAB6;
}


.leftnavinactive {
	
	display: block;
	padding: 11px 0 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	
	background-color: #82643A; 
} 

#mainlevelleftnav a.leftnavactive {
	
	display: block;
	padding: 11px 0 5px 10px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	background-color: #9B8F7F; 
} 

#mainlevelleftnav ul {
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
}

#mainlevelleftnav ul li {
	padding: 0 0 0 10px;
	margin: 0;
	text-align: left;
	list-style-type: none;
	list-style-position: outside;
	display: block;
	text-decoration: none;
	border-top: none;
	border-bottom: none;
}

#mainlevelleftnav ul li a {
	/* cursor: pointer; */
	display: block;
	padding: 1px 0 2px 5px;
	color: #0F3A6F;
	text-decoration: none;
	font-weight: normal;
	
}

#mainlevelleftnav ul li a:visited {
	text-decoration: none;
	color: #0F3A6F;

}

#mainlevelleftnav ul li  a:active {
	text-decoration: underline;
	background-color: #E9E5CF;
	} 
#mainlevelleftnav ul li  a:hover {
	text-decoration: underline;
	background-color: #E9E5CF;
	} 
	
#mainlevelleftnav ul li #active_menuleftnav {
	background-color: #E9E5CF;
	text-decoration: none;
	font-weight: bold;
}

.navsmall { font-size: 90% }


/* NEw Top Nav */
#topnav {

	text-align: left;
	padding: 0px 10px 0px 0px ;
	margin: 144px 0 0 0;
	height: 38px;
	
	text-align: left;
	white-space: nowrap;
	background-color: white;

	
	text-decoration: none;
	color: #0F3A6F;
	
}

#topnav li {
	display: block;
	float: left;
	text-align: center;
	list-style-type: disc;
	border-right: 1px solid;
	padding: 4px 9px 4px 9px;
	background-color: white;
	height: 32px;
}



#topnav a {
	/* cursor: pointer; */
	display: block;
	padding: 0 10px 0 10px;
	color: #0F3A6F;
	text-decoration: none;
	font-weight: bold;
}

#topnav a:visited {
	text-decoration: none;
	color: #0F3A6F;

}

#topnav a:active {
	text-decoration: none;
	color: #BAB38F;
	} 
#topnav a:hover {
	text-decoration: none;
	color: #BAB38F;
	} 
	
#topnav li.topnav-selected {
	background-color: #ac782d;
	color: #FFF;
}

#topnav li.topnav-selected a {
	
	color: #FFF;
}
	
/* Active Element */
#topnav_active a:visited  {
	color: #BAB38F;
}


.button {
   padding : 2px;
   text-decoration : none;

	background:#5A799F;
   color : #FFFFFF;
   border-top : 1px solid #eaedf4;
   border-left : 1px solid #eaedf4;
   border-bottom : 1px solid #224059;
   border-right : 1px solid #224059;

}
.buttonDown {
	 padding : 2px;
   text-decoration : none;
	background:#6790C2;
   border-bottom : 1px solid #eaedf4;
   border-right : 1px solid #eaedf4;
   border-top : 1px solid #224059;
   border-left : 1px solid #224059;
  cursor: hand;

}

.errorList {
	color:red;
	font-weight: bold;

}

.form_field_hilite {
	background-color: yellow;
}

a.info{
    font-size: 1.1em;
	color: #FFF !important;
	position:relative; /*this is the key*/
    z-index:24; background-color:#AD782E;
    color:#000;
	padding: 4px; 
	margin: 4px;
    text-decoration:none;
	display: block;
	width: 10px;}

a.info:hover{z-index:25; background-color:#ff0}

a.info span{display: none}



a.info:hover span{ /*the span will display just on :hover state*/
    display:block;
    position:absolute;
    top:2em; left:2em; width:15em;
    border:1px solid #9E9B7D;
    background-color:#E1DFC3; color:#000;
    text-align: left;
	padding: 5px;
	text-decoration: none;}
	
.clickprice a {
	padding-left: 2px;
	padding-right: 2px;

}

.clickprice a:hover {
	background-color: #AD782E;
	color: white;

}


.hilite_row td, .hilite_row td a:hover {
                background-color: #AD782E;
                color: white;
            }

			
					
#shadow-container {
	position: relative;
	left: 3px;
	top: 3px;
	margin-right: 3px;
	margin-bottom: 3px;
	width:70%;
	
}
 
#shadow-container .shadow2,
#shadow-container .shadow3,
#shadow-container .comment {
	position: relative;
	left: -1px;
	top: -1px;
	
}
 
	#shadow-container .shadow1 {
		background: #F1F0F1;
		
	}
 
	#shadow-container .shadow2 {
		background: #DBDADB;
		
	}
 
	#shadow-container .shadow3 {
		background: #B8B6B8;
		
	}
 
	#shadow-container .comment {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:1.1em; 
		border:1px solid #cccccc;
		padding-right:20px;
		background-color: white;
		padding-bottom:5px;
	}
	.quote {
	background: url('../images/quote.png');
	background-repeat: no-repeat;
	background-position:0 0;
	padding: 5px 5px 0 60px;
	}
	
	
	
	.subsummary td, .subsummary th {
		background-color: #444;
		color: #FFF;
		
	}
	
	/* Navigation */
	
	
#tabs {
	clear:both;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	position: relative;
	float:left;
	display: block;
	background-color: #fff;
	width:760px;
	height: 40px;
	} 
	
	#main_tabs {
	
	}
	
	ul#main_tabs
	{
	display:block;
	margin: 0;
	padding: 0;
	list-style-type: none;
	white-space: nowrap;

	border-bottom: 2px solid #AD782E;
	height: 30px;
	}
	
	ul#main_tabs li
	{
	float: left;
	display:block;
	font-family: verdana, arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0 5px 0;
	background-color: #AD782E;
	border-top: 2px solid #AD782E;
	border-bottom: 1px solid #AD782E;
	color: #000;
	border-right: 1px solid #AD782E;
	border-left: 4px solid #FFF;

	/* -moz-box-shadow: inset 0 -1px 2px 0 #AD782E;
	-webkit-box-shadow: inset 0 -1px 2px 0#AD782E;
	box-shadow: inset 0 -1px 2px 0 #AD782E;
	*/
	}
	
	.first {border-left: 1px solid #AD782E;}
	
	#main_tabs a, #main_tabs a:link
	{
	margin: 0;
	padding: 6px 9px 5px 9px;
	color: #000;

	text-decoration: none;
	}
	
	ul#main_tabs li#active
	{
	color: #FFF;
	background-color: #C39D67;

	border-bottom: 1px solid #AD782E;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	}
	
	/*
	Dark  AD782E
	Light C39D67
	*/
	ul#main_tabs li a:link,	 ul#main_tabs li a:visited {
		color: #FFF;
		
	}
	
	ul#main_tabs li#inactive
	{
	color: #666;
	background-color: #BC9154;
	}
	
	

	#main_tabs a:hover
	{
	color: #000;
	background-color: #C39D67;
	-moz-box-shadow: inset 0 -1px 2px 0 #AD782E;
	-webkit-box-shadow: inset 0 -1px 2px 0#AD782E;
	box-shadow: inset 0 -1px 2px 0 #AD782E;
	}
	
	.flipkey {
		position: absolute;
		top: 33px;
		margin-left: 780px;
	}
	
	.flipkey2 {
		position: absolute;
		top: 58px;
		margin-left: 525px;
		
	}
	
	.flipkey_text {
		font-size:1px;
		color: #FFF;	
	}
	
	.flipkey_text a {
		color: #FFF;
		text-decoration: none;	
	}
	
	.flipkey_text a:hover {
		color: #FFF;
		text-decoration: none;	
	}
	
	#flipkey_excellence_badge {
		margin-top: -25px
	}
	
	#flipkey_best_of_property_2012 {
		margin-top: -25px
	}
	
	
	

	
	table:not(.avail_table) {
		text-align: center;
	}
	
	.plan_table td {
		text-align: left;
	}

	.centre_table td {
		text-align: center;
	}



	#formToEmailWrapper {
		display: table;
		border-collapse: separate;
		border-spacing: 2px;
		border-color: gray;
		width: 750px;
	}

	.formToEmailContents {
		display: table-row;
		background-color: #D7DEE8;
		font-size: 90%;
		width: 750px;
	}

	.formToEmailContentsCell1 {
		display: table-cell;
		text-align:right;
		vertical-align: middle;
		width: 225px;
		padding: 4px 2px;
	}

	.formToEmailContentsCell2 {
		display: table-cell;
		text-align:left;
		width: 750px;
		padding: 4px 2px;
	}

	#formToEmailSubmitButton {
		float: right;
		padding: 2px;
		text-decoration: none;
		background: #5A799F;
		color: #FFFFFF;
		border-top: 1px solid #eaedf4;
		border-left: 1px solid #eaedf4;
		border-bottom: 1px solid #224059;
		border-right: 1px solid #224059;
	}

	.errorList, .info {

    margin: 10px 0px;
    padding: 4px 4px 4px 50px;
    background-repeat: no-repeat;
    background-position: 10px center;-moz-border-radius:.5em;
    -webkit-border-radius:.5em;
    border-radius:.5em;
}

    .errorList {
    color: #D8000C;
    background-color: #FFBABA;
    background-image: url('../images/error.png');
}

	.info {
    color: #00529B;
    background-color: #BDE5F8;
    background-image: url('../images/info.png');
}



    .error {
    color: #D8000C;
    font-weight: bold;

}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

table.cfdump_struct td { text-align: left;}

#content table.cfdump_struct { width: 600px;}

.modal {
width: 670px;
left:45%;
}

#myCarousel {
height: 88px;
padding-left: 10px;
padding-right: 10px;
padding-bottom: 10px;
padding-top: 10px;
width: 500px;
border-radius: 5px;
background-color: #eee;
border: 1px solid #ccc;
font-family: 'Georgia';
font-size: 1.3em;
font-weight: bold;
font-style: italic;
overflow-y: hidden;
line-height: 1.5em;
text-align: left;
box-shadow: 6px 6px 5px #BBBBBB;
}

#commentModal .modal-body p {
font-size: 1.2em;
}

#wrapper div.vid-modal-body {
text-align: center;
}

#wierdfish_box {
		position: absolute;
		top: 205px;
		margin-left: 535px;
		width: 216px;
		height: 135px;
		border: 1px solid #17365d;
		background-color:#FFF;
	}
	
	#wf_header {
		background-color:#17365d;
		color: #FFFFFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align:center;
		font-weight: bold;
		font-size: 12px;
	}
	
	#wf_header a, #wf_header a:visited, #wf_header a:link {
		color: white;
		text-decoration: none;
	}
	#wf_header a:hover {
		color: white;
		text-decoration: underline;
	}
	#wf_footer {
		background-color:#17365d;
		color: #FFFFFF;
		font-family: Georgia, "Times New Roman", Times, serif;
		text-align:center;
		font-size: 11px;
		bottom: 0px;
		position: absolute;
		width: 216px;
		
	}

table.quote-table {
	width: 100%;
}

td {
	text-align: left;
}

.quote-table td:first-child {
	text-align: right;
	padding-right: 12px;
}	
	
input[readonly] {
	color: graytext;
}

.infoHeader{
	background-color:#0F3A6F;
	padding-left:5px;
	padding-bottom:3px;
}
.infoHeader a{
	color:white !important;
}
	