﻿body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
a:link {
	color: #000099;
	text-decoration: none;
}
a:visited {
	color: #000099;
}
a:hover {
	color: #333333;
}

td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

.titolo {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000742;
}
.campi {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	border: 1px outset #666666;
	background-color: #D0E2EC;
	padding: 2px;
}

.errore {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: Red;
	
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#logo {
      
      top: 0px;
      left: 0px;
      z-index:101;
      
}


#barra {
      background-repeat: repeat-x;
      top: 3px;
      height: 80px;
      width: 100%;
      background-image: url('../../img/sfondoLogo.png');
      z-index:-1;

}


.standardButton
{
	background-color:#F0DB1A;
	color:#000742;
	border-color:#000742;
	border-width:1px;
	border-style:solid;
}
