html,body,#map{
		height: 100%;
	        margin: 0;
		padding: 0;
	}

body {
	background-color : gray;
}
#canvas-img{position:absolute;z-index:1;
bottom:0px;
}
#canvas-container{
    display:inline-block;
    width:1000px; 
    height:120px;
    position:relative; 
    background: white; 
    border:2px solid black; 
    border-radius: 10px;
}
#graph{
	margin-bottom: -3px;
	margin-top: 0px;
}

#canvas{
	position:absolute;
	bottom:0px;
	z-index:20;
}
#accordion-container {
    	width: 600px;
}
#slider {
	width: 100px;
}
#thermal {
	width: 450px;
}
table {
	width: 100%;
}

td
{
	text-align:center;
	padding:5px
}
td div {
	display:inline-block;
	}


#tabs .ui-tabs-panel {
	    padding: 2px;
	    
}
fieldset {
	display:inline;
	vertical-align: middle; 
	padding:5px 10px 5px 10px;
	border-radius:10px;
	-moz-border-radius:10px;
}
#loading {
	position:absolute;
	z-index:15;
	border:3px double #999;
	background:#d3d3d3;
	opacity:0.85;
	width:300px;
	height:300px;
	top:50%;
	left:50%;
	background-image:url('images/ajax-loader.gif');
	background-repeat:no-repeat;
	background-position:50% 20%;
	margin-top: -150px;
	margin-left: -150px;
	line-height: 400px;
	text-align:center;
	font-family:"Trebuchet MS", verdana, arial,tahoma;
	font-size:18pt;
}

.controlPointer {
	width:82px;
	padding: 3px;
	margin-right:5px;
	margin-top:2px;
	background: white;
	border-style: solid;
	border-width:1px;
	cursor: pointer;
	text-align: center;
}
#twp {
	width: 188px;
}
.linktab {
	padding: 10px;
	}

.linktab a:hover {font-weight:bold;}
.linktab a:link {text-decoration: none}

.space {
	display:inline-block;
	width: 30px;
	}
.center {
	text-align: center;
	}
.controlInfo {
	background-image:url('images/commentLeft.png');
	background-repeat:no-repeat;
	height: 32px;
	width: 32px;
	margin-left: 5px;
	cursor: pointer;
}

.controlInfoActive {
	background-image:url('images/commentRight.png');
	background-repeat:no-repeat;
	height: 32px;
	width: 32px;
	margin-left: 5px;
	cursor: pointer;
}
.controlInfo:hover{
	background-image:url('images/commentRight.png');
}

.controlTopo{
	background-image:url('images/topo.png');
	background-repeat:no-repeat;
	margin-right:6px;
	margin-top: -6px;
	height: 57px;
	width: 60px;	
	cursor: pointer;
}

.controlTopo:hover{
	/*opacity: 0.6*/
        background-color: white;
        border-style: solid;
        border-width:1px;
}

.inputTask{	
	border: 0;
	text-align: center;
	width: 300px;
}	

#taskPrint { display:none; }

