﻿@import url(layout.css);
body {
	color: black;
	font-size: 13px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-color: #d3d9d6;
}
#container {
	background-color: #fff;
	width: 800px;
	margin: 0 auto 0 auto;
	border-top: 0;
	border-right: 0px solid #b7b7b7;
	border-bottom: 0;
	border-left: 0px solid #b7b7b7;
	overflow: hidden;
}
#masthead {
	text-align: right;
	background-color: #FFFFFF;
	width: 800px;
}
#navigation {
	line-height: 25px;
	
	overflow: hidden;
	background-color: #998866;
	margin-left: 0px;
	margin-right: 0px;
	text-align: center;
	border-top: 2px solid #445566;
	border-bottom: 2px solid #665533;

}

html>body #navigation {
	overflow: hidden;
}

#esci {
	float: right;
	text-align: right;
}
#esci a {
	color: #fff;
	text-decoration: none;
	margin: 0 1px;
	padding: 5px 0px 5px 0px;
	border: 2px solid #986;
}
#login_area {
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
}
#footer {
	background-color: #666666;
	color: #FFFFFF;
	line-height: 25px;
	padding-left: 10px;
	padding-right: 10px;
}


/* Styles for Masthead */
#masthead img { 
	float: left; 
}
#masthead p {
	font-size: 11px;
	color: #036;
	margin: 10px 10px 0;
}
#masthead a {
	color: #036;
	font-weight: normal;
	text-decoration: none;
}
#masthead a:hover {
	color: #998866;
	text-decoration: none;
	font-weight: bolder;
	text-transform: none;
}

/* Styles for Navigation */
#navigation p {
	margin: 0;
	text-align: left;
}
#navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #fff;
	text-decoration: none;
	margin: 0;
	border: 2px solid #986;
	padding: 5px 8px 5px 8px;
}
#navigation a:hover {
	border: 2px solid #456;
	background-color: #456;
}

/* Styles for Footer */
#footer p {
	margin: 0;
	font-size: 11px;
	text-align: left;
}
#footer a {
	color: #FFFFFF;
	font-weight: lighter;
	text-decoration: none;
}
#footer a:hover {
	color: #D2CCBD;
	text-decoration: none;
	font-weight: bolder;
}
#copyright {
	float: right;
	text-align: right;
}
#copyright p {
	font-size: 11px;
}

/* Styles for Login Area */
.nota
{
	margin: 0;
	font-size: 12px;
	color: #998866;
}
.etichetta
{
	margin-bottom:3px;
	color: #445566;
}
.etichettacampi
{
	margin-bottom: 0px;
	color: #445566;
	float: right;
}
.etichettaGrande
{
	border-style: none none solid none;
	border-width: thin;
	border-color: #A11A0E;
	margin-bottom: 3px;
	color: #445566;
	font-weight: normal;
	font-size: 16px;
}
.etichettaHelp
{
	border-style: none none solid none;
	border-width: thin;
	border-color: #A11A0E;
	margin-bottom: 3px;
	margin-top:15px;
	color: #445566;
	font-weight: normal;
	font-size: 16px;
}

.notaregistrazione
{
	margin: 0px 0px 0px 0px;
	font-size: 12px;
	color: #998866;
	text-align: center;
}
.titolo
{
	 margin-right:10px;
}

.labelfiltri
{
	color: #445566;
}
.testofiltri
{
	color: #445566;
	font-weight: bold;
}
.comboimpianti
{
	border-style: none;
	margin: auto auto 0px auto;
	font-size: 14px;
	text-align: left;
	font-weight: normal;
	background-color: #998866;
	color: #fff;
}
.stile_label_filtri
{
	color: #445566;
}
.stile_label_filtri a:hover
{
	text-decoration: none;
	font-weight: bolder;
	color: #FF0000;
}
#filtri
{
 margin-left:10px; margin-right:10px;
}
#spazio a:hover
{
	text-decoration:none;
	font-weight:bolder;
}

/* Styles for Links */
a {
	color: #036;
	text-decoration: none;
}
a:hover {
	color: #445566;
	text-decoration: none;
	font-weight: bolder;
}

/* Other styles */
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.modalPopup {
	background-color: #ffffdd;
	border-width: 3px;
	border-style: solid;
	border-color: Gray;
	padding: 3px;
	width: 250px;
	font-size: medium;
	position: inherit;
	color: #000000;
}

