﻿.graph 
{
	position:relative;
	border: solid 1px black;
	margin-top: 20px;
}

.timedivisiongroup
{
	/*overflow:hidden;*/
	height: 100%;
	position:relative;
}


.ondemandpanelprev,.ondemandpanelnext
{
	background-image: url("../Images/wait.gif");
	background-position:center;
	background-repeat:no-repeat;
}

.ondemandpanelprev
{
	border-right: dotted 1px black;
}

.timedivision
{
	/*overflow:hidden;*/
	position:relative;
	height: 100%;
	/*border-left: dotted 1px black;
	border-right: dotted 1px black;*/
}


.leftsep,.rightsep
{
	position: relative;
	z-index:101;
	display:block;
	background-color:black;
	filter:alpha(opacity=60);   
    -moz-opacity: 0.6;   
    opacity: 0.6;
    cursor:w-resize;
    width:5px;
}

.leftsepshadow, .rightsepshadow
{
	position: relative;
	z-index:100;
	display:block;
	background-color:#A0A0A0;
	filter:alpha(opacity=60);   
    -moz-opacity: 0.6;   
    opacity: 0.6;
    width:0px;
}

table
{
}

.even,.odd
{
	font-family:Arial;
	font-size:x-small;
	color: #A0A0A0;
	border-right: dotted 1px black;
}

.even
{
	background-color:#FFFFFF;
}

.odd
{
	background-color: #E0E0E0;
}

.databar, .databarselected
{
	background-color:#DD9922;
	z-index: 10;
	position: relative;
	cursor:pointer;
}

.databarselected
{
	background-color:#EECC44;
}

.tooltipup, .tooltipdown
{
	/* Width e Height têm que ser feitos mesmo no controlo */
	border-left: solid 1px black;
	border-right: solid 1px black;
	padding: 2px 2px 2px 2px;
	background-color: White;
	text-align:center;
	padding-left: 3px;
	padding-top: 3px;
	font-family:Arial;
	font-size: 11px;
	position:fixed;
	z-index: 1000;
}

.tooltipup
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.tooltipdown
{
	border-top: solid 1px black;
	border-bottom: solid 1px black;
}

.zoom
{
	display:none;
	position:fixed;
	z-index: 201;
	cursor:default;
	font-size:11px;
}

.zoomin
{
	cursor: pointer;
	border: groove 1px black;
	text-align:center;
	position: relative;
}

.zoomout
{
	cursor: pointer;
	border: groove 1px black;
	text-align:center;
	position: relative;
}

.scrollbar
{
	border: solid 1px black;
	position:relative;
	height: 3px;
	overflow:hidden;
}

.scrollbarbutton
{
	position:relative;
	height: 13px;
	width: 38px;
	top: -8px;
	background-image: url("../Images/scrollbarbutton.png");
	background-position:center;
	background-repeat:no-repeat;
	cursor:w-resize;
}
