﻿/* =================================================================
 forms.css

 Description: Design styles for forms
================================================================== */

form {
	width:460px;
}

.redtxt {
	color:#b41826;
}

fieldset {
	border:none;
	font-size:1em;
	line-height:1.2em;
}
fieldset fieldset {
	border-width:1px 0 0 0;
	border-top:1px solid #ccc;
	font-size:1em;
}
fieldset fieldset legend {
	font-size:1em;
	color:#757575;
	font-weight:normal;
}
legend {
	color:#757575;
	font-size:1.2em;
	line-height:1.5em;
	font-weight:bold;
	text-transform:uppercase;
	background-color:#fff;
}

input,
textarea,
select,
.textarea,
.selectbox,
.textbox {
	color:#333;
	font-size:1em;
	background:#f9f9f9 url();
	border:3px solid #ccc;
}
select:hover,
textarea:hover,
.textarea:hover,
.selectbox:hover,
.textbox:hover,
input.textbox:hover {
	color:#333;
	border:3px solid #94A12B;
	background:#f9f9f9 url();
}
select:focus,
textarea:focus,
.textarea:focus,
.selectbox:focus,
.textbox:focus,
input.textbox:focus {
	border:3px solid #94A12B;
	background-color:#fff;
}
.radio,
.radio:hover,
.checkbox,
.checkbox:hover {}

textarea,
textarea:hover,
.textarea,
.textarea:hover {}

.button, .button:active, .button:visited, .button:link {
	float:left;
	display:inline;
	padding:0 0 0 11px;
	margin:0;
	height:26px;
	color:#fff;
	font:bold 1em/22px Arial, Helvetica, sans-serif;
	text-decoration:none;
	text-transform:uppercase;
	background:transparent url(/images/button_l.gif) no-repeat left top;
	border:0;
	white-space:nowrap;
}
.button span{
	display:block;
	padding:0 11px 0 0;
	background:transparent url(/images/button_r.gif) no-repeat right top;
}
.button span span{
	display:block;	
	padding:0 8px 4px 5px;
	background:transparent url(/images/button_bg.gif) repeat-x left top;
	height:22px;
}
	* html .button span span {
		height:auto;
	}
	a.button:hover {
		border-width:0 0 0 0;
		text-decoration:none;
	}
	.button:hover {
		color:#fff;
		background:transparent url(/images/button_l.gif) no-repeat left bottom;
	}
	.button:hover span{
		background:transparent url(/images/button_r.gif) no-repeat right bottom;
	}
	.button:hover span span{
		background:transparent url(/images/button_bg.gif) repeat-x left bottom;
	}
	
/* --- BEGIN MORTGAGE CALCULATOR --- */

fieldset.mortgage_calculator{
	line-height:20px;
}
fieldset.mortgage_calculator label {
	line-height:20px;
	font-size:1em;
}
fieldset.mortgage_calculator strong {
	text-transform:uppercase;
	font-size:1.1em;
	line-height:20px;
	color:#b41826;
}
/* --- END MORTGAGE CALCULATOR --- */

/* --- BEGIN AGENT FINDER --- */

table.searchResults thead td
{
	padding-left: 20px;
	font-size: 9.6pt;
	color: #666666;
	font-weight: 700;
	background-color: #f2f2e2;
	background-image: url('/images/h2.gif');
	background-repeat: no-repeat;
	text-transform: uppercase;
}

table.searchResults thead td span
{
	float: left;
}

table th {
	font-weight:bold;
	border-bottom: 1px solid #000000;
}

table.datagrid tr.alternate {
	background-color:#EAEAEA;
}

div.h2Arrow {
	padding-left:20px;
	font-size:9.6pt;
	color:#666666;
	font-weight:700;
	background-color:#f1f1f1;
	background-image:url('/images/h2.gif');
	background-repeat:no-repeat;
	text-transform:uppercase;
}

table a.underlined {
 border-bottom-color:#D32429;
 border-bottom-style:solid;
 border-bottom-width:1px;
}

table a:active, a:link { color:#333333;}
table a:visited { color:#333333; }
table a:hover { color:#94A12B; }

#SearchFilter0,#SearchFilter1,#SearchFilter2,#SearchFilter3,#SearchFilter4 {
	margin:0;
	width:auto;
}

#SearchInput {
	width:300px;
}

#FinderSearch {
	display:block;
	float:right;
}

fieldset.radioList label {
	display:inline;
	margin-right:10px;
}

fieldset.radioList input {
	border:0;
}

div a {
 border-bottom-color:#D32429;
 border-bottom-style:solid;
 border-bottom-width:1px;
}

