/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 76%; -webkit-text-size-adjust: 76%; -ms-text-size-adjust: 76%; overflow: hidden;}
html, button, input, select, textarea { font-family: sans-serif; color: #222; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; overflow: hidden; }

/* Ludvika 
::-moz-selection { background: #333333; color: #fff; text-shadow: none; }
::selection { background: #333333; color: #fff; text-shadow: none; }*/
::-moz-selection { background: #3E7CAE; color: #fff; text-shadow: none; }
::selection { background: #3E7CAE; color: #fff; text-shadow: none; }

a { color: #00e; }
a:visited { color: #551a8b; }
a:hover { color: #06e; }
a:focus { outline: thin dotted; }
a:hover, a:active { outline: 0; }

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: transparent; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: monospace, serif; _font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: ""; content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; list-style: none; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol { list-style: none; list-style-image: none; margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }



/* ===== Primary Styles ========================================================
   Author: Dennis Bergström, Sweco Position AB
   ========================================================================== */
/* jQuery UI overrides */
body .ui-resizable-se {
	background: url(../img/resize-handle.gif) left top no-repeat;
	bottom: 6px;
	right: 6px;
}
/* Map */
#map-wrapper {
	clear: both;
	width: 100%;
}
#map-wrapper a, 
#map-wrapper a:visited {
	color: #005dab;
	text-decoration: none;
}
#map-wrapper a:focus { 
    outline: none; 
}
#map {
    position: absolute; top: 0; right: 0; bottom: 0; left: 0;
    z-index: 1;
          width: 100%;
            height: 100%;
}
#map-wrapper header{
    background: #fff url(../img/header-bg.gif) left bottom repeat-x;
	border: 1px solid #bebebe;
	position: absolute; top: 5px; right: 7px; left: 7px;
	z-index: 3;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
#map-wrapper footer{
    background: #fff url(../img/header-bg.gif) left bottom repeat-x;
	border: 1px solid #bebebe;
	position: absolute; bottom: 0px; right: 0px; left: 0px;
	z-index: 3;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	display: none;
}
#printSearchValue
{
    position: absolute; top: 5px; left: 7px;
    display: none;
    z-index: 999;
    font-size: 20px;
}
#printSearchValue p
{
    position: absolute; top: -12px; left: 20px;
}
/* ------------------------------------ Switcher */

#map-switcher {
	float: right;
	margin: 8px 25px 7px 12px;
	display: none;

}

#map-switcher li {
	float: left !important;
	text-decoration: none;
}
/* Ludvika 
#map-wrapper #map-switcher a {
	background: url(../img/switcher-bg-black.png) left 0 no-repeat;
	color: #333;
	float: left;
	min-width: 50px;
	padding-top: 4px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
	text-align: center;
	text-decoration: none;
	border-left: none;
}*/
/* VR & motala */
#map-wrapper #map-switcher a {
	background: url(../img/switcher-bg.gif) left 0 no-repeat;
	color: #333;
	float: left;
	min-width: 50px;
	padding: 4px 5px;
	text-align: center;
	text-decoration: none;
	border-left: none;
}

/* Ludvika 
#map-wrapper #map-switcher a:hover {
	color: #ff8b00;
}*/
/* VR & motala*/
#map-wrapper #map-switcher a:hover {
	color: #005DAB;
}

#map-wrapper #map-switcher .selected a {
	color: #fff;
	font-weight: bold;
}

#map-switcher .first a { background-position: left 0 !important; }
#map-switcher .first.selected a { background-position: left -39px !important; }

#map-switcher .middle a { background-position: -94px 0 !important; }
#map-switcher .middle.selected a { background-position: -94px -39px !important; }

#map-switcher .last a { background-position: -188px 0 !important; }
#map-switcher .last.selected a { background-position: -188px -39px !important; }

/* ------------------------------------ Links */
#map-tools {display: none;}
#map-links {margin-top: 0em;}
#map-links li {float: right;}
#map-links li:hover {background: url(../img/white-50.png) repeat; }

#map-links a {background: url(../img/link-icos.png) 0 0 no-repeat;border-left: 1px solid #d2d2d2;display: block;font-weight: bold;padding: 12px 12px 12px 32px;}

#map-links a:hover {text-decoration: underline;}

#map-links .link-href a { background-position: 11px 10px; }
#map-links .link-href a:hover { background-position: 11px -40px; }

