/* 
Design Parameters
Width of main box: 584px
Height of top curve: 9px

Gap between main and left panel: 18px;

*/

/* General Settings */

body {
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	background-color: #fff;
	color: black;
	padding: 0;
	margin: 0;
}

a {
	color: #c60;
	text-decoration: none;
}
a:hover {
	color: #F8CA40;
	text-decoration: underline;
}
a:hover {
	color: #390;
}
img {
	border: none;
}

h1 {
	font: 16px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 5px 10px; 	
}

p {
	padding: 0 0 5px;
	margin: 0 10px; 	
}
textarea {
padding: 0;
margin: 0;
}


.spacer {
	display: block;
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
	font: 1px Arial;
}
.wide_spacer {
	display: block;
	width: 500px;
	clear: left;
	height: 0;
	margin: 0;
	padding: 0;
	font: 1px Arial;
}	

/* End General Settings */
/* Page Layout */

#page {
	width: 784px;
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	padding: 0;
	background:#fff;
	text-align: left;
}
#page.standalone {
	width: 584px;
}

#header {
	display: inline;
	float: left;
	width: 784px;
	height: 140px;
	background: #fff url("../images/site/titlebanner.gif") no-repeat left top;
}

#search {
	position: relative;
	width: 59px;
	left: 630px;
	top: 100px;
	padding: 0;
	margin: 0;
}
#search #searchtext {
	display: none;
}
#search a {
	display: block;
	height: 17px;
	width: 59px;
	background-image: url("../images/site/search.gif");
	background-position: 0px 0px;
}
#search a:hover {
	background-position: 0px -17px;
}
#search a.selected {
	background-position: 0px -34px;
}
#search a.selected:hover {
	background-position: 0px -51px;
}

#nav {
	float: left;
	background: #626463;
	width: 764px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #3B3C3C;
	height: 1em;
	margin: 0 0 10px;
	padding: 2px 10px;
}
#nav li.left {
	float: left;
	display: inline;
	padding: 0 10px 0 0;
	margin: 0 10px 0 0;
    list-style: none;
	font: 10px/1.4 Arial, Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-right: 1px dashed white;
}
#nav li.right {
	float: right;
	padding: 0 0 0 10px;
	margin: 0 0 0 10px;
    list-style: none;
	font: 9px/1.4 Helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-left: 1px dashed white;
}
#nav li.left a.normal {
	color: #fff;
	text-decoration: none;	
}
#nav li.right a.normal {
	color: #c4c4c4;
	text-decoration: none;	
}
#nav a.selected {
	color: #FFC400;
	text-decoration: none;
}
#nav li.left a:hover, #nav li.right a:hover {
	color: #F8CA40;
}

#main {
	float: left;
	width: 584px;
	margin: 0 9px 0 5px;
} html>body #main {
	margin: 0 5px 0 10px;
	width: 584px;
}
#side {
	float: right;
	margin: 0 5px;
	width: 171px;
} html>body #side {
	margin: 0 10px 0 5px;
	width: 166px;
}

#footer {
	clear: both;
}
#notice {
	margin: 0 10px 15px;
	text-align: left;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	color: #898989;
}
#notice.standalone {
	text-align: right;
}
/* End Page Layout */

/* Login Layout */
#side .userbox {
	margin: 0 1px 10px 0;
	width: 143px;
	height: 66px;
	padding: 9px 10px 0;
	background-image: url("../images/site/user_box2.gif");
	font: 10px/1.0 Arial, Helvetica, sans-serif;
	font-weight: 500;
} body>html #side .userbox {
	height: 65px;
	padding: 10px 10px 0;
}
#side .userlayer a {
	color: #C60;
	text-decoration: none;
}
#side .userbox a:hover {
	color: #826E40;
	text-decoration: underline;
}
#side .userlayer {
	/*display: none;*/
}
#side #userlayer_name {
	display: block;
}
#side .userbox p {
	margin: 0;
}
#side span#divider {
	color: #826E40;
}
#side #userbox_welcome {
	padding: 0;
}
#side #userbox_name {
	padding: 6px 0 0;
	font-weight: 700;
}
#side #userbox_settings {
	padding: 6px 0 0;
	font: 9px/1.0 Arial, Helvetica, sans-serif;
}
#side .userentry {
	color: #666;
	padding: 0;
	margin: 0;
	height: 15px;
	font: 10px/1.0 Arial, Helvetica, sans-serif;
} html>body .userentry {
	height: 17px;
}
#side .userbox span.label{
	float: left;
	width: 50px;
}
#side .userbox span.label2{
	float: left;
	width: 140px;
}
#side .userbox span.element {
	float: right;
	width: 90px;
}
#side input.userentrybox {
	float: right;
	font: 9px/1.0 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width: 80px;
	color: #7C7D7D;		
	background: #ff9;
	border: 1px #7C7D7D solid;
}
#side .userentry_settings {
	padding: 0;
	margin: 1px 0 0;
} html>body #side .userentry_settings {
	margin: 4px 0 0;
}
#side .userentry_settings span.label{
	float: left;
	width: 90px;
}
#side .userentry_settings span.label3 {
	float: left;
	width: 90px;
	margin: 5px 0 0 0 ;
}
#side .userentry_settings span.element {
	float: right;
	width: 35px;
}
#side .userresetbox {
	float: left;
	font: 9px/1.0 Arial, Helvetica, sans-serif;
	margin: 3px 0;
	padding: 0;
	width: 141px;
	color: #7C7D7D;		
	background: #ff9;
	border: 1px #7C7D7D solid;
} html>body #side .userresetbox {
	width: 143px;
}
#side a.user_submit, #side a.user_cancel {
	float: right;
	margin-left: 2px;
}
/* End Login Layout */

/* Section Layout */
#main .section_head {
	float: left;
	width: 584px;
	height: 9px;
	margin-bottom: -5px;
	background: url("../images/site/main-topcurve.gif") no-repeat left top;
} html>body #main .section_head {
	margin-bottom: 0;
}
#main .section {
	float: left;
	width: 580px;
	border: 2px solid #c60;
	border-width: 0 2px;
	padding-bottom: 10px;
} html>body #main .section {
	width: 580px;
}
#main .section .title {
	float: left;
	width: 560px;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	color: #ffff58;
	height: 1.1em;
	padding: 2px 10px;
	margin: 0;
	background: #c60;
} html>body #main .section .title { 
	width: 562px;
} 
#main .section .title img {
	margin-top: -2px;
} html>body #main .section .title img {
	margin-top: -4px;
}
#main .section .subtitle {
	float: left;
	width: 560px;
	font: 12px/1.1 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #ffc;
	height: 1em;
	padding: 2px 10px 5px;
	margin: 0;
	background: #c60;
} html>body #main .section .subtitle { 
	width: 562px;
}
#main .section .title a, .section .subtitle a, .subsection_title a {
	color: #ffc;
}
#main .section .title a:hover, .section .subtitle a:hover, .subsection_title a:hover {
	text-decoration: none;
	color: #F8CA40;
}
#main .section .content {
	float: left;
	width: 580px;
	margin: 0;
}
#main .section_foot {
	float: left;
	width: 584px;
	height: 9px;
	margin-top: -5px;
	background: url("../images/site/main-bottomcurve.gif") no-repeat left bottom;	
} html>body #main .section_foot {
	margin-top: 0;
}

