@charset "utf-8";
/* CSS Document */
div.clearer {clear:both;}
textarea.bbcode {background-image:url("../images/operazioni/bbcode.gif"); background-position:bottom right; background-repeat:no-repeat;}
td {vertical-align:top;}
input {border:1px solid #333;}
textarea {border:1px solid #333;}
select {border:1px solid #333;}
h1, h2, h3, h4, h5, h6 {margin:0; padding:0;}

div.clearer {clear:both;}

.link {cursor:pointer;}
.no_border {border:none !important;}
.no_decoration  {text-decoration:none !important;}

.hide {display:none;}

div.back {
width:100%;
border-top:1px dotted #999;
margin-top:40px;
padding-top:5px;
}
div.back img {vertical-align:middle;}

div.print_msg {
width:100%;
border:1px dashed #069C02;
margin:0px auto 10px auto;
color:#069C02;
font-weight:bold;
}
div.print_msg_errore {
width:100%;
border:1px dashed #F00;
margin:0px auto 10px auto;
color:#F00;
font-weight:bold;
}
div.print_msg_msg {
	width:100%;
	text-align:center;
	font-size:14px;
	padding-top:15px;
	padding-bottom:15px;
}
div.print_msg_msg span.back {
	
}

/**********************************
DOWN FOOTER
**********************************/
div#footer {position:relative;}
div#clickgraphic {
position:absolute;
top:10px;
right:0;
	width:450px;
	text-align:right;
}
#clickgraphic a {font-size:11px;}
#clickgraphic a:hover {text-decoration:underline;}

/**********************************
BROWSER UPDATE
**********************************/
div#browser_update_bg {
	width:100%;
	height:40px;
	margin:30px auto;
	margin-bottom:30px;
	padding-top:8px;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
	background-color:#EEE;
	color:#333;
}
div#browser_update {
	width:980px;
	margin:0 auto;
	text-align:center;
	font-size:10px;
}
div#browser_update a {border:none;}
div#browser_update img {vertical-align:middle; border:none;}

/**********************************
LOGIN
**********************************/
div#login {
	width:220px;
	height:145px;
	border:2px solid #476CAE;
	margin:10px auto;
	padding:10px;
	background-color:#efefef;
	line-height:18px;
}
#login span.label {
	color:#333;
	font-weight:bold;
}
#login input {
	color:#333;
	font-size:20px;	
}

/**********************************
REGISTRAZIONE
**********************************/
div.registrazione {}

div.form_label {
text-align:right;
width:150px;
margin:3px 2px 5px 0;
float:left;
}
div.form_input {
color:#333;
width:400px;
margin-bottom:5px;
float:left;
}
div.form_comment {
	width:495px;
	margin-top:10px;
	margin-bottom:5px;
	font-size:80%;
	text-align:right;
	border-top:1px solid #333;
}
div.form_submit {
	width:495px;
	text-align:right;
}
div.form_submit input {
	cursor:pointer;
}
div.form_title1 {
	font-size:20px; color:#333; margin-top:5px; margin-bottom:10px;
}
div.form_title2 {
	font-size:16px; color:#999; font-weight:bold; margin-top:5px; margin-bottom:10px;
}
form .error {border:1px solid red;}
form label.error {color:red; border:none;}

form.style1 input {
height:20px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:none;
}
form.style1 textarea {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:none;
}
form.style1 div.form_label {
text-align:left;
width:300px;
margin:0;
float:none;
}
form.style1 div.form_input {
color:#333;
width:300px;
margin-bottom:5px;
float:none;
}
form.style1 div.form_submit {
	width:300px;
	text-align:right;
	padding-top:10px;
}
form.style1 .error {
background-color:#ec85ff;
}
form.style1  label{display:none !important;}

form.style2 input {
height:20px;
width:300px;
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #555;
}
form.style2 textarea {
-moz-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
border:1px solid #555;
}
form.style2 div.form_label {
text-align:left;
width:300px;
margin:0;
float:none;
}
form.style2 div.form_input {
color:#333;
margin-bottom:5px;
float:none;
}
form.style2 div.form_comment {
	width:300px;
	text-align:right;
}
form.style2 div.form_submit {
	width:300px;
	text-align:right;
	padding-top:5px;
}
form.style2 div.form_submit input {
width:80px !important;
}
form.style2 .error {
background-color:#DDD;
}
form.style2  label{display:none !important;}

form.admin div.form_label {width:80px;}
form.admin div.form_input, form.admin div.form_input input {width:200px;}
form.admin div.form_submit {
	width:284px;
	margin-top:5px;
	text-align:right;
}
form.admin div.form_submit input{width:65px;}
form.admin  .error {border:1px solid red;}
form.admin  label.error {color:red; border:none;}


/**********************************
SCRIPT CONDIVISIONE
**********************************/
div.s_share {
	width:950px;
	padding:5px;
	padding-top:0px;
	margin:0 auto;
	text-align:right;
}

