﻿h2, h3, h4, h5, h6
{
    margin-top: .5em;
    margin-bottom: 0.25em;
}

th
{
	/* text-align: left; */
	vertical-align: bottom;
}
td
{
	/* text-align: left; */
	/* vertical-align: top; */
}

input
{
    padding: .1em .2em .1em .2em;
    color: #333333;
}


#createUserWizard
{
    font-size: 13px;
}

.userLoginForm
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.userLoginForm th, 
.userLoginForm td 
{
	padding: 3px;
}

.userLoginForm th, 
.userLoginForm td, 
.userLoginForm input
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.createUserButton
{
	color: #66FF33;
	margin-right: 80px;
}

#searchTabsDiv
{
	width: 260px;
	float: left;
}
#searchTabsDiv h2
{
	padding: 4px 4px 4px 6px;
	font-size: 20px;
	margin: 10px 0 10px 0;
	color: #FFFFFF;
	background-color: #CC3300;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
}

#searchTabsDiv ul.propertyTypes
{
	padding: 0px;
	list-style-type: none;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 6px;
	font-size: 11px;
}
#searchTabsDiv ul.propertyTypes li
{
	list-style-type: none;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 6px;
}

#searchTabsDiv .homesTab
{
	background-color: #FFFFCC;
}


#searchFormSidebar
{
	padding: 4px;
	border: 1px solid #C1DAFF;
	margin: 0px 0px 10px 10px;
	background-color: #E8F1FF;
}
#searchFormSidebar select
{
    width: 100%;
}
#searchFormSidebar ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#searchFormSidebar ul li
{
	list-style-type: none;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 6px;
	padding: 0;
}
#searchFormSidebar ul.propertyTypes
{
	padding: 0px;
	list-style-type: none;
	margin-bottom: 6px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 6px;
	font-size: 11px;
}
#searchFormSidebar #PropertyTypes .checkBoxCell
{
    /* width: 200px; */
}
#searchFormSidebar #SearchExecute
{
    padding: 10px;
}


#searchCount
{
	font-style: italic;
	color: #808080;
}

#news
{
    border: 1px solid #CC3300;
    padding: 8px 8px 0px 8px;
    background-color: #FFFBFB;
    font-size: 11px;
    margin-bottom: 8px;
}

#news h2
{
    color: #CC0000;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    margin-top: 0px;
    margin-bottom: 9px;
    padding: 0;
    background-color: #FFFBFB;
}

#news li
{
    margin-bottom: 4px;
}


/* ListingsMasterControl */

.listingsMaster
{
	margin: 0px;
	width: 470px;
	border: 1px solid #DFF2FF;
	padding: 6px 14px 6px 14px;
	background-color: #F9FCFF;
}
.listingsMaster .title
{
}
.listingsMaster #pagerTop
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}
.listingsMaster #pagerBottom
{
	text-align: center;
	margin-top: 10px;
	margin-bottom: 0;
}
.listingsMaster ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
	font-size: 11px;
} 
.listingsMaster ul li
{
	list-style-type: none;
	width: 470px;
	margin: 0 0 10px 0;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
}
.listingsMaster ul li div.noHighlight
{
	width: 470px;
	border: 1px solid #B9DAFF;
	padding: 0px;
}
.listingsMaster ul li div.userListing
{
	width: 470px;
	border: 1px solid #FFE0D7;
	padding: 0px;
	background-color: #FFFFFF;
}
.listingsMaster ul li div .headingDiv
{
	padding: 5px 5px 5px 10px;
}
.listingsMaster ul li div.noHighlight div.headingDiv
{
	background-image: url(../Assets/Backgrounds/ListingsMasterHeadingDiv.jpg);
	background-repeat: repeat-x;
	background-color: #EAF4FF;
}
.listingsMaster ul li div.userListing div.headingDiv
{
	background-image: url(../Assets/Backgrounds/ListingsMasterUserHeadingDiv.jpg);
	background-repeat: repeat-x;
	background-color: #FFEDE8;
}


