html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #213C6B;
	height: 100%;
}
form {
	margin: 0px;
	padding: 0px;
}
ul li {
	font-size: 12px;
}
img {
	border: none;
}
#contOut {
	/*background-image: url(images/background.png);
	background-repeat: repeat-y;
	background-position: center top;*/
	min-height: 100%;
}





#container {
	margin: 0 auto;
	max-width: 1280px;
	min-height: 100vh;
	background-color: #EEEEEE;
	padding-bottom: 25px;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
}


#loginForm {
	background-color: #EEE;
	width: 300px;
	margin-top: 50px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#loginForm h1 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
}

#loginForm p  {
	font-size: 12px;
	text-align: center;
}
#loginForm .error {
	color: #900;
}
#loginForm p label input {
	width: 200px;
}
#loginForm input[type=submit]{
	background:#213C6B;
	color:#FFF; 
	font-weight:bold;
	border:0;
	padding:5px 10px;
	cursor:pointer;
}
#loginForm input[type=submit]:hover{
	background:#395789;
}


#container #header {
	margin: 0px;
	padding: 20px 20px 15px 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	background-color: #FFF;
	overflow: hidden;
}
#container #header .logo {
	background-image: url(images/logo_head.jpg);
	height: 50px;
	width: 550px;
	margin-left: 10px;
	float: left;
}
#container #header.rosso .logo {
	background-image: url(images/logo_head_rosso.jpg);
}

#container #header .btns {
	float:right;
}

#container #header .corpo {
	width: 224px;
	float: right;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	color: #084389;
}
#container #header .corpo h4 {
	margin: 0px;
}
#container #header .corpo p {
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
}
#container #header .corpo p a {
	color: inherit;
	text-decoration: none;
}
#container #header .corpo p a:hover {
	text-decoration: underline;
}

#container #header .corpo img {
	margin-right: 10px;
}
#container #header a.pulsante {
	height: 15px;
	background-image: url(images/puls_pannello.png);
	background-repeat: repeat-x;
	background-position: left top;
	display: block;
	width: 100px;
	margin-top: 3px;
	margin-left: 15px;
	overflow: hidden;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #213C6B;
	font-size: 10px;
}
#container #header a.pulsante:hover {
	background-position: left bottom;
	color: #FFF;
}

div.corpo {
	padding-right: 10px;
	padding-left: 10px;
}

#container #mainMenu {
	float: left;
	margin: 0px 2%;
	width: 20%;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
}
#container #mainMenu .menu_group {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	position: relative;
}
#container #mainMenu .menu_group p{
	padding:0 8px; color:#C00; font-size:12px
}
#container #mainMenu .menu_group p a{
	color:#C00; font-size:12px
}
#container #mainMenu .menu_group .icona {
	position: absolute;
	height: 50px;
	width: 50px;
	left: -17px;
	top: -10px;
	background-repeat: no-repeat;
	background-position: center center;
}
#container #mainMenu .menu_group .icona.home {
	background-image: url(icone/home.png);
}
#container #mainMenu .menu_group .icona.contenuti {
	background-image: url(icone/contenuti.png);
}
#container #mainMenu .menu_group .icona.mail {
	background-image: url(icone/mail.png);
}
#container #mainMenu .menu_group .icona.stats {
	background-image: url(icone/stats.png);
}
#container #mainMenu .menu_group .icona.config {
	background-image: url(icone/config.png);
}



#container #mainMenu h3 {
	text-align: left;
	font-size: 14px;
	color: #036;
	line-height: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	background-image: url(images/back_menu_h3.png);
	background-repeat: repeat-x;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 35px;
}
#container #mainMenu h3.start {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#container #mainMenu h3 a {
	color: inherit;
	text-decoration: none;
}
#container #mainMenu h3 a:hover {
	color: #000;
	text-decoration: underline;
}

#container #mainMenu ul {
	padding: 0px;
	list-style-type: none;
	color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
#container #mainMenu ul li {

}
#container #mainMenu ul li span {
	line-height: 22;

}

