.base-layer
{
	background-color: #FFFFFF; 
	border: solid #333333 0px;
	text-align: center;
	margin: 0.5em 12px 0.5em 12px;
	width: 500px;
	padding-left:20px;
	height:auto;
}

.table-caption
{
	/*background-image: url(images/header_table.jpg);*/
	background-color:#ffa12d;
	margin: 0.5em 12px 0.5em 12px;
	padding: 0em;
	text-align: center;
	width: 500px;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 1.2em;
	color: Navy;
	border: solid #333333 1px;
	padding-left: 0px;
}
 
.table-row {
background-color:  #ffffff;
text-align: center; 
width: auto;
}

.leftCell {
  border: none; float: left; margin: 0; padding: 0; width: 100px;text-align:left;
}
.rightCell{
  border: none; float: right; margin: 0; padding: 0; width: 100px;text-align:left;
}
.leftTextCell {
  border: none; float: left; margin: 0; padding: 0; width: 100px;text-align:left;font-weight:bold;
}
.emptyCell {
  border: none; float: left; margin: 0; padding: 0; width: auto;text-align:left;
}
.space-line15
{
	height:15px;
}.space-line1
{
	height:1px;
}
.separatore4
{
	width:100%;
	height:4px;
}

.separatore20
{
	width:100%;
	height:5px;
}
.separatore30
{
	width:100%;
	height:100px;
	display:block;
	visibility:visible;
}

.handCursor{cursor:pointer;cursor:hand;}