#map-links .link-link a { background-position: 11px 10px; }
#map-links .link-link a:hover { background-position: 11px -40px; }

#map-links #link-sharemenu a { background-position: 11px -1004px; padding-right: 35px; }
#map-links #link-sharemenu a:hover { background-position: 11px -1048px; }
#map-links #link-sharemenu .selected { background-position: 11px -1048px; text-decoration: underline; color:#CC0000 !important; }

#map-links #link-sharemenu { background: url(../img/arrow_gray.png) 84% 52% no-repeat; padding-right:0px; }

    #map-links #link-mapsmenu.sel {
        background: url(../img/arrow_gray_up.png) 90% 52% no-repeat;
        padding-right: 0px;
    }
    #map-links #link-mapsmenu {
        background: url(../img/arrow_gray.png) 90% 52% no-repeat;
        padding-right: 0px;
    }
    #map-links #link-mapsmenu .selected {
        background-position: 11px -39px;
        text-decoration: underline;
    }
    #map-links #link-mapsmenu a {
        background-position: 11px 11px;
        padding-right: 35px;
    }

/* if IE */
#map-links #link-about a { background-position: 11px -88px; }
#map-links #link-about a:hover { background-position: 11px -138px; }

#map-links #link-print a { background-position: 12px -188px; padding-left: 34px; }
#map-links #link-print a:hover { background-position: 12px -238px; }

#map-links #link-export a { background-position: 11px -1004px; padding-right: 35px; }
#map-links #link-export a:hover { background-position: 11px -1048px; }
#map-links #link-export .selected { background-position: 11px -1048px; text-decoration: underline; color:#CC0000 !important; }
#map-links #link-export { background: url(../img/arrow_gray.png) 92% 52% no-repeat; padding-right:0px; }

#map-links #link-big a { background-position: 11px -288px; }
#map-links #link-big a:hover { background-position: 11px -338px; }

#map-links #link-toc a { background-position: 11px -744px; }
#map-links #link-toc a:hover { background-position: 11px -786px; }
#map-links #link-toc .selected { background-position: 11px -786px; }

#map-links #link-maptypes a { background-position: 11px -656px; }
#map-links #link-maptypes a:hover { background-position: 11px -698px; }
#map-links #link-maptypes .selected { background-position: 11px -698px; }

#map-links #link-autocomplete a { background-position: 12px -567px; }
#map-links #link-autocomplete a:hover { background-position: 11px -614px; }
#map-links #link-autocomplete .selected { background-position: 11px -614px; }

#map-links #link-instanceSelection a.unselected { background-position: 12px -386px; padding-left: 34px; }
#map-links #link-instanceSelection a:hover { background-position: 12px -429px; }
#map-links #link-instanceSelection a.selected { background-position: 12px -476px;  padding-left: 34px;}
#map-links #link-instanceSelection a:hover.selected { background-position: 12px -521px; padding-left: 34px; }


/* --------------------------------------------------------------------------- Overlays */

