/* created by jevgeni dot virves at regio dot ee 2012-09-26 */


body.print {
	margin: 20px;
	width: auto;
	height: auto;
	background: none;
}

body.print div.wrapper {
	position: static;
	float: none;
	clear: both;
	margin: 0 auto;
	background: none;
	min-width: 100px;
	min-height: 100px;
	overflow-x: visible;
	overflow-y: visible;
}

body.print div.wrapper > .header {
	display: none;
	background: none;
}

body.print div.wrapper > .toolbar {
	display: none;
}

body.print div.wrapper > .footer {
	display: none;
}


body.print div.wrapper > .content {
	display: block;
	position: relative;
	width: auto;
	height: auto;
	overflow-x: visible;
	overflow-y: visible;
}

body.print div.wrapper > .content > .map {
	display: inline-block;
	position: static;
	clear: both;
	width: auto;
	height: auto;
	overflow-x: visible;
	overflow-y: visible;
}

body.print div.wrapper.sidebar > .content > .sidebar {
	position: static;
	clear: both;
	width: auto;
	height: auto;
	overflow-x: visible;
	overflow-y: visible;
}

body.print .toggle_sidebar {
	display: none;
}

body.print .wrapper > .content > .sidebar > .tabs-content {
    height: auto;
    position: static;
    width: auto;
}
body.print .wrapper > .content > .sidebar > .tabs-content > div > .header {
    position: static;
	clear: both;
    height: auto;
    width: auto;
	background: none;
}
body.print .wrapper > .content > .sidebar > .tabs-content > div > .header h4 {
    display: block;
    position: relative;
    padding: 10px 20px;
    background: none;
    font-weight: normal;
	color: #333;
}

body.print .wrapper > .content > .sidebar > .tabs-content > div > .header ul {
    display: none;
}

body.print .wrapper > .content > .sidebar > .tabs-content > div {
	display: block;
    position: static;
	clear: both;
    height: 100%;
    width: 100%;
}

body.print .wrapper > .content > .sidebar > .tabs-content > div.layers {
	display: none;
}

body.print .wrapper > .content > .sidebar > .tabs-content > div > .content {
    position: static;
	clear: both;
    height: auto;
    width: auto;
	overflow-y: visible;
	overflow-x: visible;
}

body.print .wrapper > .content > .sidebar > .tabs-content > div > .content ul {
    background: none;
    border-top: 1px solid #aaa;
}

body.print .wrapper > .content > .sidebar > .tabs-content > div > .content ul li {
    background: none;
    border-bottom: 1px solid #aaa;
}


body.print .restriction-results li span.zoomin,
body.print .restriction-results li span.more {
	display: none;
}

body.print .shortDescription {
	width: auto;
}

body.print .restriction-results li.active .description {
	background: none;
}

body.print input[name="routing-submit"] {
	display: none;
}


body.print .wrapper > .content > .sidebar > .tabs-content > .search .header p {
	display: none;
}


body.print .printing_options {
	display: block;
	position: relative;
	width: 500px;
	margin: 0 auto 30px auto;
	padding: 20px;
	border-bottom: solid 1px #333;
}

body.print .printing_options ul {
	display: block;
	padding: 10px;
}
body.print .printing_options ul li {
	display: block;
	padding: 5px;
}

body.print .printing_options ul li label {
	display: inline-block;
	padding: 0 5px;
}

body.print .printing_options input[type='text'] {
	width: 100%;
	border: solid 1px #ccc;
	padding: 5px 0;
}

body.print .printing_options textarea {
	display: block;
	width: 100%;
	height: 100px;
	border: solid 1px #ccc;
}

body.print .printing_options input[type='button'] {
	border: solid 1px #ccc;
	background: #eee;
	padding: 5px 20px;
	margin: 5px;
}

body.print div.wrapper .olControlZoom, body.print div.wrapper .regio-zoombar, body.print div.wrapper .regio-scalebar {
	display: none;
}

body.print div.wrapper .olControlLayerSwitcher .maximizeDiv, .olControlLayerSwitcher {
	display: none;
}
body.print .printing_title {
	display: block;
	padding: 0;
	margin: 0 auto;
	font: sans-serif;
	font-size: xx-large;
	line-height: 100%;
	overflow: visible;
}
body.print .printing_comment {
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	font: sans-serif;
	font-size: small;
	overflow: visible;
}


body.print .check_include_in_print {
	display: block;
	position: absolute;
	top: 20px;
	left: -30px;
}

body.print .restriction-results li .name {
	width: auto;
}

.print_hide_all_restrictions,
.print_hide_all_restrictions_descriptions {
	display: none;
}
body.print .print_hide_all_restrictions,
body.print .print_hide_all_restrictions_descriptions {
	display: block;
	padding: 5px 20px;
}
body.print .print_hide_all_restrictions input,
body.print .print_hide_all_restrictions_descriptions input {
	margin-right: 10px;
}

body.print .restriction-results li.hide_in_print > .category,
body.print .restriction-results li.hide_in_print > span {
	opacity: 0.3;
}

@media print {
	body.print {
		/* width: 100%; */
	}
	body.print .printing_options,
	body.print .check_include_in_print,
	body.print .restriction-results li.hide_in_print,
	body.print .print_hide_all_restrictions,
	body.print .print_hide_all_restrictions_descriptions {
		display: none;
	}
}