#main .subsection_title {
	float: left;
	width: 560px;
	height: 1.5em;
	padding: 5px 10px 2px;
	margin: 10px 0 0;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	vertical-align: center;
	background: #c60;
}
#main .subsection_title a {
	color: #fff;
}
#main .subsection_title a:hover {
	color: #F8CA40;
}
#main .subsection_title .maintitle {
	float: left;
	width: 350px;
	padding: 0;
	margin: 0;
	vertical-align: center;
	color: #fff;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
}
#main .subsection_title .assist {
	float: right;
	width: 150px;
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: center;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}
/* End Section Layout */

#main #homesection {
	float: left;
	width: 584px;
	border: none;
} html>body #main #homesection {
	width: 584px;
}
#main #homesection .title {
	float: left;
	padding: 3px 10px;
	width: 564px;
} html>body #main #homesection .title {
	width: 564px;
}
#main #homesection #hometop_space {
	float: left;
	width: 582px;
	height: 1px;
	background: #fff;
	margin: 0;
	padding: 0;
	border-left: 2px solid #c60;
} html>body #main #homesection #hometop_space {
}
#main #homesection .content {
	float: left;
	width: 584px;
}
#main #homesection #hometop {
	float: left;
	width: 421px;
	height: 29px;
	background: #c60 url("../images/site/hometop.gif") no-repeat top left;
	margin: 0;
	border-left: 2px solid #c60;
} html>body #main #homesection #hometop { 
	width: 421px;
}
#main #homesection #login {
	float: right;
	width: 160px;
	height: 29px;
	background: #fff url("../images/site/login-back.gif") no-repeat top left;
	margin: 0;
	padding: 0;
} html>body #main #homesection #login { 
}
#main #homesection #login img {
	float: left;
	width: 13px;
	margin: 9px 6px 0;
}
#main #homesection #login #logintext {
	float: left;
	width: 130px;
	margin: 9px 0 0;
}
#main #homesection #login #logintext a {
	font-weight: bold;
	text-decoration: underline;
	color: #000;
}
#main #homesection #login #logintext a:hover {
	font-weight: bold;
	text-decoration: underline;
	color: #390;
}
#main #homesection #feature_column {
	float: left;
	width: 148px;
	border-left: 2px solid #c60;
}
#main #homesection #feature_column #feature_image {
	float: left;
	width: 147px;
	height: 335px;
	background: #c60;
}
#main #homesection #feature_column #features_list {
	float: left;
	width: 127px;
	background: #c60 url("../images/site/corner-bottomright.gif") no-repeat bottom right;
	margin-top: 1px;
	padding: 10px;
	color: #fff;
	font-weight: 700;
} html>body #main #homesection #feature_column #features_list {
	width: 127px;
}
#main #homesection #feature_column #features_list ul {
	margin: 5px 0px 10px;
	background: #c60;
}
#main #homesection #feature_column #features_list li {
	display: list-item;
	margin-left: 20px;
} html>body #main #homesection #feature_column #features_list li {
	margin-left: -15px;
}
#main #homesection #feature_column #features_list a {
	color: #fff;
}
#main #homesection .home_feature {
	float: right;
	width: 390px;
	padding: 0;
} html>body #main #homesection .home_feature {
	width: 410px;
}
#main #homesection .home_feature h1 {
	margin: 15px 0 3px;
	padding: 0;
	font: 16px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
}
#main #homesection .home_feature p {
	margin: 0 0 10px;
	padding: 0;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 300;
}
#main #homesection .home_feature .title {
	float: left;
	width: 390px;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #c60;
	padding:8px 10px 3px;
	margin: 0;
	background: #FFF2E1;
	border-bottom: 1px dashed #c60;
} html>body #main #homesection .home_feature .title {
	width: 390px;
}
#main .title2 a {
	color: #fff;
	text-decoration: none;
}
#main .title2 a:hover {
	color: #F8CA40;
}
#main #homesection .home_feature .title2 {
	float: left;
	width: 390px;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #fff;
	padding:8px 10px 3px;
	margin: 0;
	vertical-align: center;
	background: #c60;
	border-bottom: 1px dashed #c60;
} html>body #main #homesection .home_feature .title {
	width: 390px;
}
#main .title2 .assist {
	float: right;
	width: 150px;
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: center;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}
#main #homesection .home_feature .item {
	float: left;
	width: 410px;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #c60;
	background: #FFF2E1;
	padding:15px 0;
	margin: 0 0 4px;
} html>body #main #homesection .home_feature .item {
	width: 410px;
}
#main #homesection .home_feature .item .image {
	float: left;
	width: 102px;
	padding: 0;
	margin: 0 5px;
} html>body #main #homesection .home_feature .item .image {
	margin: 0 10px;
	width: 102px;
}
#main #homesection .home_feature .item .image img {
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
#main #homesection .home_feature .item a {
	color: #c60;
}
#main #homesection .home_feature .item a:hover {
	color: #390;
}
#main #homesection .home_feature .item .text {
	float: left;
	width: 275px;
	margin: 0 5px;
	color: #000;
} html>body #main #homesection .home_feature .item .text { 
	margin: 0 10px;
	width: 267px;
}
#main #homesection .home_feature .item .title {
	float: left;
	width: 275px;
	margin: 0 0 5px;
	padding: 0;
	border: none;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	background: #FFF2E1;
} html>body #main #homesection .home_feature .item .text {
	width: 267px;
}
#main #homesection .home_feature .item .subtitle {
	float: left;
	width: 275px;
	margin: 0 0 2px;
	padding: 0;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	background: #FFF2E1;
} html>body #main #homesection .home_feature .item .text {
	width: 267px;
}
#main #homesection .home_feature .item p {
	margin: 2px 0 7px;
	padding: 0;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 300;
}
#main #homesection .home_feature .item2 {
	float: left;
	width: 410px;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	color: #c60;
	background: #dcebfe;
	padding:15px 0;
	margin: 0 0 4px;
} html>body #main #homesection .home_feature .item2 {
	width: 410px;
}
#main #homesection .home_feature .item2 .image {
	float: left;
	width: 102px;
	padding: 0;
	margin: 0 5px;
} html>body #main #homesection .home_feature .item2 .image {
	margin: 0 10px;
	width: 102px;
}
#main #homesection .home_feature .item2 .image img {
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
#main #homesection .home_feature .item2 a {
	color: #c60;
}
#main #homesection .home_feature .item2 a:hover {
	color: #390;
}
#main #homesection .home_feature .item2 .text {
	float: left;
	width: 275px;
	margin: 0 5px;
	color: #000;
} html>body #main #homesection .home_feature .item2 .text { 
	margin: 0 10px;
	width: 267px;
}
#main #homesection .home_feature .item2 .title {
	float: left;
	width: 275px;
	margin: 0 0 5px;
	padding: 0;
	border: none;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	background: #dcebfe;
} html>body #main #homesection .home_feature .item2 .text {
	width: 267px;
}
#main #homesection .home_feature .item2 .subtitle {
	float: left;
	width: 275px;
	margin: 0 0 2px;
	padding: 0;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	background: #dcebfe;
} html>body #main #homesection .home_feature .item2 .text {
	width: 267px;
}
#main #homesection .home_feature .item2 p {
	margin: 2px 0 7px;
	padding: 0;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 300;
}
#main #homesection_foot {
	background-image: none;
}

