/* created by jevgeni dot virves at regio dot ee 2012-09-26 */

html {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}

body {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #efefef;
}

.printing_options,
.printing_comment,
.printing_title {
	display: none;
}

* {
	position: relative;
	clear: none;
	float: none;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
}

div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li, input {
	font-family: arial,helvetica,sans-serif;
	font-size: 13px;
	line-height: 20px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color:	#444444;
}

div, h1, h2, h3, h4, h5, h6, p, blockquote, pre, ul, ol, li {
	display: block;
	clear: both;
	padding: 0;
	margin: 0;
}

ul, ol {
	list-style: none;
}

a {
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

ul, ol, li {
	list-style: none;
}

h1 {
	font-size: 200%;
	font-weight: 400;
}

h2 {
	font-size: 180%;
	font-weight: bold;
}

h3 {
	font-size: 160%;
	font-weight: bold;
}

h4 {
	font-size: 140%;
	font-weight: bold;
}

h5 {
	font-size: 120%;
	font-weight: bold;
}

h6 {
	font-size: 100%;
	font-weight: bold;
}


	/*
	transition: left 0.5s;
	-moz-transition: left 0.5s;
	-webkit-transition: left 0.5s;
	-o-transition: left 0.5s;
	background: red;
	*/
div.olControlOverviewMap {
    bottom: 0px;
    border: 1px solid #000;
}
div.olControlOverviewMap .olControlOverviewMapElement {
    padding: 0;
}
#OpenLayers_Control_minimizeDiv {
    bottom: 0;
}
#olControlOverviewMapMaximizeButton {
    bottom: 0;
}
div.olControlOverviewMap .olButton img {
    padding-bottom: 3px;
}
div.olControlOverviewMap .olButton {
    background-color: #fff;
    padding: 5px 3px 3px 5px;
}

.ui-autocomplete {
    z-index: 500 !important;
}