#container #mainMenu ul li a {
	font-weight: bold;
	color: #666;
	text-decoration: none;
	display: block;
	padding: 0px 10px 0px 30px;
	margin: 5px 0px 0px;
	background-image: url(images/punto_elenco.png);
	background-repeat: no-repeat;
	background-position: 10px top;
	line-height: 20px;
}
#container #mainMenu ul li.selected a,
#container #mainMenu ul li a:hover {
	color: #CCC;
	background-color: #036;
	background-position: 10px bottom;
}
#container #centro {
	padding-top: 20px;
	/*background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	background-color: #eee;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #CCC;
	border-left-color: #CCC;
	min-height: 110px;



}
#container #corpo  {
	text-align: justify;
	/*overflow: hidden;*/
	min-height: 110px;
	margin: 0px 2%;
	width:72%;
	float:right;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;
}
#container #corpo .corpo  {
	background-color: #FFF;	
	padding-bottom: 20px;
	border: 1px solid #ccc;
}




.div_dx {
	float: right;
	width: 500px;
	text-align: right;
}
#ulSP {
	padding-bottom: 15px;
}

.div_dx p , .div_dx h4{
	text-align: right;
}





#corpo h1 {
	font-size: 18px;
	color: #036;
	font-variant: small-caps;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	margin-right: -10px;
	margin-left: -10px;
	background-image: url(images/back_h1.png);
	background-repeat: repeat-x;
	padding-right: 20px;
}
#corpo h2 {
	font-size: 18px;
	color: #C00;
	text-align: center;
}
#corpo h3 , #corpo h3 a{
	font-size: 16px;
	color: #0C3;
}
#corpo h4 {
	text-align: center;
}

#corpo p {
	font-size: 12px;
}
#corpo a {
	color: #069;
}
#corpo a:hover {
	color: #09C;
}
.mainMenu {
	margin: 0px;
	padding: 0px;
	float: left;
	list-style-type: none;
}
.mainMenu li {
	text-align: center;
}




.mainMenu li a {
	display: block;
	margin: 10px;
	padding: 3px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	width: 160px;
	background-color: #9CF;
	color: #039;
	border: 1px dotted #039;
}
.mainMenu li a:hover {
	color: #030;
	background-color: #3C0;
}



.tbl_prodotti {
	width: 100%;
	border-top: 1px solid #039;
	border-left: 1px solid #039;
}
.tbl_prodotti tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #039;
	border-right: 1px solid #039;
}
.tbl_prodotti thead tr td {
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
}

.tbl_prodotti tbody tr td {
	font-size: 11px;
}
.tbl_prodotti tr .azioni  {
	text-align: right;
	width: 10%;
}



.tbl_admin {
	margin: 10px auto;
	border-top: 1px solid #69C;
	border-left: 1px solid #69C;
	border-right: 1px solid #69C;
	width: 100%;
}
.tbl_admin tr td {
	padding: 5px 10px;
	border-bottom: 1px solid #69C;
	background-color: #FFF;
	text-align: left;
}
.tbl_admin thead tr td {
	font-size: 12px;
	font-weight: bold;
	vertical-align: bottom;
	background-color: #CDE;
}
.tbl_admin tbody tr td , .tbl_admin tfoot tr td{
	font-size: 11px;
}
.tbl_admin tbody tr:hover td {
	background-color: #FFC;
}
.tbl_admin tr .check {
	width: 20px;
}
.tbl_admin tr .nome {
	text-align: left;
}
.tbl_admin tr .didascalia {
	text-align: left;
	width: 315px;
}
.tbl_admin tr .didascalia .form {
	display: none;
}
.tbl_admin tr .didascalia .form img {
	vertical-align: middle;
	height: 20px;
	width: 20px;
	position: relative;
	top: 0px;
	left: 0px;
}
.tbl_admin tr .didascalia .form img:hover:active {
	left: 1px;
	top: 1px;
}
.tbl_admin tr .check {
	width: 15px;
}
.tbl_admin tr .anteprima {
	width: 60px;
}
.tbl_admin tr .dimensioni {
	width: 65px;
}

.tbl_admin tr .logo {
	text-align: center;
	width: 60px;
}
.tbl_admin tr .logo img {
	height: 24px;
}


.tbl_admin tr .tipo  {
	width: 150px;
	text-align: center;
}
.tbl_admin tr .data {
	text-align: center;
}

.tbl_admin tr .um  {
	width: 50px;
	text-align: center;
}
.tbl_admin tr .azioni {
	text-align: right;
	width: auto;
	white-space: nowrap;
}
.tbl_admin tr .azioni img {
}
.tbl_admin tr .semaforo {
	text-align: center;
}
.tbl_admin tr td input.rinomina {
	display: none;
}
.tbl_admin tr td span.azioniConferma{
	display: none;
}
.tbl_admin tr .msg .msgDiv {
	display: none;
}
.tbl_admin tr td.onoff {
	width: 20px;
}