#main #homesection #feature2 {
	background: #dcebfe;
}
/* Related Items Layout */
#main .related {
	float: left;
	width: 580px;
	background:#fff;
	margin: 0 0 20px;
}
#main .related .subsection_title {
	float: left;
	width: 560px;
	height: 1.5em;
	padding: 5px 10px 2px;
	margin: 10px 0 0;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #fff;
	vertical-align: center;
	background: #c60;
}
#main .related .subsection_title a {
	color: #fff;
}
#main .related .subsection_title a:hover {
	color: #F8CA40;
}
#main .related .subsection_title .title {
	float: left;
	width: 350px;
	padding: 0;
	margin: 0;
	vertical-align: center;
	color: #fff;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
}
#main .related .subsection_title .assist {
	float: right;
	width: 150px;
	padding: 0;
	margin: 0;
	text-align: right;
	vertical-align: center;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
}
#main .related .feature {
	float: left;
	width: 558px;
	margin: 0 5px 10px;
	padding: 0;
	border-bottom: 2px solid #FFF2E1;
	background: #fff;
} html>body #main .related .feature {
	width: 558px;
	margin: 1px 10px 10px;
}
#main .related .feature .image {
	float: left;
	width: 102px;
	padding: 20px 30px;
}
#main .related .feature .image img {
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
#main .related .feature a {
	color: #c60;
}
#main .related .feature a:hover {
	color: #390;
}
#main .related .feature .text {
	float: left;
	width: 386px;
	margin: 10px 0;
	color: #000;
	background: #fff;
} html>body #main .related .feature .text { 
	width: 396px;
}
#main .related .feature .title {
	float: left;
	width: 386px;
	padding: 0;
	background: #fff;
	color: #000;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
} html>body #main .related .feature .title { 
	width: 386px;
}
#main .related .feature .subtitle {
	float: left;
	width: 386px;
	margin: 3px 0;
	padding: 0;
	color: #000;
	background: #fff;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
} html>body #main .related .feature .subtitle { 
	width: 386px;
}
#main .related p {
	float: left;
	width: 386px;
	margin: 10px 0;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 300;
}
/* End Related Items Layout */

/* Location Menu Layout */

#main #location_actions {
/* this causes IE errors */
	width: 580px;
	background: #FFD4A8 url("../images/site/loc-menu.gif") repeat-x left top;
	line-height: normal;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	border: 1px solid #c60;
	border-width: 1px 0;
} html>body #main #location_actions { /* this causes IE errors */
	float: left;
}
#main #location_actions ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border: none;
}
#main #location_actions ul li {
	float: left;
	margin: 0;
	padding: 0;
}
#main #location_actions ul li.selected {
	float: left;
	background: #FFD4A8 url("../images/site/loc-menuselected.gif") repeat-x left top;
	margin: 0;
	padding: 0;
}
#main #location_actions a {
	float: left;
	display: block;
	padding: 8px 15px;
	text-decoration: none;
	color: #000;
	border-right: 1px solid #c60;
}
/* IE5-Mac Hack (Commented Backslash) \*/
#main #location_actions a { float: none; }
/* End IE5-Mac hack */
#main #location_actions a:hover {
	color: #D38E6C;
}
#main #location_actions ul li.selected a {
	padding: 8px 15px;
	color: #D38E6C;
}
#main #location_actions ul li:hover, #location_actions li:hover a {
	background: #FFD4A8 url("../images/site/loc-menuselected.gif") repeat-x right top;
	color:#D38E6C;
}
#main #location_actions ul li:hover a {
	background: #FFD4A8 url("../images/site/loc-menuselected.gif") repeat-x right top;
}
#main .tablayer {
	float: left;
	width: 580px;
}
#tab1, #tab2, #tab3, #tab4, #tab5, #tab6, #tab7, #tab8, #morelink2, .moretext {
	float: left;
	display: none;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
}
#main .tablayer .intro {
	float: left;
	width: 580px;
	display: inline;
	padding: 0;
	position: relative;
}

#main #property_head {
	float: left;
	width: 580px;
	height: 40px;
	padding: 0;
	margin: 0;
	background: #FFD4A8;
}
#main #property_head #property_name {
	display: block;
	font: 12px/1.1 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	margin: 0 10px;
	padding: 5px 0 0 0;
}
#main #property_head #property_info {
	display: block;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	margin: 0 10px;
	padding: 0;
}
#main #property_actions {
	width: 580px;
	line-height: normal;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	background: #FFD4A8 url("../images/site/propertytab-back.gif") repeat-x left bottom;
} html>body #main #property_actions {
	float: left; /* IE doesn't like this */
}
#main #property_actions ul {
	float: left;
	width: 560px;
	border: none;
	margin: 0 0;
	padding: 0 10px 0 10px;
	list-style: none;
	background: #FFD4A8;
	border-bottom: 1px solid #c60;
}
#main #property_actions li {
	float: left;
	display: block;
	background: url("../images/site/propertytab-left.gif") no-repeat left top;
	margin: 0 0 -1px;
	padding: 0 0 0 8px;
	border-bottom: 1px solid #c60;
}
#main #property_actions a {
	float: left;
	display: block;
	background: url("../images/site/propertytab-right.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	text-decoration: none;
	color: #000;
}
/* IE5-Mac Hack (Commented Backslash) \*/
#main #property_actions a { float: none; }
/* End IE5-Mac hack */
#main #property_actions a:hover {
	color: #390;
	text-decoration: underline;
}
#main #property_actions li.selected {
	border-width: 0;
}
#main #property_actions li.selected a {
	padding-bottom: 5px;
	color: #D38E6C;
}
#main #property_actions li:hover, #property_actions li:hover a {
	color: #390;
	text-decoration: underline;
}
#main #property_actions .booking {
	position: relative;
	float: right;
	top: -5px;
	background: none;
	border: none;
}
#main #property_actions .booking a {
	height: 22px;
	width: 159px;
	padding: 0;
	margin: 0;
	background: none;
	text-decoration: none;
}
#main #property_actions .bookingselected {
	display: none;
}

