/* THIS IS NO LONGER IN USE */
body {
 background-color: #fff;
 font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
 font-size: small;
 color: #000000;
 height:100%;
 line-height: 18px;
 margin:0;
 padding:0;
 vertical-align: top;
}

a {
	color: #000000;
}

.ui-slider .ui-slider-handle {
	background: transparent url('/assets/img/handle_icn.gif') no-repeat scroll 50% 50% !important;
	border: 0 none !important;
	cursor: pointer !important;
}

.clear{clear:both;display:block;overflow:hidden;visibility:hidden;width:0;height:0}.clearfix:after{clear:both;content:' ';display:block;font-size:0;line-height:0;visibility:hidden;width:0;height:0}.clearfix{display:inline-block}* html .clearfix{height:1%}.clearfix{display:block}

.clear.line {
	height: 5px;
	line-height: 5px;
}

button, input.button {
		cursor: pointer !important;
		margin:0px;
		padding:0px;
}

button.image {
		border:0px;
		background-color:transparent;
}

h1 {
 color: #000;
 background-color:#f0ddae;
 border: 0px;
 font-size: 16px;
 font-weight: bold;
 width: 100%;
 margin: 0px 0 0px 0;
 padding: 0px 0 7px 0px;
}

h1.standalone {
	 padding: 3px;
}

div.column_header {
 background-color:#f0ddae;
 padding-left: 6px;
 padding-right:6px;
 padding-top: 0px; 
 padding-bottom: 0px;
 border-bottom:none;
 border-top:none;
}

h2 {
 color: #ed1c24;
 background-color: transparent;
 font-size: 16px;
 font-weight: bold;
 margin: 0px 0 2px 0;
 padding: 5px 0 6px 0;
}

h3 {
 color: #ed1c24;
 background-color: transparent;
 font-size: 14px;
 font-weight: bold;
 margin: 0px 0 10px 0;
 padding: 5px 0 6px 0;
}

code {
 font-family: Monaco, Verdana, Sans-serif;
 font-size: 12px;
 background-color: #f9f9f9;
 border: 1px solid #D0D0D0;
 color: #002166;
 display: block;
 margin: 14px 0 14px 0;
 padding: 12px 10px 12px 10px;
}


/* Coming Soon */
#comingsoonemailaddress {
	width: 275px;
}

#comingsoonemailaddressskinny {
	width: 155px;
}

/*Content*/
.thick_border {
	border-color: #f0ddae;
	border-width: 5px;
	border-style: solid;
}

.content {
	font-size: 12px;
	padding: 6px;
	background-color:#f9f3e4;
}

.filler_content {
	padding: 10px;
}

.content_bg {
	background-color:#f9f3e4;
}
	
/* Special Objects */
.header {
	min-height: 90px;
}
.headercontrol {
	min-height: 1px;
}

.headercontrol.rel {
	position: relative;
}

.headercontrol.abs {
	position:absolute;
	top:5px;
	right:50px;
}

.headercontrol.res {
	margin-top: 22px;
}

.headercontrol div.options {
	min-height:1px;
	white-space: nowrap;
}
.headercontrol div.options div.option {
	float:right;
	position: relative;	
	margin-left:5px;
	height: 25px;
	max-width:220px;	
}

.headercontrol div.options div.option.active {
	background-color: #ed1c22;
	position: relative;
}

.headercontrol div.options div.optionmiddle a {
	display: block;
	position: relative;	
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 5px;
}

.headercontrol div.options div.optionmiddle a:hover {
	color: #ed1c22;
}

.headercontrol div.options div.optionmiddle.active a:hover {
	color: #fff;
	text-decoration: none;
}

.calendar_day a {
	background: #fff !important;
}

.headercontrol div.options div.optionmiddle.active a {
	color: #fff;
	text-decoration: none;
}

.headercontrol div.options div.optionmiddle {
	float: left;	
}

.headercontrol div.options div.optionleft {
	width:5px;
	vertical-align: bottom;
	float: left;	
	height: 100%;
}

.headercontrol div.options div.optionleft.active {
	background: transparent url('/assets/img/headertab_bottom_left.gif') bottom left no-repeat;	
}

.headercontrol div.options div.optionright {
	width:5px;
	vertical-align: bottom;
	float: left;
	height: 100%;	
}

.headercontrol div.options div.option.last div.optionright {
	width:0px;
}

.headercontrol div.options div.optionright.active {
	background: transparent url('/assets/img/headertab_bottom_right.gif') bottom right no-repeat;
	width:5px !important;
}

.header .message {
	margin-top:5px;
	position:relative;
	float:left;
	width:500px; 
	height:50px;
}

.header .message.tan {
	border:1px solid #f0ddae;
	background-color:#f9f3e4;
}

.header .message.warn {
	border: 1px solid #f7c823;
	background-color: #fdf78f;
}

.header .message.error {
	color:#ed1c24;
	border: 1px solid #cd0a0a;
	background-color:#fef1ec;
}

.header .message .field_title {
	padding-left:3px;
	padding-right:3px;
}

.header .message .field_message {
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
}

.topline {
 background-color: #ed1b26;
 line-height: 5px;
 height: 5px;
 width: 100%;
 font-size: .1em; /*ie hack*/
}

.spacer {
	clear:both;
	width:100%;
	height:8px;
}

