*{
	margin:0;
	padding:0;
}

body{
	color:#3D1414;
	#background:url('../img/Logo-Alpstation-BRESCIA.png') repeat-x #f3f3f3;
	font:15px Calibri,Arial,sans-serif;
	border-top:5px solid #212121;
}

			.graph {
                width: 100px; /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
                height: 15px;
				
                position: relative;
            }
			.globalgraph {
                width: 600px; /* width and height are arbitrary, just make sure the #bar styles are changed accordingly */
                height: 15px;
                border: 1px solid #888; 
                background: rgb(168,168,168);
                background: -moz-linear-gradient(top, rgba(168,168,168,1) 0%, rgba(204,204,204,1) 23%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(168,168,168,1)), color-stop(23%,rgba(204,204,204,1)));
                background: -webkit-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                background: -o-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                background: -ms-linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a8a8a8', endColorstr='#cccccc',GradientType=0 );
                background: linear-gradient(top, rgba(168,168,168,1) 0%,rgba(204,204,204,1) 23%);
                position: relative;
            }
			#green {
              height: 14px; /* Not 30px because the 1px top-border brings it up to 190px to match #graph */

			  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,140,37,0.38) 38%, rgba(0,140,37,1) 100%); /* FF3.6+ */
			  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(0,140,37,0.38)), color-stop(100%,rgba(0,140,37,1))); /* Chrome,Safari4+ */
			  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* Chrome10+,Safari5.1+ */
			  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* Opera 11.10+ */
			  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* IE10+ */
			  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(0,140,37,0.38) 38%,rgba(0,140,37,1) 100%); /* W3C */
			  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#008c25',GradientType=1 ); /* IE6-9 */
              border-top: 1px solid #fceabb;
			  float:left;
            }
			#yellow {
              height: 14px; /* Not 30px because the 1px top-border brings it up to 190px to match #graph */

			  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(188,179,0,0.38) 38%, rgba(188,179,0,1) 100%); /* FF3.6+ */
			  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(188,179,0,0.38)), color-stop(100%,rgba(188,179,0,1))); /* Chrome,Safari4+ */
			  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* Chrome10+,Safari5.1+ */
			  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* Opera 11.10+ */
			  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* IE10+ */
			  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(188,179,0,0.38) 38%,rgba(188,179,0,1) 100%); /* W3C */
			  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#bcb300',GradientType=1 ); /* IE6-9 */
              border-top: 1px solid #fceabb;
			  float:left;
            }
            #red{
              height: 14px; /* Not 30px because the 1px top-border brings it up to 190px to match #graph */

			  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(147,22,0,0.38) 38%, rgba(147,22,0,1) 100%); /* FF3.6+ */
			  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(147,22,0,0.38)), color-stop(100%,rgba(147,22,0,1))); /* Chrome,Safari4+ */
			  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* Chrome10+,Safari5.1+ */
			  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* Opera 11.10+ */
			  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* IE10+ */
			  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(147,22,0,0.38) 38%,rgba(147,22,0,1) 100%); /* W3C */
			  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#931600',GradientType=1 ); /* IE6-9 */
              border-top: 1px solid #fceabb;
			  float:left;
            }
			
			#blue{
              height: 14px; /* Not 30px because the 1px top-border brings it up to 190px to match #graph */

			  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,9,188,0.38) 38%, rgba(0,9,188,1) 100%); /* FF3.6+ */
			  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(38%,rgba(0,9,188,0.38)), color-stop(100%,rgba(0,9,188,1))); /* Chrome,Safari4+ */
			  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,9,188,0.38) 38%,rgba(0,9,188,1) 100%); /* Chrome10+,Safari5.1+ */
			  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,9,188,0.38) 38%,rgba(0,9,188,1) 100%); /* Opera 11.10+ */
			  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(0,9,188,0.38) 38%,rgba(0,9,188,1) 100%); /* IE10+ */
			  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(0,9,188,0.38) 38%,rgba(0,9,188,1) 100%); /* W3C */
			  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#0009bc',GradientType=1 ); /* IE6-9 */
              border-top: 1px solid #fceabb;
			  float:left;
            }
			
            #red p,#yellow p,#green p,#blue p,#topgreen p, #topyellow p, #topred p, #topblue p{ position: absolute; text-align: center; vertical-align: middle; width: 100%; margin: 0px; font:11px/1.5 Verdana, Arial, Helvetica, sans-serif;font-weight: bold; }
            .error {
                /* These styles are arbitrary */
                background-color: #fceabb;
                padding: 1em;
                font-weight: bold;
                color: red;
                border: 1px solid red;
            }
			
#buttonContainer{
	#background:url('../img/section_bg.png');
	border:1px solid #F4F4F4;
	margin: auto 0;
	overflow:hidden;
	
	padding:20px 0 35px 125px;
	width:950px;
	
	-moz-box-shadow:0 0 10px #C4C4C4;
	-webkit-box-shadow:0 0 10px #C4C4C4;
	box-shadow:0 0 10px #C4C4C4;
}

#buttonContainer a{
	float:left;
	margin:15px 15px 0 0;
}

#footer{
	background-color:#212121;
	position:fixed;
	width:100%;
	height:60px;
	bottom:0;
	left:0;
}

a.tzine{
	background:url("../img/tzine.png") no-repeat right top;
	border:none;
	color:#FCFCFC;
	font-size:12px;
	height:70px;
	left:50%;
	line-height:31px;
	margin:23px 0 0 110px;
	position:absolute;
	top:0;
	width:290px;
}

p.note{
	color:#999999;
	font-style:italic;
	margin:50px 0 120px;
	text-align:center;
	text-shadow:1px 1px 0 #FFFFFF;
}

.tri{
	border-color:transparent transparent #212121;
	border-style:solid;
	border-width:20px 17px;
	height:0;
	left:50%;
	margin:-40px 0 0 -400px;
	position:absolute;
	top:0;
	width:0;
}

h1{
	font-size:20px;
	font-weight:normal;
	left:50%;
	margin-left:-400px;
	padding:25px 0;
	position:absolute;
	width:600px;
}

a, a:visited {
	text-decoration:none;
	outline:none;
	border-bottom:1px dotted #97cae6;
	color:#97cae6;
}

a:hover{
	border-bottom:1px dashed transparent;
}

.clear{
	clear:both;
}
