


/*   global tags - not zone specific   */



/* base element*/
BODY {
	margin: 0 auto;
    font-family: Verdana ,Arial, Helvetica, sans-serif;
    font-size: 9pt;
    color: #074671;
    empty-cells: show;
    width: 100%;
    background-color: #FFFFFF;
}
FORM {
  color: #074671;
}

INPUT {
	padding: 0px;
	margin: 0px;
	
}

OPTION {
  color: #074671;
}

SELECT {
  color: #074671;
}

A {
	color: #880404;
	text-decoration: none;
}


/*A:visited {color:#9C38FC;}*/

A.footer:hover {
	TEXT-DECORATION: underline;
}

img{
	border: 0px;
}

table{
	border-collapse: collapse;
}
td {
    border: 0px;
    padding: 0px;
    margin: 0px;
}

p{
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}

label{
	font-weight: bold;
}

/* div definition*/

div{
	border: 0px;
	padding: 0px;
	margin: 0px;
}

#all{
	width: 768px;
	text-align:center;
	vertical-align: middle;
	margin:0 auto;
	
	border-left: 7px solid #163160;
	border-right: 7px solid #163160;
	border-bottom: 7px solid #163160;
}

#header{
	background: #CEE1EF url(../img/headerNuovo.jpg);	
	width: 752px;
	height: 85px;
	cursor: pointer;
}

#corpopagina{

	display: block;
	
	margin-left: 0;
	border-left: 7px solid white;
	border-right: 7px solid white;
	width:752px;
	border-bottom: 1px solid #163160;
	background-color: #163160;
	height:100%;
	

}

#menu{
	background-color: #163160;

	float: left;
	width:135px;
	
	height: 434px;
	min-height: 434px;
	text-align: left;
}


#footer{
	position: relative;
	width: 750px;
	background: white;
	
	vertical-align: middle;
	font-size: 7pt;
	background-image: url("../img/logo_dts.png") ;
	background-repeat: no-repeat;
	background-position: center right;
	margin-bottom: 5px;
	
}

/**/
#menu ul {
	margin: 0px;
	padding: 0px;
}
	
#menu li {
	border-bottom: 1px solid #FFFFFF;
	list-style-type: none;
	display: block; 
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
	padding-right: 5px;
	margin: 0;
}

#menu li a{
	font-weight: bold;
	color:#FFFFFF;
	font-size: 8pt;
}

#menu span h3{
	margin-left: 10px;
	background-image: url("../img/carrello.gif"); 
	background-repeat: no-repeat;
	background-position: left;
	font-size: 7pt;
	position: absolute;
	top: 170px;
	display: none;
}

<!-- PARTE INTERNA -->
#container{
	background-color: white;
	float:left;
	display: block;
	
	vertical-align: top;
	
	
	
}

#titleImage{
	background-color: white;
	height: 48px;
	background-image: url("../img/fondoHeader.jpg"); 
	background-repeat: no-repeat;
	
	   background-position: top !important;
	   width: 100% !important;
	   margin-left: 0px !important;
	
	background-position: top left;
	margin-left: -1px;
	width: 499px;
}

#titolo{
	padding-top: 15px;
	background-color: white;
	text-align: left;
	
	margin-left: 0px;
	padding-left:10px;
	padding-bottom:3px;
	padding-top:10px;
	border-bottom: 1px dashed #074671;
	font-weight: bold;
	height: 30px;
	vertical-align: middle;
	background-image: url("../img/pagoPAsmall.png") ;
	background-repeat: no-repeat;
	background-position: center right;
	
	
}
#titoloHome{
	
	
	margin-left: 0px;
	background-color: white;
	text-align: right;
	vertical-align: bottom;
	font-weight: bold;
	padding-left:10px;
	padding-bottom:3px;
	padding-top:10px;
	border-bottom: 1px dashed #074671;
}

#dati{
	padding-top: 15px;
	background-color: white;
	text-align: justify;
	min-height: 374px;
	margin-left: 135px !important;
	height: 100% !important;
	
	
	
	padding-left: 10px;
	padding-right: 10px;
}

#barInfo{
	background-color: white;

	
	margin-left: 0px;
	padding-left: 3px;
	
}
#infoNomeAzienda{
	font-weight: bold;
	text-align:left;
	
	padding-top:40px;
	padding-bottom:10px;
	width:40%;
}

