/* CSS Document for resort interfaces - created by Raster Media, LLC */

body {
	background: #576f80 url(/images/bg.jpg) 0px 120px repeat-x ;
	font-size: small;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	padding: 0;
	margin: 0;
}
a {
	color: #336699;
}
a:hover {
	text-decoration: none;
	color: #996633;
}

/*canvas width */
.cw {
	width: 958px;
	text-align:center;
}
h1 {
	padding: 0;
	margin: 10px 0 0 0;
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
}
sup {
	font-size: .5em;
}
[*|$] {
	font-size: .7em;
}

.error {
	color: #CC0000;
}

.body_copy {
	line-height: 1.5em !important;
}
.body_copy h3 {
	font-size: large !important;
	font-family: 'Trebuchet MS';
	color: #336699 !important;
	font-weight: bold;
	padding: 0 !important;
	margin: 0 !important;
}

/*****************************
inline popup
******************************/
.yui-panel .hd {
	background: url(/images/popup_header_bg.gif);
	color: #336699;
	font-size: large;
}
.yui-panel .hd b {
	font-size: medium;
}
.yui-panel .bd,.yui-panel .ft{
	background-color: #f1f5f6;
}


div#search {
	background: url(/images/search_bg.png) repeat-y;
	width: 483px;
	position: absolute;
	margin-top: -20px;
    _margin-top: -23px;  /* IE6 support */
    /margin-top: -23px;  /* IE7 support */
}
div#search.small {
	background: url(/images/search_small_bg.png) repeat-y;
	width: 334px;
	position: absolute;
	margin-top: -20px;
}
div#search div.bttm {
	background: url(/images/search_bttm.png) bottom left no-repeat;
	width: 483px;
	height: 19px;
	position: absolute;
	margin-top: 0px;
}
div#search.small div.bttm {
	background: url(/images/search_bttm_small.png) bottom left no-repeat;
	width: 334px;
	height: 11px;
	position: absolute;
	margin-top: 0px;
}
div#search table td {
	padding:0 20px 0 20px;
}
div#search table td table td {
	padding:2px;
	color: #085397;
	font-size: 11px;
}
div#search a {
	color: #0a84c1;
}

div#adv_search {
	position: absolute;
	height: 294px;
	width: 256px;
	background: url(/images/adv_search_callout.png) no-repeat;
	z-index: 999999;
	margin-top: -150px;
	margin-left: 200px;
	/margin-left: 100px !important; /*IE7 ONLY*/
	padding: 20px 20px 20px 30px;
	text-align: left;
	display: none;
	font-size: medium;
}
div#adv_search input, div#adv_search select {
	width: 98%;
	border: 3px solid #c5dae8;
}


div#blackout {
	background: #333333;
	display: none;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
}

#pop_up {
	border: 8px solid #d4ecb1;
	padding: 20px;
	background: #ffffff;
	display: none;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
	margin-top: 10%;
	z-index: 1100;
}
#pop_up h1 {
	background: #d4ecb1 url(/images/popup_header_l.gif) no-repeat;
	font-size: large;
	color: #336600;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	width: 100%;
	display: block;
}
#pop_up h1 b {
	background: url(/images/popup_header_r.gif) top right no-repeat;
	display: block;
	width: 99%;
	height: 33px;
	padding-left: 15px;
	padding-top: 10px;
}

/******************************************************************************
header
******************************************************************************/
#header {
	background: #658fae url(/images/header_bg.jpg) repeat-x;
	height: 81px;
	color: #ffffff;
	text-align: center;
}
#header a {
	color: #ffffff;
	font-weight: bold;
}
#header th {
	text-align: right;
	font-weight: normal;
}
#header #resorts_tab {
	background: url(/images/resorts_tab_top.png) top left no-repeat;
	width: 114px;
	height: 37px;
	line-height: 37px;
	text-align: center;
}
#header #resorts_tab a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
#header #resorts_tab a:hover {
	color: #86bbe1;
}

/* nav *************************************************/
td.nav {
	text-align: left;
	color: #669900;
	font-size: medium;
	font-family: "Trebuchet MS", Arial, sans-serif;
}
#header td.nav a {
	color: #669900;
	padding: 0 10px 0 10px;
	text-decoration: none;
	border-right: 1px solid #c9c9c9;
	font-weight: normal;
}
#header td.nav a:hover {
	color: #e68f3f;
}

