html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

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;
	color: #6699CC;
}

a:hover {
	text-decoration: underline;
}

button {
	border: none;
	background: none;
	margin: 0;
	padding: 0;
	cursor: pointer;
}

#header button {
	vertical-align: 6px;
	margin: 0 10px;
	width: 17px;
	height: 28px;
}

#momap_list button {
	width: 100%;
	height: 17px;
}

#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  {
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 20;
	white-space: nowrap;
}

#sidebar {
	width: 200px;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}

#chart-wrap {
	padding: 40px 210px 0 0;
	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 {
	height: 100%;
	width: 100%;
	position: relative;
}

#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 */
}

#chart_id {
	margin-top: 16px;
	z-index: 1000;
}

div#momap_wrapper {
	overflow: hidden;
}

div#momap_map, div#momap_high, div#momap_active {
	width: 180px;
	height: 112px;
}

div#momap_map {
	float: left;
	margin-left: 5px;
	margin-top: 40px;
}

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: #F79410;
}