body {
	background-color: #f0f8ff;
	/*topmargin: 20;*/
	font-family: tahoma;
	font-size: 14px;
}

table {
	border: 0px;
}

.tableSummary {
	border: 1px;
	text-align: left; 
	width: 370;
}

.tdbase {
	background-color: #a2a2a2;
	text-align: center;
}

.tableBig {
	border: 1px solid white;
	background-color: #FFFFFF;
}

.tdBig {
	padding: 0px;
	border: 7px solid #CCCCCC;
	text-align: center;
	background-color: #c6ced6;
}

.tabletop {
	border: 1px solid white;
	background-color: #a2a2a2;
}

.tdtop {
	background-color: #a2a2a2;
	text-align: right;
}

.tdtop1 {
	background-image: url(../images/top1.jpg);
}

.tdtop2 {
	background-image: url(../images/top2.jpg);
}

.tdbottom {
	background-image: url(../images/bottom.jpg);
}

td {
	border: 0 px solid #778899;
	font-family: tahoma;
	font-size: 14px;
}

.bottone {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
	background-color:#F3F3F3;
	border: 1px solid #000000;
	width: 150px;
}

.bottonedyn {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold; 
	color: #000000;
	background-color:#F3F3F3;
	border: 1px solid #000000;
}

.dupbutton {
	font-family: tahoma;
	font-size: 9px;
	color: #000000;
	background-color:#F3F3F3;
	border: 1px solid #000000;
	width: 50px;
}

.topmini {
	font-family: tahoma;
	font-size: 12px;
	color: #ff99cc;
	leftmargin: 50px;
}

.inputB {
	font-family: tahoma;
	font-size: 13px;
}

.field_error {
	font-family: tahoma;
	font-weight: bold;
	color: red;
}

.errore {
	font-family: tahoma;
	font-size: 15px;	
	font-weight: bold;
	color: red;
}

.sperrore {
	font-family: tahoma;
	font-size: 12px;	
	color: red;
}

.EnpText {
	font-family: tahoma;
	font-weight: bold;
}

#toolTipBox {
	display: none;
	padding: 5;
	font-size: 12px;
	border: black solid 1px;
	font-family: verdana;
	position: absolute;
  	background-color: #ffd038;
  	color: 000000;
}


.tr2 {
  background-color: #BFBFBF;
  color: black;
}


.rigabassa_blu {
	border-bottom: 1px solid blue;
}

.rigabassa_orange {
	border-bottom: 1px solid orange;
}


.ValSelectBox {
	width: 342;
}
.ValComboBox {
	width: 326;
}

.UserTextBox {
	width: 350;	
}

.AutoInput {
	position: relative; 
}


.StatusNormal {
	font-weight: bold;
	color: green;
}
.StatusAlert {
	font-weight: bold;
	color: darkorange;
}
.StatusError {
	font-weight: bold;
	color: red;
}
.StatusNoControl {
	font-weight: bold;
	color: purple;
}

.IFStitlepage {
	font-family: tahoma;
	font-size: 18px;
	color: #933366;
}

/*
Classe a base root che fa in modo di inserire un'interruzione di stampa 
durante la stampa del documento.
*/
.pagealt {
	page-break-before: always;
}
