﻿.ie7InlineBlock
{
    *display:inline !important;
    zoom:1;
}

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;
}

.DialogBox .ui-dialog-titlebar {display:none}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

.breadcrumb
{
    display: inline;
    font-size: 0.9em;
}

table.table5
{
    border-collapse:collapse;
    border-spacing: 0;
}

table.table5.pad1 > tr > td, table.table5.pad1 > tbody > tr > td
{
    padding: 1px;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> USER PROFILE AND IMAGE <<<
-------------------------------------------------------------------------------------------------------------*/   


.profile-tagline 
{
    font-style: italic;
    margin-bottom: 10px;
}

.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{
}
/*
why is this here?
#divRegisterDialog {  
    margin-top: -40px;
}
*/
.DialogBox {
    border: solid 6px #ccc;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -moz-box-shadow: 0px 10px 5px #888;
    -webkit-box-shadow: 0px 10px 5px #888;
    box-shadow: 0px 10px 5px #888;
    padding: 10px 20px 20px 20px;
}

.DialogBox input[type="text"],
.DialogBox input[type="password"],
.DialogBox textarea {
    width: 380px;
    min-width: 380px;
    height: 26px;
    font-size: 18px;
    padding: 0 4px 0 4px;
    border: solid 2px #ccc;
    border-radius: 4px;
}
.DialogBox textarea {    
    height: 100px;    
}
.rounded-box
{
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

#divRegisterDialog input {
    width: 320px;
    min-width: 320px;
}

#divRegisterDialog #divRegisterBottom input, #divRegisterDialog #divRegisterTop input {
    width: 290px;
    min-width: 290px;
    margin-right: 20px;
}

#divRegisterDialog #divRegisterTopEmail input {
    width: 600px;
}

.DialogBox input.SiteButton, #divRegisterDialog #divRegisterBottom input.SiteButton {
    width: 290px;
    min-width: 160px;
    height: 46px;
    background: #efefef;
	background-image: -moz-linear-gradient(#efefef, #808080);
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#efefef), to(#808080));
	background-image: -webkit-linear-gradient(#efefef, #808080);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#808080');
	border: solid 1px #5a5a5a;
	font-weight: normal;
	font-size: 22px;
	line-height: 40px;
	color: #fff;
	margin-top: 4px;
}

.DialogBox h3 {
    font-size: 32px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}

.loginFormLabel {
    font-size: 16px;
    line-height: 16px;
}

#loginFormClose, #pwFormClose, #registerFormClose, .dialogCloseButton {
    position: absolute;
    top: 10px;
    right: 6px;
} 

/*------------------------------------------------------------------------------------------------------------- 
>>> SEARCH <<<
-------------------------------------------------------------------------------------------------------------*/   

.QuickSearch {
    position: relative;
    color: #656565;
    font-size: 12px;
    margin-left: 5px;
}
.QuickSearch select {
    font-size: 11px;
    width: 160px;
    height: 18px;
}
.QuickSearch select, .QuickSearch input, .QuickSearch textarea, #mlsidSearch select, #mlsidSearch input, #mlsidSearch textarea { color: #333; }
#mlsidSearchButton input { color: #fff; }

.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 !important;    
    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;
}

div.resultsBarPaging select { color: #333; }

/*------------------------------------------------------------------------------------------------------------- 
>>> 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 15px 2px 0;
}

/*------------------------------------------------------------------------------------------------------------- 
>>> LEAD FORMS <<<
-------------------------------------------------------------------------------------------------------------*/

.leadFormFieldHelp {
    font-size: x-small;
    color: #808080;
}

.leadFormCategoryHelp {
}

.leadFormContainer {
}


/*------------------------------------------------------------------------------------------------------------- 
>>> MAP SEARCH <<<
-------------------------------------------------------------------------------------------------------------*/

#mapEnterLocation {
}

#mapLocationText {
    font-size: medium;
    width: 56%;
    height: 18px;
}

#mapFindLocationButton {
    font-size: small;
    font-weight: bold;
}

#mapLocationHelp {
    font-size: x-small;
    line-height: 20px;
}

#mapCriteria {
    font-size: 11px;
}

#mapCriteria select, #mapCriteria input {
    font-size: 11px;
}

.listingSearchLinks table 
{    
    margin: auto;
}

.listingSearchLinks table tr td
{
    padding: 0px;
    padding-right: 10px;
    margin: 0px;
    
}

.listingSearchLinksCategory
{
    font-weight: bold;
}

.listingSearchLinkCloudBlock
{
    margin-bottom: 10px
}

.listingSearchLinkCloudBlock h2
{
    margin-bottom: 3px;
}


#siteFooterPoweredBy { display: block; text-align: center; margin-top: 20px; vertical-align: middle; }

#siteFooterContentSys #siteFooterPoweredBy a { font-weight: normal; }
#siteFooterContentSys #siteFooterPoweredBy img { vertical-align: middle; }
#siteFooterPoweredBy a span { font-weight: bold; }

@media print 
{
    .no-print
    {
        display:none !important;
    }    
    
    .printLogo 
    {
        display:block !important;
        max-height: 100px !important;
        padding: 10px;
    }
}

@media (min-width: 768px) {
    .listingSearchCriteria .col-sm-12 { float: none !important;}
}
