@charset "utf-8";
/* CSS Document */

#statePuContainer{
	width:300px; 
	height:240px; 
	overflow:hidden;
	border:thin solid #03F;
	padding:5px;
}
#statePuTitle{
	width:290px;
	height:25px; 
	display:inline-block;
	border-bottom:thick solid #09F;
}

#statePuContainer #statePuTitle .statePuStateName  {
	width:189px; 
	display:inline-block;
	position:absolute;
	text-align:left;
}

#statePuContainer #statePuTitle .statePuStateCount  {
	width:100px;
	margin-left:198px;
	position:absolute;
	display:inline-block;
	padding-right:10px;
	text-align: right;
}
#statePuContainer .statePuCityList{
	width:100%; 
	height:230px;
	overflow:scroll;
	
}
	
 #wrapper #container #contentContainer #wwbLegend {
	text-align: left;
	display:inline-table;
	background-color:#FFF;
	font-size:14px;
	
	
}
#wrapper #container #contentContainer #ContentHeaderTitle {
	color:#8597BF;
	font-size:18px;
	font:Arial, Helvetica, sans-serif;
	font-weight:bold;
	padding-left:20px;
	
}
