.selectlist-list {
	
	margin: 0;
	padding: 0;
	list-style: none;
	
}

.selectlist-item {
	
	/* Icon from http://pinvoke.com/ */
	margin: 1px 0;
	cursor: pointer;
	padding: 0.2em 0.3em;
	border-top: solid 1px #eee;
	border-left: solid 1px #eee;
	border-right: solid 2px #ccc;
	border-bottom: solid 2px #ccc;
	background: #fff url(/images/styles/cross-circle-frame.png) no-repeat right center;
	
	height: 15px;
	font-size: small;
	text-align: left;
	
}

.filters tr {
	
	vertical-align: top;
	
}

#loading  {

	width: 325px;
	margin: 0 auto;
	 /*padding-left: 475px;*/

}

#stations-list .state {

	cursor: pointer;
	background-image: url(/images/styles/max.gif);
	background-repeat: no-repeat;
	background-position: 0px 7px; 
	padding-left: 19px;

}

#stations-list h1 {

	margin: 15px 0;

}

#stations-list .state_list {

	/*list-style-type: none;
	padding: 0px;*/
	margin-bottom: 35px;

}

#stations-list h2 {

	text-decoration: underline;

}

#stations-list h2, h3 {

	margin-top: 10px;
	margin-bottom: 3px;

}

#stations-list h3 {
	
	margin-left: 25px;
	
}

#stations-list p {
	
	margin-left: 45px;
	
}

#stations-list li {
	
	list-style: none;
	
}

#map {

    margin-bottom: 15px;

}

.popup {
	/*max-width: 425px;
	max-height: 425px;*/
	color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	/*overflow: auto;*/
}

.popup h2, h4 {
	margin: 0px;
}

.popup p {
	margin: 3px 0;
}

.popup th {
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

.popup .categories {
	width: 175px;
}

.popup .state, .popup .world, .popup .officers {
	width: 45px;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
}

.popup .totals {
	border-top-width: 1px;
	border-top-style: solid;
}

.popup ul {
	margin-top: 10px;
}

.bubble {
	min-width: 225px;
	background-color: #FFFFCC;
	border-width: medium;
	border-left-color: black;
	border-bottom-color: black;
	border-top-style: solid;
	border-top-color: black;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: black;
	border-bottom-style: solid;
}

#inner {
	padding: 10px;
}