div a:active, a:link { color:#333333;}
div a:visited { color:#333333; }
div a:hover { color:#94A12B; }


/* --- BEGIN RESULTS TABLE --- */

a.sort {
	border:none;
}

div.page_control {
	float:right;
}
	div.back,
	div.more,
	div.page {
		float:left;
		margin:0px 5px 0 5px;
		font-size:.9em;
		color:#666;
	}

#results_wrapper2 table {
	width:99%;
}
#results_wrapper2 table.datagrid,
#results_wrapper2 table.dataGrid {
	width:99%;
	font:normal .7em/1.1em Arial, Helvetica, sans-serif;
}
	#results_wrapper2 table.datagrid#listings_results tbody tr,
	#results_wrapper2 table.dataGrid#listings_results tbody tr {
		height:100px;
	}
	#results_wrapper2 table.datagrid tbody tr#columnHeader,
	#results_wrapper2 table.dataGrid tbody tr#columnHeader {
		height:auto;
	}
#results_wrapper2 table thead td {
	padding:0 0 0 25px;
}
#results_wrapper2 table tbody {
	padding:10px 0 0 0;
}
#results_wrapper2 table td {
	padding:0 0 0 10px;
}
#results_wrapper2 table th {
	padding:15px 15px 0 0;
}

/* --- BEGIN AGENT DETAIL --- */

div.agentDetail {
	clear:both;
	padding:5px;
}

table.agentInfo {
	position:relative;
	margin:0 0 25px 0;
	padding:0;
}
	table.agentInfo .agentPhoto {
		float:left;
		width:auto;
	}
		table.agentInfo .agentPhoto img {
			border:3px solid #b5b6b6;
		}
	table.agentInfo .infoDetails {
		width:75%;
	}

div.agentDetail div {
	clear:left;
}

div.agentDetail ul li {
	float:none !important;
	margin:0px !important;
	padding-left:10px;
}

div.agentDetail dl dt, td.actionItem dl dt {
	color:#000;
	font-weight:bold;
}
	div.agentDetail dl dd, td.actionItem dl dd {
		margin-left:10px;
	}

div.agentDetail h2 {
	color:#000;
	margin-bottom:5px;
}
	div.agentDetail h2 span {
		color:#888;
		text-transform:uppercase;
		font-size:.65em;
	}

div.agentDetail .indented {
	clear:left;
}
div.agentDetail .indented dt,
div.agentDetail .indented dd {
	float:left;
}

div.agentDetail .bold {
	color:#000;
	font-weight:bold;
	margin-top:5px;
}
	div.agentDetail .bold span {
		
	}

div.agentDetail .actionItem {
	vertical-align:top;
	width:130px;
}

div.agentDetail .actionItem span.website {
	display:block;
	height:40px;
	padding:1px 0 1px 40px;
	background:transparent url(/images/globe-icon.gif) no-repeat 0 3px;
}
div.agentDetail .actionItem span.email {
	display:block;
	clear:both;
	height:40px;
	padding:0 0 0 40px;
	background:transparent url(/images/email-icon.gif) no-repeat 0 6px;
}

div.agentDetail span a.actionItem {
	display:block;
	background-color:#ffffff;
	border:1px solid #b5b6b6;
	color:#666666;
	display:block;
	font-size:10pt;
	font-weight:700;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
	text-align:center;
}

div.agentDetail span.actionItem {
	display:block;
	background-color:#ffffff;
	border:1px solid #b5b6b6;
	color:#666666;
	display:block;
	font-size:10pt;
	font-weight:700;
	margin-bottom:5px;
	padding:5px 10px 5px 10px;
	text-align:center;
}

div.agentDetail .actionItem a:hover {
	color:#fff;
	background-color:#94A12B;
}

div.agentBio,
div.propertyDescription,
div.propertyGallery {
	margin:15px 0 0 0;
}

div.agentBio h3,
div.propertyDescription h3,
div.agentDetail h3,
div.propertyGallery h3 {
	letter-spacing:normal !important;
	font:bold 1.2em/1em Arial, Helvetica, sans-serif;
}

div.agentDetail h3#listingAddress {
	border-bottom: 1px solid #B5B6B6;
	margin-bottom: 12px;
	padding-bottom: 2px;
}

div.agentBio div.textBody, div.propertyDescription div.textBody, div.propertyGallery p {
	color:#666;
	margin-top:2px;
	padding-top:12px;
	border-top:1px solid #b5b6b6;
}

div.textBody p
{
	margin-bottom:1em;
}