#main .section_feature_title {
	float: left;
	width: 560px;
	margin: 10px 0 0;
	font: 11px/1.4 Arial, Helvetica, sans-serif;
	background: #FEDEB3;
	padding: 3px 10px;
	font-weight: 700;
}
#main .section_feature {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0 0 10px;
}
#main .section_subfeature_title {
	float: left;
	width: 540px;
	margin: 10px 5px 0;
	background: #FFF2E1;
	padding: 10px;
	font-weight: 700;
} html>body #main .section_subfeature_title {
	margin: 10px 10px 0;
	width: 540px;
}
#main .section_subfeature .section_subfeature_help_link {
	float: right;
	background-image: url(../images/site/help.gif);
	background-repeat: no-repeat;
	padding: 2px 2px 2px 20px;
	width: 55px;
	margin-top: 2px;
}
#main .section_subfeature .section_subfeature_help_text,
#main .section_subfeature_edit_property .section_subfeature_help_text,
#main .section_subfeature_help_text {
	margin-left: 10px;
	display: none;
}
#main .section_subfeature_help_text {
	margin-top: 10px;
	margin-bottom: 10px;
}
#main .section_subfeature .section_subfeature_help_text h1 {
	margin: 0; 	
}
#main .section_subfeature {
	float: left;
	width: 560px;
	margin: 0 5px;
	padding: 0 0 10px;
	background: #FFF2E1;
} html>body #main .section_subfeature {
	margin: 0 10px;
	width: 560px;
}
#main .section_subfeature_edit_property {
	float: left;
	width: 335px;
	background: #FFF2E1;
	padding: 0 0 10px;
}
#main .section_subfeature_edit_property .section_subfeature_help_link {
	float: right;
	background-image: url(../images/site/help.gif);
	background-repeat: no-repeat;
	padding: 2px 2px 2px 20px;
	width: 55px;
	margin-top: 2px;
}

#main .section_subfeature img {
	float: left;
	margin: 0 10px;
	padding: 0;
	border: 1px solid black;
}
#main .section_subfeature p {
	margin: 0 10px;
}
#main .section_subfeature h1 {
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 10px 10px 5px 10px;
}

#main .searchfield {
	margin: 0 30px;
} html>body #main .searchfield {
	margin: 0 40px;
}

#main .textcolumn {
	float: left;
	width: 335px;
	padding: 0;
	margin: 10px 5px 0 15px;
} html>body #main .textcolumn {
	margin: 10px 10px 0 0;
	width: 335px;
}
#main .textcolumn2 {
	width: 560px;
}

#main .textcolumn p,
#main .textcolumn2 p
 {
	padding: 0;
	margin: 0 0 5px;
}
#main .textcolumn .morelink,
#main .textcolumn2 .morelink {
	float: left;
	width: 335px;
	padding: 0;
	margin: 0;
}
#main .textcolumn2 .morelink {
	width: 560px;
	}
#main .textcolumn .details,
#main .textcolumn2 .details {
	margin-top: 15px;
	border-top: 2px solid #FFD4A8;
	padding-top: 10px;
}

#main .textcolumn textarea,
#main .textcolumn2 textarea {
	padding: 0;
	margin: 0;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
}

#main .textcolumn .form_row,
#main .textcolumn2 .form_row {
	padding: 0;
	margin: 0;
	clear: left;
	height: 22px;
}
#main .textcolumn .actions,
#main .textcolumn2 .actions {
	padding: 5px 0 0 0;
	margin: 0;
	clear: left;
	height: 22px;
}
#main .textcolumn .actions span.label,
#main .textcolumn2 .actions span.label {
	float: left;
	width: 170px;
	color: #000;
	text-align: left;
	font-weight: normal;
}
#main .textcolumn .form_row span.label,
#main .textcolumn2 .form_row span.label {
	float: left;
	width: 150px;
	color: #000;
	text-align: left;
	font-weight: normal;
}
#main .textcolumn .form_row span.element,
#main .textcolumn2 .form_row span.element {
	float: left;
	width: 400px;
	text-align: left;
} 

#main .textcolumn .form_row span.multi_element,
#main .textcolumn2 .form_row span.multi_element {
	float: left;
	width: 75px;
	text-align: left;
} 
#main .textcolumn2 .form_row span.multi_element2 {
	float: left;
	width: 300px;
	text-align: left;
}

#main .textcolumn input.text,
#main .textcolumn2 input.text {
	float: left;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	height: 13px;
	margin: 0;
	padding: 0;
} 

#main .textcolumn select,
#main .textcolumn2 select {
	float: left;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	height: 18px;
} 

#main .textcolumn .expandcollapse,
#main .textcolumn2 .expandcollapse {
	float: left;
	padding-right: 5px;
	border: 0;
} 

#main .textfeature_box {
	float: left;
	width: auto;
	margin: 0;
	padding: 4px 10px;
	border: #c60 1px solid;
	background: #FEF1BF;
	font: 10px/1.4 Arial, Helvetica, sans-serif;
} html>body #main .textfeature_box {
	margin: 0px;
}

#main .feature_box {
	font-weight: 700;
	margin: 0 10px;
	padding: 0;
} html>body #main .feature_box {
	float: left;
	width: auto;
	margin: 0 10px;
}
#main .feature_box ul {
	margin: 0;
	padding: 5px;
	border: #c60 1px solid;
	background: #FEF1BF;
}
#main .feature_box ul li {
	font: 10px/1.4 Verdana, Arial, Helvetica, sans-serif;
	font-weight: 300;
	padding: 0 10px 0 0;
	display: inline;
}

