﻿img {
    -ms-interpolation-mode: bicubic;
}

.DialogBackground 
{
	background-color: #f5f5f5;
	filter:alpha(opacity=70);
	opacity:0.7;
}

.DialogBox
{
    background-color: White;
    border: solid 1px #808080;
    padding: 10px;
    overflow: auto;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> USER PROFILE AND IMAGE <<<
-------------------------------------------------------------------------------------------------------------*/   

.userProfile 
{	
	text-align: center;
}
.userProfile .userProfilePhoto 
{
	margin: 0px auto;
	width: 145px;
}
.userProfile .userProfileName 
{
}

/*------------------------------------------------------------------------------------------------------------- 
>>> LOGIN CONTROL <<<
-------------------------------------------------------------------------------------------------------------*/   

.loginButton
{
	font-weight: bold;
	font-size: 8pt;
}

.loginTextbox
{
	margin-right: 5px;
	width: 115px;
	font-size: 8pt;
}

.loginControl
{
	
} 

/*------------------------------------------------------------------------------------------------------------- 
>>> SEARCH <<<
-------------------------------------------------------------------------------------------------------------*/   

.QuickSearch {
    position: relative;
    color: #656565;
    font-size: 12px;
    margin-left: 5px;
}
.QuickSearch select {
    font-size: 11px;
    width: 160px;
    height: 18px;
}
.QuickSearch #propertyTypeLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold;   
}
.QuickSearch #propertyTypeControl {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-size: 10px;  
}
.QuickSearch #areaLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold; 
}
.QuickSearch #areaControl {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #priceLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold; 
}
.QuickSearch #minPriceControl {
    display: none;
}
.QuickSearch #maxPriceControl {
    display: none;
}
.QuickSearch #priceDropDown {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #postalCodeLabel {
    display: none;
}
.QuickSearch #postalCodeControl {
    display: none;   
}
.QuickSearch #postalCodeControl input {
    display: none;
}
.QuickSearch #mlsidLabel {
    display: none;
}
.QuickSearch #mlsidControl {
    display: none;
}
.QuickSearch #mlsidControl input {
    display: none;
}
.QuickSearch #bathsLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold;
}
.QuickSearch #bathsControl {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #bathsControl select {
    width: 145px;  
}
.QuickSearch #bedsLabel {
    position: relative;
    margin-top: 5px;
    left: 0;
    font-weight: bold;
}
.QuickSearch #bedsControl {
    position: relative;
    margin-top: 5px;
    left: 0;
}
.QuickSearch #bedsControl select {
    width: 145px;
}
.QuickSearch #searchButton {
    position: relative;
    margin-top: 15px;
    left: 0;
    padding: 0;
}
.QuickSearch #searchButton input 
{
    font-weight: bold;
    font-size: 13px;
    height: 25px;
    width: 125px;
    color: #00214a;     
}
.QuickSearch #advancedSearch {
	position: relative;
    margin-top: 5px;
    left: 0;
    font-size: 11px;
    color: #3d5170;
    font-style: normal;
}
.QuickSearch #advancedSearch a {
    color: #3d5170;
    text-decoration: underline;
}

/* ----------------------------------------------------------------------- */

