/* Basic Joomla CSS typography template: Barrie North: Compass Designs: www.compassdesigns.net */
/* Typography CSS. Global settings start and then get over-ridden later in sheet*/
/* Note that CSS styles include shorthand styles (like 'font:' and then long-hand versions. Don't set style in both!*/
/* When done styling, convert all styles to shorthand and delete longhand ones */

/* Start of Global page settings. Should get over-ridden later on*/

/*************************************
/*************************************
 Non logged in CSS (for all users)*/

* { 
	margin: 0;
	padding: 0; 
} 

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #3F4948;
	background-color: #FFFFFF;
  font-size:12px;
}

a:link, a:visited {
  color: #A23131 ;
	font-weight: normal;
} 

a:hover {
	color:#CB5454;
}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, ul, ol, dl, address,.componentheading,.contentheading,.contentpagetitle,.sectiontableheader,.newsfeedheading {
	margin: 1em 0;
	padding: 0;
}

h3 {
	font-size:18px;
	font-weight:bold;
}

hr {
	color: #FBA32C;
	background-color: #FBA32C;
	border: 1px;
	height: 2px;
	margin: 14px 0px;
}

li, dd, blockquote {
	margin-left: 2.3em;
}

fieldset {
	border: none;
}

input, select, textarea {
	font-size: 1em;
	color:#3F4948;
}

.error {
  color: #FF0000;
	font-weight: bold;
}

/* End of Global page settings. Should get over-ridden later on*/

/*----------------------Header CSS------------------------------------*/

/*****************
* New Header CSS
*/
#headerLeft, #headerRight {
	font-size:3px;
	color:#2A0A04;
}

#outerHeader {
	border:none;
	height:125px;
	border-collapse:collapse;
}

#headerLeft {
	background-image: url(../images/header_left.gif);
	background-repeat:repeat-x;
}

#headerRight {
	background-image: url(../images/header_right.gif);
	background-repeat:repeat-x;
}

#headerMain {
	width:950px;
	background-image: url(../images/header_main.jpg);
	vertical-align:top;
	cursor:pointer;
}
/***************/

#top_menus {
	height:28px;
	position:absolute;
	top:0;
	left:0;
	line-height:27px;
	z-index:2;
	font-size:11px;
	color:#8F8F8F;
	width:100%;
}


#top_menus a {
	font-size:12px;
	color:#4C688D;
	text-decoration:none;
	font-weight:normal;
}

#top_menus a:hover {
	color:#889FBF;
}

#language_select {
	width:450px;
	float:left;
	text-align:left;
	line-height:27px;
	margin-left:10px;
}

#langFlagsBox a img {
	text-decoration:none;
	border:none;
}

#login {
	float:right;
	margin-right:10px;
}

.mainlevel-login {
	margin:2px;
	background-image:url(../../../images/medhead/vline.gif);
	background-repeat:no-repeat;
	padding:0 0 2px;
}

.moduletable-top li {
	margin-left:5px;
	display: inline;
	background-image: url(../../../images/medhead/vline.gif);
	background-repeat:no-repeat;
	padding:0 0 2px 9px;
}

.moduletable-top ul {
	margin:0;
	display:inline;
}

#top_menu {
	float:right;
	text-align:right;

}

#login a.mainlevel {
	margin:2px;
}

#main_header_bg {
		width: 100%;
		height: 77px;
		z-index:1;
		margin:0;
		padding:0;
		background-color: #FFFFFF;
}

#main_header_image {
		width: 100%;
		height: 77px;
		background-image: url(../images/header_new.jpg);
		background-repeat: no-repeat;
		background-position: center;
		z-index: 2;
		position: absolute;
		top:28px;
		cursor:pointer;
		
}

#print_header {
		visibility:hidden;
}

#tag_line {
	width:710px;
	margin:36px auto 0;
	text-align:right;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold;
	letter-spacing:1px;
}

#main_header h1 {
  	font-weight: normal;
	font-size: 10px;
	margin: 0 16px 0 0;
	color: #4C698D;
}

#breadcrumb {
		position:absolute;
		top:103px;
		z-index:2;
		height:22px;
		margin:auto;
		line-height:22px;
    color:#4C688D;
    font-size:10px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
		position: absolute;
		left: 10px;
}

#breadcrumb a {
    text-decoration:none;
		color:#4C688D;
		font-weight: normal;
}

#breadcrumb a:hover{
    color:#F38407;
}

#bottom_gradient {
	background:#FFFFFF url(../images/header_bottom_bar.gif) repeat-x;
	height:22px;
}

#bottom_inner_gradient {
	width:768px;
	margin:auto;
	height:22px;
	background-image:url(../images/bottom_bar_gradient.jpg);
	background-repeat:no-repeat;
	background-position:center 0;
}

#my_medhead {
  height: 35px;
	background-image:url(../images/my_medhead_bg.gif);
	background-repeat: repeat-x;
	letter-spacing: 0.02em;
	font-size:11px;
	padding-left:11px;
	line-height:33px;
}

