﻿
.panePropertyDetails
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
	display: block;
	background: #ffffff;
	overflow: auto;
	font-size: 14px; 
	padding:4px;
}

.panePropertyDetails .Left
{
	display: block;
	float: left;
	width: 200px;
	padding: 10px;
}

.panePropertyDetails .links
{
	color: #122334;
	font-size: 11px;
	font-weight:bold;
	padding:5px;
}
.panePropertyDetails .links A
{
	padding: 5px;
	color: #122334;
}
.panePropertyDetails .links A:hover
{
	color: black;
}

.PropertyDetails .header
{
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
.PropertyDetails .description
{
	font-size: 12px; 
	font-weight: normal; 
	padding: 4px;
}
.panePropertyDetails .Left .header
{
	font-size: 14px; 
	font-weight: bold; 
	padding: 10px 4px 10px 0px;
}
.panePropertyDetails .Left .description
{
	font-size: 14px; 
	font-weight: normal; 
}
.panePropertyDetails .description .span
{
	font-size: 11px; 
	font-weight: normal; 
}

.panePropertyDetails .Right
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.panePropertyDetails .Right .paneContainer
{
	float:left;
	width:500px;
	overflow:auto;
}

.panePropertyDetails .Right .description
{
    display:block;
    float:left;
    font-size:11px;
    padding:2px;
    padding-left:10px;
}

.panePropertyDetails .Right .description span
{
    padding:5px 0px 0px 5px;
    margin-top:2px;
}
.panePropertyDetails .Right .header
{
	display: block;
    width: 467px;
	/*background-image: url(img/propertyDetails-ContentHeader.gif);
	background-repeat: no-repeat;
	background-color: #485869;*/
	background-color: #142D4D;
    color: white;
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
    padding: 3px;
    margin-top: 5px;
    cursor: pointer;
}

.panePropertyDetails .Right .header a
{
	text-decoration: none;
}

.panePropertyDetails .Right .header a:hover
{
	text-decoration: underline;
}
.panePropertyDetails .Right .header span
{
    display: block;
    border: dotted 1px #ffffff;
    padding: 2px;
    padding-left: 8px;
}

.panePropertyDetails .Right .content
{
	font-size: 12px;
	width: 473px;
	/*background-image: url(img/propertyDetails-ContentBackground.gif);
	background-repeat:  repeat-y;*/
    padding-top: 5px;
	border-left: #485869 2px solid;
	border-right: #485869 2px solid;
}

.panePropertyDetails .Right .content .row0 TD
{
	padding: 4px;
	border-top: #ffffff 1px solid;
	background-color: #ffffff;
	vertical-align:top;
}
.panePropertyDetails .Right .content .row1 TD
{
	padding: 4px;
	border-top: #f2f2f2 1px solid;
	background-color: #f2f2f2;
	vertical-align:top;
}
.panePropertyDetails .Right .content .row2 TD
{
	padding: 4px;
	border-top: #ffffff 1px solid;
	background-color: #ffffff;
	vertical-align:top;
}
.panePropertyDetails .Right .content .rowover TD
{
	padding: 4px;
	color: black;
	border-top: #809e72 1px solid;
	background-color: #809e72;
	vertical-align:top;
}
.panePropertyDetails .Right .content .right TD~TD
{
    text-align:right;   
}

.panePropertyDetails .Right .footer
{
	display: block;
    width: 469px;
    height: 8px;
	/*background-image: url(img/propertyDetails-ContentFooter.gif);
	background-repeat: no-repeat;*/
	border-bottom: solid 2px #485869;
	border-left: solid 2px #485869;
	border-right: solid 2px #485869;
	background-color: #ffffff;
}

.panePropertyDetails .Right .ExpandCollapseAll
{
	display:block;
	float:left;	
	color: #122334;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.panePropertyDetails .Right .ExpandCollapseAll .links
{
	font-weight:normal;
	padding:0px;
}
.panePropertyDetails .Right .ExpandCollapseAll A
{
	padding: 5px;
	color: #122334;
}
.panePropertyDetails .Right .ExpandCollapseAll A:hover
{
	color: black;
}
.panePropertyDetails .Right .printPDF
{
    display:block;
	float:right;	
	background-image:url(img/pdf.gif);background-repeat:no-repeat; 
	margin-top:-2px;
	margin-right:25px;
    height:25px;
	width:25px; 
	cursor: pointer;
    cursor: hand;

}
.panePropertyDetails .Right .printHTML
{
    display:none;
	float:right;	
	background-image:url(img/print.gif);background-repeat:no-repeat; 
	margin-top:-2px;
	margin-right:25px;
    height:25px;
	width:25px; 
	cursor: pointer;
    cursor: hand;
}
.panePropertyDetails .Button A
{
	display: block;
	float: left;
	width: 20px;
	height: 15px;
	background-image: url('img/searchBtnBg.gif');
	color: #59713f;
	padding: 5px;
	margin: 0px 20px 0px 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
.panePropertyDetails .Button A:hover
{
	color: black;
}
.panePropertyDetails .goButton
{
    display:block;
    float:left;
    font-size:11px;
    padding:0px;
}

.panePropertyDetails .goButton A
{
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	/*margin: 3px 5px 0px 5px;*/
	padding:  2px 8px 1px 8px;
	color: #59713f;
	line-height:19px;
	border: solid 1px #9a9a98;
	background-image: url('img/searchBtnBg.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	margin-bottom:10px;
	margin-left:10px;
}


.panePropertyDetails .goButton A:hover
{
	color: black;
}
.propertyDetailsFooter
{
	display: block;
	height: 20px; 
	background: #122334; 
	font-size:10px;
}