﻿a
{
	color: #333333;
	cursor: pointer;
}

ul
{
	list-style-image: none;
}

body
{
	font:11pt arial, verdana, sans-serif;
	line-height: 18pt;
	color: #333333;
	background-color: #FFFFFF;
	text-align: left;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}
div#divPage
{
	background-color: #FFFFFF;
	text-align: left;
	width: 100%
}

div#divPage div#divHeaderPrint
{
	background-color: #FFFFFF;
	text-align: left;
	width: 100%;
	height: 101px;
}

div#divPage div#divHeaderPrint *
{
	float: right;
	position: relative;
	clear: right;
    margin:5px 10px;
}

div#divPage div#divHeaderPrint img
{
	float: left;
	position: relative;
	clear: left;
}

div#divPage div#divHeader, div#divPage div#divHeader *
{
	display: none;
	height: 0;
	line-height: 0;
	clear:both;
}
		
div#divPage div#divContent
{
	background-color: #FFFFFF;
	text-align: left;
	width: 99%;
}
	div#divPage div#divContent div#divContentMain
	{
		background-color: #FFFFFF;
		text-align: left;
		width: 100%;
	}
		div#divPage div#divContent div#divContentMain div#divContentNavigation
		{
			display: none;
		}
		div#divPage div#divContent div#divContentMain div#divContentNavigation *
		{
			display: none;
		}
		div#divPage div#divContent div#divContentMain div#divContentBreadcrumb
		{
			display: none;
		}
		div#divPage div#divContent div#divContentMain div#divContentBreadcrumb *
		{
			display: none;
		}
		div#divPage div#divContent div#divContentMain div#divContentPage
		{
			background-color: #FFFFFF;
			float: none;
			clear: both;
			text-align: justify;
			width: 100%;
            overflow:visible;
		}
        div#divPage div#divContent div#divContentMain div#divContentPage *
		{
			overflow:visible;
		}
		div#divPage div#divContent div#divContentMain div#divContentPage h2
		{
			color: #003366;
			font-family: Times New Roman, Serif;
		}
		div#divPage div#divContent div#divContentMain div#divContentPage h3
		{
			color: #003366;
			font-family: Times New Roman, Serif;
			font-weight: normal;
		}
			
	div#divPage div#divContent div#divContentSide
	{
		display: none;
	}
	
	div#divPage div#divContent div#divContentSide *
	{
		display: none;
	}

div#divPage div#divFooter
{
	display: none;
}

div#divPage div#divFooter *
{
	display: none;
}

.Headline
{
	color: #003366;
}

.StandardLink
{
	color: #6699CC;
	text-decoration: none;
	cursor: pointer;
}

.UnderlinedLink
{
	color: #6699CC;
	text-decoration: underline;
	cursor: pointer;
}

.StandardLinkDark
{
	color: #003366;
	text-decoration: none;
	cursor: pointer;
}

.UnderlinedLinkDark
{
	color: #003366;
	text-decoration: underline;
	cursor: pointer;
}

.ReversePrintLight
{
	color: #FFFFFF;
	background-color: #95B7DC;
}

.ReversePrintMedium
{
	color: #FFFFFF;
	background-color: #6699CC;
}

.ReversePrintDark
{
	color: #FFFFFF;
	background-color: #003366;
}

.SiteMapPath, .SiteMapPath a
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 8pt;
	font-weight: bold;
	text-decoration: none;
	color: #333333;
}

.Legal
{
	font-size: 9pt;
}

.AltRow
{
	background-color: #E8E8E8;
}

.SeparatorRow
{
	border-bottom: solid 1px #003366;
	width: 100%;
	line-height: 1px;
	float: none;
	clear: both;
	position: relative;
}

.LinkImage
{
	border: none 0;
}

.Icon
{
	text-decoration: none;
}

.Icon a
{
	border: none 0;
	text-decoration: none;
}

.Icon img
{
	top: -3px;
	position: relative;
	border: none 0;
}

.Icon strong
{
	text-decoration: underline;
	vertical-align: top;
}