.help_icon
{
	margin-left:5px;
}

.field_desc {
	padding-left:23px;
	font-size:.7em;
	padding-top:3px;
}

hr {
 border: 1px solid #f0ddae;
}

.hr {
 background-color: #f0ddae;
 color: #f0ddae;
 line-height: 1px;
 height: 1px;
 width: 100%;
 font-size: .5em; /*ie hack*/
 position: relative;
}

/*Forms
button.image {
	color: #FFFFFF;
}

button.image.discard {
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	background: transparent url('/assets/img/discard_btn.png') no-repeat 0px 0px;
	width:65px;
	height:25px;
}

button.image.savenow {
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	background: transparent url('/assets/img/savenow_btn.png') no-repeat 0px 0px;
	width:75px;
	height:25px;	
}
button.image.send {
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	background: transparent url('/assets/img/sendmessage_btn.png') no-repeat 0px 0px;
	width:119px;
	height:30px;

}
button.image.forward {
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	cursor: hand;
	background: transparent url('/assets/img/forward_btn.png') no-repeat 0px 0px;
	width:80px;
	height:30px;
}
button.image.reply {
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/reply_btn.png') no-repeat 0px 0px;
   width:80px;
   height:30px;
}
button.image.submitforapproval{
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/submitforapproval_btn.png') no-repeat 0px 0px;
   width:143px;
   height:30px;

}
button.image.previous{
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/previous_btn.png') no-repeat 0px 0px;
   width:143px;
   height:30px;

}
button.image.next{
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	cursor: hand;
	background: transparent url('/assets/img/next_btn.jpg') no-repeat 0px 0px;
	width:118px;
	height:30px;
}
button.image.skip{
	padding:40px 0 0;
	border:0;
	cursor: pointer;
	cursor: hand;
	background: transparent url('/assets/img/skip_profile_btn.png') no-repeat 0px 0px;
	width:171px;
	height:40px;
}
button.image.saveandcontinue {
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/saveandcontinue_btn.png') no-repeat 0px 0px;
   width:138px;
   height:30px;
}
button.image.finishandcontinue {
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/finish_and_continue_btn.png') no-repeat 0px 0px;
   width:155px;
   height:30px;
}

button.image.complete {
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/complete_btn.png') no-repeat 0px 0px;
   width:118px;
   height:30px;
}
button.image.saveinfo {
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/saveinfo_btn.png') no-repeat 0px 0px;
   width:80px;
   height:30px;
}
button.image.savechanges {
   padding:30px 0 0;
   border:0;
   cursor: pointer;
   background: transparent url('/assets/img/btn_save_changes.png') no-repeat 0px 0px;
   width:140px;
   height:30px;
}
button.image.addarateplan {
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	background: transparent url('/assets/img/addarateplan_btn.png') no-repeat 0px 0px;
	width:110px;
	height:25px;
}
button.image.activateaccount {
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	background: transparent url('/assets/img/activate_account_btn.png') no-repeat 0px 0px;
	width:136px;
	height:31px;
}
button.image.resend {
	padding:30px 0 0;
	border:0;
	cursor: pointer;
	background: transparent url('/assets/img/resend_btn.png') no-repeat 0px 0px;
	width:69px;
	height:23px;
}
*/
a.button {
	display:block;
	text-decoration:none;
	white-space: nowrap;	
}

a.button span {
	float:left;
	display:block;
	background-image: url('/assets/img/button_sprites.png');	
	background-color:transparent;	
}

a.button .left, a.button .right {
	width:5px;
	background-repeat: no-repeat;
}

a.button:hover {
	cursor: pointer;
}

a.button .center {
	background-repeat: repeat-x;
}

/* Square Grey */
a.button.square_grey, a.button.square_grey span {
	height:15px;
	line-height:15px;
	font-size:11px;	
}

a.button.square_grey .center {
	vertical-align: top;
	margin-top:0px;
	background-position: 0px -363px;
}

a.button.square_grey:hover .center {
	background-position: 0px -379px;
}

a.button.square_grey .left {
	background-position: 0px 0px;
}

a.button.square_grey:hover .left {
	background-position: 0px -16px;
}

a.button.square_grey .right {
	background-position: -9px 0px;
}

a.button.square_grey:hover .right {
	background-position: -9px -16px;
}

a.button.square_grey.active .center {
	background-position: 0px -395px;
}

a.button.square_grey.active .left {
	background-position: 0px -32px;
}

a.button.square_grey.active .right {
	background-position: -9px -32px;
}


a.button span.grey_heart {
	background-position: -2px -725px;	
	width: 10px;
	height: 9px!important;
	margin-top:2px;
	overflow: hidden;
}

a.button span.red_heart {
	background-position: -2px -735px;	
	width: 10px;
	height: 9px!important;
	overflow: hidden;	
	margin-top:2px;
}

a.button span.grey_heart_large {
	background-position: 0px -746px;	
	width: 13px!important;
	height: 11px!important;
	margin-top:3px;
	overflow: hidden;
}
a.button span.red_heart_large {
	background-position: 0px -758px;	
	width: 12px!important;
	height: 11px!important;
	overflow: hidden;	
	margin-top:3px;
}

a.button span.magnifier_large {
	background-position: -1px -769px;	
	width: 12px!important;
	height: 17px!important;
	overflow: hidden;	
	margin-top:3px;
}