#main .location_image {
	float: left;
	width: 202px;
	margin: 10px 0 10px 8px;
	padding: 0;
} html>body #main .location_image {
	margin: 10px 15px 10px;
	width: 202px;
}
#main .location_image img {
	float: left;
	/*width: 200px;*/
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
#main .location_image_text {
	float: left;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	text-align: center;
	background: #FFD4A8;
}
#main .location_image_menu {
	float: left;
	width: 100%;
	margin: 2px 0 0;
	padding: 30px 0;
}
#main .links {
	float: left;
	width: 580px;
	margin: 0;
	padding: 10px 0;
}
#main .links .title {
	padding: 2px 10px;
	margin: 0;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	color: #fff;
	background: #c60;
}
#main .links ul {
	float: left;
	width: 560px;
	margin: 0;
	padding: 0 10px;
	background: #fff;
	border: 0;
}
#main .links ul li {
	display: list-item;
	list-style: none;
	background: #fff;
	margin: 5px 0;
	padding: 0 0 5px;
	border-bottom: 1px dashed #FEF1BF;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
}

#main .reviewTitle {
	text-align: left;
	width: 560px;
	padding: 10px 10px 0px 10px;
	font-weight: bold;
}

#main .reviewText {
	text-align: left;
	width: 560px;
	padding: 10px 10px 0px 10px;
}

#main .reviewSignature {
	text-align: right;
	width: 560px;
	padding: 0px 10px 0px 10px;
	font-style: italic;
}

#main .property_image {
	float: left;
	width: 202px;
	/*height: 150px;*/
	margin: 10px 15px 20px 30px;
	padding: 0;
} html>body #main .property_image {
	margin: 10px 15px 20px 55px;
	width: 202px;
}
#main .property_image .image_box {
	float: left;
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
/*
#main .property_image img {
	float: left;
	width: 200px;
	height: 150px;
	margin: 0;
	padding: 0;
	border: 1px solid black;
}
*/
#main .property_image .text {
	float: left;
	width: 100%;
	margin: 2px 0 0;
	padding: 0;
	text-align: center;
	background: #FFD4A8;
}
#main .property_image textarea {
	margin: 10px 0 0 0;
	height: 70px;
	width: 200px;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
}
#main .property_image input {
	margin: 10px 0 0 0;
}

#main .tablayer .save {
	margin: 0 auto;
	width: 60px;
}

#main #calendar_column {
	float: left;
	width: 290px;
	margin: 0;
	padding: 0;
} html>body #main #calendar_column {
	width: 295px;
}
#main #calendar {
	float: left;
	width: 258px;
	border: 2px solid #ECE4DC;
	background: #fff;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	text-align: center;
	margin: 10px 8px;
} html>body #main #calendar {
	margin: 10px 15px;
}
#calendar #calendar_title {
	float: left;
	width: 258px;
	height: 1em;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	background: #ECE4DC;
	padding: .4em 0;
}
#calendar_navigation_prev {
	float: left;
	width: 60px;
}
#calendar_navigation_curr {
	float: left;
	width: 138px;
	text-align: center;
}
#calendar_navigation_next {
	float: left;
	width: 60px;
}

#calendar_body {
	float: left;
	width: 100%;
}
#calendar_body table {
	width: 100%;
	text-align: right;
	border: 0;
	border-spacing: 0;
	border-collapse: collapse;
}
#calendar_body th {
	text-align: right;
	padding: .2em;
	font: 11px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	background: #ECE4DC;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
}
#calendar_body td {
	text-align: left;
	height: 36px;
	padding: 0;
	font: 12px/1.1 Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #8f8f69;
	border-right: 1px solid #8f8f69;
}
#calendar_body .info {
	text-align: left;
	width: 43px;
}
#calendar_body .head {
	width: 34px;
}
#calendar_body .week_un {
	text-align: left;
	background :#fff;
}
#calendar_body .week_av { 
	text-align: left;
	color: #063;
	background: #fff; 
}
#calendar_body .week_fl { 
	text-align: left;
	color: #063;
	background: #fff; 
}
#calendar_body .week_bk { 
	background: #fff; 
}
#calendar_body .price_av {
	float: left;
	height: 18px;
	margin: 0 0 0 2px;
}
#calendar_body .price_fl {
	float: left;
	height: 15px;
	margin: 3px 0 0 2px;
}
#calendar_body .cu_date {
	float: left;
	height: 15px;
	padding: 0 0 3px 3px;
	font: 12px/1 Arial, Helvetica, sans-serif;
	font-weight: 700;
	color: #000;
	background-color: transparent;
}
#calendar_body .nc_date {
	float: left;
	height: 15px;
	margin: 0 0 3px 3px;
	font: 12px/1 Arial, Helvetica, sans-serif;
	color: black;
	background-color: transparent;
	margin: 0 0 3px 3px;
}
#calendar_body #today {
	color: #f00;
}
#calendar_body .cu_avw {
	background: #c7eed0;
}
#calendar_body .cu_avd {
	background: #c7eed0;
}
#calendar_body .cu_avt { 
	border: 1px solid #f00;
	color: blue;
	background-color: #5c5;
}
#calendar_body .cu_bk { 
	background: #ffc0c2; 
}
#calendar_body .cu_un { 
	background: #fff url(../images/site/cal-unav.gif) no-repeat top;
}
#calendar_body .cu_bkt { 
	border: 1px solid #f00;
	background: #c55;
	color: blue;
}
#calendar_body .nc_avw {
	background: #c7eed0;
}
#calendar_body .nc_avd {
	background: #c7eed0;
}
#calendar_body .nc_avt { 
	border: 1px solid #f00;
	color: blue;
	background-color: #9c9;
}
#calendar_body .nc_bk { 
	background: #ffc0c2; 
}
#calendar_body .nc_un { 
	background: #fff url(../images/site/cal-unav.gif) no-repeat top;
}
#calendar_body .nc_bkt { 
	border: 1px solid #f00;
	background: #c55;
	color: blue;
}

#main #calendar_key_top {
	float: left;
	width: 264px;
	height: 11px;
	margin: 0 8px;
	background: #FEF1BF url("../images/site/cal-key-top.gif") no-repeat top left;
} html>body #main #calendar_key_top {
	margin: 0 15px;
}
#main #calendar_key {
	float: left;
	width: 264px;
	margin: 0 8px;
	background: #FEF1BF;
} html>body #main #calendar_key {
	margin: 0 15px;
}
#main #calendar_key_title {
	float: left;
	width: 264px;
	text-align: center;
	font-weight: bold;
	border-bottom: 2px dashed #000;
	margin-bottom: 10px;
}
#main #calendar_key_bottom {
	float: left;
	width: 264px;
	height: 11px;
	margin: 0 8px;
	background: #FEF1BF url("../images/site/cal-key-bottom.gif") no-repeat top left;
} html>body #main #calendar_key_bottom {
	margin: 0 15px;
}
#main #calendar_key .weekly_price {
	color: #063;
}
#main #mini_columns {
	float: right;
	width: 260px;
	margin: 0 10px 0 0;
} html>body #main #mini_columns {
	margin: 0 15px 0 0;
}
#main #left_mini_column {
	float: left;
	width: 129px;
	border-right: 1px dotted #999;
} html>body #main #left_mini_column {
}
#main #right_mini_column {
	float: right;
	width: 120px;
} html>body #main #right_mini_column {
}

