body {

}

#sterring{
	position:relative;
}
/*
.jqplot-xaxis-tick:first-child, .jqplot-xaxis-tick:last-child{
	opacity: 0.0;
}
*/

.sterChart {
	position:absolute;
}

#area{
	position:relative;
	/*border: 1px solid #6B8180;*/
}

.series{ 
	height:30px;
}

.mySerieName{
	color: #8f8f8f;
}

.mySerieValue{
	color: #7c395c;
}

.mychSerie div{
	float:left;
	margin: 4px 4px;
}

.mySerieColor{
	width: 13px;
	height: 13px;
	position: relative;
	top: 3px;
}

.shade {
	top:10px;
	width: 0px;
	height: 75px;
	opacity: 0.3;
	background: #000000;
	float:left;
	position: absolute;
}

.steringButtonCenter{
	top:10px;
	background: #FFFFFF;
	opacity: 0;
	float:left;
	position: absolute;
}

.steringButtonRight {
	display: none;
	top:10px;
	width: 15px;
	height: 31px;
	background-image: url('../images/right.png');
	background-repeat: no-repeat;
}
.steringButtonLeft {
	display: none;
	top:10px;
	width: 15px;
	height: 31px;
	float:left;
	position: absolute;
	background-image: url('../images/left.png');
	background-repeat: no-repeat;
}

span.green {
	color: #009900;
}
span.red {
	color: #e01f2f;
}
span.blue {
	color: #1ba4e4;
}
span.probTitle{
	font-weight:bold;
	font-size: 14px;
}

span.tooltipcontent {
	font-size:12px;
}

.mySerieTooltip{
	margin: 1px;
	padding: 10px;
	position:relative;
}

.mySerieTooltipTitle, .mySerieTooltipRange{
	color: #ffffff;
	margin-right: 150px;
}

.mySerieTooltipValue{
	text-align:center;
	position: absolute;
	border-radius: 5px;
	right:0px;
	width: 70px;
	margin: 0px 10px;
	padding: 10px;
	background-color: #ffffff;
	white-space: nowrap;
}

.tooltipMainChart {
	position: absolute;
    z-index: 99;
    display: none;
	pointer-events:none;
}

.tooltipAddingChart {
	position: absolute;
    z-index: 99;
    display: none;
	pointer-events:none;
}

.tooltipGUSChart {
	border: 3px solid #dedede;
	padding: 15px;
    z-index: 99;
    display: none;
	position: absolute;
	border-radius: 5px;
	background-color: #ffffff;
	font-family: Helvetica, sans-serif;
	line-height:22px;
	text-align: center;
	pointer-events:none;
	-webkit-box-shadow: 2px 2px 2px #888888;
	   -moz-box-shadow: 2px 2px 2px #888888;
	        box-shadow: 2px 2px 2px #888888;
}

.tooltipProbChart {
	border: 1px solid #e0e0e0;
	padding: 10px;
	position: absolute;
    z-index: 99;
    display: none;
	border-radius: 3px;
	background-color: #f3f3f3;
	font-family: Helvetica, sans-serif;
	line-height:22px;
	pointer-events:none;
	-webkit-box-shadow: 2px 2px 4px black;
	   -moz-box-shadow: 2px 2px 4px black;
	        box-shadow: 2px 2px 4px black;
}

.tooltipProbChart:after{
	content: " ";
	width: 0px;
	height:0px;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-left: 5px solid #f3f3f3;
	border-right: 5px solid transparent;
	position: absolute;
	top:50%;
	left: 100%;
	margin-top:-10px;
}

.tooltipChart {
	border: 1px solid #e0e0e0;
	padding: 10px;
	position: absolute;
    z-index: 99;
    display: none;
	border-radius: 3px;
	background-color: #f3f3f3;
	font-family: Helvetica, sans-serif;
	line-height:22px;
	pointer-events:none;
	-webkit-box-shadow: 0 6px 4px -6px black;
	   -moz-box-shadow: 0 6px 4px -6px black;
	        box-shadow: 0 6px 4px -6px black;
}

.tooltipChart:after{
	content: " ";
	width: 0px;
	height:0px;
	border-top: 10px solid #f3f3f3;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	position: absolute;
	top:100%;
	left: 20px;
	margin-left:-10px;
}

table.jqplot-table-legend {
	border:hidden;
}

