/*
 * $Id: common.css,v 1.15 2004/08/30 09:11:56 ugo Exp $
 */
 
body {
	margin: 0px;
	padding: 0px;
}

#header { 
	border-top: 1px solid;
	border-left: 1px solid;
	border-bottom: 0px;
	border-right: 1px solid; 
	background-repeat: no-repeat;
	margin: 0px;
}

#header h1 { 
  font-size: 1px;
}

#logo {
  position: absolute;
  top: 0px;
  left: 20px;
}

#privatelink {
  padding: 0px;
  position: absolute;
  right: 60px;
  top: 60px;
}

#layout-table {
  width: 100%;
}

h3 {
    font-size: 110%; 
    font-weight: bold;
    color: #066;
}

.centercol {
	padding: 10px;
	margin: 0px;
}

.centercol h2 { 
    font-size: 130%; 
    font-weight: bold;
    margin: 1em 0 0; 
    padding: 0;
    border-style: solid; 
    border-width: 0 0 1px 0;
}
.centercol h2 span {
   position: relative; 
   bottom: -0.6em;
   padding: 1px 0.5em; 
   margin: 0;
   border-style: solid; 
   border-width: 1px 2px;
}

div #boxloghi {
  border: 1px dotted;
  padding: 0px 6px;
  margin: 10px 30px;
}

.leftcol, .rightcol {
	padding: 0px;
	border: 0px;
	margin: 0px;
	width: 170px;
}

.sidebox {
    padding:10px 10px 0px 10px;
    margin-bottom:20px;
    line-height:130%;
    font-size: 100%;
}

.sidebox h2 {
    font-size: 130%; 
    font-weight: bold;
    margin: 1em 0 0; 
    padding: 0;
    border-style: solid; 
    border-width: 0 0 1px 0;
}


.sidebox h2 span{
   position: relative; 
   bottom: -0.6em;
   padding: 1px 0.5em; 
   margin: 0;
   border-style: solid; 
   border-width: 1px 2px;
}

.sidebox h2, .centercol h2 {
	margin: 0px 0px 5px 0px;
  	padding: 2px 4px;
	font-weight: bold;
	font-size: 110%;  
}

#footer {
	margin: 0;
	text-align: center;
	font-size: smaller;  
	border-top: 1px solid #003;  
	border-bottom: 1px solid #003;
	color: #003; 
	padding-top: 2px;
	padding-bottom: 2px;
	clear: both;
}
 
p.link {
  text-align: right;
}
/*
.sidebox a:link, .sidebox a:visited, .sidebox a:active { 
	text-decoration: underline; 
	font-weight: bold;
	font-size: 90%; 
}

.sidebox a:hover { 
	text-decoration: none;
  	font-weight: bold;
	font-size: 90%; 
}
*/
#wrapper {
  margin: 0px;
  padding: 0px 0px 0px 0px;
  width:100%;
  voice-family: "\"}\"";
  voice-family: inherit;
}
html>body #wrapper {
  width: auto;
}

.title{
  border-bottom: 1px solid;
  border-top: 1px solid;
  margin:0px;
  padding: 2px;
  font-weight: bold;
}

.error-message {
	font-size: 200%;
}

.error-description {
	border: 1px solid;
	padding: 8px;
}
	

.menu {
    font-family: Verdana,Arial,Helvetica,sans-serif;
    padding:10px 10px 0px 10px;
    margin-bottom:20px;
    line-height:130%;
    font-size: 100%;
}

.menu p {
    font-weight:bold;
    margin-top: 0px;
    margin-bottom: 7px;
    font-size:90%;
}

.menu a {
    text-decoration: none; 
}

.menu a:hover {
    text-decoration: none; 
}

/* turn off borders so we don't need border=0 on image links */
:link img, :visited img {
	border: 0;
}

/****** Tolti i colori fino a qui *******/
div.frame{
	background-color: #ddd;
	border: 1px solid #036;
	padding: 4px; 
	margin-top: 12px;
}
table.report {
  font-size: 80%;
  background-color: white;
  border: 1px solid #036;
  margin-bottom: 5px;
 /* border:0px;
  border-spacing:1px;
  border-collapse:separate;*/
  width:100%;
  
}

table.report th.dx {
  text-align: right;
}

table.report td.nav {
  background-color:#ddd;
  color: black;
}

table.report th {
  background-color:#ffc;
  padding: 4px;
  color: #036;
  text-align:left;
}

table.report td {
  vertical-align:top;
  background-color:#eee;
  padding: 2px;
  color: black;
  text-align:left;
}

table.report td.value{
	white-space: nowrap;
	text-align: right;
}

table.report td.section {
	font-size:130%; 
	font-weight: bold; 
	background-color:rgb(250,200,0);
}

tr.intestazione {
	background-color: #ffc;
	color: #000;
  font-weight: bold;
  text-align: center;
	}

tr.totale {
	background-color: #000;
	color: #ffc;
  font-weight: bold;
  text-align: right;
	}
  
tr.odd {
	background-color: #ddd;
	color: #000;
  text-align: right;
	}

	tr.modified {
	color: #8B0000;
	}

tr.even {
	background-color: #eee;
	color: #000;
    text-align: right;
}

table.form td.submit, table.report td.submit, table.record td.submit {
  text-align: center;
  line-height: 100%;
}

table.form {
	width: 100%;
}

table.form th {
  padding: 4px;
  text-align:center;
}

table.form td {
  padding:5px 5px 2px 5px;
  text-align: left;
}

table.form td.caption {
  font-weight: bold;
}

table.record {
  font-size: 80%;
  background-color: white;
  border:1px solid #036;
  /*border-spacing:1px;
  border-collapse:separate;*/
  width:100%;
  margin-bottom: 5px;
  
}

table.record th {
  background-color:#ffc;
  padding: 4px;
  color:  #036;
  text-align: left;
}

table.record th.dx {
  text-align: right;
}

table.record td {
  vertical-align:top;
  background-color:#eee;
  padding: 2px;
}

table.record td.caption {
	/* white-space: nowrap; */
	font-weight: bold;
	text-align: right;
	width: 50%;
}

img.cmd-icon {
	border:0;
	width:19px;
	height:19px;
	vertical-align:middle;
}

.calendar {
  z-index:1000; /* must be higher than forms-tabContent */
}