#overlay-bg {
	background: url(../img/white-80.png) repeat;
	display: none;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
	z-index: 4;
}
.overlay {
	background: #fff;
	border: 1px solid #fff;
	display: none;
	margin-left: -200px;
	position: absolute; top: 75px; left: 50%;
	width: 400px;
	z-index: 6;
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
.overlay-header {
	background: #3e7cae;
	color: #fff;
	float: left;
	width: 100%;
}
.overlay-header h3 {
	float: left;
	font-size: 1em;
	margin-left: 12px;
	margin-bottom: 0px;
}
.overlay-header a {
	background: url(../img/minmax.gif) left -91px no-repeat;
	float: right;
	height: 30px;
	text-indent: -9999px;
	width: 32px;
}
.overlay-inner {
	float: left;
	padding: 10px 12px;
}
.clearMapSearch {
    background: white url('../img/clearSearch.png') 0 0 no-repeat;
    position: absolute;
    width: 16px;
    height: 16px;
    cursor: pointer;
    left: 240px;
    margin-top: 4px;
    margin-right: 14px;
    display: none;
}
/* ------------------------------------ Autocomplete */
#searchControlContainer{ float: left; margin: 7px; display: none; }
.autocomplete-w1 { background:url(../img/shadow.png) no-repeat bottom right; position:absolute; top:0px; left:0px; margin:8px 0 0 6px; /* IE6 fix: */ _background:none; _margin:0; }
.autocomplete { border:1px solid #999; background:#FFF; cursor:default; text-align:left; max-height:350px; overflow:auto; margin:-6px 6px 6px -6px; /* IE6 specific: */ _height:350px;  _margin:0; _overflow-x:hidden; }
.autocomplete .selected { background-color:#F0F0F0 !important; }
.autocomplete div { white-space:nowrap; cursor: pointer;padding: 5px;
margin-right: 5px; }


.autocomplete div.StreetAddress {
    background-image: url('../img/mail.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color:#FFF;
}
.autocomplete div.RealEstate {
    background-image: url('../img/estate.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color:#FFF;
}
.autocomplete div.GeoObject {
    background-image: url('../img/marker.png');
    background-position: right center;
    background-repeat: no-repeat;
    background-color:#FFF;
}
.autocomplete strong { font-weight: bold;
color: #000; }
    .autocomplete span {
        font-weight: bold;
        color: #575757;
    }
.autocomplete-input { border: 1px solid #a4a4a4; width: 96%; background: white url('../img/search.gif') right center no-repeat; padding: 3px 3px 3px 3px; -moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45); }
.loading-result { background: white url('../img/spinner_2.gif') right center no-repeat; }
/* ------------------------------------ Link overlay */
#overlay-link {
	min-height: 200px;
	top: 175px;
}
#overlay-link label {
	float: left;
	font-weight: bold;
	margin: 12px 0 4px 0;
}
#link-input {
	padding: 2px 2%;
	width: 94%;
}
/* ------------------------------------ About overlay */

#overlay-about {
	width: 500px;
}

#overlay-about .overlay-inner {
	height: 370px;
	overflow-y: auto;
}

#overlay-about p {
	line-height: 1.5;
	margin-bottom: 14px;
}

#overlay-about h3 {
	margin-bottom: 4px;
}
/* ------------------------------------ Panzoombar control */
.EposControlPanZoomBar
{
    background: #fff url(../img/header-bg.gif) left bottom repeat-x;
	border: 1px solid #bebebe;
	position: absolute; bottom: 15px;
	z-index: 3;
	height: 47px;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
.EposControlPanZoomBar div, .olControlPanZoom div {cursor: pointer;}
/* ------------------------------------ System Info Container */
#systemInfoContainer {
	position:absolute;  
	bottom: 6px; 
	left: 8px; 
	font-size: .9em;
	color: #000;
	text-shadow: 1px 1px 0 #fff;
	z-index: 2;
} 
#systemInfoContainer a {color: #000;text-decoration: underline !important;}

#measureHelpContainer 
{
  position: absolute;
  background: none repeat scroll 0 0 #E9E9E9;
  z-index: 99999;
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
  border: 1px solid #E9E9E9;
  display: none;
}
#measureHelpContainer p
{
  margin: 15px 12px 10px 10px;
}
#measureHelpContainer .closeDialog
{
  background: url(../img/measure-close.png) no-repeat;
	position:absolute;
	right:4px;
	top:4px;
	width:22px;
	height:21px;
	cursor:pointer;
}
/* --------------------------------------------------------------------------- Box */
/* Toc (jsTree overrides) */
.jstree a > ins {
    height: 22px !important;
    width: 1.6em;
}
.jstree-default .jstree-no-dots .jstree-closed ins, 
.jstree-default .jstree-no-dots .jstree-open > ins,
.jstree-default .jstree-no-dots .jstree-open > a ins,
.jstree-default .jstree-no-dots .jstree-leaf > ins { 
	display: none; 
}
.jstree-default .jstree-no-dots .jstree-leaf a{
	padding: 5px 5px 5px 15px;
	height: auto !important;
	width: 90%;
}
.jstree-default .jstree-open .jstree-leaf a {
    padding: 5px 5px 5px 5px;
}
.jstree-default .jstree-no-dots li ul li a{
	padding: 1px 2px;
} 
.jstree-default .jstree-open a, .jstree-default .jstree-closed a{
	text-shadow: none !important;
	padding-bottom: 6px;
    padding-top: 6px;
	width: 100%;
	height: auto !important;
}
.jstree-default .jstree-no-dots ins {
	border-radius: 5px;
}
.jstree-default .jstree-open
{
    width: auto !important;
	margin-left: 9px;
    margin-right: 9px;
    margin-bottom: 5px;
    border: 1px solid #b3b3b3;
	border-radius: 3px;
	background: none;
}
.jstree-default .jstree-open ul{
	border: 0 !important;
	width: auto !important;
}
.jsTreeMbk {
	color: rgb(200,69,49);
	margin-left: 10px;
	margin-right: 4px;
    height: 13px;
    width: 13px;
    float:left;
    margin-top: 4px;
}
.jsTreeMbk-closed {
    background: url("../img/tocarrow_r.png") center left no-repeat;
}
.jsTreeMbk-open {
    background: url("../img/tocarrow_d.png") center left no-repeat;
}
.jsTree-blackIcon{
	color: #7a7a7a;
}
/*.jstree-default .jstree-open { background: url("../img/tocarrow_d.png") center left no-repeat !important;  }*/
/*.jstree-default .jstree-closed  
{
    background: url("../img/tocarrow_r.png") center left no-repeat !important;
}*/
#map-info {
	padding: 0px 10px 9px 8px;
	position: absolute; top: 70px; right: 25px;
	height: 400px;
	width: 200px;
	z-index: 3;
	display: none;
}

