body {
	font-family: DejaVu Sans, Arial, sans-serif;
	font-size: 0.8em;
}

#wrapper {
	height: 700px;
	widht: 100%;
	position: relative;
}

#map-canvas {
	height: 100%;
	margin: 0px;
	padding: 0px
}

.link{
	color: blue;
	text-decoration: underline;

}
.info-box {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	background-color: rgb(255, 255, 255);
	border: 1px solid #000;
	float: left;
	width: 100%;
	padding: 0.5em;
	margin: 0.5em;
}

.menu-box {
	height: 35%;
	width: 25%;
	position: absolute;
	top: 480px;
}

.legends-box {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	background-color: rgb(255, 255, 255);
	border: 1px solid #000;
	width: 100%;
	float: left;
}

.legends {
	width: 100%;
	height: 35px;
}

.sum {
	width: 50%;
	text-align: right;
	padding-right: 8px;
	float:right;
}

.left {
	float: left;
}

.legends-box {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	background-color: rgb(255, 255, 255) border:  1px solid #000;
	width: 100%;
	margin: 0.5em;
	padding: 0.5em;
	padding-bottom: 0;
}

.summary {
	width: 100%;
}

.selection-table {
	/*background-color: rgba(255, 255, 255, 0.8);*/
	border: 1px solid #000;
	background-color: rgb(255, 255, 255);
	float: left;
	width: 75%;
	margin: 0.5em;
	height: 150px;
	overflow: auto;
	margin-left: 50px
}

.left-menu {
	float: left;
	width: 100%;
}

.approved {
	width: 32%;
	height: 100%;
	background-color: rgb(0, 255, 0);
	border: 1px solid #000;
	float:left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}

.notApproved {
	width: 32%;
	height: 100%;
	background-color: rgb(255, 0, 0);
	border: 1px solid #000;
	float:left;
	margin-left: 0.5%;
	margin-right: 0.5%;
}


.limitedApproval {
	width: 32%;
	height: 100%;
	background-color: rgb(255, 255, 0);
	border: 1px solid #000;
	margin-left: 0.5%;
	margin-right: 0.5%;
	float:left;
}

.available {
	width: 48%;
	background-color: rgb(0, 255, 0);
	border: 1px solid #000;
	/*	margin-left: auto;
	margin-right: auto;*/
}

.download {
	background-color: #06C;
	margin-top: 7px;
	color: #FFFFFF;
	width: 100%;
}

.notAvailable {
	width: 48%;
	background-color: rgb(255, 0, 0);
	border: 1px solid #000;
	/*	margin-left: auto;
	margin-right: auto;*/
	float: right;
}

.availableDeactive {
	background-color: rgb(0, 90, 0);
	-moz-box-shadow: 0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px rgb(0, 0, 0);
	box-shadow: 0px 0px 0px rgb(0, 0, 0);
	border: 1px solid black;
	position: relativ;
	left: 10px;
	width: 48%;
	/*	margin-left: auto;
	margin-right: auto;*/
}

.notAvailableDeactive {
	background-color: rgb(90, 0, 0);
	-moz-box-shadow: 0px 0px 0px rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 0px rgb(0, 0, 0);
	box-shadow: 0px 0px 0px rgb(0, 0, 0);
	border: 1px solid black;
	position: relativ;
	left: 10px;
	width: 48%;
	/*	margin-left: auto;
	margin-right: auto;*/
	float: right;
}

.container {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 0 auto
}

.loading-image {
	display: none;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 1002;
	verflow: auto;
}

.result-row {
	overflow: auto;
	height: 100%;
	width: 100%;
}

button.button {
	border: 1px solid #fff;
	-moz-box-shadow: 0px 0px 4px rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 4px rgb(0, 0, 0);
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 1);
	text-decoration: none;
	text-shadow: #000000 0 1px 0;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	line-height:1.0em;
	cursor: pointer;
	padding: 2px;
	margin-bottom: 0.6em;
}

button.button:not ([disabled] ):hover {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
		EndColorStr='#bbbbbb');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff',
		EndColorStr='#bbbbbb')";
	color: #000;
}

button.button:not ([disabled] ):active {
	filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#dbdbdb',
		EndColorStr='#ffffff')";
	text-shadow: 0px -1px 0 rgba(255, 255, 255, 0.5);
}

button.button {
	border: 1px solid #979797;
}

.fixed-table-container {
	padding-top: 23px;
	position: relative;
	border: 1px solid #000;
	background-color: rgb(255, 255, 255);
	/*background-color: rgba(255, 255, 255, 0.8);*/
	float: right;
	width: 71%;
	margin: 0.5em;
	height: 170px;
	overflow-y: auto;
	overflow-x: hidden;
	display: none;
}

.header-background {
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 23px;
	background-color: rgb(0, 102, 204);
	/*background-color: rgba(0, 102, 204, 0.8);*/
	border-bottom: 1px solid #000;
}

.fixed-table-container-inner {
	overflow-y: auto;
	overflow-x: hidden;
	height: 100%;
}

.white-header {
	color: white;
	font-weight: bold;
}

table {
	background-color: #rgb(255, 255, 255);
	width: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	border-spacing: 0px;
}

tr.dem:hover {
	background-color: rgb(151, 203, 255);
}