/* end nav *********************************************/


tr.nav_bar {
	background: #ffffff;
	height: 39px;
}
tr.nav_bar td.left_side {
	color: #333;
}
tr.nav_bar td.left_side a {
	color: #1b3448;
}
tr.nav_bar td {
	padding-right: 20px;
}

#header_links {
	background: #668faf;
	width: 340px;
	margin-right: 20px;
}
#header_links a {
	color: #1b3448;
	text-decoration: none;
}
#header_links table {
	background: #a1c6df;
}


/******************************************************************************
content body
******************************************************************************/
td.title {
	font-size: 2.5em;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #6e9b2b;
	padding-left: 40px;
	letter-spacing: -.05em;
}
td.title span.sub_title {
	font-size: .5em;
	color: #356f10;
	letter-spacing: normal;
}

#body {
	padding: 0 20px 0 20px;
}



/******************************************************************************
rounded corner boxes
******************************************************************************/
.rbox.med {
	background: url(/images/bg_med_white.png);
}
.rbox.med a {
	color: #ffffff;
	text-decoration: none;
}
.rbox.med a:hover {
	color: #e6fbcc;
}
.rbox.green {
	background: #90be57;
}
.rbox.dark {
	background: #405361;
}
.rbox.light_blue {
	background: #c1dbee;
}
.rbox.green table#matrix td {
	border-bottom: 2px solid #90be57;
	padding:4px;
}
.rbox.dark table#matrix td {
	border-bottom: 2px solid #405361;
	padding:4px;
}
.rbox table#matrix a {
	text-decoration: none;
}
.rbox.green table#matrix tr.odd {
	background: #bce090;
}
.rbox.dark table#matrix tr.even {
	background: #a5aeb5;
}
.rbox.dark table#matrix tr.odd {
	background: #b9c2ca;
}
.rbox.green table#matrix tr.even {
	background: #cbe0b0;
}
.rbox.medgreen {
	background: #7aa14b;
	color: #b5cf95;
}
.rbox.medgreen a {
	color: #dce6cf;
}

.rbox td {
	padding: 0 20px 0 20px;
	text-align: left;
	vertical-align: top;
}
.rbox thead th {
	background: url(/images/rbox_crnr_tl.png) top left no-repeat;
	height: 10px;
	padding: 0;
}
.rbox thead td {
	background: url(/images/rbox_crnr_tr.png) no-repeat top right;
	height: 10px;
	padding: 0;
}
.rbox tfoot th {
	background: url(/images/rbox_crnr_bl.png) no-repeat bottom left;
	height: 10px;
	padding: 0;
}
.rbox tfoot td {
	background: url(/images/rbox_crnr_br.png) no-repeat bottom right;
	height: 10px;
	padding: 0;
}
.rbox h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #ffffff;
	letter-spacing: -.05em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.rbox.light {
	background: url(/images/bg_light_white.png);
	color: #ffffff;
}
.rbox.light table td {
	padding: 9px;
}

.white {
	background: #ffffff;
	color: #333;
}
.tan {
	background: #dddec9;
}


.inner td.content {
	padding: 0 8px 0 8px;
}


.light .inner thead th {
	height: 7px;
	background: url(/images/crnr_inner_light_tl.png) top left no-repeat;
}
.light .inner thead td {
	height: 7px;
	background: url(/images/crnr_inner_light.png) top right no-repeat;
}
.light .inner tfoot th {
	height: 7px;
	background: url(/images/crnr_inner_light_bl.png) bottom left no-repeat;
}
.light .inner tfoot td {
	height: 7px;
	background: url(/images/crnr_inner_light_br.png) bottom right no-repeat;
}


.tan #inner_box thead th {
	background: url(/images/crnr_int_tan_tl.gif) top left no-repeat;
	height: 7px;
}
.tan #inner_box thead td {
	background: url(/images/crnr_int_tan_tr.gif) top right no-repeat;
	height: 7px;
}
.tan #inner_box tfoot td {
	background: url(/images/crnr_int_tan_bl.gif) bottom left no-repeat;
	height: 7px;
}
.tan #inner_box tfoot td {
	background: url(/images/crnr_int_tan_br.gif) bottom right no-repeat;
	height: 7px;
}