div.mini_calendar {
	font: 10px/1.0 Arial, Helvetica, sans-serif;
	height: 130px;
	width: 119px;
	margin: 5px 0;
	border: 1px solid #fff;
} html>body .mini_calendar {
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	margin: 5px 0;
}
div.mini_calendar:hover {
	border: 1px solid #ccc;
}
div.mini_calendar table {
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	border-collapse: collapse;
}
div.mini_calendar tr {
	height: 14px;
}
div.mini_calendar #calendar_title {
	padding: 3px 0 0 5px;
	color: #5E4B21;
	background: #ECE4DC;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}
div.mini_calendar .head {
	color: #5E4B21;
	background: #ECE4DC;
	width: 15px;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
	border-bottom: 1px dotted #5E4B21;
	text-align: center;
}
div.mini_calendar td {
	text-align: center;
	font: 10px/1.2 Arial, Helvetica, sans-serif;
}
div.mini_calendar .today {
	color: #c00;
	border: 1px solid #c00;
}
div.mini_calendar .un {
	color: #ccc;
	text-decoration: line-through;
}
div.mini_calendar .av {
	color: #390;
}
div.mini_calendar .bk {
	text-decoration: line-through;
	color: #c00;
}
div.mini_calendar .nc {
	color: #fff;
}

/* About Section Layout */
#main .testimonial {
	margin: 5px 15px;
	padding: 5px 15px;
}
/* End About Section Layout */


/* Booking Section Layout */
#main .form_row {
	clear: left;
	padding: 10px 10px 0;
	min-height: 20px;
	/* ie6 min-height hack */
  height:auto !important;
  height:20px;
}

#main .form_row span.label {
	float: left;
	width: 150px;
	font-weight: 700;
	color: #c60;
	text-align: left;
}
#main .form_row span.element {
	float: left;
	width: 350px;
	text-align: left;
} 
#main .form_row span.elementShort {
	float: left;
	padding: 2px;
	text-align: left;
} 
#main .form_row span.element img {
	float: none;
	margin: 0;
	padding: 0;
	border-width: 0;
}
#main .form_row span.element2 {
	float: left;
	width: 150px;
	text-align: left;
}
#main .form_row_prices {
	clear: left;
	padding: 10px 10px 0;
	height: 20px;
}
#main .form_row_prices span.tableTitle {
	float: left;
	width: 60px;
	text-align: left;
}
#main .form_row_prices span.label {
	float: left;
	width: 60px;
	text-align: right;
}
#main .price {
	text-align: right;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0 10px;
}
#main .book_next {
	float: right;
	text-align: right;
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;
	margin: 0 0 10px;
	border: none;
}
#main .book_next img {
	border: none;
}
#main img#protxlogo {
	border: 0;
}
#main textarea {
	margin: 5px 10px 10px;
}
#main textarea.nopadding {
	margin: 0;
	padding: 0;
}
#main input#paymentbutton {
	margin-top: 30px;
}
/* End Booking Section Layout */

/* Partner Section Layout */
span.partnerlogo {
	float: left;
	width: 250px;
	text-align: left;
}
span.partnerdescription {
	float: left;
	width: 300px;
	text-align: left;
} 
img.partnerimage {
	float: left;
	border: 1px solid #c60;
	margin-right: 10px;
}
/* End Partner Section Layout */
	

/* Side Section Layout */
.side_section_head {
	float: left;
	width: 166px;
	height: 9px;
	margin-bottom: -7px;
	background: url("../images/site/side-topcurve.gif") no-repeat left top;	
} html>body .side_section_head {
	margin-bottom: 0;
}
.side_section {
	float: left;
	background: #fff;
	width: 162px;
	border: 2px solid #c60;
	border-width: 0 2px;
}
.side_section .title {
	float: left;
	width: 142px;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	color: #ffff58;
	padding: 2px 10px;
	margin: 0;
	background: #c60;
}
.side_section .title .icon {
	float: right;
	padding-right: 5px;
	width: 30px;
}
.side_section .content {
	float: left;
	width: 162px;
}
.side_section_foot {
	float: left;
	width: 166px;
	height: 9px;
	margin-top: -5px;
	margin-bottom: 10px;
	background: url("../images/site/side-bottomcurve.gif") no-repeat left bottom;
} html>body .side_section_foot {
	margin-top: 0;
}
/* End Side Section Layout */

/* Side Destination Layout */
.side_destination_head {
	float: left;
	width: 166px;
	height: 9px;
	margin-bottom: -7px;
	background: url("../images/site/side-topcurve.gif") no-repeat left top;
} html>body .side_destination_head {
	margin-bottom: 0;
}
.side_destination {
	float: left;
	background: #fff;
	width: 162px;
	border: 2px solid #cc6600;
	border-width: 0 2px;
}
.side_destination .title {
	float: left;
	width: 162px;
	margin: -2px 0 5px;
	padding-bottom: 5px;
	background: #cc6600;
}
.side_destination .title .heading {
	float: left;
	width: 92px;
	padding-left: 10px;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	color: #ffff58;
}
.side_destination .title .icon {
	float: right;
	width: 56px;
	padding-right: 0px;
	margin-bottom: -7px;
} html>body .side_destination .title .icon {
	margin: -7px 0 -14px 0;
}
.side_destination .content {
	float: left;
	width: 162px;
	margin: 0;
	padding: 0;
}
.side_destination_foot {
	float: left;
	width: 166px;
	height: 9px;
	margin-top: -5px;
	margin-bottom: 10px;
	background: url("../images/site/side-bottomcurve.gif") no-repeat left bottom;
} html>body .side_destination_foot {
	margin-top: -1px;
}
/* End Side Destination Layout */

/* Side Feature Layout */
.side_feature_head {
	float: left;
	width: 166px;
	height: 9px;
	margin-bottom: -7px;
	background: url("../images/site/side-topcurve.gif") no-repeat left top;	
} html>body .side_feature_head {
	margin-bottom: 0;
}
.side_feature {
	float: left;
	background: #fff;
	width: 162px;
	border: 2px solid #c60;
	border-width: 0 2px;
}
.side_feature .title {
	float: left;
	width: 162px;
	margin: -2px 0 5px;
	padding-bottom: 5px;
	background: #c60;
}
.side_feature .title .heading {
	float: left;
	width: 92px;
	padding-left: 10px;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	color: #ffff58;
}
.side_feature .title .icon {
	float: right;
	width: 51px;
	padding-right: 0px;
	margin-bottom: -7px;
} html>body .side_feature .title .icon {
	margin: -7px 0 -12px 0;
}
.side_feature .content {
	float: left;
	width: 162px;
}
.side_feature_foot {
	float: left;
	width: 166px;
	height: 9px;
	margin-top: -5px;
	margin-bottom: 10px;
	background: url("../images/site/side-bottomcurve.gif") no-repeat left bottom;
} html>body .side_feature_foot {
	margin-top: -1px;
}
/* End Side Feature Layout */