#infoContattoAzienda{
	
	text-align:left;;
	
	padding-bottom:10px;
	
	
}
#infoContattoAzienda a{
	font-weight:bold;
}

#sottotitolo{
	font-weight: bold;
	font-style: italic;
	padding-bottom:3px;
	
}
#introduzione{
	padding-bottom:5px;
	
}

#error{
	text-align: justify;
	
	vertical-align: middle;
	background-color:white;
	
}
#messaggioErrore{
	text-align: center;
	vertical-align: middle;
}
div.tipologiaAzienda{
	color:#FFFFFF;
	background-color: #163160;

	
	
	vertical-align:bottom;

	font-weight: bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #FFFFFF;
	border-top:5px solid #FFFFFF;
}
div.nomeAziendaChiaro{
	vertical-align:middle;
	background-color: #FFFFFF;
	
	padding-left:10px;
	padding-bottom:5px; 
	padding-top:5px;
	
}
div.nomeAziendaScuro{
	vertical-align:middle;
	background-color: #d7e2fa;
	
	padding-left:10px;
	padding-bottom:5px;
	padding-top:5px;
	
}
#prosegui{
	padding-top: 15px;
	
	text-align: right;
	font-weight: bold;
}


<!-- Comportamento dentro DIV -->
#error ul {
	border: 3px solid #AA0404;
	padding-top: 20px;
	text-align: center;
	padding: 0px;
	width: 530px;
	height: 34px;
}
#error ul li {
	list-style-type: none;
	border: 1px solid #AA0404;
	height: 30px;
	margin: 2px;
	padding-top: 10px;
	width: 528px;
}
#messaggioErrore ul {
	border: 3px solid #AA0404;
	padding-top: 20px;
	text-align: center;
	padding: 0px;
	width: 530px;
	height: 34px;
}
#messaggioErrore ul li {
	list-style-type: none;
	border: 1px solid #AA0404;
	height: 30px;
	margin: 2px;
	padding-top: 10px;
	width: 528px;
}

input.prosegui {
	border: 0px;
	background-color: white;
	color: #880404;
	font-weight: bold;
	cursor: pointer;
	background-image: url("../img/prosegui.gif"); 
	background-repeat: no-repeat;
	background-position: left;
	
	padding-left: 15px;
}
input.recuperaRicevuta {
	border: 0px;
	background-color: white;
	color: #880404;
	font-weight: bold;
	cursor: pointer;
	background-image: url("../img/prosegui.gif"); 
	background-repeat: no-repeat;
	background-position: left;
	
	
}

input.radio{
	border:0px;
	width:15px;
	vertical-align: middle;
}

input.inputmail{
	
	width:230px;
	
}

#prosegui a{
	border: 0px;
	background-color: white;
	color: #880404;
	font-weight: bold;
	cursor: pointer;
	background-image: url("../img/indietro.gif"); 
	background-repeat: no-repeat;
	background-position: left;
	
	padding-left: 25px;
}

#prosegui a.avanti{
	border: 0px;
	background-color: white;
	color: #880404;
	font-weight: bold;
	cursor: pointer;
	background-image: url("../img/prosegui.gif"); 
	background-repeat: no-repeat;
	background-position: left;
	
	padding-left: 25px;
}


#dati table{
	width: 540px;
}
#dati th{
	background-color: #163160;
	
	color: #FFFFFF;
	text-align: center;
	vertical-align:bottom;

	font-weight: bold;
	padding-left:10px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #FFFFFF;
	border-top:5px solid #FFFFFF;
}

#dati tr.rigaChiara{
	background-color: #FFFFFF;
}

#dati tr.rigaScura{
	background-color: #d7e2fa;
}

#dati td{
	padding-left: 5px;
}
.rigaDettaglio {
	padding:4px;
}
.dettagliImpegnative{
	padding:5px;
}
.dettagliImpegnativa{
	background-color:#C5DFF7;
}
.rigaCentrata{
	text-align:center;
}
.rigaAllineataDX{
	text-align:right;
	background-color: #FFFFFF;
	padding-right: 5px;
}

#rigaAllineataDX{
	text-align:right;
	background-color: #FFFFFF;
	padding-right: 5px;
}

#rigaAllineataDX td{
	background-color: #FFFFFF;
}