a.button span.thumbs_up {
	background-position: 0px -803px;	
	width: 13px!important;
	height: 13px!important;
	overflow: hidden;		
}

a.button span.thumbs_down {
	background-position: 0px -817px;	
	width: 13px!important;
	height: 13px!important;
	overflow: hidden;	
}

/* small round grey */
a.button.round_grey_small, a.button.round_grey_small span {
	height:15px;
	line-height:15px;
	font-size: 11px;	
}

a.button.round_grey_small .center {
	vertical-align: top;
	margin-top:0px;
	background-position: 0px -363px;
}

a.button.round_grey_small:hover .center {
	background-position: 0px -379px;
}

a.button.round_grey_small .left {
	background-position: 0px -48px;
}

a.button.round_grey_small:hover .left {
	background-position: 0px -64px;
}

a.button.round_grey_small .right {
	background-position: -9px -48px;
}

a.button.round_grey_small:hover .right {
	background-position: -9px -64px;
}

a.button.round_grey_small.active .center {
	background-position: 0px -395px;
}

a.button.round_grey_small.active .left {
	background-position: 0px -80px;
}

a.button.round_grey_small.active .right {
	background-position: -9px -80px;
}

/* medium round grey */
a.button.round_grey_medium, a.button.round_grey_medium span {
	height:21px;
	line-height:21px;
	font-size: 12px;	
}

a.button.round_grey_medium .center {
	vertical-align: top;
	margin-top:0px;
	background-position: 0px -663px;
}

a.button.round_grey_medium:hover .center {
	background-position: 0px -684px;
}

a.button.round_grey_medium .left {
	background-position: 0px -300px;
}

a.button.round_grey_medium:hover .left {
	background-position: 0px -321px;
}

a.button.round_grey_medium .right {
	background-position: -9px -300px;
}

a.button.round_grey_medium:hover .right {
	background-position: -9px -321px;
}

a.button.round_grey_medium.active .center {
	background-position: 0px -704px;
}

a.button.round_grey_medium.active .left {
	background-position: 0px -300px;
}

a.button.round_grey_medium.active .right {
	background-position: -9px -321px;
}

/* small round red */
a.button.round_red_small, a.button.round_red_small span {
	height:15px;
	line-height:15px;	
}

a.button.round_red_small .center {
	vertical-align: top;
	margin-top:0px;
	color:#fff;
	background-position: 0px -459px;
}

a.button.round_red_small:hover .center {
	background-position: 0px -475px;
}

a.button.round_red_small .left {
	background-position: 0px -96px;
}

a.button.round_red_small:hover .left {
	background-position: 0px -112px;
}

a.button.round_red_small .right {
	background-position: -9px -96px;
}

a.button.round_red_small:hover .right {
	background-position: -9px -112px;
}

a.button.round_red_small.active .center {
	background-position: 0px -491px;
}

a.button.round_red_small.active .left {
	background-position: 0px -128px;
}

a.button.round_red_small.active .right {
	background-position: -9px -128px;
}

/* medium round red */
a.button.round_red_medium, a.button.round_red_medium span {
	height:21px;	
	line-height:21px;
	color: #fff;
	font-size: 12px;
}

a.button.round_red_medium .center {
	vertical-align: top;
	margin-top:0px;
	background-position: 0px -506px;
}

a.button.round_red_medium:hover .center {
	background-position: 0px -527px;
}

a.button.round_red_medium .left {
	background-position: 0px -143px;
}

a.button.round_red_medium:hover .left {
	background-position: 0px -164px;
}

a.button.round_red_medium .right {
	background-position: -9px -143px;
}

a.button.round_red_medium:hover .right {
	background-position: -9px -164px;
}

a.button.round_red_medium.active .center {
	background-position: 0px -548px;
}

a.button.round_red_medium.active .left {
	background-position: 0px -185px;
}

a.button.round_red_medium.active .right {
	background-position: -9px -185px;
}

/* large round red */
a.button.round_red_large, a.button.round_red_large span {
	height:30px;	
	line-height:30px;
	color: #fff;
	font-size: 14px;
}

a.button.round_red_large .center {
	vertical-align: top;
	margin-top:0px;
	background-position: 0px -570px;
}

a.button.round_red_large:hover .center {
	background-position: 0px -601px;
}

a.button.round_red_large .left {
	background-position: 0px -207px;
}

a.button.round_red_large:hover .left {
	background-position: 0px -238px;
}

a.button.round_red_large .right {
	background-position: -9px -207px;
}

a.button.round_red_large:hover .right {
	background-position: -9px -238px;
}

a.button.round_red_large.active .center {
	background-position: 0px -632px;
}

a.button.round_red_large.active .left {
	background-position: 0px -269px;
}

a.button.round_red_large.active .right {
	background-position: -9px -269px;
}

