@import url(default.css);

body {
	font-family: "futura-pt",sans-serif;
	background: url("../img/bg1.png") no-repeat;
}

div#graphHolder1waterGraph {
    height: 304px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 189px;
}
div#waterGraph {
    bottom: 0;
    height: 257px !important;
    overflow: hidden;
    position: absolute !important;
}

div#graphFieldBar0waterGraph {
	overflow: visible !important;
}

div#graphFieldBar0waterGraph:before {
    background: url("/img/wave.png") no-repeat;
    content: " ";
    display: block;
    height: 17px;
    width: 80px;
    position: absolute;
    top:-17px;
}

div#graphValue0waterGraph {
    position: relative;
    top: -25px;
    color:#5194b8;
}

div#graphField0waterGraph {
    width:80px !important;
    left: auto !important;
    right:15px;
}

div.subBarswaterGraph {
	width:80px;
	font-size:15px !important;
}
div.subBarswaterGraph:first-child {
}
div.subBarswaterGraph:last-child {
	line-height: 50px !important;
}

h1 {
    color: #5194b8;
    font-size: 18px;
    padding: 10px 5px;
}

div#descContainer {
    height: 305px;
    left: -10px;
    overflow: hidden;
    position: absolute;
    bottom: -17px;
    width: 93px;
}

span.desc {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: block;
	position: absolute;
	color:#fff;
	text-transform: uppercase;
	padding:3px 10px;
}
span#pro {
    background: none repeat scroll 0 0 #414140;
    bottom: 214px;
    left: 5px;
    width: 45px;
}
span#adv {
    background: none repeat scroll 0 0 #d07823;
    bottom: 142px;
    left: 0;
    width: 100px;
}
span#beg {
    background: none repeat scroll 0 0 #039b3c;
    bottom: 66px;
    right: -49px;
    width: 100px;
}

div#graphField1waterGraph {
	display: none;
}

a.info {
    bottom: 2px;
    color: #5194b8;
    font-size: 21px;
    left: 5px;
    position: absolute;
    text-decoration: none;
}
a.reload {
	position: absolute;
	left:25px;
	bottom:5px;
	text-decoration: none;
	color:#5194b8;
}
.fa {
	cursor: help;
}
.fa-warning {
    bottom: 10px;
    color: #ffd200;
    font-size: 40px;
    position: absolute;
    right: 35px;
    z-index: 10;
}