/* box with medium frame color ******************/
#rbox.med {
	background: #dfe0c7;
}
#rbox.med #inner_box {
	background: #ffffff;
}
#rbox.med #inner_box thead th {
	background: url(/images/inner_crnr_med_tl.gif) no-repeat top left;
	height: 5px; !important
}
#rbox.med #inner_box thead td {
	background: url(/images/inner_crnr_med_tr.gif) no-repeat top right;
	height: 5px; !important
}
#rbox.med #inner_box tfoot th {
	background: url(/images/inner_crnr_med_bl.gif) no-repeat bottom left;
	height: 5px; !important
}
#rbox.med #inner_box tfoot td {
	background: url(/images/inner_crnr_med_br.gif) no-repeat bottom right;
	height: 5px; !important
}

/* box with light frame color ******************/
#rbox.light {
	background: #e9ead5;
}
#rbox.light #inner_box {
	background: #ffffff;
}
#rbox.light #inner_box thead th {
	background: url(/images/inner_crnr_light_tl.gif) no-repeat top left;
	height: 10px;
	padding: 0;
}
#rbox.light #inner_box thead td {
	background: url(/images/inner_crnr_light_tr.gif) no-repeat top right;
	height: 10px;
	padding: 0;
}
#rbox.light #inner_box tfoot th {
	background: url(/images/inner_crnr_light_bl.gif) no-repeat bottom left;
	height: 10px;
	padding: 0;
}
#rbox.light #inner_box tfoot td {
	background: url(/images/inner_crnr_light_br.gif) no-repeat bottom right;
	height: 10px;
	padding: 0;
}

#rbox #inner_box #data {
	padding-top: 10px;
	background: #ffffff;
}
#rbox #inner_box #data th {
	background: #f1f2e2;
	font-size: small;
	color: #333333;
	padding: 0 5px 0 5px;
	font-weight: bold;
	height: 23px;
	text-align: center;
}
#rbox #inner_box #data th.first {
	background: #f1f2e2 url(/images/data_th_l.gif) no-repeat left top;
	text-align: left;
}
#rbox #inner_box #data th.last {
	background: #f1f2e2 url(/images/data_th_r.gif) no-repeat right top;
}
#rbox #inner_box #data td {
	padding: 5px;
}

#rbox #inner_box #data h2 {
	display: inline;
}

#rbox #inner_box #data tr.incentive {
	background: #c6e2f6;
}
#rbox #inner_box #data tr.segment {
	background: #daecbf;
}
#rbox #inner_box #data tr.incentive td {
	border-top: 3px solid #ffffff;
}
#rbox #inner_box #data tr.segment td {
	border-top: 3px solid #ffffff;
}
#rbox #inner_box #data tr.segments {
	background: #d8ebf8;
}
#rbox #inner_box #data tr.quals {
	background: #ecf8d8;
}
#rbox #inner_box #data tr.segments td.first {
	text-align: left;
	background: url(/images/resort/segments_sub_arrow.gif) 55px 3px no-repeat;
	padding-left: 80px;
}
#rbox #inner_box #data tr.quals td.first {
	text-align: left;
	background: url(/images/resort/quals_sub_arrow.gif) 55px 3px no-repeat;
	padding-left: 80px;
}
#rbox #inner_box #data tr.segments td.seg {
	text-align: left;
	padding-left: 153px;
}
#rbox #inner_box #data tr.quals td.seg {
	text-align: left;
	padding-left: 175px;
}

/* new home page styles * ************************************/

#body.home td.content {
  padding: 0;
}

#body.home h1,
#body.home h2 {
  color: #6a7f8d;
  font-size: 2.5em;
  margin: 0 30px 10px;
}
#body.home h2 {
  font-size: 1.4em;
  font-weight: normal;
  margin: 0 20px 10px;
}

#body.home div.rowTwo {
  clear: both;
  float: left;
  width: 100%;
  border-top: 2px solid #ebecee;
  background: url(images/home_row2_bg.png) no-repeat -1px 0;
  position: relative;
}
#body.home div.rowTwo .borderFix {
  position: absolute;
  top: 100%;
  left: 615px;
  border-left: 2px solid #e2e4e9;
  height: 1.2em;
  padding: 9px 0;
}