/*
a.button.round_grey_small {
	height:15px;
	background-color:transparent;
}

a.button.round_grey_small .center {
	float:left;
	display:block;
	vertical-align: top;
	margin-top:0px;
	background: transparent url('/assets/img/square_grey_center.png') repeat-x 0 0;
}

a.button.round_grey_small:hover .center {
	background: transparent url('/assets/img/square_grey_center_hover.png') repeat-x 0 0;
}

a.button.round_grey_small .left {
	float:left;
	display:block;
	width: 5px;
	height:15px;
	background: transparent url('/assets/img/round_grey_small_left.png') no-repeat 0 0;
}

a.button.round_grey_small:hover .left {
	background: transparent url('/assets/img/round_grey_small_left_hover.png') no-repeat 0 0;
}

a.button.square_grey .right {
	float:left;
	display:block;
	width: 5px;
	height:15px;
	background: transparent url('/assets/img/round_grey_small_right.png') no-repeat 0 0;
}

a.button.square_grey:hover .right {
	background: transparent url('/assets/img/round_grey_small_right_hover.png') no-repeat 0 0;
}

a.button.square_grey.active .center {
	background: transparent url('/assets/img/square_grey_center_active.png') repeat-x 0 0;
}

a.button.square_grey.active .left {
	background: transparent url('/assets/img/round_grey_small_left_active.png') no-repeat 0 0;
}

a.button.square_grey.active .right {
	background: transparent url('/assets/img/round_grey_small_right_active.png') no-repeat 0 0;
}
*/

textarea#body {
	width: 97%;
	height: 205px;
	border: 1px solid #F0DDAE;
	padding: 5px;
}
textarea#review_content{
	width: 97%;
	height: 205px;
	border: 1px solid #F0DDAE;
	padding: 5px;
}

textarea.spotdetails {
	width: 630px;
	height: 215px;
	font-size: 15px;
	float: right;
	position: relative;
	margin-right:-2px;
}

textarea#personalnote {
	width: 100%;
	height:100px;
	font-size: 15px;	
}

.checkbox {
	border: none !important;
}

.message {
	width: 308px;
	margin: 0 auto;
	padding:5px;
	font-size:110%; 
}

.message_subject {
	color: red;
	font-size: 14px;
}

.message .success {
	border-color: #04cc40;
}

input {
	border:1px solid #aaaaaa;
}

select {
	border:0;
	background-color: #ffffff;
	color: #000000;
}

form a {
	text-decoration: underline;
}

.required {
	color: #ed1c24;
}

.text_wrap_tw {
	/*display:inline-block;*/
}

.text_wrap_t {
background:#FFFFFF none repeat scroll 0 0;
border:1px solid #aaaaaa;
float:left;
/*margin:0 0 0 1px; */
/*padding:0.2em 0.0em 1em;*/
}

.text_wrap_t input {
border:0 none;
padding:3px;
margin:2px;
/*float:left;*/
/*height:1.2em;*/
/*line-height:1.2em;*/
/*margin:0 0.44em -0.8em 0.24em;*/
/*padding:0.2em;*/
/*overflow: hidden;*/
}

/* Text Sizes */
.largeText {
	font-size:110%;
}

.normalText {
	font-size: 100%;
}

.smallText {
	font-size: 90%;
}

.tinyText {
	font-size: 82%;
}

/* Styled Text */
.default_text {
	color: #888888;
	font-weight: bold;
}

.field_title {
	font-weight: bold;
}

/* Containers */
.big_container {
	float:left;
	margin-left:5px;
	width:731px;
}

.registration_container {
	float:left;
	margin-left:5px;
	background-color:#fff;
	width:695px;
}

.results_container {
	float:left;
	margin-left:7px;
	/*min-width: 765px;*/
	height: 100%;
	overflow: hidden;
}
.results_results {
	width:220px;
	float:left;
	height: 100%;
}

.contributor_list a {
	color: red;
}

.locationremove_icn {
	width:10px;
	height:11px;
	cursor: pointer;
	margin-left:9px;
	margin-top:6px;
	background-image: url('/assets/img/x.jpg');	
}

.locationremove_icn:hover {
	background-image: url('/assets/img/x-hover.jpg');
}

.results_map {
	border-left: none;
	float:left;
	width:524px;
	height: 510px;
	overflow: hidden;
	position: relative;
}
.results_content {
	font-size: 12px;
	background-color:#ffffff;
	overflow: auto;
	height:100%;
}

.scroll_left.image {
	background-image: url('/assets/img/slide_left.jpg');
	width: 15px;
	height: 161px;
}
.scroll_right.image {
	background-image: url('/assets/img/slide_right.jpg');
	width: 15px;
	height: 161px;
}

.scroll_left.image.faded {
	background-image: url('/assets/img/slide_left_grey.jpg');
}
.scroll_right.image.faded {
	background-image: url('/assets/img/slide_right_grey.jpg');
}

.scroll_left, .scroll_right {
	color: #fff;
	cursor: pointer;
}

.scroll_right.faded, .scroll_left.faded {
	color: #ccc;
	cursor: default;	
}

.results_favorites_content {
	font-size: 12px;
	background-color:#ffffff;
	overflow: auto;
	height:185px;
}

.skinny_container {
	width: 220px;
}

.fatty_container {
	width: 650px;
}

div.feature_list {
	border-top:none;
	border-bottom-width: 1px;
}

div.feature_list_last {
	border-top:none;
}

ul.filter_options {
	clear:both;
	list-style: none;
	margin-left: -6px;
	margin-right: -6px;
}

ul.filter_options li {
	text-align: left;
	padding: 0;
	margin: 0;
}

ul.filter_options li label {
	font-size: 10px;
}

.voted {
	color: #fff;
	font-size:10px;
	text-decoration: none;
}
.novote {
	color: #000;
	font-size:10px;
	text-decoration: none;
}