.tbl_admin .nuovo td {
	padding-top: 15px;
	border: none;
}

.tbl_admin.upload_allegati input.medio{width:200px}

.pulsanti_sotto {
	width: 200px;
}
.pulsanti_sotto input {
	font-size: 10px;
	float: right;
	margin-right: 5px;
}
.pulsanti_sotto #btnRinomina {
	visibility: hidden;
}


#disp-msg {
	color: #FFF;
	font-size: 12px;
	padding: 10px;
}

td.caratt input.validate-integer , td.caratt input.validate-numeric{
	text-align: right;
	width: 80px;
}
td.caratt input.testo {
	width: 150px;
}
a.avanzato {
	height: 16px;
	width: 16px;
}
a.avanzato img {
	height: 16px;
	width: 16px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


td.caratt input , td.caratt select{
	border: 1px solid #666;
}
td.caratt input.readonly ,td.caratt select.readonly {
	color: #AAA;
	background-color: #EEE;
}
tr.readonly {
	color: #AAA;
}
td.caratt input.validation-failed{
	border-top-color: #C00;
	border-right-color: #C00;
	border-bottom-color: #C00;
	border-left-color: #C00;
}
.validation-advice {
	color: #C00;
	font-weight: bold;
}


td.caratt input.validate-date {
	width: 80px;
}

img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#langDiv {
	text-align: center;
}
#langDiv a {
	margin: 5px;
}
.briciole {
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.testo {
	font-family: inherit;
	font-size: 12px;
}

a.onoff, div.onoff {
	display: block;
	height: 20px;
	width: 20px;
	margin: 0 auto;
}
a.onoff.on, div.onoff.on {
	background-image: url(images/on.jpg);
}
a.onoff.off, div.onoff.off {
	background-image: url(images/off.jpg);
}

.lang_container {
	margin: 0 auto;
}
.lang_container .lang_tabs {
	height: 21px;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #039;
}
.lang_container .lang_tabs .lang_tab {
	float: left;
	margin-left: 5px;
	line-height: 20px;
	height: 20px;
	font-size: 12px;
	font-weight: bold;
	padding-right: 5px;
	padding-left: 5px;
	border: 1px solid #039;
	text-decoration: none;
	background-color: #9CF;
	outline: none;
}
.lang_container .lang_tabs .lang_tab:hover {
	background-color: #FFF;
}
.lang_container .lang_tabs .lang_tab img {
	padding-top: 3px;
}


.lang_container .lang_conts {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #039;
	border-bottom-color: #039;
	border-left-color: #039;
	width: auto;
	background-color: #FFF;
}
.lang_container .lang_cont {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
.mask {
	background-color: #000;
	visibility: hidden;
}
.mask.loading {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

#editor {
	display: none;
	width: 820px;
	left: 50%;
	margin-left: -410px;
	position: absolute;
	overflow: hidden;
	z-index: 1000;
}
#traduzioni {
	display: none;
	width: 500px;
	margin-left: -250px;
	position: absolute;
	left: 50%;
	overflow: hidden;
	z-index: 1000;
}
#traduzioni .traduzioni {
	background-color: #FFF;
	padding: 20px;
	border: 2px solid #06C;
}
.tbl_analytics {
	margin: 0 auto;
}
.tbl_analytics td {
	padding: 2px 10px;
}