#body.home div.colOne {
  float: left;
  width: 660px;
  padding: 0 0 10px;
}
#body.home div.colTwo {
  float: right;
  width: 258px;
  margin: 0;
  padding: 0 0 10px;
}

#body.home .rowTwo div.colOne {
  width: 606px;
  padding: 30px 0 0;
}
#body.home .rowTwo div.colTwo {
  width: 260px;
  padding: 30px 20px 0;
}

ul.steps {
  list-style-type: none;
  margin: 0 30px 30px;
  padding: 0;
  overflow: hidden;
}
* html ul.steps {height: 1px;overflow: visible;}
ul.steps li {
  display: inline; /* IE6 fix */
	float: left;
	background: #e9f5f2;
  color: #404e59;
  line-height: 1.1;
	width: 200px;
  height: 130px;
  font-size: 1.2em;
	margin: 30px 25px 0;
	padding: 0 25px;
}
ul.steps a {
  text-decoration: none;
  display: block;
	background: #e9f5f2;
  color: #404e59;
  height: 100%;
}
ul.steps li span.num {
  font-weight: bold;
  color: #8cbf3f;
  font-size: 3.5em;
}
ul.steps li em {
  text-transform: uppercase;
  font-style: normal;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}


#quote_container {
	
  background: url(images/icons/quote_bubbles.gif) 0px 0px no-repeat;
}

div.quote {
  width: 380px;
  padding-left: 150px;
  margin: 0 auto 20px;
	min-height: 91px;
	clear: both;
}
* html div.quote {
	height: 91px;
}
*:first-child+html div.quote {height:91px;}

div.quote p {
  width: 380px;
  color: #536371;
}
div.quote div,
ul.steps li span {
  position: relative;
  display: -moz-inline-box;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  -moz-box-orient: vertical;
}
ul.steps li span span {
  display: block;
  display: inline-block;
  width: 160px;
}

* html div.quote div,* html ul.steps li span {display:inline;height:1px;}
*:first-child+html div.quote div,
*:first-child+html ul.steps li span {display:inline;}
.vShim,
* html ul.steps li span.vShim {
  position: relative;
  display: -moz-inline-box;
  display: inline-block;
  height: 100%;
  width: 1px;
  vertical-align: middle;
}
* html .vShim {display:inline;margin-right:-1px;}
*:first-child+html .vShim {display:inline;margin-right:-1px;}

#body.home div.colTwo form {
  padding: 10px 10px 30px 20px;
  width: 210px;
  border-left: 1px solid #d7d9dd;
}
#body.home div.colTwo form h2 {
  margin: 0;
}
#body.home div.colTwo form div {
  width: 200px;
  margin-top: 1.4em;
  color: #536371;
}
#body.home div.colTwo form div.buttons {
  text-align: center;
}
#body.home label input {
  width: 190px;
}


ul.recentBookings {
  list-style-type: none;
  margin: 0 9px 0 12px;
  padding: 0;
  font-size: 1.2em;
}
ul.recentBookings li {
  display: inline; /* IE6 fix */
	float: left;
	width: 269px;
	margin: 25px 11px 0;
	min-height: 75px;
}
* html ul.recentBookings li {
	height: 75px;
}
ul.recentBookings a {
  text-decoration: none;
  display: block;
}
ul.recentBookings img {
  border: 0 none;
  float: left;
  margin-right: 10px;
}
ul.recentBookings span.name {
  font-size: .85em;
  display: block;
  margin-bottom: .25em;
}

ul.resorts {
  list-style-type: none;
  margin: -68px auto 0;
  padding: 1px 0 0;
  width: 228px;
  position: relative;
  font-size: 1.2em;
}
ul.resorts li {
  margin: 68px 0 0;  
}
ul.resorts a  {
  text-decoration: none;
  display: block;
}
ul.resorts a img {
  border: 0 none;
  margin-bottom: 14px;
}


