body, td, th, p {
  font-family: verdana, sans-serif;
  font-size: 10px;
}

/*/*/a{}
body,
body td,
body th,
body p {
  font-size: xx-small;
  voice-family: "\"}\"";
  voice-family: inherit;
  font-size: xx-small;
}
html>body,
html>body td,
html>body th,
html>body p {
  font-size: x-small;
}  
/* */


body, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #323232;
	margin: 0px;
}

body.noapp {
/*	margin: 15px;   */
	width: auto; 
	voice-family: "\"}\"";
	voice-family: inherit;
	width: expression(document.documentElement.clientWidth - 0);
}

body {
	voice-family: "\"}\"";
	voice-family: inherit;
	width: expression(document.documentElement.clientWidth - 0);
}

div.margini_pagina {
	padding: 10px 10px 10px 15px;
}

h1 {
	color: #F2B117;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 180%;
}
h2 {
	font-size: 140%;
	color: #507CA9;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-top: 0.7em;
	margin-bottom: 0.1em;
}
h2 img {
	margin-left: 10px;
	border: none;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	color: #507CA9;
	margin-bottom: 0.1em;
}
p {
	margin-top: 0.7em;
}

a {
	color: #507CAB;
	text-decoration: none;
}

a:hover {
	color: #CC0000;
	text-decoration: underline;
}

a img {
	border: none;
}
form {
	padding: 0px;
	margin: 0px;
}
input, select, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-order: 1;
}
input.button, .button, .button_off {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #D8E1E6;
	color: #507cab;
	font-weight: bold;
	border-top: 1px solid #E7ECEF;
	border-right: 1px solid #8DAAC9;
	border-bottom: 1px solid #8DAAC9;
	border-left: 1px solid #E7ECEF;
}
.button_off {
	color: #999999;
	background-color: #CCCCCC;
	border-top-color: #EEEEEE;
	border-right-color: #AAAAAA;
	border-bottom-color: #AAAAAA;
	border-left-color: #EEEEEE;
}

label {
}

.error {
	color: #CC0000;
	font-weight: bold;
	font-size: 120%;
}
.confirmation {
	font-size: 120%;
	color: #000000;
	font-weight: bold;
}

#main {
	background-color: #FFFFFF;
	padding: 0em;
	clear: both;
	z-order: 1;
}
#main #descrizione {
	line-height: 1.5em;
}
#main #pagina {
}
#main #box_desc {
	border: 1px none #CCCCCC;
	margin-top: 30px;
}

#menu {
	background-color: #eef2f4;
	line-height: 1.5em;
	border-bottom: 1px solid #8daac9;
	border-top: 1px solid #dbdbdb;
	height: 2em;
	clear: both;
	z-order: 99;
}


#menu ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	z-order: 100;
}

#menu li { /* all list items */
	float: left;
	position: relative;
	width: auto;
	padding: 0.5em 1em 0.5em 1em;
	font-size: 10px;
	font-weight:bold;
	white-space:nowrap;
	line-height: 1em;
	z-order: 101;
}

#menu li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 2em;
	left: 0.5em;
	width: auto;
	background-color:#dae2ed;
/*	padding-top: 5px; */
}

#menu li ul li {
	font-size:10px;
	font-weight:normal;
	padding: 0.5em;
	float:none;
	width: 12em;  
	background-color:#eef2f4;
	border-left: 1px solid #e7ecef;
	border-right: 1px solid #8daac9;
	border-bottom: 1px dotted #8daac9;
	}

#menu li ul li.last {
	border-bottom: 1px solid #8daac9;
}

#menu li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
/*	top: auto;
	left: auto;
*/
}

#menu li:hover ul, #menu li.over ul { /* lists nested under hovered list items */
	display: block;
}


.bordi_pagina {
	padding-top: 30px;
	padding-left: 20px;
	background-image: url(../images/bordo_sfumato_vert.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px #9FB7D0;
}
.bordo_oriz {
	background-color: #9FB7D0;
	background-image: url(../images/bordo_sfumato_oriz.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 1px;
	font-size: 0px;
	line-height: 0px;
	margin: -10px 0px 0px;
	padding: 0px;
}

#tabs ul { 
        padding: 0;
        margin: 0;
        list-style: none;
}

#tabs li {
	float: left;
	white-space:nowrap;
}

.tab, .tab_active {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #CF8204;
	padding: 2px 10px 0px 15px;
	margin: 0px 0px 0px 1px;
	line-height: 1.2em;
	text-decoration: none;
	background-color: #F7E59F;
	background-image: url(../images/angolo_tab_on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	height: 1.3em;
	display: block;
	float: left;
	white-space: nowrap;
}
.tab_active {
	font-weight: bold;
	color: #507ca9;
	background-color: #D8E1E7;
	background-image: url(../images/angolo_tab_off.gif);
}

#tabs {
	margin: 0px;
	padding: 0px;
	line-height: 0em;
	font-size: 0px;
}


.error1 {
	font-size: 18px;
	color: #FF0000;
}
.error2 {
	color: #507CA9;
	font-weight: bold;
}


/* Lasciare in fondo */
body { voice-family: "\"}\""; voice-family: inherit; width: expression(document.documentElement.clientWidth - 0); }