#map-info-inner {
	background: #fff;
	border: 1px solid #fff;
	position: relative;
	height: 100%;
	width: 100%;
	
	background-color: rgb(0, 0, 0);
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
    border: 1px solid #E9E9E9;
}

#map-info-header {
	background: #3e7cae;
	cursor: move;
	color: #fff;
	position: absolute; top: 0; right: 0; left: 0;
	width: 100%;
	z-index: 9999;
}

#map-info-header h2 {
	float: left;
	font-size: 1em;
	margin-left: 12px;
	margin-bottom: 0px;
}

#map-info-header a {
	background: url(../img/minmax.gif) left -49px no-repeat;
	float: right;
	height: 30px;
	text-indent: -9999px;
	width: 32px;
}

#map-info-header .closed {
	background-position: left 0px;
}

#map-info-content {
	background: #fff;
	overflow: visible;
	position: absolute; top: 30px; right: 0; bottom: 0; left: 0;
}

#map-info-content-inner {
	overflow-y: auto;
	margin-bottom: 110px;
	padding: 10px 0 10px 0;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}

#map-info #orderMapContent
{
    display: none;
    height: 100%;
}
#map-info #orderMapContent div
{
    font-family: Cambria;
}
#map-info #orderDescription
{
    margin-left: 10px;
    margin-right: 10px;   
}
#map-info #orderMapTools
{
    margin: 10px;
    margin-top: 20px;
}
#map-info #submitOrder
{
    margin: 10px;
}
#map-info #calculatedPrice
{
    margin: 10px;
}
#map-info .submitOrderBtn {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777 !important;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 35px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
#map-info .submitOrderBtn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#map-info .submitOrderBtn:active {
	position:relative;
	top:1px;
}

.reportAreaButtons{ position: relative; width: 100px; top: -10px; left: 10px;}
.reportAreaButtons input { margin-top: 5px; }
#reportContainer hr {position: relative; top: 12px;}
#reportsText{ position: relative; top:5px;}
#reportTypes{ position:relative; top: 5px; }
#reportTypes a{ text-decoration: underline;}
#reportTypes a:hover{ color: blue; cursor: pointer;}
.reportTools:hover { cursor:pointer; }
.reportTools { width: 200px; margin-top: 12px; }
.addPolyBtnClass { width: 24px; height:24px; float: left; background-image: url("../img/ico-draw-area.png"); } 
.addPolyBtnClassActive { width: 24px; height:24px; float: left; background-image: url("../img/ico-draw-area.png"); background-position: 0 100%; } 
.changePolyBtnClass { width: 24px; height:24px; float: left; background-image: url("../img/ico-edit-shape.png"); } 
.changePolyBtnClassActive { width: 24px; height:24px; float: left; background-image: url("../img/ico-edit-shape.png"); background-position: 0 100%; } 
.erasePolyBtnClass { width: 24px; height:24px; float: left; background-image: url("../img/ico-delete.png"); } 
.reportToolsText { position:relative; top: 5px; left: 5px; }

#map-wrapper #map-layers a {
	background: transparent url(../img/pin-small.png) 10px 6px no-repeat;
	color: #000;
	display: block;
	margin: 0px 1px 1px 0px;
	padding: 7px 10px 7px 37px;
}