.tbl_analytics thead {
	font-size: 12px;
	font-weight: bold;
}
.tbl_analytics tbody {
	font-size: 11px;
}
.tbl_analytics thead tr:nth-child(odd) td {
	background-color: #999;
}
.tbl_analytics thead tr:nth-child(even) td {
	background-color: #CCC;
}
.tbl_analytics .metric {
	text-align: center;
	width: 80px;
}
.tbl_analytics .dimension {
	text-align: left;
	min-width: 200px;
}
.tbl_analytics tbody tr:nth-child(even) .dimension {
	background-color: #8BE;
}
.tbl_analytics tbody tr:nth-child(odd) .dimension {
	background-color: #9CF;
}
.tbl_analytics tbody tr:nth-child(even) .metric {
	background-color: #8BB;
}
.tbl_analytics tbody tr:nth-child(odd) .metric {
	background-color: #9CC;
}
.tip {
	font-size: 10px;
	background-color: #FF9;
	border: 1px solid #F90;
	padding: 0px 5px;
}
.tip .tip-text {
	display: none;
}
.box {
	background-color: #EEE;
	margin: 20px;
	border: 1px solid #CCC;
	padding: 0px 20px;
	-moz-border-radius: 10px;
}
button.ico {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background: transparent;
	cursor: pointer;
}
.riquadro {
	color: #000;
	margin-bottom: 20px;
	/*background-color: #FAFAFA;
	margin: 0px 10px;
	margin-bottom: 20px;
	-moz-box-shadow: 0px 0px 20px #333;
	-webkit-box-shadow: 0px 0px 20px #666;
	padding: 0px 10px 10px;
	*/
}
.riquadro > .head {
	/*background-image: url(images/riquadro_head.png);
	background-repeat: no-repeat;*/
	min-height: 20px;
	max-height: 70px;
	padding: 10px 10px 0px;
}
.riquadro > .body {
	/*background-image: url(images/riquadro_body.png);
	background-repeat: repeat-y;*/
	padding: 0px 10px;
}
.riquadro > .body div.cont {
	padding: 0;
}
.riquadro > .foot {
	/*background-image: url(images/riquadro_foot.png);
	background-repeat: no-repeat;*/
	height: 20px;
	padding: 20px 0 0 0;
	background-position: center bottom;
}
.riquadro div.cont {
	background-color: #FAFAFA;
	padding: 0px 10px;
	height: 100%;
}

#corpo .riquadro h2 {
	margin: 0px -10px;
	background-color: #036;
	color: #FFF;
	line-height: 24px;
	display: block;
	font-size: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	text-align: left;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
}
#corpo .riquadro h2 a {
	color: inherit;
}
.riquadro .foot {
	text-align: right;
	height: 37px;
	margin-bottom: -10px;
}
button.btn  , #corpo a.btn{
	text-align: left;
	margin-bottom: 5px;
	border: 1px solid #CCC;
	padding-top: 2px;
	padding-bottom: 2px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-left: 5px;
	background-image: url(images/button.png);
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding-right: 6px;
	padding-left: 6px;
	text-decoration: none;
	color: #000;
	cursor: pointer;
}
#corpo a.btn {
	padding-top: 5px;
	padding-bottom: 7px;
}
.btn img {
	vertical-align: middle;
}


#chatFrame {
	width: 700px;
	height: 390px;
	margin: 20px auto;
	display: block;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#craftysyntax {
	margin: 0 auto;
	width: 141px;
}

.lungo  {
	width: 76%;
}
.alto {
	height: 150px;
}

.medio {
	width: 228px;
}
form label.left {
	/*float: left;
	height: 20px;*/
	display:inline-block;
	vertical-align:top;
	width: 22%;
	text-align:left;
}
div.img_preview {
	float: right;
	width: 120px;
	text-align: center;
	font-size: 12px;
}
.img_preview img {
	width: 120px;
}


.boxImgForm {
	float:right;
	text-align:center;
	margin-left:10px;
	padding:5px;
	border: 1px solid #039;
	font-size: 12px;
}
.boxImgForm img {
	height: 50px;
}
.formStd .boxImgForm label {
	float: none;
	width: auto;
	height: auto;
}

.commento {
	margin-top: 10px;
	border: 1px solid #666;
	padding: 10px;
}
.commento.nascosto {
	color: #999;
	background-color: #DDD;
	border-top-color: #336;
	border-right-color: #336;
	border-bottom-color: #336;
	border-left-color: #336;
}

div.youtube {
	margin-top:10px;
}

.youtube {
	height: 205px;
	width: 320px;
}

.win_many2many {
	position: fixed;
	width: 400px;
	left: 50%;
	margin-left: -210px;
	top: 50%;
	margin-top: -220px;
	background-color: #FFF;
	border: 5px solid #06C;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	z-index: 1000;
	display: none;
}
.win_many2many > .head {
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	font-size: 18px;
	color: #06C;
}
.win_many2many > .body {
	height: 340px;
	overflow: auto;
}
.win_many2many p {
	margin: 0px;
}
.win_many2many p span.nome {
	display:none;
}
.win_many2many > .foot {
	text-align: right;
	line-height: 24px;
	height: 24px;
	margin: 6px;
}
textarea {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 100px;
	width: 500px;
}