/* highlight box * ************************************/
#rbox #inner_box #highlight thead th {
	background: url(/images/rnd_crnr_lblue_tl.gif) top left no-repeat;
	height: 10px;
}
#rbox #inner_box #highlight thead td {
	background: url(/images/rnd_crnr_lblue_tr.gif) top right no-repeat;
	height: 10px;
}
#rbox #inner_box #highlight tfoot th {
	background: url(/images/rnd_crnr_lblue_bl.gif) bottom left no-repeat;
	height: 10px;
}
#rbox #inner_box #highlight tfoot td {
	background: url(/images/rnd_crnr_lblue_br.gif) bottom right no-repeat;
	height: 10px;
}
#rbox #inner_box #highlight {
	background: #d8ebf8;
}
#rbox #inner_box #highlight td {
	
}

/* large box tabs ************************************/
table.panel_tab {
	background: #cacbad;
	float: left;
	cursor: pointer;
	position: absolute;
	margin-top: 15px;
}
a:hover table.panel_tab {
	margin-top: 0; 
}
table.panel_tab_hot {
	background: #ffffff;
	float: left;
	position: absolute;
}
table.panel_tab_hot thead td.l {
	background: url(/images/resort/tab_hot_crnr_tl.gif) top left no-repeat;
	padding: 0;
	border: 0;
	height: 7px;
	width: 7px;
}
table.panel_tab_hot thead td {
	border-top: 3px solid #dfe0c7; 
	border-left: 0;
	border-right: 0;
	padding: 0;
	height: 7px;
}
table.panel_tab_hot thead th {
	background: url(/images/resort/tab_hot_crnr_tr.gif) top right no-repeat;
	padding: 0;
	height: 7px;
	width: 7px;
}
table.panel_tab_hot td {
	height: 55px;
	border-left: 3px solid #dfe0c7;
	border-right: 3px solid #dfe0c7;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	color: #669933;
	font-weight: bold;
	padding: 5px;
	text-decoration: none;
	white-space: nowrap;
}
table.panel_tab thead td.l {
	background: url(/images/resort/tab_crnr_tl.gif) top left no-repeat;
	padding: 0;
	border: 0;
	height: 5px;
	width: 7px;
}
table.panel_tab thead td {
	border-top: 3px solid #cacbad; 
	border-left: 0;
	border-right: 0;
	padding: 0;
	height: 5px;
}
table.panel_tab thead th {
	background: url(/images/resort/tab_crnr_tr.gif) top right no-repeat;
	padding: 0;
	height: 5px;
	width: 7px;
}
table.panel_tab td {
	height: 42px;
	border-left: 3px solid #cacbad;
	border-right: 3px solid #cacbad;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1.5em;
	color: #ffffff;
	font-weight: bold;
	padding: 5px;
	vertical-align: bottom;
	text-decoration: none;
	white-space: nowrap;
}
a:hover table.panel_tab td {
	height: 26px;
}





/******************************************************************************
messages
******************************************************************************/
div#tip {
	background: url(/images/icon_light_bulb.gif) no-repeat;
	padding-left: 20px;
}
div#alert {
	background: #fef9cf url(/images/alert_bg.gif) repeat-x;
	padding: 10px 10px 10px 3px;
	border: 1px solid #fdf19f;
}
div#alert a {
	background: url(/images/icon_alert_sm.gif) no-repeat;
	padding-left: 20px;
	display: block;
	font-weight: bold;
}

/******************************************************************************
vaders
******************************************************************************/
.rbox .inner #vader th {
	color: #333333;
	font-weight: bold;
	font-size: medium;
	width: 30%;
}
.rbox .inner #vader th span {
	color: #666666;
	font-weight: normal;
	font-size: small;
}
.rbox .inner #vader td {
	padding: 6px;
}
#form input[type="text"], #form textarea, #form input[type="file"], #form input[type="password"], #form select {
	font-size: larger;
	color: #336699;
	padding: 3px;
	border: 1px solid #5f5f5f;
	background: #fff;
	margin-top: 2px;
}
#form select {
	width: 247px;
	padding: 2px 2px 2px 3px;
}
#form select#state {
	width: 95%;
}
#form #zip {
  width: 92%;
  display: block;
}
#form input.lrg, #form textarea.lrg {
	width: 98%;
}
#form td.halves input.lrg {
	width: 96%;
}

#form input.submit {
	padding: 0;
	border: 0;
	float: right;
}
input.check {
	width: auto;
}

.registerForm label b {
  color: #597f9d;
}
.registerForm label span.instruction {
  font-size: .9em;
}


.subhead {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif; 
	color: #6995B8;
  color: #6E9B2B;
	font-size: x-large;
	font-size: large;
}