.save_on {
	background: transparent url('/assets/img/result_list_saved_btn.gif') no-repeat;
	width:46px;
	height:15px;	
	display:block;	
	cursor: pointer;	
}
.save_on.disable {
	background-image: url('/assets/img/result_list_saved_btn_disabled.png') !important;
	cursor: default;
}
.lrg_save_on {
	height:20px;
	width:125px;
	display:block;
	background: transparent url('/assets/img/saved_favorite_lrg_btn.png') no-repeat;	
	cursor: pointer;	
}
.lrg_save_on.disable {
	background: transparent url('/assets/img/saved_favorite_lrg_btn_disabled.png') no-repeat;	
	cursor: default;
}

.lrg_save_off {
	height:20px;
	width:125px;	
	display:block;
	background: transparent url('/assets/img/savefavorite_lrg_btn.png') no-repeat;	
}

/*
.saveyourtrip, .nameyourtrip {
	background: transparent url('/assets/img/sm_save_this_trip_btn.png') no-repeat;
	height: 15px;
	width: 88px;
	display:block;
	cursor: pointer;
}
*/
.saveyourtrip.disable {
	background: transparent url('/assets/img/sm_save_this_trip_btn_disabled.png') no-repeat;
	cursor: default;
}

.saveyourtrip.disable {
src="/assets/img/sm_save_this_trip_btn.png" height=15 width=88
}

.result_detail_btn {
	background: transparent url('/assets/img/result_list_details_btn.gif') no-repeat; 
	cursor: pointer;
	width:42px;
	height:15px;
	display:block;
}

.save_off {
	width:46px;
	height:15px;
	display:block;
	background: transparent url('/assets/img/result_list_save_btn.gif') no-repeat;
}

.voteup {
	display:block;
	float:left;
	width:40px;
	height:15px;
	padding-left:30px;
}
.votedown {
	display:block;
	float:left;
	width:45px;
	height:15px;
	padding-left:25px;

}
.voteup.novote {
	background-image: url('/assets/img/no_vote_up.png');
}
.voteup.voted {
	background-image: url('/assets/img/voted_up.png');
}
.votedown.novote {
	background-image: url('/assets/img/no_vote_down.png');
}
.votedown.voted {
	background-image: url('/assets/img/voted_down.png');
}
ul.result_list li {
	border-top:1px solid #d4d4d4;
	padding: 5px;
	height:70px;
}

ul.result_list li:hover {
	background-color: #f9f3e4 !important;
}

ul.result_list li.hover {
	background-color: #f9f3e4 !important;
}

ul.result_list.favorite_group {
	width:410px;
	float:left;
}

ul.result_list li.selected {
	background-color: #f9f3e4 !important;
}

div.results_favorites_content ul.result_list li {
	width:194px;
	float: left;
}

div.results_favorites_content ul.result_details li {
	float: none;
	width: auto;
}


ul.result_list li.favorite {
	background-color: #fff0f1;
	color:#000;
	border-left: 1px solid #ccc;
}

ul.result_list li.last {
	border-bottom:1px solid #d4d4d4;
}

ul.result_details li {
	height:13px;
	line-height:13px;
	padding: 0px;
	border: none;
	float: none;
}

ul.result_details li.condos_saved {
	color: #ed1c24;
}

a.faded,
ul.result_details a.faded {
	color: #bfbfbf;
}

ul.result_details li.buttons {
	height: 16px;
	line-height: 16px;
	vertical-align: bottom;
}

ul.result_details li button {
	background: transparent url('/assets/img/clear.gif') repeat-x;
	padding: 0;
	border-collapse: collapse;
	border: none;
    width: auto;
    overflow: visible;		
}

	.left {
		float:left;
		display: block;
	}
	
	.right {
		float:right;
		display:block;
	}
	.row {
		clear:both;
	}

div.result_details {
	float:left;
	margin-left:5px;
	vertical-align:top;
	padding:0px;
	font-size: 11px;
	width: 95px;
}

ul li div.preview_img {
	width:85px;
	height: 70px;
	overflow: hidden;
}

ul li div.result_label {
	width: 15px;
	height: 15px;
	line-height: 15px;
	text-align: center;
	border: 2px solid #ed1c24;
}

ul li div.result_label {
	background-color: #fff;
}


ul li.favorite div.result_label {
	background-color: #ed1c24;
	color: #fff;
}

/* Hacks */
.ui-datepicker { z-index: 100; }

.range_slider {
	margin-bottom:5px;
}


/* Footer Items */
.footer {
	width:100%;
	text-align: center;
	margin-top: 8px;
}

.footerItem {
	color: #000000;	
}

.footerItem a {
	text-decoration: none;
}

.footerItem a:hover {
	text-decoration: underline;
}

/* Favorites */
div#favorites {
	background-color:#ed1c24;
	color:#ffffff;
	position:relative;
	margin-top:-20px;
	padding:5px;
	width:440px;
	padding-top:2px;
	padding-bottom:5px;
}

div#favorites.maximized {
	margin-top:-209px;
}

div.favorites_content {
	height:185px;
	background-color: #FFF;
}

/* Standard Body */
div.main_content_body
{
	width:970px;
	margin: auto;
}

