html,body
{
    margin:0;
    padding:0;
    background-color:white;
    color:#402618;
    font-family: Arial, Helvetica, sans-serif;
    font-size:10px;
    /*text-align:center;*/
}

img { border:none; }

img.contornata {
    BORDER-RIGHT: #402618 1px solid;
    BORDER-TOP: #402618 1px solid;
    BORDER-LEFT: #402618 1px solid;
    BORDER-BOTTOM: #402618 1px solid
}

.collezione {
	font-size: 12px;
}

.testo10 {
	font-size: 10px;
}

.testo10dark {
	font-size: 10px;
	BACKGROUND-COLOR: #EEEfEf;
}

.reportNotes {
    font-size: 10px;
    color: dimgray;
}

.reportTitle {
	font-size: 12px;
	color:#AD6745;
}

.broger {
	color: white;
	BACKGROUND-COLOR: green;
	font-size: 10px;
}

.errore {
	color: white;
	BACKGROUND-COLOR: #A5230C;
	font-size: 10px;
}

.testo10justify {
	text-align: justify;
	font-size: 10px;
}

a {
	text-decoration: none;
	color: #402618;
}

a:hover {
	text-decoration: none;
	color: #AD6745;
}

a:active {
	text-decoration: none;
	color: #AD6745;
}

span.info {
	border-bottom: 1px dashed #402618;
	text-decoration: none;
	color: #402618;
	font-size: 10px;
	cursor: help;
}

span.subtitle {
	border-bottom: 1px dotted #402618;	
	text-decoration: none;
	color: #402618;	
	font-size: 10px;
}

span.evidence {
	text-decoration: none;
	color: #AD6745;	
	font-weight: normal;
}

span.totale {
	text-decoration: none;
	color: #AD6745;	
	font-weight: bold;
	font-size: 120%;
}

/*
ul {
	padding-left: 30px;
}

li {
	list-style-image:  url("../image/quadratino.gif");
	list-style-position: outside;
	font-size: 10px;
	padding-top: 5px;
}
*/

form {
    margin: 0px;
}

input,select,textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #402618;	
}

input.locked {
	background-color: #dcdcdc;
}

p 
{
    font-size: 10px;
}

h1 {
    font-size:18px;
    margin:0;
    padding:0 0 6px 0;
}

h2 {
    font-size:16px;
    margin:0;
    padding:10px 0 6px 0;
}

h3 {
    font-size:14px;
    margin:0;
    padding:10px 0 6px 0;
}

th {
    font-weight: bold;
}

/* sezioni */

#box {
    background-color:white;
    position:relative;
    text-align:left;
    min-width: 800px;
    width:95%;
    border:1px solid #402619;
    margin:2em auto 1em auto;
}

div.divider {
    border-bottom:1px solid #402619;
    padding-left:15px;
    padding-right:15px;
}

div#divLoading {
	position: fixed;
	top: 0px;
	right: 0px;
	color: White;
	height: 18px;
	width: 60px;
	/*background-color: Red;*/
	visibility: hidden;
	font-family: Verdana;
	font-size: 11px;
	background-image: url(../image/loading.gif);
	background-repeat: no-repeat;
}

#header {
    position:relative;
    /*height:65px;*/
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
}

#content
{
	overflow: auto;
    position:relative;
    padding-left:15px;
    padding-right:15px;
    padding-top:0px;
    padding-bottom: 0px;
}

#footer
{
    position:relative;
    height:50px;
    padding-left:15px;
    padding-right:15px;
    padding-top:0px;
}


a.navs {
	text-decoration: none;
	color: #AD6745;
}