#my_medhead a {
	color: #ffffff;
	text-decoration: none;
	font-weight:normal;
}

#my_medhead a:hover {
  text-decoration: underline;
}

#my_medhead img {
	vertical-align:top;
}

#my_medhead_hl, #manage_h1 {
  font-family: "Trebuchet MS", Verdana, "MS Sans Serif", Helvetica;
	color: #f3a139;
	font-size: 16px;
	font-weight: bold;
	margin-right: 12px;
}

#manage_h1 {
	margin-left: 30px;
}

.pathway {
	border:0;
	height:25px;
	overflow:hidden;
	display: inline;
}

#headerDiv {
	z-index: 500;
  height: 1px;
	background-color: #CCD3DB;
  position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 3px solid #4C688D;
	overflow: hidden;
}

/*--------------------Main content area CSS---------------------------*/

#page {
  	width: 950px; 
  	text-align: left;
		margin:0 auto 0;
}

#left_outer {
		margin-top:30px;
  	width: 233px;  
		padding:0px;
		float: left;
		margin-right:55px;
}

#right_outer {
		margin-top:30px;
  	width: 168px;  
		float: right;
		margin-left:55px;
}

#main_content {
	float:left;
	font-size:12px;
	line-height:1.6em;
	margin-top:30px;
}

/* -------------------Footer CSS--------------------------------------*/


#page_bottom {
	height:68px;
	width:100%;
	background: #F5F5F5 url(../images/bottom_menus_bg.png) repeat-x;
	margin: 40px 0 6px;
	padding:8px 0;
	line-height:2.1em;
  text-align:center;
	clear:both;
}

#bottom_menu .mainlevel {
  margin: 2px 4px 0px 4px;
}

#bottom_menu span.mainlevel, #bottom_menu {
	color: #7A8795;
}

#bottom_menu a.mainlevel {
	font-weight: normal;
	color: #4C688D;
	font-size: 11px;
	text-decoration:none;
}

#bottom_menu a.mainlevel:hover {
	color: #B2B2B2;
}

#footer, #footer a {
	font-weight: normal;
	font-size: 10px;
	line-height: 1.3em;
	color: #7A8795;
	margin-bottom: 20px;
	text-align: center;
	text-decoration: none;
}

#footer a:hover {
 	text-decoration: underline;
}

/*--------------------------Modules, content, etc----------------------------*/

#left_outer .moduletableRef {
	margin: 10px 0 10px 0;
	background-image: url(../../../images/medhead/module_box_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
	padding: 0 16px 20px;
	width:201px;
}

#left_outer .moduletableRef h3 {
	text-align: center;
	color: #7f95b1;
	font-size: 15px;
	font-family: "Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	text-align:center;
	background-image:url(../../../images/medhead/module_box_top.png);
	background-repeat: no-repeat;
	width:233px;
	margin: 0 -16px;
	padding: 8px 0  10px;
}


#left_outer .moduletableSearch #inner{
  background: url(../images/bg_searchbox_bottom.png) no-repeat bottom;
	width:189px;
	padding:10px 22px 17px;
	text-align:center;
	margin-bottom:20px;
}

#left_outer .moduletableSearch #outer {
  background:#DC5F1E url(../images/bg_searchbox_top.png) no-repeat top;
}


.moduletableSearch .button, .moduletableSearch .button:hover {
	width:189px;
	height:39px;
	background-color:#A20C0C;
	background-image:url(../images/search_button.png);
	background-position:0 0;
	text-align:center;
	font: bold 17px "Trebuchet MS", Verdana;
	padding:0 0 4px;
	margin:6px 0;
	line-height:normal;
	border:none;
	cursor:pointer;
}

.moduletableSearch .button_disabled {
	background: #EFEFEF url(none);
	border:1px solid #A2A4A8;
	width:189px;
	height:39px;
	margin: 6px 0px;
	padding:0 0 4px;
	color: #BBBBBB;
	font: bold 17px "Trebuchet MS", Verdana;
}

/**
* Type ahead tid
*/
.ac_results {
	border: 1px solid #7F9DB9;
	background-color: #FFFFFF;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	z-index: 99;
	display: none;
}

.ac_results li {
	padding: 2px 5px;
	margin-left:0;
	white-space: nowrap;
	color: #8D8E8E;
	text-align: left;
	list-style: none;
}

.ac_over {
	cursor: pointer;
	background-color: #DFE7EE;
	color:#FFFFFF
}

.ac_match {
	text-decoration: underline;
	color: #3F4948;
}

.ac_loading {
	background : Window url(../../../images/medhead/progress.gif) right center no-repeat;
	color:#B32C2C;
	font-weight:bold;
	/*height:13px;
	padding:2px 0pt 2px 3px;
	width:179px;*/	
}

.moduletablePop {
	line-height:28px;
	color:#3F4948;
}

.moduletablePop a, .moduletablePop a:visited {
	color:#3F4948;
	text-decoration:none;
	font-weight:normal;
}

