/* =RESORT FULL
------------------------------------------------------------------------------*/

.resort_full {
	position: relative; 
	border-bottom: 2px solid #07F; 
	font-size: 13px; 
	padding-bottom: 0.8em; 
	margin-top: 0.8em; }

.resort_full .region {
	position: absolute; 
	border: 1px dotted #F00; 
	top: 0; 
	left: 0; 
	width: 100px;
	height: 60px;
	z-index: 10; }

.resort_full .HUG_icon {
	border: 1px solid #07F;
	float: left; 
	margin: 0.5em 1.0em; }

.resort_full .descr {
	margin: 0.5em 0; 
	color: #000; }

.resort_full .blurb {
	font-weight: bold; 
	color: #C00; }

.resort_full .hilight {
	font-weight: bold; 
	color: #03A; }

.resort_full .details {
	clear: both;
	border-top: 1px dotted #07F;
	width: 100%; }

.resort_full .details td {
	vertical-align: top; }

.properties {
	clear: both;
	border-collapse: collapse;
	width: 100%; }

.properties th {
	background: #03A; 
	color: #FFF; 
	font-weight: bold; 
	text-align: center; }

.properties td {
	background: #FFF; 
	padding: 2px 0.5em;
	font-size: 11px; 
	text-align: center; }

.properties .tinted td {
	background: #DDD; }

.properties .left {
	text-align: left; }



/* =PROPERTY FULL
------------------------------------------------------------------------------*/

.property_full {
	position: relative; 
	border-bottom: 2px solid #07F; 
	font-size: 13px; 
	padding-bottom: 0.8em;
	margin-top: 0.8em; }

.property_full .region {
	position: absolute; 
	border: 1px dotted #F00; 
	top: 0; 
	left: 0; 
	width: 100px;
	height: 60px;
	z-index: 10; }

.property_full .HUG_icon {
	border: 1px solid #07F;
	float: right; 
	margin: 0.5em 1.0em; }

.property_full .descr {
	margin: 0.5em 0; 
	color: #000; }

.property_full .blurb {
	font-weight: bold; 
	color: #C00; }

.property_full .hilight {
	font-weight: bold; 
	color: #03A; }

.property_full .details {
	clear: both;
	border-top: 1px dotted #07F;
	border-bottom: 1px dotted #07F;
	width: 100%; 
	margin-bottom: 0.5em; }

.property_full .amenities {
	clear: both;
	border-top: 1px dotted #07F;
	width: 100%; 
	margin-top: 1.0em; }

.property_full .amenities td,
.property_full .details td {
	vertical-align: top; }

.property_full .details dt {
	display: table;
	float: left; 
	font-weight: bold; 
	white-space: nowrap; }

.property_full .details dd {
	display: table; 
	white-space: nowrap; }

.property_full .prop_descr {
	font-weight: bold; }



/* =RESORT SUMMARY
------------------------------------------------------------------------------*/

.resort_summary {
	position: relative; 
	display:table; 
	width: 100%;
	border-bottom: 2px solid #07F; 
	font-size: 13px; 
	padding-bottom: 0.8em; 
	margin-top: 0.8em; }

.resort_summary .region {
	position: absolute; 
	border: 1px dotted #F00; 
	top: 0; 
	left: 0; 
	width: 100px;
	height: 60px;
	z-index: 10; }

.resort_summary .HUG_icon {
	border: 1px solid #07F;
	float: left; 
	margin: 0.5em 1.0em; }

.resort_summary .descr {
	margin: 0.5em 0; 
	color: #000; }

.resort_summary .blurb {
	font-weight: bold; 
	color: #C00; }

.resort_summary .hilight {
	font-weight: bold; 
	color: #03A; }

.resort_summary .details {
	clear: both;
	border-top: 1px dotted #07F;
	width: 100%; }

.resort_summary .details td {
	vertical-align: top; }



/* =RESORT SHORT
------------------------------------------------------------------------------*/

.resort_short {
	position: relative; 
	display:table; 
	width: 100%;
	font-size: 13px; 
	padding-bottom: 0.8em; }

.resort_short .region {
	position: absolute; 
	border: 1px dotted #F00; 
	top: 0; 
	left: 0; 
	width: 100px;
	height: 60px;
	z-index: 10; }

.resort_short .thumbnail {
	border: 1px solid #07F;
	float: left; 
	width: 120px; 
	height: 120px; 
	margin: 0 1.0em 0.5em 0; }

.resort_short .descr {
	margin: 0.5em 0; 
	color: #000; }

.resort_short .blurb {
	font-weight: bold; 
	color: #C00; }

.resort_short .hilight {
	font-weight: bold; 
	color: #03A; }



/* =Property Lists
------------------------------------------------------------------------------*/

#property_list th,
#property_list th a,
#property_list th a:link,
#property_list th a:active,
#property_list th a:visited,
#property_list th a:hover {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFF; 
	background: #03A;
	padding: 3px 0.4em; }

#property_list td {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color: #000; 
	border: none;
	border-collapse: collapse; 
	padding: 2px 0.4em; }



/* =Search Forms
------------------------------------------------------------------------------*/

#full_search {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }

#full_search th {
	font-weight: bold;
	text-align: right; 
	padding: 3px 0.4em; }

#full_search button {
	padding: 3px 1.2em; }

#full_results {
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif; }

#full_results th,
#full_results th a,
#full_results th a:link,
#full_results th a:active,
#full_results th a:visited,
#full_results th a:hover {
	font-weight: bold;
	color: #FFF; 
	background: #03A;
	padding: 3px 0.4em; }

#full_results td {
	color: #000; 
	border: none;
	border-collapse: collapse; 
	padding: 2px 0.4em; }

#small_results {  
	width: auto; }

#mast_R .report a,
#mast_R .report a:link,
#mast_R .report a:visited { color: #FFF; }
#mast_R .report a:hover   { color: #FFF; }
