@charset "utf-8";
/* CSS Document */

.input_preventivo, .select_preventivo {
	font-family: "Century Gothic", Arial, "trebuchet MS";
	font-size: 12px;
	border: #a8a8a8 1px solid;
	padding:2px;
	margin:0px 5px 2px 5px;
}

.input_preventivo {
	background: url(../images/input_preventivi_grey.gif) repeat;
	width:100px;
}

.select_preventivo {
	background-color:#ebf3f3;
}

.checked {
	width:20px;
	background: url(../images/input_preventivi.gif) repeat;
	border:none;
}


/* CONTENT TXT */
#content_txt {
	width:581px;
	margin: 0 0 0 200px;
	height: auto;
	padding:10px;
	font-size: 12px;
	text-align: justify;
	line-height: 15px;
	line-height:18px;
	background:url(../images/content_txt.gif) no-repeat;
	position:relative;
	top:0;
}

#content_txt h1{
	font-size: 14px;
	text-align:left;
	text-transform:uppercase;
	font-weight:normal;
	padding:2px 2px 2px 8px;
	margin:0px;
	letter-spacing:1px;
	word-spacing:2px;
	display:block;
	background-color:#d1dada;
	color:#333;
	
}

#content_txt h1 a {
	text-decoration:none;
	font-weight:normal;
	border-bottom: 1px solid #a7c2d3;
}

#content_txt h1 a:hover, #content_txt h1 a:active {
 color: #a3bbba;
 text-decoration:none;
 font-weight:normal;
 border-bottom:0px;
}

#calcola {
	text-align:center;
	margin: 15px 0px 0px 0px;
}

/* TXT */

#txt {
	margin:15px 0px 0px 0px;

}

#txt a:link,#txt a:visited{
	color:#314b5c;
	font-size:13px;
	font-weight:bold;
}

#txt a:hover,#txt a:active{
	border-bottom: 0px;
 	color: #a3bbba;
}

#txt b{
 	color: #7c99ab;
}

.alert{
	color: Red;
}

#intestazione{
	float:right;
}

