/**
 *     This file is part of GI-cat frontend.
 *
 *     GI-cat frontend is free software: you can redistribute it and/or modify
 *     it under the terms of the GNU General Public License as published by
 *     the Free Software Foundation, either version 3 of the License, or
 *     any later version.
 *
 *     GI-cat frontend is distributed in the hope that it will be useful,
 *     but WITHOUT ANY WARRANTY; without even the implied warranty of
 *     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *     GNU General Public License for more details.
 *
 *     You should have received a copy of the GNU General Public License
 *     along with GI-cat frontend.  If not, see <http://www.gnu.org/licenses/>.
 *
 * Copyright (C) 2009-2011 Flora research <info@floraresearch.eu>
 */
#mapContainer {
	float: left;
	text-align: center;
	margin: 0 auto;
	margin-bottom: 10px;
	width: 100%;
}

#mapContainer div {
	position: relative;
	margin: auto;
	text-align: center;
}

.tableFullDescription {
	color: #000000;
	float: right;
	margin: 10px 5px;
	padding: 0;
	text-align: left;
	width: 100%;
	border-left: solid 1px #014076;
	border-top: solid 1px #014076;
	border-right: 1px dotted #014076;
	border-collapse: collapse
}

.tableFullDescription tr {
	padding-top: 0px;
	padding-bottom: 0px;
}

.tableFullDescription th {
	background: #DEE3E7;
	color: #2460A8;
	font-size: 11px;
	font-weight: bold;
	padding: 10px;
	width: 200px;
}

.tableFullDescription td {
	padding: 10px;
}

.caption {
	background: #DEE3E7;
	color: #2460A8;
	font-weight: bold;
	margin-bottom: 0px;
	text-align: center
}