html, body {
	width:100%;
	height:100%;
	margin:0;
	padding:0;
	font-family: Arial, Tahoma, Helvetica, sans-serif; 
	font-size: 9pt; 
	font-style: normal; 
	color: #333333;
/*	background: url('./images/bg_body.png') repeat-y top center #333333; */
	text-align: center; /* for IE */

} 


a {
	outline: 0;
} 
	
A:link    { text-decoration: none; color: #0099FF}
A:visited { text-decoration: none; color: #0099FF}
A:hover   { text-decoration: none; color: #1F64A3}

/* unvisited link */
a.down:link {
    color: #4F81BD;
}

/* visited link */
a.down:visited {
    color: #4F81BD;
}

/* mouse over link */
a.down:hover {
    color: #4F81BD;
}

/* selected link */
a.down:active {
     color: #4F81BD;
}

h1 { 
	margin: 0; 
	padding: 0;
	width: 100%; 
	font-size: 14px;
} 


/* Containers
----------------------------------------------------------------------------------------------------*/
.container {
border-color: yellow;
border-style: solid;
border-width: 0px;
margin-left: auto;
margin-right: auto;
width: 900px;
min-height: 90%;
/*background-color: yellow; */
/*background: #FFFFFF url('./images/bg_header.png') repeat-x;  */
}


.contenuti{ 
border-color: black;
border-style: solid;
border-width: 0px;
min-width: 835px;
height: auto;
margin: 20px;  
line-height: 26px;
display: table;
text-align: justify;
/*background-color: yellow;*/
}

.image_left{ 
float:left; 
display:block;
border-color: yellow;
border-style: solid;
border-width: 0px;
width: 360px;
height: auto;
margin: 1px;
text-align: right;
}

.image_left_normal{ 
float:left; 
display:block;
border-color: yellow;
border-style: solid;
border-width: 0px;
width: 360px;
height: auto;
margin: 1px;
text-align: center;
}

.image_center{ 
float:left; 
display:block;
border-color: yellow;
border-style: solid;
border-width: 0px;
width: 880px;
height: auto;
margin: 1px;
text-align: center;
}

.image_right{ 
float:right; 
display:block;
border-color: yellow;
border-style: solid;
border-width: 0px;
width: 360px;
height: auto;
margin: 1px;
text-align: left;
}

.image_right_normal{ 
float:right; 
display:block;
border-color: yellow;
border-style: solid;
border-width: 0px;
width: 360px;
height: auto;
margin: 1px;
text-align: center;
}


.testo_left{ 
float:left; 
display:block;
border-color: red;
border-style: solid;
border-width: 0px;
width: 200px;
height: auto;
margin-top: 10px;
margin-left: 75px;
margin-right: 1px;
margin-bottom: 0px;
text-align: justify;
}

.testo_left_normal{ 
float:left; 
display:block;
border-color: red;
border-style: solid;
border-width: 0px;
width: 280px;
height: auto;
margin-top: 10px;
margin-left: 60px;
margin-right: 1px;
margin-bottom: 0px;
text-align: left;
}


.testo_center{ 
float:left; 
display:block;
border-color: red;
border-style: solid;
border-width: 0px;
width: 500px;
height: auto;
margin-top: 10px;
margin-left: 120px;
margin-right: 1px;
margin-bottom: 0px;
text-align: justify;
}

.testo_center_normal{ 
float:left; 
display:block;
border-color: red;
border-style: solid;
border-width: 0px;
width: 500px;
height: auto;
margin-top: 0px;
margin-left: 0px;
margin-right: 0px;
margin-bottom: 10px;
text-align: center;
}


.testo_right{ 
float:left; 
display:block;
border-color: red;
border-style: solid;
border-width: 0px;
width: 420px;
height: auto;
margin-top: 10px;
margin-left: 50px;
margin-right: 0px;
margin-bottom: 0px;
text-align: justify;
}

.testo_right_normal{ 
float:right; 
display:block;
border-color: red;
border-style: solid;
border-width: 0px;
width: 280px;
height: auto;
margin-top: 10px;
margin-left: 0px;
margin-right: 30px;
margin-bottom: 0px;
text-align: left;
}



/* Headers
----------------------------------------------------------------------------------------------------*/
.header {
	padding: 15px 15px 15px 15px;
	width: 800px;
	height: 100px;
	position: relative;
}

/* Banner Centrale
----------------------------------------------------------------------------------------------------*/
.banner {
	margin: 15px 15px 0px 15px;
	padding: 10px;
	width: 910px;
	background: #F3F3ED;
}

.bn_left {
	text-align: left;
	width: 265px;
	height: 150px;
	float: left;
	/*background: url('../it/pics/bg_banner.png') no-repeat right center;  */
}

.bn_right {
	float: right;
	width: 640px;
}

#dati
{
border-color: yellow;
border-style: solid;
border-width: 0px;
margin-left: auto;
margin-right: auto;
width: 900px;
font-size:10px;
color:#666;
text-align:center;
}




/* Separatore
----------------------------------------------------------------------------------------------------*/
.line {
	margin: 0px 15px 0px 15px;
	width: 930px;
	height: 10px;
	background: #F6F6F1;
	font-family: Arial;
	color: #F6F6F1;

}


/* Colonne centrali
----------------------------------------------------------------------------------------------------*/
.column_01 {
	width: 270px;
	padding-right: 10px;
	text-align: left;
	float: left;
	height: 100%;
}


.column_02 {
	padding: 0px 20px 0px 20px;
	width: 335px;
	float: left;
	border-right: solid 1px #E9E9E9;
	border-left: solid 1px #E9E9E9;
	text-align: left;
/*	background: url('./images/bg_G.png') no-repeat right top;  */
	display: block;
	height: 100%;

}
.column_02 a:link    {color: #0099FF; font-size: 12px; text-decoration: none; font-style: italic;}
.column_02 a:visited {color: #0099FF; font-size: 12px; text-decoration: none; font-style: italic:}
.column_02 a:hover   {color: #1F64A3; font-size: 12px; text-decoration: none; font-style: italic;}





.column_03 {
	padding-left: 20px;
	width: 250px;
	float: left;
	text-align: left;
}




/* Footers
----------------------------------------------------------------------------------------------------*/
.contatti {
	margin: 15px 0px 15px 15px;
	width: 820px;
	font-family: Arial;
	font-size: 11px;
	line-height: 15px; 
	float: left;
	text-align: left;
	color: #333333;
}
.contatti a:link    {color: #0099FF; font-size: 11px; text-decoration: none; }
.contatti a:visited {color: #0099FF; font-size: 11px; text-decoration: none; }
.contatti a:hover   {color: #1F64A3; font-size: 11px; text-decoration: none; }


.contatti ul
{
	margin-top: 0px;
	padding: 0px;
	list-style-type: none;
	padding-left:0px;
	display: inline;
	font-size: 8pt;

}

.contatti li
{
	color: black;
	float: left;
	padding-left: 3px;
	padding-right: 3px;
}


.credits {
	margin: 15px 15px 15px 0px;
	width: 100px;
	font-family: Arial;
	font-size: 9px;
	color: #333333;
	text-align: right;
	float: right;

}
.credits a:link    {color: #333333; text-decoration: none;}
.credits a:visited {color: #333333; text-decoration: none;}
.credits a:hover   {color: #666666; text-decoration: none;}


/* PREVENTIVO
----------------------------------------------------------------------------------------------------*/
.button
{

	font-size: 11px;
	font-weight: bold;
	height: 30px;
	cursor: pointer;
	text-align: center;
	background: #F1F1F1 url(../it/pics/button_bg.png) repeat-x;
	padding: 0px 5px 0x 5px;
	border: 1px solid #00156E;
	border-top: solid 1px #CCCCCC;
	border-left: solid 1px #CCCCCC;	
	border-right: solid 1px #999999;
	border-bottom: solid 1px #999999;	
	color: #333333;
}

.form input.error, select.error {
	border: 1px solid #ff0000 !important;
}

.form input[type=text], input[type=file], textarea, select {
	border-top: solid 1px #ABADB3;
	border-left: solid 1px #E2E3EA;
	border-right: solid 1px #E2E3EA;
	border-bottom: solid 1px #E2E3EA;
	background-color: #F5FCFF;
	padding: 2px;
}

.preventivo_title
{
	background-color: #EDEDED;
	height: 25px;
	line-height: 25px;
	padding-left: 5px; 
	color: #6B6B6B; 
	font-size: 8.7pt; 
	font-weight: bold; 
	margin-bottom: 5px;
}

.preventivo_box_dotted
{
	margin-top: 5px;
	border-bottom: dotted 1px #999999;
}

.preventivo_box_campo_richiesto_1
{
	height: 25px; 
	line-height: 25px; 
	padding: 2px; 
	color: #000000; 
	font-size: 12px; 
	width: 90px; 
	float: left; 
	text-align: right;
}


.preventivo_box_campo_richiesto_2
{
	height: 25px;
	line-height: 25px;
	padding: 2px; 
	color: #000000;
	font-size: 12px;
	width: 350px;
	float: left;
}


.preventivo_box_campo_richiesto_3
{
	height: 25px;
	line-height: 25px;
	padding: 2px;
	color: #6B6B6B;
	font-size: 11px;
	width: 30px;
	float: left;
	text-align: right;
}

.preventivo_box_campo_richiesto_4
{
	height: 25px; 
	line-height: 25px; 
	padding: 2px; 
	color: #000000; 
	font-size: 12px; 
	width: 490px; 
	float: left;
}

.preventivo_box_input
{
	height: 25px;
	line-height: 25px;
	padding: 2px;
	float: left;
}



/* Infox Box
----------------------------------------------------------------------------------------------------*/
div.error_box {
	padding: 10px;
	border: solid 1px #CC0000;
	background: #FFE8E8;
	text-align: center;
	font-size: 12px;
	line-height: 15px;
	margin-bottom: 10px;
}


div.info_box {
	background: #FFFFE6;
	border: solid 1px #FFE064;
	line-height: 18px;
	font-size: 12px;
	text-align: left;
 	padding: 10px;
	margin-bottom: 10px;
}



/* DIMMER
----------------------------------------------------------------------------------------------------*/
#dimmer{ 
 	background: #000000;		
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	width: 100%;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	z-index: 9999;
}



#jquery-box-1{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 100000;
	text-align: center;
	display: none;
}


#jquery-box-2 {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 auto;
	display: table;
}


#msgbox{ 
	background-color: #FFFFFF;
	position: relative; 
	margin-left: auto;
	margin-right: auto;
	width: auto;
	height: auto; 
	display: none;
	padding: 10px;
}


.close{ 
	margin: 5px;
	position: absolute;
	right: -19px;
	top: -19px;
}


.img_data{
	position: absolute;
	background: #000000;
	width: 100%;
	bottom: 0px;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);
	height: 60px;
	text-align: left;
}