.moduletablePop a:hover {
	color:#7F95B1;
	font-weight:normal;
	text-decoration:underline;
}

#left_outer .mainlevel {
    margin-left: 0px;
} 

#left_outer .moduletableSearch h3 {

	text-align: center;
	color: #FFFFFF;
	font-size: 22px;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	margin:5px 0 8px;
	font-weight:bold;
}

#refSearchHint {
  height: 0px;
	overflow: hidden;
}


#right_outer .module { /*slight adjustment for right column */
  	width:146px;
  	background-color:#F7F9FB;
  	border: 4px solid #EAEBED;
  	padding: 10px 7px;
		font-size: 11px;  
		color: #59636A;
		margin-bottom: 12px;
} 

#right_outer .module-none {
	border: 4px solid #EAEBED;
	margin-bottom: 12px;
}

#right_outer .module-none div div div {
	overflow: hidden;
}


#right_outer h3 {
  	margin: 0 0 5px 0;
	font-weight: bold;
	font-size: 14px;
}

#title_header h1 {
	font-weight: normal;
	font-size: 0.8em;
	line-height: 0.6em;
	color: #CCCCCC;
	padding: 0;
	margin: 0;
}

.contentpaneopen, .blog {
  	font-size: 12px;
  	text-align: left;
		word-spacing:0.1em;
		line-height:1.6em;
		width:100%;
		border-collapse:collapse;
}


.contentpane {
  	font-size: 12px;
  	text-align: left;
	width: 558px;
}

.contentheading, .componentheading {
  font-weight: bold;
	font-size:18px;
	line-height:28px;
 	margin-top: 0px;
  color: #7F95B1;
	text-align:left;
}

.mainlevel {
  	margin: 0px 16px;
}

#header {
  text-align: right;
	display: block;
	padding: 120px 0 6px 0;
}

table.displaytable {
	border-collapse: collapse;
	font-weight: normal;
	font-size: 11px;
	border: 1px solid #CFCCC7;
}

table.displaytable td {
	padding: 4px 5px;
	border-top: 1px solid #CFCCC7;
}


table.displaytable th {
	background-color: #7F95B1;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 5px;
}

table.displaytable tr {
	background-color: #EAEBED;
}

table.displaytable tr:hover {
  	background-color: #F0F2F4;
}

fieldset {
	border: 1px solid #BABCBB;
	background-color: #F9F9F9;
	padding: 0px 18px 18px 18px;
	margin-bottom: 20px;
}

legend {
	padding: 2px;
	margin-left: 0px;
	font-weight: bold;
	font-size: 13px;
	color: #4C688D;
}

.button {
	background: #FBAA3A url(../images/button_bg.gif);
	border: 1px solid #A2A4A8;
	height: 29px;
	margin: 6px 0;
	padding: 0 12px 4px;
	color: #FFFFFF;
	font: bold 14px "Trebuchet MS", Verdana;
}

.button a, .button a:hover {
	color: #FFFFFF;
	font: bold 14px "Trebuchet MS", Verdana;
}

.button_disabled {
	background: #EFEFEF url(none);
	border:1px solid #A2A4A8;
	height: 29px;
	margin: 6px 0px;
	padding: 0px 12px 4px;
	color: #BBBBBB;
	font: bold 14px "Trebuchet MS", Verdana;
}

.button:hover {
	background-position: 0 -27px;
}

.small_button {
	background: #FBAA3A url(../images/button_small_bg.gif);
	border: 1px solid #A2A4A8;
	color: #FFFFFF;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	line-height:18px;
	padding:0 3px 4px;
	height:18px;	
}

.small_button:hover {
	background-position: 0 -16px;
}

.refButton {
	font-size: 10px;
	color: #FFFFFF;
	text-align:center;
	border: 1px solid #7F95B1;
	background-color: #91A5BE;
	cursor: pointer;
}
 

#smallLink {
	margin: 8px 0 0;
}

#smallLink a {
	font-size: 11px;
	font-family: Verdana, Arial, sans-serif, Helvetica;
	font-weight: normal;
}

.shadedBox, #apSearchInput {
	background-image: url(../images/textbox_shadow.png);
	background-repeat:no-repeat;
	border: 1px solid #7F9DB9;
	color:#3F4948;
	font-size: 1em;
	padding: 1px 0 1px 4px
}

#search_count_num {
  color:#A20D0D;
  font-size:26px;
}

.latest_text {
	font-size: 10px;
	line-height:1.4em;
}

.fakeLink {
  text-decoration: underline;
	color: #A44015;
	font-weight: bold;
	cursor:pointer;
	display:inline;
}

.fakeLink:hover {
  color: #FB0000;
	cursor: pointer;
}

.greyLink {
  text-decoration:none;
	color: #A6A6A6;
	font-weight: normal;
	font-size:11px;
	cursor:pointer;
	display:inline;
}

.greyLink:hover {
	text-decoration:underline;
}

