/**********************************************************************/
/* Global Styles */
/* Global Form Styles */
/**********************************************************************/

body { /* MFE Dev note: Body styles also set in popup.css [popup.css not included in default.css] */
	background-color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%; /* 1em equals 10px (approx) */
	margin: 0;
	padding: 5px 5px 0px 5px;
	/* margin: 2px 10px 10px 2px; */
	/* centering method 1 */
	/* min-width: 930px; /* causes issue in homepage - default.aspx */
	text-align: center;
}

td, th {
	/* font-family: Tahoma, Arial, Helvetica, sans-serif; */
}

h {
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4 {
	color: #009966;
}

h1.first, h2.first, h3.first, h4.first {
    margin-top: 0px;
}

h1.alert, h2.alert, h3.alert, h4.alert {
	color: #FF6600;
}

h1.alertinfo, h2.alertinfo, h3.alertinfo, h4.alertinfo {
	color: #FF6600;
}

h1.listing {
	color: #009966;
}

h2.listing {
	color: #009966;
} 


h3.sideform, h3.sidelist {
	color: #009966;
}
    
h1 {
	font-size: 2.4em;
	margin-top: 7px;
	margin-bottom: 10px;
}

h2 {
	font-size: 2.2em;
	margin-top: 0px;
	margin-bottom: 8px;
}

h3 {
	font-size: 1.8em;
	margin-top: 0px;
	margin-bottom: 6px;
}

h4 {
	font-size: 1.6em;
	margin-top: 0px;
	margin-bottom: 3px;
}

h5 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-bottom: 3px;
}

div.horizontalrule { /* MFE dev note: modified further in results css .listingcontact */
	border-top: dotted 1px #99CC99;
	clear: both;
	height: 1px;
	margin-bottom: 10px;
	width: 100%;
}

.horizontalrule hr {
	display: none;
}

hr.accessibility, hr.hide {
	display: none;
}

h1.accessibility, h2.accessibility, h3.accessibility, h4.accessibility, h5.accessibility,
	h1.hide, h2.hide, h3.hide, h4.hide, h5.hide {
	left: -5000px;
	position: absolute;
}

.accessibility, .hide {
	left:-5000px;
	position: absolute;
}

p {
	font-size: 1.2em;
	margin: 0;
	margin-bottom: 10px;
	line-height: 1.4em;
	padding: 0;
}

p.subtagline {
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: 25px;
	margin: 0;
}

p.note {
	/* font-size: 1.1em; */
	line-height: normal;	
}

p.smallprint {
	color: #666666;
	font-family: Tahoma;
	font-size: 1.1em;
	line-height: normal;
}

p.alert {
	color: #FF6600;
}

.alert {
	color: #FF6600;
}

p.accessibility, p.hide {
	left:-5000px;
	position: absolute;
}

p.standfirst {
	font-weight: bold;
}

a {
	color: #0066CC;
	text-decoration: none;
}

a:visited {  
	color: #003399;     
	text-decoration: none;
}

a:active, a:hover { 
	color: #FF6600; 
	text-decoration: underline;
}

a img {
	border-width: 0px;
}

a.note {
	/* font-size: 1.1em; */
}

ul {
	/* line-height: 1.4em; */
}

img.right {
	float: right;
}

/**********************************************************************/
/* Global Form Styles */
/**********************************************************************/

input {
	color: #000000;
	font-size: 1.1em;
}

input.smalltextbox 
{
	background-color: #FFFFFF;
	border: solid 1px #99CC99;
}

/* default styles for input type text */
/* aspx script sets default width - use custom style to override width */
input.textbox, input.textbox_xs, input.textbox_s, input.textbox_m, input.textbox_ml, input.textbox_l, input.textbox_xl,
	input.textbox_ref, input.textbox_listingsearch_s, input.subnavtextbox, input.textbox_classifieds {
	background-color: #FFFFFF;
	border: solid 1px #99CC99;
	margin: 0;
	margin-bottom: 5px;
	padding: 2px;
}

input.textbox {
	width: 250px;
}

input.textbox_xs {
	width: 35px;
}

input.textbox_s {
	width: 60px;
}

input.textbox_m {
	width: 120px;
}

input.textbox_ml {
	width: 200px;
}

input.textbox_l {
	width: 350px;
}

input.textbox_xl {
	width: 450px;
}

input.textbox_ref {
	width: 80px;
}

input.textbox_listingsearch_s {
	width: 60px;
}

input.textbox_classifieds {
	width: 200px;
}

/* NOTE: textbox input for Sub Navigation style .subnavtextbox is in layout.css */


/* default styles for textarea */
/* aspx script sets default width - use custom style to override width */
textarea.textbox, textarea.textbox_xs, textarea.textbox_s, textarea.textbox_l, textarea.textbox_ml, textarea.textbox_xl, textarea.textbox_ref {
	background-color: #FFFFFF;
	border: solid 1px #99CC99;
}