.listingsMaster li table.listingTable
{
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	width: 470px;
	margin: 0;
	padding: 0;
}
.listingsMaster .leftCell
{
	padding: 10px;
	margin: 0px;
	width: 160px;
}  
.listingsMaster .leftCell img
{
	/* Image border set by ASP.net */
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 112px;
}
.listingsMaster .centerCell
{
	width: 160px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.listingsMaster .rightCell
{
	text-align: right;
	padding: 10px 10px 10px 0px;
	margin: 0;
	width: 115px;
	vertical-align: middle
}

/* This div layout did not work in Firefox */
/*
.listingsMaster .leftDiv
{
	float: left;
	padding: 10px;
	margin: 0px;
	width: 160px;
}  
.listingsMaster .leftDiv img
{
	
	float: left;
	padding: 0px;
	margin: 0px;
	width: 160px;
	height: 112px;
}
.listingsMaster .centerDiv
{
	width: 160px;
	margin-left: 170px;
	margin-right: 110px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}
.listingsMaster .rightDiv
{
	float: right;
	text-align: right;
	padding: 10px 10px 10px 0px;
	margin: 0;
	width: 115px;
	vertical-align: middle;
}
*/
.listingsMaster .address
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.listingsMaster .city
{
	color: #999999;
}
.listingsMaster .propertyType
{
	font-weight: bold;
	color: #666666;
}
.listingsMaster .mlsNumber
{
	color: #999999;
	font-size: 11px;
}
.listingsMaster .detailLink
{
	font-weight: bold;
}
.listingsMaster .listingPrice
{
	font-size: 13px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
}
.listingsMaster .previousPrice
{
	font-size: 13px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
	text-decoration: line-through;
}
.listingsMaster .userFlagLabel
{
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #CC3300;
}
.listingsMaster .progress
{
	color: #FF2222;
	text-align: right;
}


/* ListingDetailControl */

.listingView
{
	margin: 0px 0px 15px 0px;
	width: 496px;
	padding: 0;
	background-color: #FFFFFF;
}
.listingView .masterHyperlink
{
	font-size: 14px;
	font-weight: bold;
}

.listingView #pagerTop
{
	padding: 16px;
	text-align: center;
}
.listingView div.noHighlight
{
	border: 2px solid #E0E0E0;
}
.listingView div.userListing
{
	border: 2px solid #FFD1C1;
}
.listingView .headingDiv
{
	padding: 10px;
	background-color: #EAF4FF;
}
.listingView div.noHighlight div.headingDiv
{
	background-color: #EAF4FF;
}
.listingView div.userListing div.headingDiv
{
	background-color: #FFEDE8;
}
.listingView .headingDiv .left
{
	float: left;
}
.listingView .headingDiv ul
{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.listingView .headingDiv ul li
{
	list-style-type: none;
	margin: 0;
	padding: 0px;
}
.listingView .headingDiv .right
{
	text-align: right;
	float: right;
}
.listingView .headingDiv .left .address
{
	color: #cc3300;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin: 0px;
}
.listingView .headingDiv .city
{
	color: #999999;
	font-size: 11px;
	margin-bottom: 10px;
}
.listingView .headingDiv .propertySubtype
{
	color: #666666;
	font-size: 13px;
}
.listingView .headingDiv .price
{
	font-size: 18px;
}
.listingView .headingDiv .addToMyFavorites
{
	clear: both;
	padding: 10px 0px 10px 0px;
	text-align: right;
	font-weight: bold;
	color: #CC3300;
}
.listingView .headingDiv .addToMyFavorites .removeLink
{
	font-weight: normal;
	font-size: 11px;
}



.listingView .progress
{
	color: #FF2222;
	text-align: right;
	font-size: 11px;
}
	
.listingView #listingImageBox
{
	background-color: #F4F4F4;
	padding: 12px;
	
}
.listingView .listingImage
{
	display: block;
	margin-right: auto;
	margin-left: auto;	
}
.listingView #morePicturesFound
{
	padding: 10px 10px 0px 10px;
	text-align: center;
	font-size: 11px;
	color: #CC3300;
}
.listingView .marketingRemarks
{
	font-family: Georgia, 'Times New Roman' , Times, serif;
	padding: 14px 14px 0px 14px;
	line-height: 20px;
	text-indent: 24px;
}
.listingView .disclaimer
{    
    color: gray;
    text-align: center;
    font-size: 11px;
    padding: 6px;
}
.listingView .listingFeatures
{
	width: 470px;
	padding: 0px 10px 0px 10px;
	margin: 0;
}
.listingView .listingFeatures .featureList
{
	width: 146px;
	padding: 0px;
	margin: 5px;
	float: left;
}
.listingView .listingFeatures .featureList .heading
{    
    color: gray;
    font-size: 18px;
}
.listingView .listingFeatures .featureList ul.list
{    
    font-size: 11px;
}
.listingView .listingFeatures .featureList ul.list li
{    
    margin-bottom: 6px;
}
.listingView #bottom
{
	padding: 0px 14px 14px 14px;
	color: #666666;
	text-align: center;
	font-size: 11px;
}



/* Basic appearance for sidebarListings */
.sidebarListings
{
	border: 1px solid #D9ECFF;
	margin: 7px 0px 20px 0px;
	padding: 5px;
	text-align: left;
	background-color: #FFFFFF;
}
.sidebarListings .headingDiv
{
	margin: 0;
	padding: 4px 5px 4px 5px;
	text-align: left;
	background-image: url(../Assets/Backgrounds/SidebarListingsHeader.jpg);
	background-repeat: repeat-x;
	background-color: #EAF4FF;
	font-weight: bold;
}
.sidebarListings h3
{
	color: #CC0000;
}
.sidebarListings ul
{
	margin: 0;
	padding: 0;
	text-align: left;
	font-size: 10px;
}
.sidebarListings li
{
	border: 1px solid #D9ECFF;
	background-color: #FFFFFF;
	list-style: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 6px;
	margin-bottom: 6px;
	margin-left: 0px;
	margin-right: 0px;
}
.sidebarListings li table.listingTable
{
	width: 186px;
	border-style: none;
	border-width: 0px;
	border-spacing: 0px;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
}
.sidebarListings li table.listingTable .leftCell
{
	width: 54px;
	padding: 5px;
}
.sidebarListings li table.listingTable .rightCell
{
	width: 127px;
	text-align: right;
	padding: 5px 5px 5px 0px;
}
.sidebarListings .thumbnailImage
{
	margin: 0;
	padding: 0;
	width: 54px;
	height: 36px;
}

.sidebarListings .listingPrice
{
	font-weight: bold;
	color: #666666;
}
.sidebarListings .previousPrice
{
	text-decoration: line-through;
	color: #808080;
}
.sidebarListings .bedsBaths
{
	color: #666666;
}
.sidebarListings .propertySubtype
{
	color: #808080;
}

/* Modify appearance for User Listings */

.sidebarUserListings
{
	margin-right: 10px;
	border-color: #FFEDE8;
	background-color: #FFFAF9;
}
.sidebarUserListings li
{
	border-color: #FFCABB;
}
.sidebarListings .userListing .headingDiv
{
	background-image: url(../Assets/Backgrounds/SidebarUserListingsHeader.jpg);
	background-repeat: repeat-x;
	background-color: #FFEDE8;
}



.sidebarNewListings
{
	margin-left: 10px;
	background-color: #F2F4FF;
}
.sidebarPriceChangedListings
{
	margin-left: 10px;
	background-color: #FFFFFF;
}


.highlightListings
{
	border: 1px solid #CC3300;
	padding: 8px;
	width: 208px;
	float: right;
	background-color: #FFE2AE;
}
.highlightListings h3
{
	color: #CC0000;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 9px;
	margin-bottom: 9px;
}
.highlightListings ul
{
	border: none;
	border-width: 0;
	margin: 0;
	padding: 0;
}
.highlightListings li
{
	list-style: none;
	border: 1px solid #CCCCFF;
	margin: 0 0 8px 0;
	padding: 5px 9px 5px 9px;
	text-align: left;
	font-size: 11px;
	width: 188px;
	background-color: #F9FAFF;
}

.highlightListings li .highlightNameDiv
{
	margin-bottom: 5px;
}
.highlightListings li .highlightName
{
	font-weight: bold;
	color: #CC3300;
}
.highlightListings li .addressDiv
{
	margin-bottom: 2px;
}
.highlightListings li .address
{
	font-weight: bold;
}


.highlightListings li img
{
	padding: 0;
	width: 188px;
	margin: 5px 0 5px 0;
}

.highlightListings li .middleDiv
{
	color: #666666;
	text-align: right;
	margin-top: 0;
	margin-bottom: 5px;
}
.highlightListings li .listingPrice
{
	font-weight: bold;
}
.highlightListings li .highlightNoteDiv
{
	color: #333333;
	margin-top: 0;
	margin-bottom: 3px;
}
.highlightListings li .moreInfoDiv
{
	text-align: right;
	font-weight: bold;
}


.highlightListingsHorizontal
{
	border: 1px solid #CC3300;
	padding: 8px;
	margin-top: 10px;
	width: 478px;
}
.highlightListingsHorizontal .title
{
	color: #CC0000;
}
.highlightListingsHorizontal table
{
	width: 478px;
	border: none;
	margin: 0;
}
.highlightListingsHorizontal td
{
	border: 1px solid #CCCCFF;
	margin: 10px;
	padding: 5px;
	text-align: left;
	font-size: 11px;
	width: 120px;
	background-color: #FDFDFF;
}
.highlightListingsHorizontal td img
{
	padding: 4px 0px 4px 0px;
	width: 140px;
}
.highlightListingsHorizontal .address
{
	font-weight: bold;
}




.employeeSidebar
{
	border: 1px solid #99CCFF;
	margin: 7px 10px 15px 0px;
	padding: 12px;
	text-align: left;
	background-color: #FFFFE1;
}


.phoneTable
{
	border-collapse: collapse;
	border-style: none;
	margin: 0px;
	font-size: 11px;
}
.phoneTable td.phoneName
{
	padding: 2px;
	text-align: left;
	color: #666666;
}
.phoneTable td.phoneNumber
{
	padding: 2px;
	text-align: left;
}



#agents ul
{
	padding: 0;
	margin: 0;
	list-style-type: none;
} 
#agents li
{
	list-style-type: none;
	width: 470px;
	margin: 0 0 8px 0;
	padding: 0px;
	color: #333333;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
}
#agents li .leftDiv
{
	float: left;
	width: 80px;
	padding: 12px;
}
#agents li .rightDiv
{
	float: right;
	width: 340px;
	padding-bottom: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 8px;
	padding: 8px;
}
#agents li .rightDiv h3
{
	margin: 0;
	padding: 0;
}
#agents li .rightDiv h3
{
	margin: 0;
	padding: 0;
}
#agents li .rightDiv p.jobTitle
{
	margin: 2px 0 4px 0;
	padding: 0;
	color: #666666;
	font-size: 11px;
}
#agents li .rightDiv p.email
{
	margin: 6px 0 6px 0;
	padding: 0;
}

#agents li .rightDiv p.licenseNumber
{
	margin: 6px 0 6px 0;
	padding: 0;
	font-size: 11px;
	color: #666666;
}

#agentView
{
	border: 1px solid #0066CC;
	padding: 12px;
	width: 475px;
}

#agentView .phoneTable
{
	font-size: 13px;
}

#agentView p.licenseNumber
{
	margin: 6px 0 6px 0;
	padding: 0;
	font-size: 13px;
	color: #666666;
}

#agentView .topDiv .leftDiv
{
	width: 260px;
	float: left;
}
#agentView .topDiv .rightDiv
{
	width: 200px;
	float: right;
}
#agentView .middleDiv
{
	width: 475px;
	margin-top: 12px;
}






#about p
{
	font-family: Georgia, 'Times New Roman' , Times, serif;
	line-height: 1.75em;
}




#administration li
{
	padding: 8px;
}

#administration .dataEntryTable
{
    border: 1px solid #C0C0C0;
}

#administration .dataEntryTable th, #administration .dataEntryTable td
{
	margin: 0;
	padding: .2em;
	font-size: 13px;
}

#administration .dataEntryTable th
{
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #C0C0C0;
    background-color: #CCCCCC;
}


#infoRequestAdmin th
{
	text-align: left;
}

#infoRequestActions
{
	padding: 12px;
	border: 1px solid #CC3300;
	margin-right: 12px;
	margin-top: 70px;
	background-color: #FFFFCC;
}


#infoRequestView .sendReplyPanel
{
	border: 1px solid #CC3300;
	padding: 16px;
	background-color: #E8FFFF;
	margin-bottom: 12px;
	font-weight: bold;
}
signRequestPanel
{
	border: 1px solid #CC3300;
	padding: 16px;
	background-color: #E8FFFF;
	margin-bottom: 12px;
	font-weight: bold;
}

.adminBox
{
	padding: 4px;
	border: 1px solid #0066FF;
	width: 500px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #FFFFEA;
}



#createUserWizard
{
	width: 50%;
}




.rentalListInfo
{
	width: 80%;
}





/* Ajax windows */

.modalPopup
{
	background-color: White;
	padding: 0px;
	border: 1px solid #666666;
}
.modalBackground
{
	background-color: Gray;
	filter:alpha(opacity=70);
	opacity:0.7;	
}



.modalPopup .header
{
	/* width: 100%; */
	background-color: #3366CC;
	padding: 2px;
}
.modalPopup .header .text
{
	/*width: 45%; */
	color: #CCCCCC;
	padding: 4px 4px 4px 12px;
	float: left;
	font-weight: bold;
}
.modalPopup .body
{
	padding: 12px;
	color: #333333;
}

.modalPopup .header .cancelButtonDiv
{
	/*width: 15%; */
	/*float: right; */
}
.modalPopup .header .cancelButton
{
	float: right;
	width: 50px;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: bold;
}
.modalPopup .submitButton
{
	text-align: center;
	padding: 0px 8px 8px 8px;
}



.moreInfoPanel
{
	width: 550px;
}


.addToMyFavoritesNotLoggedIn
{
	width: 300px;
}
.addToMyFavoritesNotLoggedIn .loginLink
{
	font-weight: bold;
	text-align: center;
}
.addToMyFavoritesNotLoggedIn .cancelButton
{
	float: right;
}
.listingSlideShow
{
	width: 620px;
	height: 390px;
	padding: 0px;
	background-color: #F4F4F4;
}
.listingSlideShow .body
{
	padding: 15px 5px 15px 5px;
}
.listingSlideShow .heading
{
	float: right;
	font-size: 11px;
}
.listingSlideShow .title
{
	color: #808080;
	font-size: 11px;
}
.listingSlideShow .listingSlideShowImage
{
	height: 400px;
}
.listingSlideShow img
{
	height: 300px;
}
.listingSlideShow .left
{
	float: left;
	width: 35px;
}
.listingSlideShow .right
{
	float: right;
	width: 35px;
}
.listingSlideShow .middle
{
	width: 540px;
	float: left;
}
.listingSlideShow .nextPreviousButton
{
	color: #666666;
	width: 32px;
	font-size: 20px;
	font-weight: bold;
}
.listingSlideShow .footer
{
	clear: both;
	text-align: center;
	color: #808080;
}




.smallText
{
	font-size: 11px;
}
.errorMessage
{
	color: #FF0000;
}
.webEventDetails
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}




.printDisplayOnly
{
	display: none;
}