/* rentalspots property wizard */
li.range_item {
	padding:5px;
	border-top:1px solid #F0DDAE;
	background-color: #fff;
}
ul#availability_ranges {
	border-bottom: 1px solid #F0DDAE;
}

ul.property_wizard_steps{
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0;
  display: block;
}

ul.property_wizard_steps li{
  list-style-type: none;
  float: left;
  padding-right: 10px;
  color: gray;
}

ul.property_wizard_steps li.active{
  color: #000;
  font-weight: bold;
}

table.images td{
  vertical-align: middle;
  padding-left: 15px;
  padding-top: 15px;  
}
div.subtitle {
	color: #ed1c24;
	font-size: 15px;
	
}
/* Crumbs */
#crumbContainer {
	position: relative;
	height:56px;
	background-color: #fff;
	white-space: nowrap;
}

#crumbContainer.all_hilight {
	background-color: #f7efdc;
}

#crumbs {
	width: 100%;
	}
	
#crumbs li {
	float:left;
	text-transform: capitalize;
	width: 168px;
	cursor: pointer;
	}		
	
#crumbs li.noarrow a.hilight {
	background-color: #f7efdc;
	background-image: none;
	display:block;
	height: 56px;
	padding-left:15px;
}

#crumbs li.noarrow a {
	background-color: #fff;
	background-image: none;
	display:block;
	height: 56px;
	padding-left:15px;
}

#crumbs li a.hilight_both {
	background: #f7efdc url(/assets/img/crumbs_full_white.jpg) no-repeat right center;
	display:block;
	height: 56px;
	padding-left:15px;
}

#crumbs li a.hilight_left {
	background: #f7efdc url(/assets/img/crumbs_color_white.jpg) no-repeat right center;
	display:block;
	height: 56px;
	padding-left:15px;
}

#crumbs li a.hilight_right {
	background: #fff url(/assets/img/crumbs_white_color.png) no-repeat right center;
	display:block;
	height: 56px;
	padding-left:15px;
}

div.hilight_last {
	background-color: #f7efdc !important;
}

#crumbs li a.hilight_last {
	background-color: #f7efdc;
	display:block;
	height: 56px;
	padding-left:15px;
}

#crumbs li a {
	background: #fff url(/assets/img/crumbs_full_white.jpg) no-repeat right center;
	display:block;
	height: 56px;
	padding-left:15px;
	}
						
#crumbs li a:link,
#crumbs li a:visited {
	text-decoration:none;
	cursor: pointer;
	}	

#crumbs li a:hover,
#crumbs li a:focus {
	}
	
#crumbs li a div.crumbsContent {
	padding-top:8px;
}	

/* forms */
div.form_container {
	width:100%;
	border-bottom: 5px solid #F0DDAE;
}

div.form_col1 {
	width:339px;
	float:left;
}

div.form_col2 {
	width:320px;
	float:left;
	margin-left:15px;
}

div.fieldWrapper {
	height:20px;
	background-color:#fff;
	padding:5px 5px 5px;
}

div.fieldWrapper.amenitytext {
	height: 90px;
	padding:0px 5px 5px;	
}

div.fieldWrapper.amenitytext textarea{
	height: 65px;
	padding:0px 5px 5px;	
}

div.fieldWrapper div.left {
	float:left;
	min-width: 90px;
}


div.fieldWrapper div.right {
	float:right;
}

div.fieldWrapper div.right input {
	font-size: 100%;
	width:185px;
	margin-top: -2px;
}

div.fieldWrapper.hilight {
	background-color: #f7efdc;
}

/* review */
div.review {
	background-color:#f7efdc;
	padding-left:10px;
	line-height:20px;
}

div.review_alt {
	padding-left:10px;
	line-height:32px;
}

/* New tabs */
div.tabs {
	background-color: transparent;
	margin-left: 2px;
}

div.tabs.grad {
	margin-top:-35px;
}

div.tabs a {
	text-decoration: none;
}

div.tabs ul {
	list-style: none; 
	position: relative;
	width: 100%;
}

div.tabs ul li {
	float: left;
	margin-left:3px;
	position: relative;
}

div.tabs ul li div.tab {
	background-color: transparent;
	text-align: center;
	position: relative;
}

div.tabs ul li div.tab.small div.bottom {
	white-space: nowrap;
	float:left;
}

div.tabs ul li div.tab.small div.left {
	width: 6px;
	float:left;
	height: 24px;		
}

div.tabs ul li div.tab.small div.center {
	height: 24px;
	float:left;	
}

div.tabs ul li div.tab.small div.right {
	float:left;
	width: 7px;
	height: 24px;	
}


div.tabs ul li div.tab.small div.top {
	height:5px;
}

div.tabs ul li div.tab.small div.tl {
	height:5px;
	width:5px;
	float: left;
}

div.tabs ul li div.tab.small div.tr {
	height:5px;
	width:5px;
	float: right;
}


/* White on White */
div.tabs ul li div.tab.small.white div.top {
	height: 7px;
	background: transparent url('/assets/img/tab_2_sm_t_white.png') repeat-x top left;
	font-size: 1px; /* IE 6 hack */
}

div.tabs ul li div.tab.small.white div.top div.tl {
	width: 6px;
	height: 7px;
	background: #fff url('/assets/img/tab_2_sm_tl_white.png') top left;	
}

