body {
	background-color: #333333;
	color: white;
	font-family: Futura, Verdana, Sans-Serif;
}

#divMain {
	text-align: center;
}

#divHeader {
	position: relative;
	top: 0px;
}

button {
	font-size: 18px;
	width: 220px;
	margin: 0 4px;
	color: #fff;
	border-color: #fff;
	background: none;
	border-radius: 0;
	letter-spacing: 2px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-transform: uppercase;
}

.divTable {
	overflow: auto;
	background-color: #efefef;
	color: #000000;
	height: 460px;
}

table {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.tableHeaderRow {
	font-size: 16px;
	font-weight: bold;
}

td {
	padding-left: 12px;
	padding-right: 18px;
}

h6 {
	margin: 8px;
}

.map {
	height: 100%;
	width: 100%;
	margin: 0;
}



#divTiledBasemaps {
	width: 1024px;
	height: 640px;
	margin: 0;
	text-align: left;
}

#mapTiledBasemaps {
	width: 768px;
	height: 100%;
}

#mapTiledBasemapsPanel {
	position: relative;
	left: 768px;
	top: -640px;
	width: 256px;
	height: 640px;
	background-color: #777777;
}



#divReservoirCapacity {
	width: 1024px;
	height: 640px;
	margin: 0;
	text-align: left;
}

#mapReservoirCapacity {
	width: 768px;
	height: 100%;
}

#mapReservoirCapacityPanel {
	position: relative;
	left: 768px;
	top: -640px;
	width: 256px;
	height: 640px;
	background-color: #777777;
}



#divReservoirLevels {
	width: 1024px;
	height: 640px;
	margin: 0;
	text-align: left;
}

#mapReservoirLevels {
	width: 768px;
	height: 100%;
}

#mapReservoirLevelsPanel {
	position: relative;
	left: 768px;
	top: -640px;
	width: 256px;
	height: 640px;
	background-color: #777777;
}

