@charset "UTF-8";

.selector label {
	font-weight: bold;
	color: #333;
}
.selector p {
	padding: 12px 0 0 0 !important;
	font-style: italic;
}

.state_wrapper, #state_pagethrough {
	padding-top: 10px;
	border-top: 1px dotted #ccc;
	clear: both;
}
.state_wrapper h2 {
	color: #333;
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 10px;
}
.state_wrapper h3 {
	font-size: 15px;
	font-weight: normal;
	color: #e30000;
	clear: both;
}

.member, .branch {
	float: left;
	width: 50%;
	padding-bottom: 20px;
}

.state_wrapper h5 {
	color: #333;
	font-size: 13px;
}
.state_wrapper ul { margin-left: 0px !important; }
.state_wrapper li {
	background: none !important;
	padding: 0 0 4px 0px !important;
}
.state_wrapper p em {
	font-size: 11px;	
}

#state_pagethrough a { cursor: pointer; font-size: 11px; }