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;
	width: 960px;
}


#loginForm {
	background-color: #EEE;
	width: 300px;
	margin-top: 80px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 10px 0px;
}
#loginForm h1 {
	font-size: 14px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 20px;
}

#loginForm p  {
	font-size: 12px;
	text-align: left;
	width:206px;
	margin: 0 auto;
}
#loginForm .error {
	color: #900;
}
#loginForm p label input {
	width: 200px;
}

#loginForm .loginSubmit{
	margin-top:10px;
	background:#213C6B;
	color:#FFF;
	padding:3px 30px;
}

#container #header {
	height: 60px;
	margin: 0px;
	padding: 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 {
	height: 80px;
	width: 300px;
	margin-left: 10px;
	float: left;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
	color: #039;
}
#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: 5px;
	overflow: hidden;
	line-height: 15px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	color: #213C6B;
	font-size: 10px;
	margin-left: 0px;
	float: right;
	margin-right: 15px;
}
#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 15px 0px 15px;
	width: 190px;
}
#container #mainMenu .menu_group {
	background-color: #FFF;
	border: 1px solid #CCC;
	margin-bottom: 20px;
	position: relative;
}
#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:0 0 0 15px;
}
#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 {
    background-color: #003366;
    background-position: 10px bottom;
    color: #CCCCCC;
}

#container #centro {
	padding-top: 10px;
	/*background-image: url(images/header_bg.png);
	background-repeat: no-repeat;
	background-position: left top;*/
	background:#fff;
	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;
	background-color: #FFF;
	overflow: hidden;
	/*border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;*/
	min-height: 110px;
}
#container #corpo .corpo  {
	padding-bottom: 20px;
}




.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;*/
	padding-top: 5px;
	padding-bottom: 5px;
	text-transform: uppercase;
	text-align: right;
	font-weight: bold;
	margin:0 0 10px 0;
	/*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;
}
.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: #D9ECFF;
}
.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 .nome {
	text-align: left;
}

.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;
}

#disp-msg {
	color: #FFF;
	font-size: 12px;
	padding: 10px;
}

td.caratt input.validate-integer , td.caratt input.validate-numeric{
	text-align: right;
	width: 80px;
}
.img_def {
	float: left;
	width: 125px;
	margin-right: 10px;
}
.img_def img {
	width: 125px;
}


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;
	width: 820px;
}
.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: 1px 0px 10px;
}
.riquadro > .foot {
	/*background-image: url(images/riquadro_foot.png);
	background-repeat: no-repeat;*/
	height: 20px;
	padding: 0px 10px 10px;
	background-position: center bottom;
}
.riquadro div.cont {
	/*background-color: #FAFAFA;*/
	padding: 0px 10px;
	height: 100%;
}

#corpo .riquadro h2 {
	margin: 0px -10px;
	background-color: #eee;
	color: #213C6B;
	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: 2px;
	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: 6px;
	padding-bottom: 6px;
}
.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: 500px;
}
.alto {
	height: 150px;
}

.medio {
	width: 230px;
}
form label.left {
	float: left;
	height: 20px;
	width: 150px;
	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: absolute;
	width: 400px;
	left: 50%;
	margin-left: -200px;
	height: 400px;
	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;
	height: 24px;
	font-size: 18px;
	color: #06C;
}
.win_many2many > .body {
	height: 340px;
	overflow: auto;
}
.win_many2many p {
	margin: 0px;
}
.win_many2many > .foot {
	text-align: right;
	line-height: 24px;
	height: 24px;
	margin: 6px;
}
.win_many2many p span.nome {
	display:none;
}

.cont_editor {clear:both}

span.col_preview {
	float: left;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}
textarea {
	width: 500px;
	height: 100px;
	font-family: inherit;
	font-size: 12px;
}

.elenco_foot {font-size: 12px;padding: 10px 0;height:22px;}
.elenco_pagebreak {float:right;}
.elenco_pageshow {float:left;}

.cont_mini_editor {float: none; margin-left:150px;}