#email_friend {
	height: 50px;
	background: url(../../../images/medhead/module_box_top.png) no-repeat;
	cursor: pointer;
	width:233px;
}

#ePage_cont {
	background-image:url(../../../images/medhead/module_box_bottom.png);
	background-position:bottom;
	background-repeat:no-repeat;
}


#email_friend_text {
	margin-left:14px;
	padding:15px 14px 10px 40px;
	font-weight: bold;
	color: #939393;
	background-image:url(../../../images/medhead/icon_email_friend.gif);
	background-position:left center;
	background-repeat:no-repeat;
}

#ePageForm_cont {
  height: 0px;
	overflow: hidden;
	padding:0 14px 14px;
}

#ePageForm_cont br {
	line-height:7px;
}

/*****************
* Property list
******************/

#property_list_header {
	background: url(../../../images/medhead/prop_list_header.gif) no-repeat;
	height: 11px;
	width: 662px;
	margin: 0 auto 0 0;	
}

#property_list_item {
	width: 630px;
	display: block;
	padding: 0 15px;
	background: #FFFFFF url(../../../images/medhead/prop_list_main.gif) repeat-x top;
	border-left: 1px solid #C4C4C4;
	border-right: 1px solid #C4C4C4;
	margin: 0 auto 0 0;
}

#property_list_footer {
	margin: 0 auto 16px 0;
	background: url(../../../images/medhead/prop_list_footer.gif) no-repeat;
	height:15px;
	width:662px;	
}

.property_thumb, .latest_thumb {
	border: 1px solid #afafaf;
	padding: 10px 6px;
	background-color:#ffffff;
	margin: 5px 0 0 0;
	text-align: center;
	width: 150px;
	height: 106px;
	text-decoration:none;
	position: relative;
}

.sold_thumb {
	background-color: #992626;
	color: #ffffff;
	width: 162px;
	position: absolute;
	right:0;
	top: 70px;
	font-size: 14px;
	font-weight: bold;
	border-top: 1px solid #5E1717;
	border-bottom: 1px solid #5E1717;
}

.sold_slide {
	background-color: #992626;
	color: #ffffff;
	width: 432px;
	position: absolute;
	right:0;
	top: 234px;
	font-size: 18px;
	font-weight: bold;
	border-top: 3px solid #5E1717;
	border-bottom: 3px solid #5E1717;
	padding: 6px 0px;
}

.latest_thumb {
	margin:0 auto 0;
}

.property_thumb_shadow, .latest_thumb_shadow {
	width:164px;
	height:5px;
	background-image: url(../../../images/medhead/prop_pic_shadow.gif);
	background-repeat:no-repeat;
	margin:0 0 5px 0;
}

.latest_thumb_shadow {
	margin:0 auto 5px;
} 

.no_image {
  height: 105px;
	width: 130px;
	padding:0 5px;
	background-color: #C4CFDF;
	margin:auto;
	text-align: center;
	color: #ffffff;
	font-weight: bold;
	font-size: 17px;
}

.no_image a, .no_image a:hover {
	text-decoration: none;
	color: #FFFFFF;
}

#featured_lt {
  font-size: 14px;
	font-weight: bold;
	color: #7F95B1;
	text-align: center;
}

#img_thumb_list {
  	float: left;
}

#property_list_info_area {
  	float: left;
		margin: 5px 0 0 20px;
		width: 443px;
}

#property_list_info_area ul {
		color:#7C7C7C;
		font-weight:bold;
		margin:8px 0 0 -13px;
}

#property_list_main_info {
		margin-top:5px;
}

#property_list_price {
  color: #4C688D;
	font-weight: bold;
	font-size: 20px;
	width:260px;
	float:right;
	margin:15px 5px 0 0;
	text-align:right;
}

#property_list_bulleted_list {
		width:160px;
		float:left;
}

#property_list_title {
	font-weight: bold;
	font-size: 16px;
	color: #61615F;
	font-family:Sans-serif, Verdana, Arial;
}

#property_list_view_details {
  float: right;
	width: 200px;
	text-align: right;
	clear:both;
	margin:0 5px 5px 0;
	
}

#property_list_view_details a {
	font-size:12px;
	font-weight:normal;
	color:#A44015;
	text-decoration:underline;
}

#property_list_saved_prop {
	margin:auto;
	clear:both;
	border-top:1px solid #E3E3E3;
	text-align:center;
	font-size:12px;
	font-weight:bold;
	color:#29970F;
	padding-top:4px;	
}

#property_list_saved_prop img {
		margin-right:5px;	
}

#property_list_saved_prop_delete {
		margin-left:10px;
		color:#ABABAB;
		font-weight:normal;
		font-size: 10px;
}

#property_list_saved_prop_delete a {
	font-size: 10px;
	text-decoration:none;
	color:#ABABAB;
	font-weight:normal;
}

#property_list_saved_prop_delete a:hover {
		text-decoration:underline;
}
 
/**
* Property Details
*/