div.tabs ul li div.tab.small.white div.left {
	background: #fff url('/assets/img/tab_2_sm_l_white.png') repeat-y top right;
	height:17px;
}

div.tabs ul li div.tab.small.white div.center {
	background: #fff;
	height:17px;	
	font-size:90%;	
}

div.tabs ul li div.tab.small.white div.right {
	background: #fff url('/assets/img/tab_2_sm_r_white.png') repeat-y top left;
	height:17px;
}


div.tabs ul li div.tab.small.white div.top div.tr {
	width: 8px;
	height: 7px;
	background: #fff url('/assets/img/tab_2_sm_tr_white.png') top left;
}

div.tabs ul li div.tab.small.white div.bottom {	
	background-color: #fff;	
}

/* tan on White */
div.tabs ul li div.tab.small.tanwhite div.top {
	height: 7px;
	line-height: 7px;	
	background-image: url('/assets/img/tab_2_sm_t_color.png');
	background-repeat: repeat-x;	
	font-size: 1px; /* IE 6 hack */
}

div.tabs ul li div.tab.small.tanwhite div.top div.tl {
    width:6px;
    height:7px;
	background: #fff url('/assets/img/tab_2_sm_tl_color.png') repeat-y top right;
}


div.tabs ul li div.tab.small.tanwhite div.top div.tr {
    width:8px;
    height:7px;
	background: #fff url('/assets/img/tab_2_sm_tr_color.png') repeat-y top right;
}

div.tabs ul li div.tab.small.tanwhite div.left {
    width:6px;
    height:17px;
	background: #fff url('/assets/img/tab_2_sm_l_grad.png') no-repeat top right;
}


div.tabs ul li div.tab.small.tanwhite div.right {
    width:8px;
    height:17px;
	background: #fff url('/assets/img/tab_2_sm_r_grad.png') no-repeat top right;
}

div.tabs ul li div.tab.small.tanwhite div.center {
    height:17px;
	background: #fff url('/assets/img/tab_2_sm_bg_grad.png') repeat-x top right;
	font-size:90%;
}

div.tabs ul li div.tab.small.tanwhite div.bottom {	
	background-color: #f9f3e4;	
}

/* tan on color */
div.tabs ul li div.tab.small.tancolor div.top {
	height:7px;
	line-height: 7px;
	/*background-color:#fff;*/
	background: url("/assets/img/tab_2_t_color.png") repeat-x scroll bottom transparent;
	font-size: 1px; /* IE 6 hack */
}

div.tabs ul li div.tab.small.tancolor div.top div.tl {
	width: 6px;
	height: 7px;	
	background: #F0DDAE url('/assets/img/tab_2_top_tl_color.png') no-repeat right top;
}


div.tabs ul li div.tab.small.tancolor div.top div.tr {
	width: 6px;
	height: 7px;	
	background: #F0DDAE url('/assets/img/tab_2_tr_color.png') no-repeat right top;
}


div.tabs ul li div.tab.small.tancolor div.center {	
	background: transparent url('/assets/img/tab_2_bg_grad.png') repeat-x bottom right;	
}

div.tabs ul li div.tab.small.tancolor div.left {
	background: transparent url('/assets/img/tab_2_l_grad.png') no-repeat left top;	
}

div.tabs ul li div.tab.small.tancolor div.right {
	background: transparent url('/assets/img/tab_2_r_grad.png') repeat-y right top;	
}

/* white border on color */
div.tabs ul li div.tab.small.whitewhitecolor div.top {
	height:7px;
	line-height: 7px;
	/*background-color:#fff;*/
	background: url("/assets/img/tab_2_t_white.png") repeat-x scroll bottom transparent;
	font-size: 1px; /* IE 6 hack */
}

div.tabs ul li div.tab.small.whitewhitecolor div.top div.tl {
	/*background-image: url('/assets/img/small_left_white_white_color_bg.png');*/
	width: 6px;
	height: 7px;	
	background: #F0DDAE url('/assets/img/tab_2_tl_white.png') no-repeat right top;
}


div.tabs ul li div.tab.small.whitewhitecolor div.top div.tr {
	width: 8px;
	height: 7px;
	/*background-image: url('/assets/img/small_right_white_white_color_bg.png');*/
	background: #F0DDAE url('/assets/img/tab_2_tr_white.png') no-repeat left top;
}


div.tabs ul li div.tab.small.whitewhitecolor div.center {	
	background-color: #fff;
	height: 26px;	
}
div.tabs ul li div.tab.small.whitewhitecolor div.left {
	background: transparent url('/assets/img/tab_2_l_white.png') repeat-y left top;	
	height: 26px;	
}

div.tabs ul li div.tab.small.whitewhitecolor div.right {
	background: transparent url('/assets/img/tab_2_r_white.png') repeat-y right top;	
	height: 26px;
}


td.main_amenity_type {
	text-transform: capitalize;
	background-color: #f0ddae;
	padding:0px;
	margin-top:10px;
}

td.sub_amenity_type {
	text-transform: capitalize;
	padding-left:30px;
	background-color: #fff;
}

/* dashboard */

#message_table {
	background-color:#fff;	
	white-space: nowrap;
}

#message_table div.body div.message_row
{
	border-right:2px solid transparent;
}

#message_list div.body {
	height:165px;
	overflow: auto;
}

#trip_list div.body {
	height: 215px;
	overflow: auto;
}