div.form_img {
	border-top: 1px solid #039;
}

.cont_editor {clear:both}
.cont_mini_editor {float: none; margin-left:150px;}

.elenco_foot {font-size: 12px;padding: 10px 0;height:22px;}
.elenco_pagebreak {float:right;}
.elenco_pageshow {float:left;}

.notifica {
	border-style:solid;
	border-width:1px;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	padding: 5px 20px;
	margin-bottom: 5px;
	position: relative;
}
.notifica .close {
	display:block;
	width: 12px;
	height: 11px;
	position:absolute;
	top: 8px;
	right: 10px;
	font-size:10px;
	font-weight:bold;
	line-height: 8px;
	text-decoration: none;
	text-align: center;
	background-color:#CCC;
	color:#666 !important;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.notifica .close:hover {
	background-color:#FFF !important;
	color:#999 !important;
}
.notifica h3 {
	font-size:12px !important;
	font-weight:bold;
	margin:0px;
	color:#000 !important;
}
.notifica ul {
	margin: 0px;
	padding: 0px 10px;
}
.notifica ul li {
	font-size:11px;
	margin:0px 10px;
	padding: 0px;
	color:#000;
}
.notifica.success {
	border-color: #A8F383;
	background-color: #E4FFD4;
}
.notifica.warning {
	border-color: #FBEA81;
	background-color: #FFF9D4;
}
.notifica.notice {
	border-color: #06F;
	background-color: #CFDFF3;
}
.notifica.error {
	border-color: #F3A48C;
	background-color: #FFDED4;;
}



#altre_img_notices .select_notice {
	display: block;
}
#altre_img_notices .empty_notice {
	display: none;
}
#altre_img_notices.empty .select_notice {
	display: none;
}
#altre_img_notices.empty .empty_notice {
	display: block;
}