b.subhead {
	font-weight: 500;
}

strong.tagline {
  color: #597f9d;
	font-size: large;
	font-weight: 500;
}

.rbox.light table div.colTwo {
  margin-left: 11px;
}
.rbox.light table div.colTwo div.section {
  border-left: 1px solid #aeaeae;
  padding-left: 40px;
  padding-bottom: 30px;
}

ul.checkmarks {
  position: relative;
  width: 100%;
  margin-left: -20px;
  padding-left: 0;
  list-style-type: none;
}
ul.checkmarks li {
  background: url(images/list_checkmark.gif) 0 1px no-repeat;
  padding-left: 20px;
  margin-bottom: 1em;
  color: #597F9D;
}

.rbox.light table div.colTwo img.icons {
  display: inline; /* IE6 fix */
  float: left;
  margin-left: -25px;
  position: relative;
}

.registerForm {
  width: 530px;
}

.rbox .registerForm td.title {
  padding: 0 9px;
}

td.halves {
  width: 50%;
}
td.quad {
  width: 25%;
}

div.hr {
  margin: .8em 0;
  border-bottom: 1px dashed #597f9d;
  height: 0;
  overflow: hidden;
}
div.hr hr {
 display: none;
}


/******************************************************************************
message center
******************************************************************************/
#rbox #inner_box #messages thead td {
	background: url(/images/message_toolbar_bg.jpg);
	padding: 0;
	border: 0;
}
#rbox #inner_box #messages th {
	background: #d8ebf8;
	padding: 0;
	font-size: small;
}
#rbox #inner_box #messages td {
	padding: 5px;
	border-bottom: 1px solid #d8ebf8;
	width: auto;
	font-size: small;
	font-weight: normal;
	color: #666666;
}
#rbox #inner_box #messages tr.new td {
	font-weight: bold;
	color: #000000;
}
#rbox #inner_box #messages tr:hover {
	background: #eef6fb;
}
#rbox #inner_box #messages tr.new:hover {
	background: #ecf8d8;
}

#rbox #inner_box #messages #toolbar {
	font-size: small;
	height: 25px;
}
#rbox #inner_box #messages #toolbar a {
	display: block;
	text-decoration: none;
	float: left;
	color: #000000;
	background: none;
	height: 23px;
	cursor: pointer;
	padding-left: 11px;
}
#rbox #inner_box #messages #toolbar a:hover {
	background: #d8ebf8 url(/images/message_toolbar_bttn_l.gif) left top no-repeat;
	height: 23px;
	color: #668faf;
}
#rbox #inner_box #messages #toolbar a b {
	display: block;
	padding-right: 11px;
	height: 23px;
	font-weight: normal;
}
#rbox #inner_box #messages #toolbar a:hover b{
	background: #d8ebf8 url(/images/message_toolbar_bttn_r.gif) right top no-repeat;
	height: 23px;
}

#rbox #inner_box #message_view td {
	padding: 0;
}
#rbox #inner_box #message_view #infobar {
	background: #d8ebf8;
	font-size: small;
	font-weight: normal;
	height: 80px;
}
#rbox #inner_box #message_view td.message_body {
	border: 1px solid #d8ebf8;
	padding: 20px;
	font-size: small;
	font-weight: normal;
}

#inner_rbox thead th {
	background: url(/images/crnr_int_wht_tl.gif) top left no-repeat;
	height: 7px;
}
#inner_rbox thead td {
	background: url(/images/crnr_int_wht_tr.gif) top right no-repeat;
	height: 7px;
}
#inner_rbox tfoot th {
	background: url(/images/crnr_int_wht_bl.gif) bottom left no-repeat;
	height: 7px;
}
#inner_rbox tfoot td {
	background: url(/images/crnr_int_wht_br.gif) bottom right no-repeat;
	height: 7px;
}

#inner_rbox.lt_grn {
	background: #E1F7CB;
}
#inner_rbox.lt_blue {
	background: #d8ebf8;
}

.heading_grn {
	color: #66A53D;
	font-size:medium;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

#scroll {
	overflow: hidden;
}
#testimonial {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color: #ffffff;
	font-size: medium;
	font-style: italic;
	background: url(/images/quotes.png) top left no-repeat;
	padding: 5px 0 0 15px;
}