/* Side Ad Layout */
.side_ad_head {
	float: left;
	width: 166px;
	height: 9px;
	margin-bottom: -7px;
	background: url("../images/site/side-topcurve.gif") no-repeat left top;	
} html>body .side_ad_head {
	margin-bottom: 0;
}
.side_ad {
	float: left;
	background: #FEF1BF;
	width: 162px;
	border: 2px solid #cc6600;
	border-width: 0 2px;
}
.side_ad .title {
	float: left;
	width: 162px;
	margin: -2px 0 5px;
	padding-bottom: 5px;
	background: #c60;
}
.side_ad .title .heading {
	float: left;
	width: 116px;
	padding-left: 10px;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	color: #ffff58;
}
.side_ad .title .icon {
	float: right;
	padding-right: 2px;
	width: 30px;
}
.side_ad .content {
	float: left;
	width: 162px;
	background: #FEF1BF;
}
.side_ad a {
	font-weight: 700;
}
.side_ad_foot {
	float: left;
	width: 166px;
	height: 9px;
	margin-top: -5px;
	margin-bottom: 10px;
	background: url("../images/site/sidead-bottomcurve.gif") no-repeat left bottom;	
} html>body .side_ad_foot {
	margin-top: 0;
}
/* End Side Ad Layout */

/* Side Question Layout */
.side_query {
	float: left;
	width: 166px;
	height: 109px;
	background: url("../images/site/query.gif") no-repeat left top;
	margin-bottom: 5px;
}
.side_query p {
	float: left;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	height: 1.1em;
	margin: 0;
	padding: 40px 20px 10px;
}
#side a {
	color: #000;
	text-decoration: none;
}
#side a:hover {
	color: #390;
	text-decoration: underline;
}
/* End Side Question Layout */

#side ul {
	font: 10px/1.4 Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}
#side ul li {
	list-style: none;
	padding: 1px 10px;
	background: #fff;
}

#side ul.cat {
	font: 10px/1.4 Arial, Helvetica, sans-serif;
	color: #300;
	font-weight: 700;
	margin: 0;
	padding: 0;
	background: #fff;
}
#side ul.cat li {
	list-style: none;
	padding: 2px 0 0;
	background: #fff;
}
#side ul.cat li .head {
	list-style: none;
	padding: 2px 10px;
	background: #FEDEB3;
}
#side ul.cat ul {
	padding: 0;
	margin: 0 10px;
	background: #fff;
}
#side ul.cat ul li {
	padding: 0 10px;
	margin: 0;
	background: #fff;
}
#side .feature_head {
	font: 10px/1.4 Arial, Helvetica, sans-serif;
	color: #300;
	font-weight: 700;
	background: #FEDEB3;
	padding: 3px 10px;
}
#side ul.feature li {
	padding: 4px 10px 0 20px;
	margin: 1px 0;
	background: #FEF1BF;
	font: 10px/1.4 Arial, Helvetica, sans-serif;
	font-weight: bold;	
}
#side ul.feature ul li {
	padding: 4px 10px 0 30px;
	font: 10px/1.4 Arial, Helvetica, sans-serif;
}
#side ul.feature a {
	color: #300;
}
#side ul.feature a:hover {
	color: #390;
}

/* To Be Replaced / Updated */
div.message {
	float: left;
	width: 580px;
	border-bottom: 1px solid #000;
	background: #fff;
	color: #533B0E;
	padding: 0 0 10px 0;
}
div.message_row {
	float: left;
	width: 560px;
	clear: left;
	padding: 10px 10px 0 10px;
	height: 30px;
	border-bottom: 1px dashed #c60;
}
div.message_row span.label {
	float: left;
	width: 300px;
	text-align: left;
}
div.message_row span.element {
	float: right;
	width: 220px;
	text-align: right;
} 
div.message_content_old {
	padding-right: 10px;
	display: none;
}
div.message_content_latest {
	padding-right: 10px;
}
div.message_content_expand {
	display: inline;
}
div.message_content_collapse {
	display: none;
}
div#message_header_latest {
	padding: 10px 10px 0 10px;
	background: #fc0;
}
div#message_actions {
	padding: 5px 10px;
	background: #fc0;
	border-bottom: 1px solid #000;
}
div#message_actions a:hover {
	color: #c60;
	
}
div#message_reply, div#message_close, div#message_edit, div#message_approve, div#message_reassign_enquiry {
	display: none;
}

	
div#admin_menu {
	background: #bd0023;
	color: #de0029;
	width: 780px;
	border-top: 2px solid #164a5e;
	border-bottom: 2px solid #164a5e;
	padding: 0px;
} html>body #admin_menu { 
	width: 774px;
	padding: 3px;
}
div.admin-feature {
	width: 736px;
	padding: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	border: 1px dashed #555;
	background: #dedede;
	color: #555;
}
div.admin-feature h1 {
	font: 12px/1.2 Arial, Helvetica, sans-serif;
	font-weight: 700;	
}
div.admin-sub_feature {
	width: 713px;
	border: 1px dashed #555;
	background: #fff;
	color: #555;
	padding: 10px;
	margin-top: 10px;
}
span.bookfield {
	float: left;
	width: 150px;
	text-align: left;
}
div.ad-bookid {
	float: left;
	width: 150px;
	text-align: left;
}
#main .form_row_admin {
	clear: left;
	padding: 10px 10px 0;
	height: 20px;
	width: 736px;
}
#main .form_row_admin span.label {
	float: left;
	width: 120px;
	font-weight: 700;
	color: #c60;
	text-align: left;
}
#main .form_row_admin span.element {
	float: left;
	width: 180px;
	text-align: left;
	margin-right: 10px;
} 
.row_unassigned_enquiries {
	clear: left;
	margin-bottom: 5px;
}
.row_unassigned_enquiries_head {
	clear: left;
	margin-bottom: 20px;
}
.col_unassigned_enquiries_type {
	float: left;
	width: 30px;
}
.col_unassigned_enquiries_date {
	float: left;
	width: 55px;
}
.col_unassigned_enquiries_ref {
	float: left;
	width: 60px;
}
.col_unassigned_enquiries_name {
	float: left;
	width: 70px;
}
.col_unassigned_enquiries_person {
	float: left;
	width: 144px;
}
.col_unassigned_enquiries_view {
	float: left;
	width: 30px;
}
.col_unassigned_enquiries_status {
	float: left;
	width: 40px;
}
.col_unassigned_enquiries_type_head {
	float: left;
	width: 30px;
	font-weight: bold;
}
.col_unassigned_enquiries_date_head {
	float: left;
	width: 55px;
	font-weight: bold;
}
.col_unassigned_enquiries_ref_head {
	float: left;
	width: 60px;
	font-weight: bold;
}
.col_unassigned_enquiries_name_head {
	float: left;
	width: 70px;
	font-weight: bold;
}
.col_unassigned_enquiries_person_head {
	float: left;
	width: 144px;
	font-weight: bold;
}
.col_unassigned_enquiries_view_head {
	float: left;
	width: 30px;
	font-weight: bold;
}
.col_unassigned_enquiries_status_head {
	float: left;
	width: 40px;
	font-weight: bold;
}
.row_assign_enquiry {
	clear: left;
	margin-left: 50px;
	margin-bottom: 5px;
}
.admin-sub_feature select {
	font: 1em Arial, Helvetica, sans-serif;
}
.admin-sub_feature input {
	font: 1em Arial, Helvetica, sans-serif;
}
td.low {
	background-color: green;
	color: black;
	font-weight: bold;
}
td.normal {
	background-color: yellow;
	color: black;
	font-weight: bold;
}
td.high {
	background-color: red;
	color: black;
	font-weight: bold;
}
.error_msg {
	margin-top: 10px;
	border: 2px solid red;
}
.option_highlight {
	background-color: #FFCC00;
}
/* begin autocomplete */
div.auto_complete {
width: 265px;
background: #fff;
}
div.auto_complete ul {
border:1px solid #888;
margin:0;
padding:0;
width: 265px;
list-style-type:none;
cursor: default;
}
div.auto_complete ul li {
margin:0;
padding:3px;
background-color: #fff; 
font-size: 1.2em;
}
div.auto_complete ul li.selected { 
background-color: #F2F288; 
}
div.auto_complete ul strong.highlight { 
color: #800; 
margin:0;
padding:0;
}
/* end autocomplete */

