html, body {
	margin: 0;
	padding: 0;
	height: 100%;
    min-width: 960px;
    position: relative;
}

body {
	font: 12px/16px Tahoma,Arial,Verdana,sans-serif;
	font: normal 12px/16px Tahoma,Arial,Verdana,sans-serif;
	color: #3c3c3c;
}

a {
	text-decoration: none;
	color: #004CB8; /*#589095;*/
}

a:hover {
	text-decoration: underline;
}

#momap_wrapper #momap_list ul {
	padding: 10px 0 15px 0;
}

#noscript,
#loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	font-weight: bold;
	background-color: white;
	z-index: 10000;
}

#noscript div,
#loading div {
	margin-top: 250px;
}

#loading .noresponse {
	display: none;
}

#header {
	text-align: center;
	padding-right: 200px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* ff all */
	-webkit-box-sizing: border-box; /* up to safari5, chrome9, android3 */
	width: 100%;
	height: 48px;
    padding: 7px 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	white-space: nowrap;
    background-color: #4266A1; /*#AF688B;*/
}

#controls {
    position: absolute;
    top: 12px;
    right: 15px;
}

.sliderbutton * {
    cursor: pointer;
}

.sliderbutton {
    position: relative;
    display: inline-block;
    width: 110px;
    height: 24px;
    margin-left: 25px;
}

.sliderbutton .icon-left {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
}

.sliderbutton .icon-right {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
}

.sliderbutton .slider-handle {
    display: inline-block;
    position: absolute;
    top: 0;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    left: 50%;
    background-repeat: no-repeat;
    background-position: -127px center;
    background-image: url(i/graf_ikonok.png);
    z-index: 20;
    transition: left .2s ease-in-out;
}

.sliderbutton.left .slider-handle {
    left: 38px;
}

.sliderbutton.right .slider-handle {
    left: 70px;
}

.sliderbutton .slider-track {
    display: inline-block;
    position: absolute;
    top: 3px;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -159px center;
    background-image: url(i/graf_ikonok.png);
}

.icon-bars {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -32px center;
    background-image: url(i/graf_ikonok.png);
}

.icon-columns {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: 0px center;
    background-image: url(i/graf_ikonok.png);
}

.icon-years {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -64px center;
    background-image: url(i/graf_ikonok.png);
}

.icon-regions {
    display: inline-block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position: -96px center;
    background-image: url(i/graf_ikonok.png);
}

#sidebar {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#years-select {
    position: absolute;
    top: 60px;
    left: 0;
    right: 80px;
    text-align: center;
    z-index: 50;
    display: none;
}

#chart-wrap {
	padding-top: 55px;
    padding-bottom: 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box; /* ff all */
	-webkit-box-sizing: border-box; /* up to safari5, chrome9, android3 */
	height: 100%;
	width: 100%;
}

#chart-wrap.with-sidebar {
	padding-right: 210px;
}

#chart-wrap.with-years {
	padding-top: 75px;
}

#chart {
	height: 100%;
	width: 100%;
	position: relative;
}

#source {
    position: absolute;
    left: 15px;
    bottom: 10px;
}

#chart_id {
	margin-top: 7px;
	z-index: 1000;
    margin-right: 370px;
}

div#momap_wrapper {
	overflow: hidden;
}

div#momap_map, div#momap_high, div#momap_active {
	width: 180px;
	height: 112px;
}

div#momap_high {
    opacity: .8;
}

div#momap_map {
	float: left;
	margin-left: 5px;
	margin-top: 65px;
}

img#momap_img {
	border: none;
}

div#momap_list {
	float: left;
	margin-top: 20px;
}

div#momap_list p {
	margin: 0;
	padding: 0;
}

div#momap_list ul {
	float: left;
	list-style: none;
	margin: 0;
	padding: 0;
}

div#momap_list ul li {
	margin: 0;
	padding: 0;
	background: none;
}

div#momap_list li a {
	display: block;
	font-weight: bold;
}

div#momap_list li a.hover {
	text-decoration: underline;
}

div#momap_list li a.active {
	text-decoration: underline;
	color: #DF8108; /*#C881A4;*/
}