﻿
.DemographicsDetails
{
	width: 400px;
	height: 200px;
	z-index: 50;

	
}

.DemographicsDetails .dragHandle
{
	font-size: 12px;
	height: 20px;
	color: white;
	background-color: green;
	cursor: move;

	font-size: 14px;
	font-weight: bold;
	color: white;
	padding: 3px;
}


.DemographicsDetails .dragHandle .text
{
	display: block;
	float: left;
	padding-top: 4px;
}
.DemographicsDetails .dragHandle .buttons
{
	display: block;
	float: right;
}
.DemographicsDetails .dragHandle .buttons a
{
	display: block;
	float: left;
	width: 50px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	border: solid 2px green;
	margin-top: 0px;
	color: black;
	background-color: white;
	text-decoration: none;
}
.DemographicsDetails .dragHandle .buttons a:hover
{
	color: black;
	background-color: #92d050;
	text-decoration: none;
}

.DemographicsDetails .dragHandle .buttons .close
{
	width: 5px;
	color: green;
	background: #92d050;
}

.DemographicsDetails .body
{
	color: black;
	padding-top: 5px;
	padding-left: 35px;
	overflow: auto;
	font-weight: bold;
}

.DemographicsDetails .body .caption
{
	display: block;
	float: left;
	width: 80px;
	padding-top: 2px;
}

.DemographicsDetails .search
{
	text-align: left;
	padding-right: 10px;
	padding-top: 20px;
	margin-bottom: 10px;
}
.DemographicsDetails .search a
{
	display: block;
	float: right;
	width: 60px;
	font-size: 12px;
	font-weight: bold;
	padding: 3px 8px 3px 8px;
	border: solid 2px green;
	color: black;
	background-color: white;
	text-decoration: none;
}
.DemographicsDetails .search a:hover
{
	color: black;
	background-color: #92d050;
	text-decoration: none;
}


.DemographicsDetails
{
	background: #bfd0ad;
}
.DemographicsDetails .MySplitter
{
	background: green;
}


.paneDemographicsDetails
{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
	display: block;
	background: #ffffff;
	overflow: auto;
	font-size: 14px; 
	padding:4px;
}

.paneDemographicsDetails .Left
{
	display: block;
	float: left;
	width: 200px;
	padding: 10px;
}

.paneDemographicsDetails .links
{
	color: #122334;
	font-size: 11px;
	font-weight:bold;
	padding:5px;
}
.paneDemographicsDetails .links A
{
	padding: 5px;
	color: #122334;
}
.paneDemographicsDetails .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;
}
.paneDemographicsDetails .Left .header
{
	font-size: 14px; 
	font-weight: bold; 
	padding: 10px 4px 10px 0px;
}
.paneDemographicsDetails .Left .description
{
	font-size: 14px; 
	font-weight: normal; 
}
.paneDemographicsDetails .description .span
{
	font-size: 11px; 
	font-weight: normal; 
}

.paneDemographicsDetails .Right
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.paneDemographicsDetails .Right .paneContainer
{
	float:left;
	width:500px;
	overflow:auto;
}

.paneDemographicsDetails .Right .description
{
    display:block;
    float:left;
    font-size:11px;
    padding:2px;
    padding-left:10px;
}

.paneDemographicsDetails .Right .description span
{
    padding:5px 0px 0px 5px;
    margin-top:2px;
}
.paneDemographicsDetails .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;
}

.paneDemographicsDetails .Right .header a
{
	text-decoration: none;
}

.paneDemographicsDetails .Right .header a:hover
{
	text-decoration: underline;
}
.paneDemographicsDetails .Right .header span
{
    display: block;
    border: dotted 1px #ffffff;
    padding: 2px;
    padding-left: 8px;
}

.paneDemographicsDetails .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;
}

.paneDemographicsDetails .Right .content .row0 TD
{
	padding: 4px;
	border-top: #ffffff 1px solid;
	background-color: #ffffff;
	vertical-align:top;
}
.paneDemographicsDetails .Right .content .row1 TD
{
	padding: 4px;
	border-top: #f2f2f2 1px solid;
	background-color: #f2f2f2;
	vertical-align:top;
}
.paneDemographicsDetails .Right .content .row2 TD
{
	padding: 4px;
	border-top: #ffffff 1px solid;
	background-color: #ffffff;
	vertical-align:top;
}
.paneDemographicsDetails .Right .content .rowover TD
{
	padding: 4px;
	color: black;
	border-top: #809e72 1px solid;
	background-color: #809e72;
	vertical-align:top;
}
.paneDemographicsDetails .Right .content .right TD~TD
{
    text-align:right;   
}

.paneDemographicsDetails .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;
}

.paneDemographicsDetails .Right .ExpandCollapseAll
{
	display:block;
	float:left;	
	color: #122334;
	font-size: 12px;
	padding-top: 2px;
	padding-bottom: 3px;
}
.paneDemographicsDetails .Right .ExpandCollapseAll .links
{
	font-weight:normal;
	padding:0px;
}
.paneDemographicsDetails .Right .ExpandCollapseAll A
{
	padding: 5px;
	color: #122334;
}
.paneDemographicsDetails .Right .ExpandCollapseAll A:hover
{
	color: black;
}
.paneDemographicsDetails .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;

}
.paneDemographicsDetails .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;
}
.paneDemographicsDetails .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;
}
.paneDemographicsDetails .Button A:hover
{
	color: black;
}

.paneDemographicsDetails .floatSelect
{
    display:block;
    float:left;
}

.paneDemographicsDetails .goButton
{
    display:block;
    float:left;
    font-size:11px;
    padding:0px;
}

.paneDemographicsDetails .goButton A
{
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	/*margin: 3px 5px 0px 5px;*/
	padding:  2px 8px 1px 8px;
	color: #475a65;
	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;
}

.paneDemographicsDetails .baocontent
{
	font-size: 12px;
	width:455px;
    padding: 0px;
}
.paneDemographicsDetails .baocontent A
{
    font-size: 12px;
	padding: 5px;
	color: #59713f;
}
.paneDemographicsDetails .baocontent A:hover
{
	color: #122334;
}

.paneDemographicsDetails .goButton A:hover
{
	color: #122334;
}
.propertyDetailsFooter
{
	display: block;
	height: 20px; 
	background: #122334; 
	font-size:10px;
}
.DemographicsDetailsFooter
{
	display: block;
	height: 20px; 
	background: #b1b4b9; 
	font-size:10px;
}
