﻿
.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: #659c32;
	font-size: 12px;
	padding: 0px;
	width: 225px;
}
.paneDemographicsDetails .links A
{
	padding-right: 5px;
	color: #659c32;
}
.paneDemographicsDetails .links A:hover
{
	color: #000000;
}

.DemographicsDetails .header
{
	color: #404040;
	font-size: 14px;
	font-weight: bold;
	padding: 4px;
}
.DemographicsDetails .description
{
	font-size: 12px; 
	font-weight: normal; 
	padding: 4px;
}
.paneDemographicsDetails .description .span
{
	font-size: 11px; 
	font-weight: normal; 
}

.paneDemographicsDetails .Right
{
	width:100%;
	height:100%;
	overflow:hidden;
}
.paneDemographicsDetails .Right .paneContainer
{
	float:left;
	width:475px;
	overflow:auto;
}
.paneDemographicsDetails .Right .description
{
    display:block;
    float:left;
    padding:2px;
}
.paneDemographicsDetails .Right .header
{
	display: block;
    width: 475px;
    border-bottom: double 3px #dfdfdf;
	color: #406d10;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 16px;
	font-weight: bold;
    padding: 0px;
    margin-top: 8px;
    cursor: pointer; cursor:hand;
}

.paneDemographicsDetails .Right .header span
{
    display:block; 
}

.paneDemographicsDetails .Right .header a
{
	text-decoration: none;
}

.paneDemographicsDetails .Right .header a:hover
{
	text-decoration: underline;
}

.paneDemographicsDetails .Right .content
{
	font-size: 12px;
	width:475px;
    padding-top: 5px;
	border-left: #dfdfdf 1px solid;
	border-right: #dfdfdf 1px solid;
}

.paneDemographicsDetails .Right .content TR
{
    display:inline-block;
    width:475px;
}

.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;
}
.paneDemographicsDetails .Right .content .row2 TD
{
	padding: 4px;
	border-top: #ffffff 1px solid;
	background-color: #ffffff;
}
.paneDemographicsDetails .Right .content .rowover TD
{
	padding: 4px;
	color: black;
	border-top: #809e72 1px solid;
	background-color: #809e72;
}

.paneDemographicsDetails .Right .footer
{
	display: block;
    width: 473px;
    height: 6px;
	border-bottom: #dfdfdf 1px solid;
	border-left: #dfdfdf 1px solid;
	border-right: #dfdfdf 1px solid;
}

.paneDemographicsDetails .Right .ExpandCollapseAll
{
	display:block;
	float:left;	
	color: #659c32;
	font-size: 10px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.paneDemographicsDetails .Right .ExpandCollapseAll A
{
	padding: 5px;
	color: #659c32;
}
.paneDemographicsDetails .Right .ExpandCollapseAll A:hover
{
	color: #000000;
}

.paneDemographicsDetails .Button A
{
	display: block;
	float: left;
	width: 20px;
	height: 15px;
	background-image: url('img/searchBtnBg.gif');
	color: #659c32;
	padding: 5px;
	margin: 0px 20px 0px 20px;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}


.paneDemographicsDetails .Button A:hover
{
	color: #000000;
}

.paneDemographicsDetails .goButton A
{
	height: 15px;
	font-size: 11px;
	font-weight: bold;
	/*margin: 3px 5px 0px 5px;*/
	padding:  2px 8px 1px 8px;
	color: #659c32;
	line-height:19px;
	border: solid 1px #9a9a98;
	background-image: url('img/sizerButtonBg.gif');
	background-repeat: repeat-x;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	margin-bottom:10px;
	margin-left:10px;
}


.paneDemographicsDetails .goButton A:hover
{
	color: #000000;
}

.DemographicsDetailsFooter
{
	display: block;
	height: 20px; 
	background: #b1b4b9; 
	font-size:10px;
}