.QuickSearch2 {
    position: relative;
    height: 190px;
}
.QuickSearch2 select {
    font-size: 10px;
    width: 165px;
    height: 18px;
}
.QuickSearch2 #propertyTypeLabel {
    position: absolute;
    top: 57px;
    left: 5px;
    font-weight: bold;   
}
.QuickSearch2 #propertyTypeControl {
    position: absolute;
    top: 75px;
    left: 5px;
    font-size: 10px;  
}
.QuickSearch2 #cityLabel {
    display: none; 
}
.QuickSearch2 #cityControl {
    display: none;
}
.QuickSearch2 #areaLabel {
    position: absolute;
    top: 5px;
    left: 5px;
    font-weight: bold; 
}
.QuickSearch2 #areaControl {
    position: absolute;
    top: 23px;
    left: 5px;
}
.QuickSearch2 #priceLabel {
    position: absolute;
    top: 105px;
    left: 5px;
    font-weight: bold; 
}
.QuickSearch2 #minPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}
.QuickSearch2 #maxPriceControl {
    display: none;
    height:12px;
    font-size:11px;
}
.QuickSearch2 #priceDropDown {
    position: absolute;
    top: 123px;
    left: 5px;
}
.QuickSearch2 #postalCodeLabel {
    position: absolute;
    top: 5px;
    left: 220px;
    font-weight: bold;
}
.QuickSearch2 #postalCodeControl {
    position: absolute;
    top: 22px;
    left: 220px;    
}
.QuickSearch2 #postalCodeControl input {
    font-size: 10px;
    width: 80px;
    height: 14px;
}
.QuickSearch2 #mlsidLabel {
    position: absolute;
    top: 5px;
    left: 327px;
    font-weight: bold;
}
.QuickSearch2 #mlsidControl {
    position: absolute;
    top: 22px;
    left: 327px;
}
.QuickSearch2 #mlsidControl input {
    font-size: 10px;
    width: 80px;
    height: 14px;
}
.QuickSearch2 #bathsLabel {
    position: absolute;
    top: 57px;
    left: 220px;
    font-weight: bold;
}
.QuickSearch2 #bathsControl {
    position: absolute;
    top: 75px;
    left: 220px;
}
.QuickSearch2 #bathsControl select {
    width: 85px;  
}
.QuickSearch2 #bedsLabel {
    position: absolute;
    top: 57px;
    left: 327px;
    font-weight: bold;
}
.QuickSearch2 #bedsControl {
    position: absolute;
    top: 75px;
    left: 327px;
}
.QuickSearch2 #bedsControl select {
    width: 85px;
}
.QuickSearch2 #searchButton {
    position: absolute;
    top: 122px;
    left: 300px;
}
.QuickSearch2 #searchButton input 
{
    font-weight: bold;
    width: 114px;
}
.QuickSearch2 #advancedSearch {
	position: absolute;
    top: 155px;
    left: 5px;
    font-size: 11px;    
    font-style: normal;
}
.QuickSearch2 #advancedSearch a {    
    font-weight: bold;
    text-decoration: none;
}
.QuickSearch2 #advancedSearch a:hover {    
    font-weight: bold;
    text-decoration: underline;
}

/*---->> FEATURED PROPERTIES <<-----*/
.FeatListings
{
	position: relative;
	font-weight: bold;
	font-size: 12px;
	color: #315078;
}

.FeatListings a
{	
    color: #5e6f9d;
    text-decoration: none;
}

.FeatListings a:hover{
    color: #5e6f9d;
    text-decoration: none;
}

.FeatImage {    
    border: 1px #011c44;
    margin-bottom: 5px;
    margin-left: 5px;
}

.FeatStreet 
{
	margin-left: 5px;
    display: block;
}

.FeatCityState {
    font-weight: bold;
    text-align: center;
    padding-left: 5px;
}

.FeatZip {
    
}

.FeatPrice {
    position: relative;
    display: block;
    clear: left;
    margin-left: 5px;
    margin-bottom: 2px;
    text-decoration: underline;
}

.FeatDescription {
    display: block;    
    margin-top: 0;
    margin-right: 20px;
    margin-bottom: 10px;
    padding-left: 5px;
    text-align: justify;
    font-size: 11px;
    line-height: 13px;
    text-decoration: none;
    font-weight: normal;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> AGENT ROSTER <<<
-------------------------------------------------------------------------------------------------------------*/

#rosterContainer {
    position: relative;
    margin: 10px 5px 0 0;
}

#rosterLine {
    position: relative;
    height: 130px;
    padding: 10px 15px 10px 10px;
    margin: 0 5px 5px 0;
    border: solid 1px #e1e1e1;
    background: #fff;
}

#rosterPhoto img{
    position: relative;
    float: left;
    width: 75px;
    min-width: 75px;
    max-height: 120px;
    margin: 0 15px 30px 0;
    border: solid 1px #000;
}

#rostertName {
    font-size: 14px;
    font-weight: bold;
}

#rosterTitle {
    font-size: 10px;
    font-weight: bold;
}

#rosterPhone {
    line-height: 24px;
}

#rosterFax {
}

#rosterOffice {
}

#rosterEmail {
    clear: none;
    overflow: hidden;
}

#rosterWebsite {
    clear: none;
    overflow: hidden;
}

/*----------------------------------------------->> FOOTER <<--------------------------------------------*/

.footerControl
{
	text-align: center;
}

.PageContent td {
    padding: 2px 0 2px 0;
}