/* Generali */
body {
	background-color:#FFF;
	color: #000;
	margin: 1px;
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size: 11px;
}

hr { display:none; }

H3 {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 125%;
}

a {
	font-weight:bold;
	color:#FF9A00;
}

/* Sezioni */

#mainSz { width:100%;/*width: 400px;*/}
#main {
	padding:2px;	
}

#mHead { display:none; }

#mTitle {
	background-image: url(Img/quad.gif);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left: 10px;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 6px;
	padding-top: 6px;
	text-transform: uppercase;
	/*border-bottom: dotted 1px #404040;*/
}

#mTabs {
	padding-bottom:10px;
}

#mContent {
	/*padding-bottom:0px;*/	
	height:280px;
	width:420px;
	overflow:auto;
}

#mBott {
	margin-top:10px;
	padding: 4px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: right;
	border-top: dotted 1px rgb(200, 200, 200);
}

#mFooter { display:none; }

#tipZone {
	display: none;
	margin: 5px;
	background-color: #FFFFE1;
	border: dotted 1px #rgb(200, 200, 200);
	padding: 4px;
	text-align: center;
}
/* Fine Sezioni */

/* Tabelle */
table { font-size:100%; }

.tbMain {
	border: dotted 1px rgb(200, 200, 200);
	width: 96%;		
}

.tbHead {
	background-color: #dee5ef;
	text-align: center;
	font-weight: bold;
}
.tbHCel {
	border-bottom: dotted 1px rgb(200, 200, 200);	
}

.tbRow {
}
/* Fine Tabelle */
.currStep 
{
	color: #00528A;
	padding:3px;
	font-weight:bold;
	font-size:115%;
	text-align:left;
}


.inSpace {
	height:14px;
	clear:both;
}

.disc {
	margin-left:15px;
	margin-right:15px;
	margin-top:10px;
	border-top: dotted 1px #DDD;
	padding-top:10px;
}

/* TODO: rivedere/rimuovere... */
.inRow { 
	padding: 5px;
	clear: left;
}
.inLab {
	float: left;
	width: 230px;
}
.inTxt {
	float: left;
	width: 150px;
}
.inLabBx {
	padding: 3px;
	text-align: left;
}

.inLabRw {
	padding-left:60px;
	text-align: center;
}

.inTxtRw {
   text-align:left;
   padding-left:70px;
}

.inLab3c {
	float: left;
	width: 190px;
}
.inLab3cD {
	float: left;
	width: 275px;
}

.inTxt3c {
	float: left;
	width: 92px;
}
.inTxtBx {
	padding-left:6px;
}

.inMessageBox {
	clear: left;
	text-align:center;
	padding:5px;
}

.errMessage {
	/* color: #660000; */
	font-weight: bold;
}

/* Footer Elements */
#foo_discl {
	text-align: justify;
	float: left;
	width: 92%;
	padding: 4px;
	padding-left: 3%;
	font-size: 85%;
}

#foo_log {
	float: right;
	text-align: center;
	width: 30%;
	padding: 3px;
}

.cls_el {
	clear:both;
	height: 1px;
	overflow: hidden;
}

/* Form Tems */
input, select {
	font-family: Tahoma,Arial,Helvetica,sans-serif;
	font-size:100%;
}

input.txt, input.txts {
	border:solid 1px #111;
}
input.txt { width:130px; }
input.txts { width:80px; }

input.num, input.nums {
	border:solid 1px #111;
	text-align:right;
	padding-right:3px;
}
input.num { width:90px;	}
input.nums { width:67px; }

input.btn {
	border-left: solid 1px #c0d1bc;
	border-top: solid 1px #c0d1bc;
	border-right: solid 1px #1c522e;
	border-bottom: solid 1px #1c522e;
	padding:0px;
	margin-left:6px;
	font-weight:bold;
	color:#030;
}

input.dis {
	font-weight:bold;
	color:#000;
	border:solid 1px #c0d1bc;
	background-color:#FFF;		
}

select.txt {
	border:solid 1px #1c522e;		
	text-align:right;
	width:140px;
}

option {
	/*	text-align:left;	*/
	padding-right:2px;
}

.tip 
{
	font-size:90%;	
}
/* float: right;	*/