/* Property blocks */
.property {
	border: 5px solid #F0DDAE;
	padding-top:10px;
	padding-left:10px;
	padding-right:10px;
	position: relative;
}

.property .col1 {
	width: 150px;
	text-align:left;
	font-weight:bold;
	float:left;
	height:100%;
	vertical-align:middle;
}

.property .col2 {
	width: 190px;
	margin-left:10px;
	margin-right:10px;
	float:left;height:100%;
}

.property .address {
	color: red;
	font-size: 14px;
	font-weight: bold;
}

.property .updated_stamps {
	font-size:8pt;
	font-style:italic;
	font-weight:bold;
}

.property span.left {
	display:block;
	float:left;
}

.property .middle_content{
	display:block;
	float:left;
	font-size:7pt;
	font-weight:bold;
}

.property .col3 {
	width:380px; 
	margin-left:10px; 
	margin-right:10px; 
	float:left;
	height:140px;
}

.property.blocker {
	height:180px;
	margin-top:-180px;
		
	border: none !important;
	z-index: 100;
	background: transparent url('/assets/img/opaque_bg.png') repeat;
	position: relative;
	padding: 0;
}

.property.blocker .blocker_content {
	width:500px;
	position: relative;
	height: 150px;
}

.property.blocker img {
	margin-left:-500px;
	margin-top:50px;
	position:relative;
}

/* Trip stuff */
#message_list div.head div.message_row div, #trip_list div.head div.trip_row div, #trip_list div.head div.review_row div,#property_list div.head div.property_row div  {
	border-right:2px solid #c8b073;
	cursor: default !important;
}

div.property_row div.col1 {
	float: left;
	width: 305px;
	cursor: pointer;
	padding-left: 10px;
}

div.property_row div.col2 {
	float:left;
	width: 120px;
	cursor: pointer;
	padding-left:5px;
}
div.property_row div.col3 {
	float:left;
	width: 85px;
	cursor: pointer;
	text-align: center;
	
}

div.property_row div.col4 {
	float:left;
	width: 80px;
	cursor: pointer;
	padding-left:5px;
	border-right:none !important;
}

div.review_row div.col1 {
	float: left;
	width: 100px;
	padding-left: 10px;
}

div.review_row div.col2 {
	float:left;
	width: 305px;
	cursor: pointer;
	padding-left:5px;
}
div.review_row div.col3 {
	float:left;
	width: 85px;
	cursor: pointer;
	text-align: center;
	padding-left:5px;
}

div.review_row div.col4 {
	float:left;
	width: 80px;
	cursor: pointer;
	padding-left:5px;
	text-align: center;	
	border-right:none !important;
}

div.trip_row div.col1 {
	float: left;
	width: 20px;
	padding-left: 10px;
}

div.trip_row div.col2 {
	float:left;
	width: 100px;
	cursor: pointer;
	padding-left:5px;
}
div.trip_row div.col3 {
	float:left;
	width: 250px;
	cursor: pointer;
	padding-left:5px;
}

div.trip_row div.col4 {
	float:left;
	width: 100px;
	cursor: pointer;
	padding-left:5px;
}

div.trip_row div.col5 {
	float:left;
	width: 100px;
	cursor: pointer;
	padding-left:5px;
	border-right:none !important;
}

div.message_row div.col1 {
	float:left;
	width: 5%;
	padding-left:10px;	
}

div.message_row div.col2 {
	float:left;
	width: 19%;
	cursor: pointer;
	padding-left:5px;	
}

div.message_row div.col3 {
	float:left;
	width: 19%;
	cursor: pointer;	
	padding-left:5px;	
}

div.message_row div.col4 {
	float:left;
	width: 51%;
	cursor: pointer;
	padding-left:5px;
	border-right:none !important;							
}

div.message_row, div.trip_row, div.review_row,div.property_row {
	height:25px;
	line-height: 25px;
	border-bottom: 1px solid #f0ddae;
}

.body div.message_row:hover,.body div.trip_row:hover,.body div.review_row:hover,.body div.property_row:hover {
	background-color: #F9F3E4 !important;
}

div.head {
	background-color: #f0ddae !important;
	width: 97%;
	height:25px;
	line-height:25px;
	border-bottom: none;
}
			
#message_table div.body div.message_row, div.body div.trip_row {
		border-bottom-width:1px;
		border-bottom-style: solid;
		border-bottom-color: #f0ddae;
}

#message_table div.body div.message_row.unread {
	background-color: #f9f3e4;
	font-weight: bold;
}

#message_table div.body div.message_row.unread div.action {
	background: transparent url('/assets/img/reddot_icn.png') 4px 10px no-repeat;
}


#message_table div.body div.message_row.read {
	
}
			
div#message_list_parent {
	overflow: hidden;
}

div#message_list {
	height:185px;
	overflow: hidden;
	position: relative;
}

div#trip_list {
	height: 238px;
	overflow: hidden;
	position: relative;
}			

div.pager {
	min-height:20px;
	padding-left:4px;
	font-size: 11px;
}		

/* CHECKBOX TABLE! */
.checkbox_table table {
	border-collapse: collapse;
	width:100%;	
}							

.checkbox_table td {
	border-bottom:1px solid #F7EFDC;	
	position: relative;
}	



    #ui-datepicker-div
    {
        z-index: 9999999;
    }
