﻿    div.pnlCharts {width:590px;padding:5px;}
    ul.MadLibs {list-style-type:none;}
    ul.MadLibs li {margin-bottom:10px;}
    
    div.Analysis {width:600px}         
    div.chartleft {
	float: left;
	margin: 10px 5px 20px 0px;
	width: 600px;
}
    div.AnalysisSection  
    {
	float: left;
	font-weight: bold;
	color: #332222;
	font-size: 120%;
	line-height: 150%;
	border-top: dashed #ccc 1px;
	width: 600px;
	text-decoration: underline;
	padding-top: 10px;
}
    div.AnalysisSubSection  
    {
	margin-top: 10px;
	float: left;
	color: #666 !important;
	font-size: 110%;
	line-height: 110%;
	font-weight: bold;
	width: 600px;
	text-decoration: underline;
}
    div.AnalysisTombstone  
    {
       	margin-top: 10px;
    	float:left;
        width:600px;
    }
	dl.distFacts 
	{
	float: left;
	margin: 5px 0 5px 10px;
	width: 590px;
}
	dl.distFacts dt 
	{
		float: left;
		margin-right: 2px;
		padding: 2px 0px;
		width: 240px;
		color: #999;
		font-size: 90%;
    }
	dl.distFacts dd {width:225px;  float:left; padding:2px 0px; }
    div.transImage {float:left; margin: 10px 0px; width:150px;}
	dl.distTrans {
    	float:left;
				width: 420px;
				float: left;
				margin: 10px 10px 0px 10px;
}
	dl.distTrans dt 
	{
		float: left;
		margin-right: 2px;
		padding: 2px 0px;
		width: 125px;
		color: #999;
	    font-size: 90%;
    }
	dl.distTrans dd {width:200px;  float:left;  padding:2px 0; }
	dl.distTrends 
	{
	float: left;
	margin: 5px 0 5px 10px;
	width: 590px;
}
	dl.distTrends dt 
	{
		float: left;
		margin-right: 2px;
		padding: 2px 0px;
		width: 200px;
		color: #999;
		font-size: 90%;
    }
	dl.distTrends dd {width:100px;  float:left; padding:2px 0px; }
    dl.distTrends dd.TrendsPct {width:65px;  float:left; padding:2px 0px; }

/* root element for accordion. decorated with rounded borders and gradient background image */
#accGeo {
	width: 590px;
	border:1px solid #333;
}

/* accordion header */
#accGeo h2 {
	background:#ccc; /* url(/img/global/gradient/h30.png); */
	background:#EEE8DE;
	margin:0;
	padding:5px 15px;
	font-size:14px;
	font-weight:normal;
	border:1px solid #fff;
	border-bottom:1px solid #ddd;
	cursor:pointer;		
}

.msGeoDist p {
	margin-bottom : 10px;
	border: none;
	text-decoration: none;
	font-weight: bold;
	font-size: 10px;
	margin: 0px;
	padding: 10px;
}
.msGeoDist a {
	cursor:pointer;
	display:block;
	padding:5px;
	margin-top: 0;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	color: black;
	background-color: #00a0c6;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #999;
	background-image: url("../scripts/jquery/plugins/accordion/AccordionTab0.png");
}
.msGeoDist a:hover {
	background-color: white;
	background-image: url("../scripts/jquery/plugins/accordion/AccordionTabBlue.png");
}
.msGeoDist a.selected {
	color: black;
	background-color: #80cfe2;
	background-image: url("../scripts/jquery/plugins/accordion/AccordionTabBlue.png");
}

/* currently active header */
#accGeo h2.current {
	cursor:default;
	background-color:#FFD171 ;
}

/* accordion pane */
#accGeo div.pane {
	border:1px solid #fff;
	border-width:0 2px;
	display:none;
	/*min-height: 380px;*/
	padding:5px;
	color:#fff;
	font-size:12px;
}

/* a title inside pane */
#accGeo div.pane h3 {
	font-weight:normal;
	margin:0 0 -5px 0;
	font-size:16px;
	color:#999;
}
