.state {
}

.state .heading {
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 10px;
	background-color: #f0f0f0;
}

.state .stateContainer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background-color: #ffffff;
	display: none;
}

.state .state {
	line-height: 40px;
	margin: 0 0 0 10px;
}

.state .separator {
	height: 1px;
	background-color: #f0f0f0;
	margin: 0 0 0 10px;
}