#slideshowContainer {
 	border: 1px solid #B9BABC;
	text-align: center;
	padding: 20px;
	background-color: #EAEBED;
	margin: 16px auto;
}

#slideshowContainerInner {
 	width: 400px;
	height: 300px;
 	border: 1px solid #B9BABC;
	background-color: #ffffff;
	padding: 16px;
	margin: 0 auto;
	position:relative;
}

#slidePaused, #slideResuming {
   position: absolute;
	z-index: 2;
	margin-top: -38px;
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	font-size: 20px;
	padding: 10px;
	width: 380px;
	opacity:0;
}

#currentSlideArea {
    margin: 3px 0 -3px;
}

#slideControls {
    margin: 8px 0 -14px;
}

#slideControls img {
  	margin-right: 6px;
}

#saveProperty {
  text-align: center;
}

#saveProperty .fakeLink {
}

#savingLinkAnimation {
}

#savingLink {
  text-align: center;
}

#agentDetails {
	float:left;
	width:275px;
	margin-top:10px;
}

#pfLink a {
  margin: 0;
	background-color: #F2F2F2;
	border: 1px solid #D8D9DA;
	padding: 2px 8px;
	color: #AEAFB3;
	float: right;
}

#contactMe {
 	border: 1px solid #B9BABC;
	padding: 8px;
	background-color: #EAEBED;
	text-align: center;
	float:left;
	width:330px;
}

#agentLogo {
	float:left;
	margin:0 10px 0 0;
}

#agentAddress {
	float:left;
	margin-top:0;
}

#contactMeHL {
    font-weight: bold;
	font-size: 18px;
	margin-bottom: 12px;
}

#contactMe input {
  	margin: 6px auto 3px;
}

#question {
  	margin-bottom: 10px;
		font-size:12px;
		color:#525252;
}

#answer {
		font-size:12px;
		color:#6E6E6E;
}

#question_text, #answer_text {
	width:510px;
	float:left;
	padding-top:7px;
}

#qandaQ, #qandaA {
	color:#AEAEAE;
  font-weight: bold;
	font-size: 26px;
	float: left;
	margin: 0 12px 10px 0;
	line-height:32px;
	
}

#qandaA {
	color:#D2D2D2;
}

#currency_calc {
	vertical-align: middle;	
}

.sentence_split {
  width: 240px;
	padding: 0 10px 10px;
	float: left;
}

.sentence_split ul {
  margin: 0.3em 0 1.7em 0;

}

table#bank_slip {
 	border-collapse: collapse;
	border: 4px solid #7C8DA1;
	width: 100%;
}

/** Availability Calendar **/


table.calendar {
	background-color:#F2F2F2;
	border: 1px solid #999999;
	font-family:Helvetica,Arial,sans-serif;
	font-size:0.8em;
	text-align:center;
}

.calendar-month {
	font-weight: bold;
	font-size: 12px;
}

table.calendar th {
	background-color:#E2E2E2;
	border: 1px solid #e2e2e2;
}

table.calendar td {
	width: 25px;
	height: 20px;
	overflow: hidden;
	padding: 0px;
}

table.calendar tbody {
	border: 1px solid #999999;
}

.calendar-div {
	width:200px;
	height:200px;
	float:left;
	margin-right: 5px;
}

table.calendar td.day {
	background-color: #F9F9F9;
}

table.calendar td.day span {
	display: block;
	width: 26px;
	height: 20px;
	color: #3F4948;
}

table.calendar td.day-changeover-start,
table.calendar td.day-changeover-end 
{
	background-color: #D26C06 !important;
	color: #ffffff !important;
}

table.calendar td.day-booked {
	background-color: #4C688D  !important;
	color: #ffffff  !important;
}


span.calendar_legend {

	display: block; 
	width: 26px; 
	float: left; 
	height: 20px; 

}

/**
* Property Search
*/
.searchSelect {
  width: 185px;
	margin: 6px 0;
	color:#3F4948;
}

#suggestTid {
	width:178px;
	padding:2px 0 0 3px;
	height:13px;
	color:#B32C2C;
	font-weight: bold;
}

html>body .searchSelect, html>body .searchSelectMini {
	height:17px;
}

#selectType, #selectCountry, #selectArea, #selectTown, #selectPropertyType, #selectPrice {
	text-align:left;
}

#searchCount{
  text-align:center;
	height: 60px;
	width: 187px;
	font-weight: bold;
	color:#FFFFFF; 
	font-size: 12px;
	margin: 0 0 5px;
}

#mapmap {
	width:662px;
	margin-left: auto;
	margin-right: 0px;
	overflow: hidden;
	background-color: #E6E8EA;
}

#mapcontainer {
	margin-left: auto;
	margin-right: 0px;
	background-color: #E6E8EA;
	border: 1px solid #B9B9B9;
	width: 660px;
	height: 361px;
	overflow: hidden;
}

.noticeDiv {
  background-color: #EB892F;
	padding: 4px 10px;
	text-align: center;
	position: absolute;
	z-index: 10;
	color: #ffffff;
	width: 432px;
}