div.s_share img {border:2px solid #FAF5E1;}
div.s_share img:hover {border:2px solid #C1A919;}


/**********************************
STILI DIMENSIONI
**********************************/
.w5 {width:5%}
.w10 {width:10%}
.w15 {width:15%}
.w20 {width:20%}
.w24 {width:24%}
.w25 {width:25%}
.w30 {width:30%}
.w33 {width:33%}
.w34 {width:34%}
.w35 {width:35%}
.w40 {width:40%}
.w45 {width:45%}
.w49 {width:49%}
.w50 {width:50%}
.w55 {width:55%}
.w60 {width:60%}
.w70 {width:70%}
.w75 {width:75%}
.w80 {width:80%}
.w85 {width:85%}
.w90 {width:90%}
.w100 {width:100%;}
.aleft {text-align:left;}
.acenter {text-align:center;}
.aright {text-align:right;}
.tab1 {padding-left:1%;}
.tab2 {padding-left:2%;}
.tab5 {padding-left:5%;}
.tab10 {padding-left:10%;}
.tab15 {padding-left:15%;}
.tab5px {padding-left:5px;}
.tab10px {padding-left:10px;}
.tab15px {padding-left:15px;}
.tab20px {padding-left:20px;}
.tabtop1px {padding-top:1px;}
.tabtop2px {padding-top:2px;}
.tabtop10px {padding-top:10px;}
.tabtop20px {padding-top:20px;}
.tabtop40px {padding-top:40px;}
.tabtop50px {padding-top:50px;}
.tabtop95px {padding-top:95px;}
.tabtop100px {padding-top:100px;}
.tabtop105px {padding-top:105px;}
.tabbottom20px {padding-bottom:20px;}
.b1 {border:1px solid;}
.bb {border-bottom:1px solid #AAA;}
.bt {border-top:1px solid #AAA;}
.backgrey {background-color:#DDD;}
.backred {background-color:#F00;}
.backgreen {background-color:#0F0;}

.w1px {width:1px;}
.w25px {width:25px;}
.w130px {width:130px;}
.w275px {width:275px;}
.w280px {width:280px;}
.w295px {width:295px;}
.w300px {width:300px;}
.w320px {width:320px;}
.w340px {width:340px;}
.w360px {width:360px;}
.w380px {width:380px;}
.w400px {width:400px;}
.w405px {width:405px;}
.w425px {width:425px;}
.w500px {width:500px;}
.w600px {width:600px;}
.w620px {width:620px;}
.w640px {width:640px;}
.w660px {width:660px;}
.w700px {width:700px;}

.h1px {height:1px;}
.h10px {height:10px;}
.h20px {height:20px;}
.h30px {height:30px;}
.h40px {height:40px;}
.h50px {height:50px;}
.h235px {height:235px;}

/**********************************
STILI TESTO
**********************************/
.tbold {font-weight:bold;}
.titalic {font-style:italic;}
.t10px {font-size:10px;}
.t11px {font-size:11px;}
.t12px {font-size:12px;}
.t14px {font-size:14px;}
.t16px {font-size:16px;}

/**********************************
STILI POSIZIONI
**********************************/
.fleft {float:left;}
.fright {float:right;}
.fnone {float:none !important;}
.posrelative {position:relative;}
.posabsolute {position:absolute;}

.mcenter {margin:0 auto;}

/**********************************
STILI LAYOUT
**********************************/
.btest {border:1px solid #FFF;}
.pl300px {padding-left:300px;}
.pb20px {padding-bottom:20px;}
.vatop {vertical-align:top !important;}
.vamiddle {vertical-align:middle !important;}
.vabottom {vertical-align:bottom !important;}
.spacer10px {float:left; width:10px; height:1px;}
.tunderline {text-decoration:underline;}

.m0auto {margin:0 auto;}

.mt0 {margin-top:0 !important;}
.mt5px {margin-top:5px !important;}
.mt10px {margin-top:10px !important;}
.mt15px {margin-top:15px !important;}
.mt30px {margin-top:30px !important;}
.mt50px {margin-top:50px !important;}

.mb0 {margin-bottom:0 !important;}
.mb5px {margin-bottom:5px !important;}
.mb10px {margin-bottom:10px !important;}
.mb20px {margin-bottom:20px !important;}
.mb30px {margin-bottom:30px !important;}
.mb50px {margin-bottom:50px !important;}

.mr10px {margin-right:10px !important;}
.mr20px {margin-right:20px !important;}
.mr50px {margin-right:50px !important;}
.mr100px {margin-right:100px !important;}

.ml10px {margin-left:10px !important;}
.ml20px {padding-left:20px !important;}
.ml50px {margin-left:50px !important;}
.ml100px {margin-left:100px !important;}

.pt0 {padding-top:0 !important;}
.pt5px {padding-top:5px !important;}
.pt10px {padding-top:10px !important;}
.pt30px {padding-top:30px !important;}
.pt50px {padding-top:50px !important;}
/**********************************
STILI COLORI
**********************************/
.cgreen {color:#0F0 !important; border-color:#0F0 !important;}
.c4A8039 {color:#4A8039 !important; border-color:#4A8039 !important;}
.c006830 {color:#006830 !important; border-color:#006830 !important;}
.cCCC {color:#CCC !important; border-color:#CCC !important;}
.c333 {color:#333 !important; border-color:#333 !important;}
.c555 {color:#555 !important; border-color:#555 !important;}
.c666 {color:#666 !important; border-color:#666 !important;}
.c777 {color:#777 !important; border-color:#777 !important;}


/**********************************
STILI TABELLE
**********************************/
table {
font-size:12px;
color:#333;
}
table a {color:#555;}
td {
vertical-align:middle;
border-bottom:1px solid #999;
}
.titoli {
font-weight:bold;
text-align:center;
background-color:#DDD;
line-height:20px;
}
.bgcolor0 {background-color:#F9F9F9;}
.bgcolor1 {background-color:#F0F0F0;}
.bgcolor2 {background-color:#FFFA75;}
.bgcolor3 {background-color:#91FF89;}