.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 {
    cursor: pointer;
    float: left;
    padding: 10px 11px;
    position: relative;
    width: 112px;
}
.altre_img_thumb:nth-child(5n+1) {
    clear: left;
}
.altre_img_thumb .altre_img_inside_wrapper {
    margin: 0;
    min-height: 62px;
    padding: 0;
    position: relative;
    vertical-align: middle;
    width: 112px;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay {
    display: none;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    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 {
    background-position: center center;
    background-repeat: no-repeat;
    height: 50%;
    opacity: 0.5;
    position: absolute;
    z-index: 80;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > div:hover {
    opacity: 1;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .back, .altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .back:hover {
    background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.4;
    top: 0;
    width: 100%;
    z-index: 7;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .view {
    background-image: url("images/altre_img_view.png");
    left: 33%;
    top: 0;
    width: 34%;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .edit {
    background-image: url("images/altre_img_edit.png");
    left: 0;
    top: 0;
    width: 33%;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .delete {
    background-image: url("images/altre_img_delete.png");
    left: 67%;
    top: 0;
    width: 33%;
}
.altre_img_thumb .altre_img_inside_wrapper .altre_img_overlay > .move {
    cursor: move;
    left: 0;
    top: 50%;
    width: 100%;
}
.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 {
    background-image: url("images/delete.png");
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    top: 0;
    width: 100%;
}
.altre_img_thumb img.img_thumb {
    border: 1px solid #3366CC;
    display: block;
    vertical-align: middle;
    width: 110px;
}
.altre_img_thumb .droppable {
    display: none;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 5;
}
.dragging .altre_img_thumb .droppable {
    display: block;
}
.altre_img_thumb .drop_sx {
    left: 0;
}
.altre_img_thumb .drop_dx {
    right: 0;
}
.altre_img_thumb .altre_img_azioni {
    background-color: #003366;
    border: 1px inset #99CCFF;
    color: #FFFFFF;
    display: none;
    overflow: hidden;
    padding: 3px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 41px;
    width: 144px;
    z-index: 11;
}
.altre_img_thumb .altre_img_azioni input.txt {
    border: medium none;
    font-size: 12px;
    margin: 0;
    padding: 2px;
    width: 140px;
}
.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;
    height: 24px;
    margin-top: 4px;
}
.altre_img_thumb .altre_img_azioni div.buttons img {
    cursor: pointer;
    height: 24px;
    width: 24px;
}
.altre_img_thumb .altre_img_loading {
    border: 1px solid #3366CC;
    position: relative;
}
.altre_img_thumb .altre_img_loading .altre_img_loading_status {
}
.altre_img_thumb .altre_img_loading .altre_img_progress_cont {
    background-color: #CCCCCC;
    height: 3px;
    margin: 0 auto;
    width: 80%;
}
.altre_img_thumb .altre_img_loading .altre_img_progress_cont .altre_img_progress_in {
    background-color: #3366CC;
    height: 3px;
    width: 0;
}
.altre_img_thumb .altre_img_loading .altre_img_loading_overlay {
    background-color: #000000;
    background-image: url("images/altre_img_delete.png");
    background-position: center center;
    background-repeat: no-repeat;
    display: none;
    height: 100%;
    left: 0;
    opacity: 0.5;
    position: absolute;
    top: 0;
    width: 100%;
}
.altre_img_thumb .altre_img_loading:hover .altre_img_loading_overlay {
    display: block;
}
#altre_img_position {
    cursor: pointer;
    display: none;
    position: absolute;
    width: 2px;
    z-index: 10;
}
#altre_img_position div {
    background-color: #000000;
}
#altre_img_position .top {
}
#altre_img_position .mid {
    padding: 3px 0;
    width: 2px;
}
#altre_img_position .bot {
}
#altre_img_last_div {
    clear: left;
    margin-bottom: 20px;
}
.img_def {
    background-color: #FFFFFF;
    border: 0px solid #3366CC;
    float: left;
    margin-right: 10px;
    margin-top: 10px;
    position: relative;
    text-align: center;
    width: 160px;
}
.img_def img.img_thumb {
    display: block;
    width: 160px;
}
.img_def .img_def_nofoto {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    text-align: center;
}
.img_def_btn_container {
    margin-top: 20px;
}
div.form_campo_riga {
    font-size: 12px;
    margin: 12px 0;
    text-align: left;
}
.cont > div.form_campo_riga:first-child {
}
.rowflag_actions {
    font-size: 12px;
    text-align: left;
}