#maparea {
  color: #B9B9B9;
	text-align: center;
	font-weight: bold; 
	font-size: 17px;
	width: 660px;
	height: 361px;
	overflow:hidden;
	
}

#map_label {
  background-color: #DBDEE3;
	border: 1px solid #97989b;
	color: #97989b;
	font-size: 10px;
	font-weight: normal;
	margin: 0px 0 0 30px;
	padding: 2px 6px;
	white-space: nowrap;
}

#expand_search {
  background-color: #EB892F;
	font-size: 10px;
	padding: 4px 10px;
	color: #000000;
	font-weight: bold;
}

#expand_search a {
  color: #ffffff;
	font-weight: normal;
}

#expandedSearchBar {
  position: absolute;
	z-index: 6;
	width: 0px;
	height: 350px;
	margin-left: 233px;
	margin-top:27px;
	overflow: auto;
	background-image:url(../../../images/medhead/bg_expand_search.png);
	background-position:top right;
	background-repeat:no-repeat;
	padding:10px 18px 10px 12px;
	text-align:left;
	line-height:1.4em;
	font-size:11px;
}

#left_outer .moduletableSearch #expandedSearchBar h3 {
	font-size:18px;
	font-weight:bold;
	color:#4f6a88;
	text-align:left;
	margin-top:5px;
}

#expandedSearchBar li a {
	color:#939393;
	font-weight:normal;
}

#es_submit {
  text-align: center;
}

#expandedSearchBar li {
	list-style-image:url(../../../images/medhead/arrow_bullet.gif);
	margin-left:20px;
	margin-bottom:8px;
}

#es_ul {
	height:235px;
}

#es_btm, #es_btm a {
	color:#5B7490;
	font-size:10px;
	text-align:right;
}

#es_again {
	width:18px;
	cursor:pointer;
	padding:0 0 0 4px;
	display:inline;
}

#es_again img {
	 padding-bottom:1px;
}

#selectBeds, #selectBaths {
	float: left;
	width: 93px;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	display: block;
}

#selectBeds {
	text-align:left;
}

#selectBaths {
	text-align:right;
}

#selectPool, #selectOffplan {
	margin-top: 6px;
	clear: both;
	font-size: 11px;
	font-weight:bold;
	color:#FFFFFF;
	text-align:left;
}

#selectBoxes {
	height:32px;
	clear:both;
}

.searchSelectMini {
  width: 86px;
	margin-bottom: 6px;
}

#email_alert {
	background-color: #FDF7DB;
	border: 1px solid #B9B9B9;
	padding: 10px 12px;
	margin: 16px 0;
	line-height:1.4em;
}

#email_alert_hl {
  font-weight: bold;
	font-size: 18px;
	padding-bottom: 3px;
	margin-top: 5px;
}

#email_alert_hl img {
	margin: 0 7px -3px 0;
}

#email_alert_intro {
	margin-top: 10px;
}

#email_alert_register_now {
	font-size: 14px;
}

#searchTitle, #showHideMap {
	border-bottom:1px solid #8D8E8E;
	margin-bottom:7px;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size:14px;
	font-weight:bold;
	color:#4f6a88;
}

#showHideTxt {
	cursor: pointer;
}

#searchNavigation {
	padding: 2px 0 0 0;
	font-size:11px;
}

#saveSearch {
	float:left;
	width:262px;
	text-align:right;
}



#searchHeader {
	margin: auto;
}

a.blueLink {
	cursor:pointer;
	text-decoration: none;
	color:#7F95B1;
}

a.blueLink:hover {
	color:#7F95B1;
  text-decoration:underline;
}

#searchHeader h1 {
	border-bottom: 1px solid #7F95B1;
	padding-bottom:3px;
	margin-bottom:0;
}


#pageCount {
  width: 400px;
	float: left;
	color:#61615F;
}

#resultsPerPage {
  	float: right;
	width: 220px;
}

#moduleMap {
	width: 200px;
	padding: 10px;
	background-color:#00FF00;
	float: right;
	margin-bottom: 16px;
}

#currPopLink {
  	cursor: help;
	margin:0;
	padding:0;
}

#currPop {
  	border: 1px solid #B9BABC;
	color: #505050;
}

#currPopHeader {
  	padding: 5px;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
	background-color: #4C688D;
}

#currPopSubHeader {
  	padding: 3px;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	background-color: #DADADA;
	color: #47704A;
}

#currPopMain {
  	padding: 8px;
}

#currPopMain td {
	font-size: 12px;
	color: #505050;
}

#currPopClose {
  	width: 16px;
	font-weight: bold;
	font-size: 12px;
	border: 2px solid #FFFFFF;
	float: right;
	text-align: center;
	color: #FFFFFF;
  	cursor: pointer;
	padding: 3px 1px 5px;
	margin: 4px;
	line-height: 1ex;
}

#currPopFootnote {
  	padding: 3px;
  	line-height: 12px;
}

#currPopFootnote a {
  	font-weight: normal;
}