#pagination td{
	padding: 0;
	background: #6b7b87;
	vertical-align: middle;
	color: #fff;
}
#pagination th {
	padding: 0;
	background: #6b7b87;
	vertical-align: middle;
	color: #fff;
	text-align: right;
	font-weight: normal;
}
#pagination th a {
	padding: 0 5px 0 5px;
	color: #ffffff;
	text-decoration: none;
}
#pagination th a.current {
	background: url(/images/page_num_bg.png) no-repeat;
}
#pagination th a:hover {
	color: #A1AAB1;
}

#deal_list {
	margin: 8px 0 8px 0;
	background: #fff;
	color: #333;
}
#deal_list td {
	padding: 0;
}
#deal_list th {
	padding: 0;
	width: 5px;
	height: 5px;
}
#deal_list .hlight {
	background: #4c7ea5;
	color: #fff;
	font-family: 'Trebuchet MS';
	font-size: medium;
}
#deal_list .hlight div {
	height: 30px;
	vertical-align: middle;
	background: #6699c0 url(/images/hlight_crnr_l.gif) top left no-repeat;
	margin: 5px 0 5px 0;
}
#deal_list .hlight h4 {
	margin: 0;
	padding: 5px;
	background: url(/images/hlight_crnr_r.gif) top right no-repeat;
	letter-spacing: -.05em;	
}
#deal_list .spacer {
	background: #a3acb4;
	width: 10px;
}
#deal_list .image {
	background: url(/images/list_img_bg.gif) no-repeat;
	padding: 8px;
	width: 50px;
	text-align: center;
}
#deal_list .resort {
	color: #669933;
}
#deal_list .desc div {
	background: #c1dbee url(/images/crnr_white_tl.png) top left no-repeat;
	color: #185e9d;
	margin: 0 0 5px 0;
}
#deal_list .desc h2 {
	font-size: 1.1em;
	margin: 0;
	padding: 3px 5px;
	background: url(/images/crnr_white_tr.png) top right no-repeat;
}
#deal_list .desc {
	padding: 0 8px 0 8px;
	line-height: 1.5em;
}


#deal_header .title_bar {
	background: url(/images/deal_detail_header_bg.jpg);
	color: #fff;
	font-size: large;
	text-align: left;
	font-size: small;
}
#deal_header .avail {
	background: url(/images/deal_detail_header_g_bg.jpg);
	text-align: center;
	width: 334px;
}
#deal_header h1 {
	font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	margin: 0 0 3px 0;
	letter-spacing: -.05em;
	font-weight: normal;
	line-height: .9em;
}
#deal_header .resort_name {
	color: #253d55;
	font-size: medium;
}
#deal_header .dates {
	color: #fdd493;
}

#value {
	background: #c1dbee;
	margin: 0;
	padding: 0;
	color: #375d7b;
	font-size: large;
	font-family: 'Trebuchet MS';
}
#value thead th {
	background: url(/images/crnr_fff_tl.png) top left no-repeat;
	padding: 0;
	height: 5px
}
#value thead td {
	background: url(/images/crnr_fff_tr.png) top right no-repeat;
	padding: 0;
	height: 5px
}
#value tfoot th {
	background: url(/images/crnr_fff_bl.png) bottom left no-repeat;
	padding: 0;
	height: 5px
}
#value tfoot td {
	background: url(/images/crnr_fff_br.png) bottom right no-repeat;
	padding: 0;
	height: 5px
}
#value td {
	text-align: center;;
}

/******************************************************************************
footer
******************************************************************************/
#footer {
	width: 95%;
	padding-top: 40px;
	text-align: center;
	margin-right: 0;
	margin-left: 0;
	color: #ffffff;
}
#footer a {
	color: #ffffff;
}
#footer #links {
	text-align: center;
	width: 100%
}

#copyright {
	font-size: smaller;
	text-align: center;
	width: 100%;
	margin-top: 20px;
}


/*****************************
tooltip
******************************/
.yui-tt .bd {
	background-color: #e1f2c7;
	border: 1px dashed #b6c79d;
	padding: 8px;
	width: 200px;
}

#noresults {
	background: #fff;
	padding: 20px;
	margin: 10px 0 10px 0;
	color: #333;
}


