* { margin:0px;
    padding:0px;
}
body
{
text-align:center;
background:url(img/bg.jpg) repeat;
}
.container	{
text-align:left;
height:650px;
width:990px;
padding:0px;
margin:auto;
}
/* HEADER */
.header
{
padding-left:30px;
color:white;
font-family:Trebuchet MS;
height:55px;
width:944px;
}
.top_title
{
clear:both;
font-size:30px;
color:white;
margin:0px;
padding:0px;
}

.header_left {
font-weight:bold;
font-size:15px;
clear:both;
float:left;
}
.header_right {
font-size:12px;
float:right;
padding-right:15px;
}
.header_right a {
font-weight:bold;
color:white;
text-decoration:none;
}
.header_right a.home
{
text-decoration:underline;
}
/* END HEADER */

/* MAIN */

.main
{
margin-top:25px;
width:990px;
height:600px;
background:url(img/main_bg.png) no-repeat;
}
.main_form {
padding:20px 0px 0px 0px;
width:934px;
margin:auto;
height:59px;
position:relative;
}

.holder input
{
background:#FFFFFF url('img/search.png') no-repeat;
vertical-align: middle;
margin-left:20px;
border:1px #b7d3ff solid;
height:16px;
padding:7px 0px 7px 11px;
width:127px;
float:left;
}
.holder input:focus {
background:white;	
}

.holder 
{
position:relative;
top:7px;
left:0px;
height:32px;
float:left;
}
.compare
{
width:100px;
position:relative;
top:7px;
left:-17px;
float:right;
}

.left {
	float:left;
	padding-left:20px;
	
}

.box
{  
    padding:10px;
	background:#339999;
	color:white;
	border-top:1px solid #4fbbc6;
}

.bar {
	margin: 0px 0px;
	padding: 2px 10px;
	border-width: 2px 1px 0px 1px;
	border-style: solid;
	font-size: 0px;
	line-height: 0px;
}

.output_container{
    position:relative;
    top:80px;
    margin:0px 0px 0px 28px;
    width: 850px;
	height: 380px;
	background: url('../images/graph_back.gif') no-repeat;
}

#output_graph {
	height: 330px;
	width: 850px;
	clear:both;
}

#output_data {
	font-family:Sans-Serif;
	position:relative;
	top:-10px;
	font-size: 12px;
	line-height: 14px;
	font-weight: bold;
	height: 40px;
	width: 850px;
}

.caricamento {
	font-family:Sans-Serif;
	text-align: center;
	font-size: 16px;
    top: -75px;
    position:relative;
    left:15px;	
}
.footer{
width:100%;
padding:100px 0px 0px 30px;
font-size:11px;
font-family:Trebuchet MS;
color:#88aaf2;
clear:both;
}
.footer .small_text {
width:600px;
float:left;
padding-top:10px;
}
.footer .powered {
float:right;
text-align:right;
padding-right:60px;
}

.exportPdf {
	background-image: url("img/btn-exportpdf.gif");
	background-repeat: no-repeat;
	background-position: center;
	width: 150px;
	height: 42px;
	position:absolute;
	right:20px;
	top:100px;
	cursor: pointer;
	display: none;
}