#map-wrapper #map-layers a:hover {
	background-color: #eee;
}

#map-wrapper #map-layers .selected a {
	background-color: #daefff;
	background-position: 10px -44px;
	font-weight: bold;
}

#map-info-measureTools {
    background: none repeat scroll 0 0 #E9E9E9;
    bottom: 0;
    height: 110px;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    display: none;
}
#map-info-measureTools .measureOutput{
    bottom: -10px;
    left: 5px;
    position: absolute;
}

#map-info-measureTools .measureControlsHeader {
	z-index: 1200; 
	background: #3e7cae;
	cursor: pointer;
	color: #fff;
	position: absolute; top: 0; right: 0; left: 0;
	width: 100%;
}

#map-info-measureTools .measureControlsHeader h2 {
	float: left;
	font-size: 1em;
	margin-left: 12px;
	margin-bottom: 0px
}

#map-info-measureTools .measureControlsHeader a {
	background: url(../img/minmax.gif) left -49px no-repeat;
	float: right;
	height: 30px;
	text-indent: -9999px;
	width: 32px;
}

#map-info-measureTools .measureControlsHeader .closed {
	background-position: left 0px;
}


#modal-overlay {
    position: fixed;
    z-index:9000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}


#info-box-wrap {
	padding: 0px 10px 9px 8px;
	position: absolute; top: 90px; left: 65px;
	width: 490px;
	z-index: 3;
	display: none;
}
#info-box
{
    background: #fff;
	border: 1px solid #fff;
	position: relative;
	height: 100%;
	width: 100%;
	
	-moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}

#info-box-img-container
{
    height: 147px;
    margin-bottom: 5px;
    overflow: hidden;
    position: relative;
    width: 211px;
    z-index: 10;
}
#info-box-img-container a 
{
    color: White;
}
#info-box-header 
{
    	background: #3e7cae;
	cursor: move;
	color: #fff;
	position: absolute; top: 0; right: 0; left: 0;
	width: 100%;
	z-index: 9999;
}

#info-box-header h2 {
	float: left;
	font-size: 1em;
	margin-left: 12px;
	margin-bottom: 0px;
	width: auto;
}

#info-box-header a {
	background: url(../img/minmax.gif) left -91px no-repeat;
	float: right;
	height: 30px;
	text-indent: -9999px;
	width: 32px;
}
#info-box-header .wmsHistoryBtn {
	background: url(../img/WMSback.png) 1px -9px no-repeat;
}
#info-box-header .closed {
	background-position: left -49px;
}
/*#info-box-content
{
    background: #fff;
	overflow: visible;
	position: absolute; top: 30px; right: 0; bottom: 0; left: 0;
}*/
#info-box-content
{
    background: #fff;
	overflow: visible;
}
/*#info-box-content-inner {
	overflow-y: hidden;
	margin-bottom: 13px;
	padding: 10px 0px 19px 15px;
	position: absolute; top: 0; right: 0; bottom: 0; left: 0;
}*/
#info-box-content-inner {
	overflow-y: hidden;
	padding: 10px 0px 19px 15px;
}
#description
{
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 7px;
    overflow-x: hidden;
    overflow-y: auto;
    padding-right: 5px;
    width: 46%;
    height: 270px;
}
#description .wmsLinkTitle{
	font-weight: bold;
	font-size: 1.1em;	
	margin-bottom: 5px;
}
#description .wmsLink{
	margin-left: 15px;	
	display: block;
}
/*#description p
{
    margin-bottom: 0.5em;
    line-height: 1.4em;
}*/
#info-links-container {
    float: left;
    margin-top: -4px;
    width: 210px;
}
.info-links-section {
    border-bottom: 1px solid #D2D2D2;
    color: #646464;
    font-size: 12px;
    line-height: 15px;
    padding-bottom: 2px;
    padding-top: 4px;
    position: relative;
    width: 210px;
}
.info-links-section h4 {
    color: black;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    margin: 0;
}
#leftcontainer {
    float: left;
    margin-right: 10px;
    margin-top: 0;
    display: block;
}
#youTube-dialog input 
{
    background: url(Images/black-50.png) repeat;
    color: #fff;
    border: 1px solid #888;
    margin-top: -1px;
    padding: 1px;
    width: 99%;
    
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

#media {
    position: relative;
    padding-left: 0px;
    display: table;
}