#currCalculatorLink {
  	text-decoration: underline;
	font-weight: bold;
	color: #A44015;
	cursor: pointer;
}

#searchAlert {
	padding: 3px;
	border-top: 1px solid #EB580A;
	border-bottom: 1px solid #EB580A;
	margin-bottom: 16px;
	color: #EB580A;
	font-weight: bold;
	font-size: 14px;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	clear:both;
}

.message {
  	display: block;
	width: auto;
	border: 4px solid #fba32c;
	background-color: #F9F3BF;
	text-align: center;
	font-weight: bold;
	color: #5d5d5d;
	margin-bottom: 20px;
	padding: 8px;
}

#mh_signupform td {
 	padding: 3px;
}

fieldset table#form_table td {
	padding: 5px;
}

fieldset  table { 
	margin-top: 10px;
}	

fieldset  div {
	margin-top:15px;
}

/* Agent Registration*/
.mhareg_regSelImg {
		margin: auto;
		width: 70px;
}

a.mharegLink {
	cursor:pointer;
	text-decoration:none;
	display:block;
}

a.mharegLink img {
    border:0;
}

.mhareg_regSelTxt, a .mhareg_regSelTxt {
		font-weight: normal;
		font-size: 11px;
		color: #3f4948;
		text-decoration:none;
}

#mhareg_private_box, #mhareg_company_box {
  display: block;
	width: 48%;
	background-color: #e2e2e2;
	border: 2px solid #aaaaaa;
	text-align: center;
	padding: 40px 0;
	font-weight: bold;
	font-size: 14px;
	color: #666666;
	text-decoration: none;
}

#mhareg_company_box {
	float: right;
}

#mhareg_private_box:hover, #mhareg_company_box:hover {
	background-color: #f9f9f9;
}

#mharegtxtfield, #mh_signupform .inputbox {
  	width: 190px;
		background-image:url(../images/textbox_shadow.png);
		background-repeat:no-repeat;
		border:1px solid #7F9DB9;
		padding:2px;
}

#mod_login_username, #mod_login_password {
		background-image:url(../images/textbox_shadow.png);
		background-repeat:no-repeat;
		border:1px solid #7F9DB9;
		padding:2px;
}

#mhareg_public {
  	font-size: 10px;
	color: #333333;
}

#email_not_verified_alert {
	 border: 1px solid #DF8926;
	 background-color: #FFFF99;
	 padding: 3px;
	 text-align: center;
	 color: #8A8A8A;
}

/* left module (big shiny button) */

#big_shiny_button {
		height: 45px;
		width: 213px;
		background: #FFFFFF url(../images/money_button.png);
		background-repeat:no-repeat;
		border:none;
		font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
		font-size:16px;
		font-weight:bold;
		color:#FFFFFF;
		padding:6px 10px 14px;
		text-align:center;
		text-decoration:none;	
		cursor:pointer;
}

a#big_shiny_button {
	text-decoration:none;
}

#bsb_text {
		width: 213px;
		color:#FFFFFF;
		text-decoration:none;
}

#resultsPerPage .inputbox {
	width:40px;
}

#refSearchHint {
	font-size: 10px;
	color: #9398A4;
	margin-top: 10px;
}

/* Rounded Gradient Boxes */
.displaybox {
	background-image:url(../../../images/medhead/short_gradient.gif);
	background-repeat:repeat-x;
	background-position:bottom;
	background-color:#FFFFFF;
	margin-bottom:35px;
}
.displaybox_top, #displaybox_bottom {
	background-image:url(../../../images/medhead/border.gif);
	background-repeat:repeat-x;
	height:13px;
}
.displaybox_bottom {
	background-position:bottom;
}
.displaybox_inner {
	clear:both;
	border-left:1px solid #ebebeb;
	border-right:1px solid #ebebeb;
	padding:7px 20px 10px;
}

.displaybox_heading, .displaybox_inner .moduletable h3, .displaybox_inner .moduletablePop h3 {
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size:18px;
	font-weight:bold;
	color:#7f95b1;
	display:block;
	margin-bottom:12px;
	margin-top:0;
}

.displaybox h2 {
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
	font-size:20px;
	font-weight:bold;
	color:#7f95b1;
	display:block;
	margin:0 auto 12px;
	text-align:center;
	line-height:1.6em;
}

/* Styles used in the WYSIWYG editor */
h1, h2, h3, h4, h5, h6 {
	color: #7F95B1;
  line-height: normal;
	margin-top: 0px;
}

h1 {
  font-size: 24px;
}

.infoBoxFull {
	font-size:12px;
	margin:10px 5px;
	border:1px solid #FB9B0D;
	background-color:#FEEBCD;
	display:block;
	padding:12px 16px;
	clear:both;
	line-height:2em;
}

.infoBoxLeft {
	font-size:12px;
	width:37%;
	float:left;
	margin:10px 5px;
	border:1px solid #FB9B0D;
	background-color:#FEEBCD;
	display:block;
	padding:12px 16px;
	clear:left;
	line-height:2em;
}

