@CHARSET "UTF-8";

body {
	margin: 5px;
	padding: 0;
	font-size: 1em;
}

h1 {
	font-size: 1.3em;
	width: 500px;
	margin: 20px auto;
	text-align: center;
	visibility: 
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.1em;
}

a {
	text-decoration: none;
	color: #666;
}

a:hover {
	text-decoration: underline;
}

select {
	z-index: 9999;
}

label {
	cursor: pointer;
}

ul>li>ul {
	list-style: none;
}

ul>li>ul>li:before {
	content: '→ ';
}

select {
    cursor: pointer;
}

select>option {
	text-align: center;
}

select>option:hover {
    background: #0080FF;
    color: white;
}

.header {
	width: 50%;
	float: left;
}

.separator {
	clear: both;
	border: 0px;
}

.submit, button {
	cursor: pointer;
}

.affine {
	width: 22%;
}

.affine, .input {
    border: 1px solid #CCC;
}

.affine:hover, .input:hover {
	border: 1px solid #444;
	background: #FFE;
}

.emphasis {
	font-size: 1.1em;
	font-weight: 900;
	color: red;
	font-style: italic;
}

.channel_selection {
	margin-bottom: 0.8em;
}

.channel_selection>div {
	position: relative;
	left: 25px;
    opacity: 0.5;
}

.channel_selection:hover>div {
	opacity: 1.0;
}

.channel_selection:hover>.label {
	opacity: 1.0 !important;
}

.fullscreen_zoom {
    position: absolute;
    left: 66px;
    z-index: 1000;
    width: 110px;
    opacity: 0.70;
    visibility: hidden;
    padding: 5px;
    cursor: pointer;
}

.flotr-overlay {
	cursor: crosshair;
}

#overview .flotr-overlay {
	cursor: default;
}

#lyra {
    position: absolute;
    right: 10px;
    top: 0;
}

#proba2 {
	position: absolute;
	right: 84px;
	top: 5px;
	height: 54px;
}

#loader {
	float: right;
	margin-right: 20px;
	visibility: hidden;
}

#radius {
	width: 2%;
}

#type, #type>option {
	text-align: center !important;
}

#type>option:hover {
	background: #45F !important;
	color: white !important;
}

#placeholder {
	position: relative;
	bottom: 30px;
    background-color: null;
	margin-left: 10px;
    z-index: 1;
}

#overview {
	position: relative;
	bottom: 50px;
}

#help {
	visibility: hidden;
	width: 90%;
	opacity: 0.95;
	position: absolute;
	bottom: 5px;
	margin-left: 5%;
	z-index: 1000;
	background: #FFF;
	border: 1px solid #444;
	color: #000;
	padding: 10px;
	font-size: 0.85em;
}

#close, #headers_close {
	background: #B00;
	color: white;
	border: none;
	padding: 3px 8px;
}

#legal_notices, #notices>li>a, #text>a {
	text-decoration: none;
	color: #666;
}

#legal_notices, #notices>li>a {
    text-align: center;
}

#footer {
	display: block;
	width: 98%;
	text-align: center;
	color: #666;
	margin: auto;
	position: absolute;
	bottom: 5px;
}

#legal_notices:hover, #notices>li>a:hover, #text>a:hover {
	text-decoration: underline;
}

#legal {
	width: 100%;
	text-align: center;
	font-size: 2em;
}

#text {
	font-size: 1.2em;
}
}