*
{ 
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0; 
}

body
{
	overflow-y: scroll;
}

img
{  
	border-style: none;
}


button
{
	font-size: 10px;
}

input
{
	font-size: 10px;
	border: 0px solid;
	border-color: gray;
}

select
{
	font-size: 10px;
}

div#sonda a
{
	text-decoration: none;
}

h1
{ 
	color: #3366cc; 
	font-size: 32px; 
	font-weight: bold;
}

h2
{ 
	color: #3366cc; 
	font-size: 18px; 
	font-weight: bold;
}

h3
{ 
	color: #3366cc; 
	font-size: 14px; 
	font-weight: bold;
}


#wrapper
{
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#colonna-sonda
{
	position: fixed;
	left: 0px;
	width: 220px;
	overflow: auto;
	z-index: 80;
	padding: 15px;
	border: 1px solid lightgray;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 3px 3px 5px #dddddd;
}

#colonna-sonda table *
{
	max-width: 160px;
}

div.charts
{
	position: absolute;
	right: 30px;
	left: 30px;
	margin-bottom: 50px;
}

div.chart
{
	margin-bottom: 10px;
}

div.charts .chart-title
{
	float: left;
	font-variant: small-caps;
}

div.charts .chart-menu
{
	font-variant: small-caps;
	height: 1.5em;
}

div.charts .chart-menu div
{
	font-variant: small-caps;
	width: fit-content;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
}

div.charts .chart-menu div.chart-btn
{
	border-radius: 0.7em;
	border-top: solid thin white;
	font-variant: small-caps;
	cursor: pointer;
	width: fit-content;
	display: inline;
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 0.5em;
	padding-right: 0.5em;
	padding-top: 0;
	padding-bottom: 1px;
}

div.charts .chart-menu div.chart-btn:hover
{
	border-radius: 0.7em;
	border-top: solid thin dimgray;
}


div.fileUpload
{
	position: relative;
	overflow: hidden;
	margin: 0;
	border: 0;
	padding: 0;
}

div.fileUpload input
{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 20px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
}


#drawing-container
{
	width: 60%;
	height: 100%;
	position: relative;
	float: right;
	margin: 0px;
	margin-right: 10px;
	padding: 0px;
}

#videobg
{
	z-index: 1;
	position: absolute;
	top: 0px;
	left: 0px;
	margin:0px;
	padding: 0px;
	width: 640px;
	height: 480px;						
}

#drawingcanvas
{
	z-index: 9;
	position: absolute;
	top: 0px;
	left: 0px;	
	margin:0px;
	padding: 0px;	
	width: 60%;
	height: 100%;							
}

#header
{
	position: fixed;
	width: 100%;
	height: 80px;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
	box-shadow: 3px 3px 5px #dddddd;
}


#content
{
	position: absolute;
	width: 100%;
	top: 90px;
	font-size: 10px;
}


#footer
{
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 100;
	background-color: rgba(255,255,255,0.9);
	box-shadow: -3px -3px 5px #dddddd;
	bottom: 0px;
}

#footer p 
{
	padding: 15px;
	text-align: center;
	font-size: x-small;
}
	
#data-column
{
    width: 100px;
    float: left;
}

#alarms-column
{
    width: 100px;
    float: left;
}

#data-column-footer
{
    width: 100px;
    float: left;
}

#alarms-column-footer
{
    width: 100px;
    float: left;
}


ul#browser img
{
	margin-right: 2px;
	margin-top: -1px;
}

div#realtimedata-column img
{
	margin-top: -1px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	border: 0px;
}

div#realtimedata-column img.floating
{
	float: right;
}

#navbar
{
	margin-left: 40px;
	margin-right: 40px;
	font-size: small;
	border-top: solid thin lightgray;
	margin-top: 5px;
	padding-top: 5px;
}

#navbar a
{
	text-decoration: none;
	color: #3366cc;
	background-color: transparent;
	border: none;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding-bottom: 5px;
	cursor: pointer;
}
	

#navbar a:hover
{
	border-bottom: solid thin #3366cc;
}


#browse_timeline
{
	margin-right: 40px;
	font-size: small;
	float: right;
	margin-top: 5px;
}

#browse_timeline a
{
	text-decoration: none;
	color: #3366cc;
	background-color: transparent;
	/*color: white;
	background-color: #3366cc;*/
	border: solid thin;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 2px;
	padding-top: 2px;
	padding-left: 5px;
	padding-right: 5px;	
	cursor: pointer;
	border-radius: 1em;
	font-size: 0.8em;
}
	
/*
#browse_timeline a:hover
{
	border-bottom: solid thin #3366cc;
}
*/

button img
{
	margin-right: 2px;
	margin-top: -1px;
	margin-bottom: -2px;
}

a:link
{
    text-decoration: none;
}

a:visited
{
    text-decoration: none;
}

a:hover
{
	text-decoration: none;
}

a:active
{
    text-decoration: none;
}

.placeholder
{
	background-repeat: no-repeat;
	background-position: center;
}

	