#preview {
	border: 1px solid #A5ACB2;
	width: 330px;
	background-color: #FFFFFF;
	min-height: 22px;
}
#steps {
	float: left;
	margin: 10px 0 0 10px;
}
#steps .step {
	float: left;
	height: 80px;
	margin: 0 11px 0 0;
	padding: 5px 0 0 0;
}
#steps p {
	margin: 0;
	text-align: center;
}
#steps .step1 {
	width: 61px;
}
#steps .step2 {
	width: 65px;
}
#steps .step3 {
	width: 58px;
}
#steps .step4 {
	width: 73px;
}
#steps .step5 {
	width: 47px;
}
#steps .step6 {
	width: 63px;
}
#steps .step7 {
	width: 47px;
}
#steps .step8 {
	width: 47px;
}
#steps .imgstep1 {
	margin: 0 0 0 10px;
}
#steps .imgstep2 {
	margin: 0 0 0 12px;
}
#steps .imgstep3 {
	margin: 0 0 0 9px;
}
#steps .imgstep4 {
	margin: 0 0 0 16px;
}
#steps .imgstep5 {
	margin: 0 0 0 2px;
}
#steps .imgstep6 {
	margin: 0 0 0 11px;
}
#steps .imgstep7 {
	margin: 0 0 0 2px;
}
#steps .imgstep8 {
	margin: 0 0 0 2px;
}
.map
{
	float: left;
	width: 560px; 
	height: 400px;
}
.property_map {
	float: left;
	width: 560px; 
	height: 400px;
	margin: 0 0 0 10px;
}
a.help {
	background-image: url(../images/site/help.gif);
	background-repeat: no-repeat;
	padding: 1px 0px 1px 20px;
}
/* Side mysch Layout */
.side_mysch_head {
	float: left;
	width: 166px;
	height: 9px;
	margin-bottom: -7px;
	background: url("../images/site/side-topcurve.gif") no-repeat left top;	
} html>body .side_mysch_head {
	margin-bottom: 0;
}
.side_mysch {
	float: left;
	/*background: #FEF1BF;*/
	width: 162px;
	border: 2px solid #cc6600;
	border-width: 0 2px;
}
.side_mysch .title {
	float: left;
	width: 162px;
	margin: -2px 0 5px;
	padding-bottom: 5px;
	background: #c60;
}
.side_mysch .title .heading {
	float: left;
	width: 116px;
	padding-left: 10px;
	font: 10px/1.1 Arial, Helvetica, sans-serif;
	color: #ffff58;
}
.side_mysch .content {
	float: left;
	width: 162px;
	/*background: #FEF1BF;*/
}
.side_mysch .head {
	background: #FEDEB3;
	padding-left: 10px;
	font-weight: bold;
}
/*
.side_mysch a {
	font-weight: 700;
}
*/
/*
.side_mysch ul {
	list-style-type: disc;
	border: 1px solid blue;
}
.side_mysch ul li {
	border: 1px solid red;
	margin: 0 0 0 10px;
}
*/
.side_mysch select {
	margin: 0 0 0 10px;
	font: 11px Arial, Helvetica, sans-serif;
}
.side_mysch button {
	font: 11px Arial, Helvetica, sans-serif;
	margin: 0 0 0 10px;
}
.side_mysch_foot {
	float: left;
	width: 166px;
	height: 9px;
	margin-top: -5px;
	margin-bottom: 10px;
	background: url("../images/site/side-bottomcurve.gif") no-repeat left bottom;	
} html>body .side_mysch_foot {
	margin-top: 0;
}
/* End Side mysch Layout */

#google_ad {
	float: left;
	width: 468px;
	height: 60px;
	margin: 10px 0 0 0;
	/*border: 1px solid blue;*/
}

table.stats
{
	text-align: center;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 11px;
	color: #fff;
	width: 280px;
	background-color: #666;
	border: 0px;
	border-collapse: collapse;
	border-spacing: 0px;
	top: 0px;
}

table.stats td
{background-color: #CCC;
color: #000;
padding: 4px;
border: 1px #fff solid;}

table.stats td.cur
{background-color: #CCC;
color: #000;
padding: 4px;
text-align: right;
border: 1px #fff solid;}

table.stats td.hed
{background-color: #666;
color: #fff;
padding: 4px;
text-align: left;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

table.stats td.hedcur
{background-color: #666;
color: #fff;
padding: 4px;
text-align: right;
border-bottom: 2px #fff solid;
font-size: 12px;
font-weight: bold;}

/* override the liveperson star rating so as to not show */
.lpEmtStarRating {
display:none;
}

