/* -------------------------------------------------------------------
	Dynamic map
------------------------------------------------------------------- */
form#googlemaps-search button,
form#googlemaps-search span.inner-button {
	background: #BDD004 ;
	background-repeat: repeat-x;
	background-position: 50% 0;
}

form#googlemaps-search button {
	border: 1px solid #BDD004;
	margin-left: 5px;
}

form#googlemaps-search {
	padding: 0;
}

form#googlemaps-search span#search-explain {
	float: left;
	margin-right: 10px;
}

form#googlemaps-search fieldset {
	border-top : 0;
	margin-bottom: 0;
	padding: 0 0 5px 0;
}

input#searchfield {
	float: left;
	padding: 4px;
}

div#left {
	float: left;
}

div#right {
	overflow:hidden;
}

div#pzd-map {
	position: relative;
	background: #99b3cc;
}

div.current-object {
	clear: both;
	_height: 1%;
	overflow: auto;
	margin: 15px 0;
	padding: 10px;
	background: #e3edf2 url(../img/bg-currentobject.png) repeat-x 0 -8px;
	border: 1px solid #add1e1;
	border-top: 0;
	height : 110px;
}

div.current-object div.left {
	float: left;
	width: 70%;
}

div.current-object img {
	float: left;
	margin-right: 15px;
}

div.current-object h2 {
	display: inline;
	margin-right: 1em;
	font-weight: bold;
}

span.classification,
span.rating,
span.entity {
	margin-right: 1em;
	margin-left: 0;
	white-space: nowrap;
	color: #666;
}

div.current-object div.right {
	float: right;
}

ul.current-object-links {
	clear: left;
	margin-left: 0;
	list-style: none;
}

ul.current-object-links li a.external {
	padding-right: 15px;
	background: url(../img/pzd-maps-sprite.png) no-repeat 100% 1px;
}

ul.current-object-links li a {
	text-decoration: none;
}
ul.current-object-links li a:hover {
	color: #42748b;
}

div#visibility-selector {
	overflow-y: scroll;
	background: #edfbff;
	border-top: 1px solid #d0f4ff;
}

div#visibility-selector {
	width: 270px;
	overflow-y: auto;
	background: #edfbff;
	border-top: 1px solid #d0f4ff;
}

ul.visibility-selector {
	margin: 0;
	list-style: none;
	background: #EDFBFF;
}

ul.visibility-selector ul,
ul.visibility-selector ul ul {
	margin-left: 0;
	list-style: none;
}

ul.visibility-selector li {
	padding: 2px 2px 2px 16px;
	background: url(../img/bg-selector.png) no-repeat -340px 0;
	border: 1px solid #d0f4ff;
	border-top: 0;
}

.mpzd ul.visibility-selector li input[type="checkbox"],
#regionSelector input[type="checkbox"] {
	margin-right: 4px;
	vertical-align: baseline;
}

ul.visibility-selector li.open {
	background-position: -328px 0;
}

ul.visibility-selector li.closed {
	background-position: 0 0;
}

ul.visibility-selector li li {
	border: 0;
	background: #EDFBFF;
	clear: both;
}

ul.visibility-selector img {
	padding: 0 3px;
}

.mpzd ul.visibility-selector img {
	padding: 0 3px;
	vertical-align: middle;
}

ul.visibility-selector li label,
ul.visibility-selector li.closed li label,
ul.visibility-selector li.open li label {
	font-weight: normal;
	cursor: default;
}

ul.visibility-selector li.closed label.hasChildren,
ul.visibility-selector li.open label.hasChildren,
ul.visibility-selector li.closed,
ul.visibility-selector li.open {
	cursor: pointer;
}

table.objectlist {
	width: 100%;
	background: #fff;
}

table.objectlist thead tr,
table.objectlist thead tr:hover {
	color: #42748b;
	background: url(../img/bg_table.png) repeat-x 0 0;
	border: 1px solid #e0ebf0;
}

table.objectlist thead tr.pagelist {
	background: none;
	border: 0;
}

table.objectlist thead a {
	color: #42748b;
}

table.objectlist thead th {
	font-weight: bold;
}

table.objectlist tr.odd {
	background: #f8fbfc;
}
table.objectlist tr:hover {
	background: #e3edf2;
}

table.objectlist td {
	padding-right: 5px;
}

table.objectlist td.objectname {
	font-weight: bold;
}

table.objectlist td.image {
	padding-right: 15px;
	vertical-align: middle;
}

table.objectlist td.links a {
	display: block;
	white-space: nowrap;
	text-decoration: none;
}
table.objectlist td.links a:hover {
	color: #42748b;
}

table.objectlist  {
	background: #f2f7f9;
}

/* Pagenavigation */
div.page-navigation ol {
	float: left;
	margin: 10px 0;
	list-style: none;
	padding: 0;
}

div.page-navigation ol li {
	float: left;
	min-width: 16px;
	margin-right: 3px;
	padding: 0 2px;
	text-align: center;
	border: 1px solid #ccc;
}
ol.per-page li {
	width: 2em;
}
div.page-navigation ol li:hover {
	border-color: #666;
}

div.page-navigation ol li a {
	display: block;
	text-decoration: none;
	color: #42748b;
}

div.page-navigation li a.prev,
div.page-navigation li a.next {
	display: block;
	width: 12px;
	height: 18px;
	text-indent: -999em;
	background: url(../img/pzd-maps-sprite.png) no-repeat;
}
div.page-navigation li a.next {
	background-position: 6px -19px;
}
div.page-navigation li a.prev {
	background-position: 6px -39px;
}

div#regionSelector {
	margin: 10px;
}

div#regionSelector ul{
	list-style-type: none;
	margin: 3px 0 0;
}

div.object-navigation-top {
	position: relative;
}

form#viewamount {
	position: absolute;
	right: 0;
	top: 2em;
	text-align: right;
}

.mpzd form#viewamount {
	position: absolute;
	right: 0;
	top: 0;
	width: 120px;
	padding: 0;
	text-align: right;
	border: none;
}

.mpzd div.fieldinput {
	margin-left: 0;
}

form#viewamount label.field {
	float: left;
	width: auto;
	margin-right: 1em;
}

form#viewamount select {
	width: auto;
	border: 1px solid #ccc;
}

#fullmap #left {
	position: relative;
}

#fullmap #map-divider {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 5px;
	background-color: #aeb2b3;
	z-index: 10000;
}

#fullmap #map-divider #map-divider-toggle {
	position: absolute;
	top: 50%;
	left: -16px;
	margin-top: -14px;
	height: 28px;
	width: 16px;
	background-image: url(../img/pzd-collaps-arrow.png);
	cursor: pointer;
	text-indent: -999em;
}

.closed #left {
	width: 100% !important;
}

.closed #right {
	display: none;
}

.map-tooltip {
	position: absolute;
	display: block;
	width: auto;
	background-color: white;
	border: 1px solid black;
	padding: 2px 8px;
	white-space: nowrap;
}

.mpzd #fullmap h4 {
	font-size: 12px;
	font-family: "Helvetica Neue",Helvetica,sans-serif;
}
