.timeZone {
}

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

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

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

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