textarea.textbox {
	width: 250px;
}

textarea.textbox_xs {
	width: 35px;
}

textarea.textbox_s {
	width: 100px;
}

textarea.textbox_ml {
	width: 250px;
}

textarea.textbox_l {
	width: 350px;
}

textarea.textbox_xl {
	width: 450px;
}

textarea.textbox_ref {
	width: 80px;
}

input.button, input.buttonsmall, input.buttonlarge, 
	input.buttondisabled, input.buttondisabledlarge, input.buttonxlarge, input.buttonlargealt,
		input.subnavbutton, input.shortlist_button, input.shortlist_button_disabled {
	border-width: 0px;
	color: #FFFFFF;
	cursor: pointer;
	font-family: Tahoma;
	font-size: 1.1em;
	height: 20px;
	margin: 0;
	padding: 0;
	padding-bottom: 2px;
	width: 90px;
}

input.button {
	background: transparent url("/images/forms/button.gif") no-repeat;
}

.button_orange {
	background: transparent url("/images/forms/button-orange.gif") no-repeat !important;
}

input.buttonsmall {
	background: transparent url("/images/forms/buttonsmall.gif") no-repeat;
	width: 60px;
}

input.buttonlarge, input.shortlist_button { /* style modified further in results.css */
	background: transparent url("/images/forms/buttonlarge.gif") no-repeat;
	width: 120px;
}

input.buttonlargealt { /* style modified further in results.css */
	background: transparent url("/images/forms/buttonlargealt.gif") no-repeat;
	width: 120px;
}

input.buttonxlarge { /* style modified further in results.css */
	background: transparent url("/images/forms/buttonxlarge.gif") no-repeat;
	font-weight: bold;
	width: 150px;
}

input.buttondisabled {
	background: transparent url("/images/forms/buttondisabled.gif") no-repeat;
}

input.buttondisabledlarge, input.shortlist_button_disabled { /* style modified further in results.css */
	background: transparent url("/images/forms/buttondisabledlarge.gif") no-repeat;
	width: 120px;
}

input.subnavbutton {
	background: transparent url("/images/forms/button.gif") no-repeat;
	margin-top: 5px;
}

input.approvalbutton /* needs modifications */
{
	width: 150px;
	font-family: Arial;
	font-size: 100%;
	color: #000000;
	border: solid 1px #FF6600;
	background-color: #FFEECC;
}

input.buttontop, input.buttonup, input.buttondown,
	input.buttontopoff, input.buttonupoff, input.buttondownoff {
	border-width: 0px;
	cursor: pointer;
	height: 15px;
	margin: 0;
	padding: 0;
	width: 15px;
}

input.buttontop {
	background: transparent url("/images/lists/top.gif") no-repeat;
}

input.buttonup {
	background: transparent url("/images/lists/up.gif") no-repeat;
}

input.buttondown {
	background: transparent url("/images/lists/down.gif") no-repeat;
}

input.buttontopoff {
	background: transparent url("/images/lists/top_off.gif") no-repeat;
}

input.buttonupoff {
	background: transparent url("/images/lists/up_off.gif") no-repeat;
}

input.buttondownoff {
	background: transparent url("/images/lists/down_off.gif") no-repeat;
}

select {
	font-family: Tahoma;
	font-size: 1.1em;
}

select.large {
	font-family: Arial;
	font-size: 1.2em;
}

label {
	color: #000000;
}

label.ml 
{
	width:200px;	
}

/**********************************************************************/
/* Global Validation Styles */
/**********************************************************************/

.validation {
	color: #FF6600;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: bold;
	/* line-height: normal; */
	margin-bottom: 10px;
}

.validation ul {
	font-size: 1em !important;
	font-weight: normal;
}

.validation_custom_suffix {
	background-image: url('/images/forms/required.gif');
	background-repeat: no-repeat;
	background-position: left;
	color: #FF6600;
	font-family: Tahoma;
	font-size: 1.1em;
	font-weight: normal;
	/* line-height: normal; */
	margin-bottom: 10px;
	margin-left: 2px;
	padding-left: 14px;
	position: relative;
	top: 4px;
}

/**********************************************************************/
/* Auto Suggest Box Styles */
/**********************************************************************/

.unwatermarkedResidential {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #990000;
}
.unwatermarkedOverseas {
    height: 24px;
    font-size: 18px;
    font-weight: bold;
    padding-left: 8px;
    padding-top: 5px;
    padding-bottom: 3px;
    color: #003399 ;
}
.watermarked {
    height: 24px;
    font-size: 12px;
    padding-left: 8px;
    padding-top: 8px;
    padding-bottom: 0px;
    color: #999999;    
}