.BigLink
{
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.BigLink label
{
	font-family: Times New Roman, Serif;
	color: #333333;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

.BigLink a
{
	font-family: Times New Roman, Serif;
	color: #333333;
	font-weight: bold;
	font-size: 14pt;
	text-align: center;
	text-decoration: underline;
	cursor: pointer;
}

.Error
{
	color: Red;
	font-size: 1.0em;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	line-height:1em;
}

.Instructions
{
	text-indent: 10px;
	color: #003366;
	font-size: 10pt;
	font-family: Arial, Verdana, Sans-Serif;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
	font-variant: normal;
	line-height: 10pt;
}

.Tabs
{
	float: left;
	clear: both;
	position: relative;
	width: 88%;
	overflow: hidden;
	top: 1px;
	z-index: 2;
}

.shadow-container 
{
	float:left;
	clear:both;
	position: relative;
	left: 3px;
	top: 3px;
	z-index: 1;
	width: 90%;
}

.shadow-container .shadow2,
.shadow-container .shadow3,
.shadow-container .container {
	float:left;
	position: relative;
	left: -1px;
	top: -1px;
	width: 100%;
}

	.shadow-container .shadow1 {
		float:left;
		position: relative;
		background: #F1F0F1;
	}

	.shadow-container .shadow2 {
		float:left;
		position: relative;
		background: #DBDADB;
	}

	.shadow-container .shadow3 {
		float:left;
		position: relative;
		background: #B8B6B8;
	}

	.shadow-container .container {
		float:left;
		position: relative;
		background: #FFFFFF;
		border: 1px solid #CCCCCC;
		padding: 20px;
		text-align:justify;
	}
	
.shadow-activetab
{
	float:left;
	position: relative;
	top: 1px;
	z-index: 5;
}

.shadow-activetab .shadow2,
.shadow-activetab .shadow3,
.shadow-activetab .container {
	float:left;
	position: relative;
}

	.shadow-activetab .shadow1 {
		border-right:solid 1px #F1F0F1;
	}
	
	.shadow-activetab .shadow2 {
		border-right:solid 1px #DBDADB;
	}

	.shadow-activetab .shadow3 {
		border-right:solid 1px #B8B6B8;
	}

	.shadow-activetab .container {
		background: #FFFFFF;
		padding:5px 10px;
		border-top:solid 1px #CCCCCC;
		border-left:solid 1px #CCCCCC;
		border-right:solid 1px #CCCCCC;
		border-bottom:solid 1px #FFFFFF;
		color: #003366;
		font-family: Times New Roman, Serif;
		font-size: 13.5pt;
	}
	
.shadow-inactivetab .container
{
	z-index: 0;
	float:left;
	position: relative;
	top: 2px;
	background: #FFFFFF;
	padding:3px 10px;
	border-top:dashed 1px #CCCCCC;
	border-left:dashed 1px #CCCCCC;
	border-right:dashed 1px #CCCCCC;
	border-bottom:none 0;
	color: #999999;
	font-family: Times New Roman, Serif;
	font-size: 10.5pt;
}

.SearchResultsPageCount, .SearchResultsPagerLeft, .SearchResultsPagerRight, .SearchResultListingIcons, .SearchResultListingIconLabels
{
    display:none;
    visibility:hidden;
}
.SearchResultsPager, .SearchResultsPagerCenter
{
    display:block;
    position:relative;
    float:none;
    clear:both;
    width:100%;
    text-align:center;
}

.ListingDetails
{
    width:100%;
    padding:0;
    margin:0;
    position:relative;
    float:none;
    clear:both;
    overflow:hidden;
}
.ListingDetails h1
{
}
.ListingDetails fieldset legend
{
}
.ListingDetails .ListingDetailsIcons, .ListingDetails .ListingDetailsIcons *
{
    display:none;
}
.ListingDetails .ListingDetailsLeader
{
    width:100%;
    padding:0;
    margin:0 0 1em 0;
    position:relative;
    float:none;
    clear:both;
    page-break-inside:avoid;
}
.ListingDetails .ListingDetailsLeader .ListingDetailsLeaderAddress
{
    width:50%;
    text-align:left;
    padding:0;
    margin:0;
    position:relative;
    float:left;
    color:#336699;
    font-size:12pt;
    line-height:normal;
    font-weight:bold;
}
.ListingDetails .ListingDetailsLeader .ListingDetailsLeaderPrice
{
    width:50%;
    text-align:right;
    padding:0;
    margin:0;
    position:relative;
    float:right;
    font-size:14pt;
    line-height:normal;
    font-weight:bold;
}
.ListingDetails .ListingDetailsLeader .ListingDetailsLeaderPrice span
{
    font-size:9pt;
}

.ListingDetails .ListingDetailsGeneral
{
    width:100%;
    padding:0;
    margin:0 0 1em 0;
    page-break-inside:avoid;
}
.ListingDetails .ListingDetailsGeneral .ListingDetailsGeneralInfo
{
    width:100%;
    padding:0;
    margin:0;
    position:relative;
    float:none;
    clear:both;
}
.ListingDetails .ListingDetailsGeneral .ListingDetailsGeneralInfo div
{
    width:25%;
    padding:0;
    margin:0;
    position:relative;
    float:left;
}
.ListingDetails .ListingDetailsGeneral .ListingDetailsGeneralInfo div p
{
    font-size:9pt;
    margin:.5em 0;
    padding:0;
}
.ListingDetails .ListingDetailsGeneral .ListingDetailsGeneralInfo div p label
{
    font-size:8pt;
    font-weight:bold;
    color:#336699;
}

.ListingDetails .ListingDetailsOpenHouses
{
    width:100%;
    padding:0;
    margin:0 0 1em 0;
    border:0 none;
    border-top:1px dotted #336699;
    border-bottom:1px dotted #336699;
    background:#fff url('../Images/Icons/CBH_Icon_OpenHouse.gif') no-repeat 5px 10px;
    line-height:14pt;
    font-size:9pt;
    position:relative;
    float:none;
    clear:both;
    page-break-inside:avoid;
}
.ListingDetails .ListingDetailsOpenHouses p
{
    margin:0 0 0 50px;
    padding:10px 0;
}
.ListingDetails .ListingDetailsOpenHouses p strong,
.ListingDetails .ListingDetailsOpenHouses p b
{
    font-weight:bold;
    font-style:italic;
    color:#336699;
}

.ListingDetails .ListingDetailsDescription
{
    width:100%;
    padding:0;
    margin:0 0 1em 0;
    position:relative;
    float:none;
    clear:both;
    page-break-inside:avoid;
}
.ListingDetails .ListingDetailsDescription .ListingDetailsDescriptionThumbnail
{
    width:300px;
    height:234px;
    display:block;
    position:relative;
    float:left;
    clear:none;
    padding:0;
    margin:0 1em .25em 0;
}
.ListingDetails .ListingDetailsDescription p
{
    line-height:12pt;
    font-size:9pt;
    padding:0;
    margin:0;
}
                    
.ListingDetails .ListingDetailsDetails
{
    width:100%;
    padding:0;
    margin:0 0 1em 0;
    font-size:9pt;
    line-height:12pt;
    text-align:left;
    position:relative;
    float:none;
    clear:both;
}
.ListingDetails .ListingDetailsDetails fieldset
{
    display:block;
    position:relative;
    float:none;
    clear:both;
    width:98%;
    margin:0 0 .5em .5em;
    padding:.25em;
    page-break-inside:avoid;
    border:0 none;
}
.ListingDetails .ListingDetailsDetails fieldset table th
{
    font-size:8pt;
    text-align:right;
    font-weight:bold;
    color:#336699;
    width:75px;
    padding:3px;
}
.ListingDetails .ListingDetailsDetails fieldset table td
{
    padding:3px;
}
.ListingDetails .ListingDetailsDetails fieldset ul
{
    list-style:disc none inside;
    margin:0 0 0 15px;
    padding:0;
    color:#336699;
}
.ListingDetails .ListingDetailsDetails fieldset ul span
{
    color:#000;
}
.ListingDetails .ListingDetailsDetails hr
{
    height:0px;
    margin:0 0 -1px 0;
    padding:0;
    border:0 none;
    display:block;
    width:100%;
    position:relative;
    float:left;
    clear:both;
    color:#fff;
    background-color:#fff;
}

.ListingDetails .ListingDetailsGallery
{
    width:98%;
    margin:0 0 1em .5em;
    padding:0;
    position:relative;
    float:none;
    clear:both;
    page-break-inside:avoid;
}
.ListingDetails .ListingDetailsGallery fieldset
{
    position:relative;
    float:left;
    clear:none;
    width:100%;
    margin:0;
    padding:.25em;
    border:0 none;
}
.ListingDetailsGallery fieldset p
{
    font-size:8pt;
    font-style:italic;
    font-weight:bold;
    color: #9c9c9c;
    margin:0 0 1em 0;
    padding:0;
}
.ListingDetailsGallery fieldset > div
{
    position:relative;
    display:block;
    float:left;
    clear:none;
    margin:0 .75em .75em .75em;
    padding:0;
    height:109px;
    width:140px;
}
.ListingDetailsGallery fieldset > img
{
    height:109px;
    width:140px;
}

.ListingDetails .ListingDetailsListAgent
{
    width:100%;
    padding:0;
    margin:0 0 0 0;
    line-height:12pt;
    font-size:9pt;
    color:#999999;
    position:relative;
    clear:both;
    float:none;
}
.ListingDetails .ListingDetailsListAgent .ListingDetailsListAgentName
{
    width:50%;
    text-align:left;
    padding:0;
    margin:0;
    position:relative;
    float:left;
}
.ListingDetails .ListingDetailsListAgent .ListingDetailsListAgentNameOffice
{
    width:50%;
    text-align:right;
    padding:0;
    margin:0;
    position:relative;
    float:right;
}

.ListingPhotoOverlay
{
    position:absolute;
    top:180px;
    left:0px;
    width:300px;
    height:24pt;
    text-align:center;
    line-height:12pt;
    font-size:10pt;
    font-weight:bold;
    background-color:Red;
    color:White;
    margin:0;
    padding:0;
}

.borderedTopCell
{
    border-top:1px solid #336699;
}
.borderedLeftCell
{
    border-left:1px solid #336699;
}
.borderedCell
{
    border-bottom:1px solid #336699;
    border-right:1px solid #336699;
}
.centerCell
{
    text-align:center;
}
.smallHeaderLabel
{
    font-size:8pt;
    font-weight:bold;
    color: #336699;
}
.DropShadow *
{
    display:none;
}
.DropShadow img, .DropShadow .ListingPhotoOverlay, .DropShadow .ListingPhotoOverlay *
{
    display:block;
}