#media li 
{
    float: left;
    height: 52px;
    margin: 0 4px 8px 1px;
    width: 52px;
    }
    
#media li a 
{
    display: block;
    position: relative;
    }
    
#media li img 
{
      height: 42px;
    left: 4px;
    margin: 0 0 0 0;
    padding: 0;
    position: absolute;
    top: 4px;
    vertical-align: baseline;
    width: 42px;
    }
    
#media li span
{
    background: url(Images/media-bg.png) left 0 no-repeat;
    height: 52px;
    position: absolute;
    text-indent: -9999px;
    width: 52px;
    z-index: 3;
}
#media .video span
{
    background-position: left -140px;
}    
#media li .close 
{
    background: url(Images/close.png) left top no-repeat;
    cursor: pointer;
    display: none;
    height: 17px;
    position: absolute; top: -3px; right: -2px;
    text-indent: -9999px;
    width: 14px;
}

#description textarea 
{
    background: #303030;
    color: #fff;
    border: 1px solid #4c4c4c;
    width: 99%;
}
#featureInfoHTML ul
{
    padding-left: 8px;
}

#document-dialog select 
{
    background: #303030;
    color: #fff;
    border: 1px solid #4c4c4c;
    width: 99%;
    margin-bottom: 3px;
}
#document-dialog li
{
    position:relative;
    left:15px;    
}
#url-dialog input
{
    background: none repeat scroll 0 0 #303030;
    color: #FFFFFF;
    margin-top: 3px;
    position: relative;
    width: 99%;
}

.documentSelection 
{
    margin-top: 10px;
    padding-left: 0px;
}
    
.documentSelection li 
{
    border-bottom: 1px solid #fff;
    float: left;
    width: 100%;
}
    
.documentSelection li a {
    color: #039fe0;
    float: left;
    padding: 2px 0 3px 22px;
    text-decoration: none;
}
    
.documentSelection .pdf a 
{
    background: url(Images/ico-pdf.png) 1px 2px no-repeat;
}
.documentSelection .txt a 
{
    background: url(Images/ico-txt.png) 1px 2px no-repeat;
}
.documentSelection .doc a 
{
    background: url(Images/ico-doc.png) 1px 2px no-repeat;
}
.documentSelection .docx a 
{
    background: url(Images/ico-doc.png) 1px 2px no-repeat;
}
.documentSelection .xls a 
{
    background: url(Images/ico-xls.png) 1px 2px no-repeat;
}
.documentSelection .xlsx a 
{
    background: url(Images/ico-xls.png) 1px 2px no-repeat;
}
.documentSelection .html a 
{
    background: url(Images/ico-star.png) 1px 2px no-repeat;
}

.documentSelection li a.close 
{
    background: url(Images/close.png) left top no-repeat;
    display: none;
    float: right;
    height: 17px;
    margin-top: 3px;
    padding: 0;
    text-indent: -9999px;
    width: 14px;
}
    .edit .documentSelection li a.close 
    {
        display: block;
        }

#save-cancel .save 
{
    float: right;
    }
    
#save-cancel .save span 
{
    background: url(Images/check.png) left center no-repeat;
    padding-left: 15px;
    }
    
#save-cancel button 
{
    width: 70px;
    }
    .header {
	background: url(Images/box-header-bg.png) left 0 repeat-x;
	cursor: move;
	height: 26px;
	padding: 4px 8px 0;
	position: absolute; top: 0; right: 0; left: 0; 
}
.box-inner {
	background: #fff;
	border: 1px solid #83a2ae;
	overflow: visible;
	margin-top: 25px; /*right: 6px; bottom: 6px; left: 6px;*/
}
/* ------------------------------------------------------------------------------------ Measurement info */
.olControlPanel div { 
    display:block;
    width:  24px;
    height: 24px;
    margin: 5px;
    position: relative;
    top: 33px;
    background: url(../img/measure_stripe_black.png) 0 0 no-repeat;
}
.olControlPanel span 
{
    font-family: Arial;
    font-size:11px;
    display: block;
    margin-left: 30px;
    position: relative;
    top: 4px;
    width: 79px;
}
.olControlPanel div:hover
{
    cursor:pointer;
}
.olControlPanel .olControlMeasureLineItemActive { 
    background-position: 0px -114px;
}
.olControlPanel .olControlMeasureLineItemInactive { 
    background-position: 0px -171px;
}
.olControlPanel .olControlMeasureAreaItemActive {    
    background-position: 0px 0px;
}
.olControlPanel .olControlMeasureAreaItemInactive { 
    background-position: 0px -57px;
}
.olControlPanel .olControlModifyFeatureItemActive { 
    background-position: 0px -228px;
    margin-left: 95px;
    top: -25px;
}
.olControlPanel .olControlModifyFeatureItemInactive { 
    background-position: 0px -285px;
    margin-left: 95px;
    top: -25px;
}
.olControlPanel .olControlDeleteFeatureItemActive { 
    background-position: 0px -342px;
    margin-left: 95px;
    top: -25px;
}
.olControlPanel .olControlDeleteFeatureItemInactive { 
    background-position: 0px -399px;
    margin-left: 95px;
    top: -25px;
}