.infoBoxRight {
	font-size:12px;
	width:37%;
	float:right;
	margin:10px 5px;
	border:1px solid #FB9B0D;
	background-color:#FEEBCD;
	display:block;
	padding:12px 16px;
	clear:right;
	line-height:2em;
}

.quote, blockquote {
	font-size:12px;
	color:#707070;
	width:70%;
	margin:10px auto;
	display:block;
	background-image:url(../images/quote.gif);
	background-repeat:no-repeat;
	padding:8px 0 0 15px;
	font-style:italic;
	line-height:2em;
}

.leftAlignedImage {
	margin:6px 15px 6px 0;
}

.rightAlignedImage {
	margin:6px 0 6px 15px;
}

.contentpaneopen ul li, #content_borer ul li, li.faq {
	list-style-image:url(../../../images/medhead/bullet.gif);
	margin-bottom:7px;
}

li.faq {
	margin:auto auto 10px 2.3em;
}

.contentpaneopen ol li, #content_borer ol li {
	list-style-image:none;
	margin-bottom:7px;
}

.aff_tip_box {
	width: 430px;
	margin:5px auto;
	display:block;
	color:#6384AD;
	font-size:13px;
	text-align:center;
	line-height:1.65em;
}

.aff_tip_box a {
	color:#6384AD !important;
	font-weight:normal !important;
}

.aff_tip_box a:hover {
	color:#4C698D !important;
}

.successBox {
	text-align:left;
	border-top:2px solid #00BB2F;
	border-bottom:2px solid #00BB2F;
	background-color:#D9FFE2;
	font-size:11px;
	padding:10px 25px 10px 40px;
	background-image:url(../../../images/medhead/icon_successBox.gif);
	background-repeat:no-repeat;
	background-position:10px;
	display:block;
	margin-bottom:20px;
}

.infoBox {
	text-align:left;
	border-top:2px solid #7598C5;
	border-bottom:2px solid #7598C5;
	background-color:#CCD9EA;
	font-size:11px;
	padding:10px 25px 10px 40px;
	background-image:url(../../../images/medhead/icon_infoBox.gif);
	background-repeat:no-repeat;
	background-position:10px;
	display:block;
	margin-bottom:20px;
}

.errorBox {
	text-align:left;
	border-top:2px solid #C61713;
	border-bottom:2px solid #C61713;
	background-color:#F9C2C1;
	font-size:11px;
	padding:10px 25px 10px 40px;
	background-image:url(../../../images/medhead/icon_errorBox.gif);
	background-repeat:no-repeat;
	background-position:10px;
	display:block;
	margin-bottom:20px;
}

#showHide {
	display:none;
}

.popLabel {
	color:#7F95B1;
	font-size:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Verdana, Arial, "MS Sans Serif";
}

.toolTip {
  background-color: #FFFDD9;
	border: 1px dashed #aba58b;
	padding: 6px 10px;
	margin-top: 6px;
	font-size: 10px;
}


table.xmlspec, td.xmlspec
{
    border-color: #7F95B1;
    border-style: solid;
}

table.xmlspec
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td.xmlspec
{
    margin: 0;
    padding: 2px 15px;
    border-width: 1px 1px 0 0;
    background-color: #EEE;
}


fieldset table#form_table td.xmlspec
{
		padding: 2px 15px;
}

#bottomlinks {
  
	font-size: 10px;
	max-width: 800px;
	text-align: center;
	margin: 5px auto 25px;
	color: #7A8795;

}

#bottomlinks a {
  text-decoration: none;
	color: #7A8795;

}

/* Pre-signup page */
.bigHeading {
	margin:0;
	padding:0;
	font-size:36px;
	color:#7F95B1;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	margin-bottom:15px;
}

#houseHandBox {
	height:250px;
	background-image:url(../../../images/stories/house_hand.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	margin-bottom:15px;
}

#houseHandTag {
	color:#C65223;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	width:440px;
	margin-bottom:50px;
	padding-top:20px;
}

#getStartedButton {
	display:block;
	width:258px;
	height:62px;
	background-color:#83B821;
	background-image:url(../../../images/stories/get_started.png);
	background-repeat:no-repeat;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	text-align:center;
	line-height:55px;
	text-decoration:none;
}

#itsEasy {
	font-size:12px;
	line-height:16px;
	display:block;
	margin-top:-15px;
}

#stepsBox {
	height:32px;
	line-height:32px;
	background-image:url(../../../images/stories/steps_box.png);
	background-repeat:no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#808080;
	padding:0 30px;
	margin-bottom:15px;
}

#stepsBox img {
	margin:0 20px;
	vertical-align:top;
	_vertical-align:middle;
}

.signupList {
	width:350px;
	float:left;
}

.signupList h3 {
	color:#7F95B1;
	font-size:24px;
	font-weight:normal;
	margin: 0;
	padding:0;
}	

.signupList li {
 margin-left:20px;
}