.altre_img_griglia {
}
.altre_img_thumb {
	float: left;
	width: 112px;
	padding-left: 8px;
	padding-right: 8px;
	padding-top: 9px;
	padding-bottom: 9px;
	cursor: pointer;
	position: relative;
}
.altre_img_thumb:nth-child(5n+1) {
	clear: left;
}
.altre_img_thumb .altre_img_inside_wrapper {
	width: 112px;
	margin: 0;
	padding: 0;
	vertical-align: middle;
	min-height: 62px;
	position: relative;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	display: none;
	top: 0;
	left: 0;
	z-index: 6;
}
.altre_img_thumb:hover .altre_img_inside_wrapper .altre_img_overlay {
	display: block;
}
#altre_img_griglia.dragging .altre_img_thumb:hover .altre_img_inside_wrapper .altre_img_overlay {
	display: none;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > div {
	position: absolute;
	height: 50%;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 80;
	opacity: 0.5;
	-moz-opacity: 0.5;
	filter: Alpha(Opacity=50);
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > div:hover {
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(Opacity=100);
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .back, .altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .back:hover {
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 7;
	opacity: 0.4;
	-moz-opacity: 0.4;
	filter: Alpha(Opacity=40);
	top: 0;
	left: 0;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .view {
	width: 34%;
	top: 0;
	left: 33%;
	background-image: url(images/altre_img_view.png);
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .edit {
	width: 33%;
	top: 0;
	left: 0;
	background-image: url(images/altre_img_edit.png);
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .delete {
	width: 33%;
	top: 0;
	left: 67%;
	background-image: url(images/altre_img_delete.png);
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .move {
	width: 100%;
	top: 50%;
	left: 0;
	/*background-image: url(images/altre_img_move.png);*/
	cursor: move;
}

.altre_img_thumb.to_delete .altre_img_inside_wrapper .altre_img_overlay {
	display: block;
}
.altre_img_thumb.to_delete .altre_img_inside_wrapper .altre_img_overlay > div {
	display: none;
}
.altre_img_thumb.to_delete .altre_img_inside_wrapper .altre_img_overlay > .back, .altre_img_thumb.to_delete .altre_img_inside_wrapper .altre_img_overlay > .back:hover {
	display: block;
}
.altre_img_thumb.to_delete .altre_img_inside_wrapper .altre_img_overlay > .delete {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-image: url(images/delete.png);
	opacity: 1;
	-moz-opacity: 1;
	filter: Alpha(Opacity=100);
	display: block;
}



.altre_img_thumb img.img_thumb {
	width: 110px;
	display:block;
	border: 1px solid #36c;
	/*border-radius: 2px;*/
	vertical-align: middle;
}
.altre_img_thumb .droppable {
	width: 50%;
	height: 100%;
	position: absolute;
	top: 0px;
	z-index: 5;
	display: none;
}
.dragging .altre_img_thumb .droppable {
	display: block;
}
.altre_img_thumb .drop_sx {
	left: 0px;
}
.altre_img_thumb .drop_dx {
	right: 0px;
}
.altre_img_thumb .altre_img_azioni{
	display: none;
	position: absolute;
	z-index:11;
	width: 144px;
	right: 0px;
	top: 41px;
	overflow: hidden;
	background-color: #036;
	color: #FFF;
	text-align:center;
	border: 1px inset #9CF;
	padding: 3px;
}
.altre_img_thumb .altre_img_azioni input.txt {
	border: none;
	width: 140px;
	font-size: 12px;
	padding: 2px;
	margin: 0;
}
.altre_img_thumb .altre_img_azioni div.label {
	float:left;
	font-size: 11px;
	line-height: 20px;
}
.altre_img_thumb .altre_img_azioni div.buttons {
	float: right;
	margin-top: 4px;
	height: 24px;
}
.altre_img_thumb .altre_img_azioni div.buttons img {
	cursor: pointer;
	width: 24px;
	height: 24px;
}


/* Riquadro di caricamento */
.altre_img_thumb .altre_img_loading {
	border: 1px solid #36C;
	position: relative;
}
.altre_img_thumb .altre_img_loading .altre_img_loading_status {
}
.altre_img_thumb .altre_img_loading .altre_img_progress_cont {
	width: 80%;
	margin: 0 auto;
	height: 3px;
	background-color: #CCC;
}
.altre_img_thumb .altre_img_loading .altre_img_progress_cont .altre_img_progress_in {
	width: 0;
	height:  3px;
	background-color: #36C;
}
.altre_img_thumb .altre_img_loading .altre_img_loading_overlay {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	background-image: url(images/altre_img_delete.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.5;
	filter: Alpha(Opacity=50);
	display: none;
}
.altre_img_thumb .altre_img_loading:hover .altre_img_loading_overlay {
	display: block;
}
#altre_img_position {
	width: 2px;
	position: absolute;
	cursor: pointer;
	z-index:10;
	display: none;
}
#altre_img_position div {
	background-color: #000;
}
#altre_img_position .top {
}
#altre_img_position .mid {
	width: 2px;
	padding: 3px 0px;
}
#altre_img_position .bot {
}

#altre_img_last_div {
	clear: left;
	margin-bottom: 20px;
}


.img_def {
	float: left;
	width: 160px;
	margin-right: 10px;
	margin-top: 10px;
	border: 1px solid #36c;
	border-radius: 2px;
	background-color: #FFF;
	text-align: center;
	position: relative;
}
.img_def img.img_thumb {
	width: 160px;
	display:block;
}
.img_def .img_def_nofoto {
	font-size: 12px;
	text-align: center;
	height: 20px;
	line-height: 20px;
}

.img_def_btn_container {
	margin-top: 20px;
}

div.form_campo_riga {
	margin: 12px 0;
	font-size: 12px;
	text-align: left;
	min-height: 18px;
}
.cont > div.form_campo_riga:first-child {
}

.rowflag_actions {
	text-align: left;
	font-size: 12px;
}

div.sidebar_iframe{
}
#sidebar_iframe{
	border:0;
}

.legenda {
	margin:30px auto;
	padding: 10px 15px;
	background:#eee;
	color:#444;
	-webkit-box-sizing: border-box;
	 -moz-box-sizing: border-box;
	      box-sizing: border-box;	
}
.legenda h6 {
	font-size: 16px;
	text-transform: uppercase;
	margin: 0;
}
.legenda ul {
	margin: 10px 0 0 0;
	padding: 0 0 0 15px;
}



@media (max-width: 767px) {
	#container #header .logo {
		width: 240px;
	}

	#container #mainMenu,
	#container #corpo {
		width: 96%;
		float: none;
	}

	.sidebar_iframe {
		display: none;
	}
}