#measurement-box {
	background: #666;
	color: #fff;
	display: none;
	opacity: 0.8;
	padding: 4px 6px;
	position: absolute; top: 0; left: 0;
	text-shadow: 1px 1px 0 #333;
	z-index: 3;
}

#measurement-box.static {
	opacity: 1;
	padding: 6px 0 8px 1em;
	width: 12em;
}

#measurement-box p {
	margin: 0;
}

#measurement-box a {
	background: url(../img/measure-close.png) center center no-repeat;
	display: none;
	height: 21px;
	position: absolute; top: -8px; right: -8px;
	text-indent: -9999px;
	width: 22px;
}

#measurement-box a:focus {
	outline-width: 0;
}
#selectControlTitleOnHover
{
    background: none repeat scroll 0 0 #3E7CAE;
    color: #FFFFFF;
	border: 1px solid #FFFFFF;
	position: absolute;
	z-index: 2;	
	height: 23px;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
#selectControlTitleOnHover span
{
    margin: 10px;
    position: relative;
    top: 4px;
}

/* --------------------------------------------------------------------------- map-products overlay */
#map-products-container .nav
{
    /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    background: white;
    border: 1px solid #aaa;
    padding-left: 0
}
#overlay-products .overlay-inner
{
    width: 94%;
    overflow-y: auto;
}
#map-products-container .nav li
{
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #aaa;
    font-weight: bold;
    background: #333333;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTUxNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #333333 0%, #515151 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#515151));
    background: -webkit-linear-gradient(top,  #333333 0%,#515151 100%);
    background: -o-linear-gradient(top,  #333333 0%,#515151 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#515151 100%);
    background: linear-gradient(top,  #333333 0%,#515151 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#515151',GradientType=0 );
}
#map-products-container .nav li:hover
{
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #aaa;
    font-weight: bold;
    background: #515151;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxNTE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #515151 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#333333));
    background: -webkit-linear-gradient(top,  #515151 0%,#333333 100%);
    background: -o-linear-gradient(top,  #515151 0%,#333333 100%);
    background: -ms-linear-gradient(top,  #515151 0%,#333333 100%);
    background: linear-gradient(top,  #515151 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#333333',GradientType=0 );
}
#map-products-container .nav li.first {
  border-top: 0;
}
#map-products-container .nav a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  background: url(../img/arrow.png) no-repeat right center;
}
/* --------------------------------------------------------------------------- exportMap menu */
#export-dialog{
    width: 144px;
    margin: 0px;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    border: 1px solid #BEBEBE;
	background-color:#f0eeeb;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
}
#export-dialog li {
    background-color: none !important;
}
#export-dialog li:hover {
    background-color: none !important;
}
/* --------------------------------------------------------------------------- shareMap menu */
.menuContainer{
    width: 150px;
}
.menuContainer-inner div {
    height: 65px;
    margin: 10px;
    border: 1px solid #BEBEBE;
    cursor: pointer;
}
.menuContainer .nav
{
    /*
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;*/
    background: white;
    border: 1px solid #aaa;
    padding-left: 0
}
/*#overlay-products .overlay-inner
{
    width: 94%;
    overflow-y: auto;
}*/
.menuContainer .nav li
{
    /*
    list-style: none;
    padding-left: 0;
    border-top: 1px solid #aaa;
    font-weight: bold;
    background: #333333;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzMzMzMzMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1MTUxNTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #333333 0%, #515151 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#333333), color-stop(100%,#515151));
    background: -webkit-linear-gradient(top,  #333333 0%,#515151 100%);
    background: -o-linear-gradient(top,  #333333 0%,#515151 100%);
    background: -ms-linear-gradient(top,  #333333 0%,#515151 100%);
    background: linear-gradient(top,  #333333 0%,#515151 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#333333', endColorstr='#515151',GradientType=0 );*/
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fafafa), color-stop(1, #dedede) ) !important;
	background:-moz-linear-gradient( center top, #fafafa 5%, #dedede 100% ) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#dedede') !important;
	background-color:#fafafa !important;
	border:1px solid #b3b3b3;
	/*-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
    color:#535353;
	font-family:arial;
	font-size:12px;*/
	font-weight: bold;
	padding-left: 0;
	text-decoration:none;
}
.menuContainer .nav li:hover
{
    /*list-style: none;
    padding-left: 0;
    border-top: 1px solid #aaa;
    font-weight: bold;
    background: #515151;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUxNTE1MSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMzMzMzMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #515151 0%, #333333 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#515151), color-stop(100%,#333333));
    background: -webkit-linear-gradient(top,  #515151 0%,#333333 100%);
    background: -o-linear-gradient(top,  #515151 0%,#333333 100%);
    background: -ms-linear-gradient(top,  #515151 0%,#333333 100%);
    background: linear-gradient(top,  #515151 0%,#333333 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#515151', endColorstr='#333333',GradientType=0 );*/
    background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dedede), color-stop(1, #fafafa) );
	background:-moz-linear-gradient( center top, #dedede 5%, #fafafa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dedede', endColorstr='#fafafa');
	background-color:#dedede;
}
.menuContainer .nav li.first {
  border-top: 0;
}
.menuContainer .nav a {
  display: block;
  padding: 10px;
  color: #fff;
  text-decoration: none;
  
}

/* --------------------------------------------------------------------------- ieCheckControl */
#ieCheckContainer {
    height: 30px;
    margin-top: -6px;
    float: left;
    background: url(../img/utrops.png) no-repeat 0px 3px;
}
#ieCheckContainer p {
    margin-left: 10px;
    margin-top: 0px;
}
/* --------------------------------------------------------------------------- minimized-box */
.minimized-box {
	position: absolute;
	z-index: 3;
	display: none;
}
.minimized-box ul {
	padding: 0px !important;
}
.minimized-box-inner {
	border: 1px solid #BEBEBE;
	background-color:#f0eeeb;
	height: 100%;
	width: 100%;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.45);	
}
/* --------------------------------------------------------------------------- minimized-map-switcher */
#minimized-map-switcher{
    width: 220px;
}
#minimized-map-switcher-inner div {
    height: 65px;
    margin: 10px;
    border: 1px solid #BEBEBE;
    cursor: pointer;
}
#minimized-map-switcher-inner div span {

    height: 20px;
    width: 100%;
    position: relative;
    top: 45px;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #858585), color-stop(1, #cccccc) );
	background:-moz-linear-gradient( center top, #858585 5%, #cccccc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#858585', endColorstr='#cccccc');
	background-color:#858585;
	display:inline-block;
}

#minimized-map-switcher-inner div span.selected{
	 background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffa12f), color-stop(1, #cf7a19) );
	background:-moz-linear-gradient( center top, #ffa12f 5%, #cf7a19 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa12f', endColorstr='#cf7a19');
	background-color:#ffa12f;
	display:inline-block;
}
#minimized-map-switcher-inner div span p{
    color: White;
    margin-top: 3px;
    margin-left: 8px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

#minimized-map-switcher-inner .last div { background: url(../img/karta600x150.png) left 0 no-repeat !important; }

#minimized-map-switcher-inner .middle div { background: url(../img/hybrid600x150.png) left 0 no-repeat !important; }

#minimized-map-switcher-inner .first div { background: url(../img/terrain600x150.png) left 0 no-repeat !important; }
/* =============================================================================
   Media Queries
   ========================================================================== */

@media only screen and (min-width: 35em) {
	/* Style adjustments for viewports that meet the condition */
}

/* =============================================================================
   Non-Semantic Helper Classes
   ========================================================================== */

.ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
.ir br { display: none; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* =============================================================================
   Print Styles
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: h5bp.com/s */
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* h5bp.com/t */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }
  header { background-color: #bebebe !important; }
}

#featureInfoHTML{
	overflow: auto;
}

