/* --- VALIDATION --- */
.validation-failed {
  border: 1px solid #cc0000;
}
.validation-passed {
  border: 1px solid #00cc00;
}
.validation-advice {
  margin: 2px; 
  padding: 2px; 
  color:#fff; 
  background-color:#cc0000;
}
.warning {
	border: 1px solid #c66;
}
.warning-advice {
	margin: 2px;
	padding: 2px;
	color:#fff;
	background-color:#bbb;
}


/* --- SEARCH --- */
.liNeteditSearchClass{
	background:#FFFFFF none repeat scroll 0 0;
	color:#339900;
	font-size:11px;
	margin:0;
	padding:2px 0px 0px 0px; 
	width:100%;
	cursor:pointer;
}
.liNeteditSearchClassHover{
	background:#CCFFCC none repeat scroll 0 0;
	color:blue;
	font-size:11px;
	margin:0;
	padding:2px 0px 0px 0px; 
	width:100%;
	cursor:pointer;
}
.ulNeteditSearchClass{
	border:1px solid #003300;
	list-style-type:none;
	margin:0;
	max-height:300px;
	max-width:200px;
	overflow:auto;
	padding:0px;
	width:200px;
	position:absolute;
}

/* --- MENU --- */
#ddmx{
	white-space: nowrap;
	display:block;
	height:39px;
	font-weight:bold;
	background:transparent url(../../../imgs/background/menu/bgOFF.gif) repeat-x top left;
	border-top:4px solid #B30000;
}

#ddmx ul{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
}

#ddmx li {position: relative;}

#ddmx .item1{
	display:block;
	float:left;
	margin:0;
}

#ddmx .item1 a{
	width:auto;
	display: block;
	margin: 0;
	padding:8px 20px 0px 20px;
	color:#666;
	text-decoration:none;
	line-height:25px;
	background:transparent url(../../../imgs/background/menu/bgDIVIDER.gif) no-repeat top right;
}

#ddmx .item1 a:hover{
	color:#B30000;
	background:#fff url(../../../imgs/background/menu/bgON.gif) no-repeat top left;
}

#ddmx ul ul{
	background: #f6f6f6 url(../../../imgs/background/menu/gradient_menu_lato.gif) repeat-y top left;
	border: 1px solid #b8b4ae;
	position: absolute;
	margin: 0;
	padding: 0;
	z-index: 500;
	list-style-type:none;
	width:auto;
}

#ddmx ul ul ul {
	background: #f6f6f6 url(../../../imgs/background/menu/gradient_menu_lato.gif) repeat-y top left;
	border: 1px solid #b8b4ae;
	position: absolute;
	top: 0;
	left: 100%;
}

#ddmx .item2 a{
	width:auto;
	display:block;
	float:none;
	margin:0;
	position: relative;
	padding: 0px 10px 0px 28px;
	color: #000000;
	white-space: nowrap;
	z-index: 500;
	
}

#ddmx .item2 a:hover{
	color:#B30000;
	background-color: #ffffff;
}



/* --- ADMIN PANEL --- */
#netedit-adminPanelContainer {
	bottom:0;
	color:#111111;
	font-size:11px;
	height:25px;
	padding:0;
	position:fixed;
	right:0;
	width:100%;
	z-index:99;
}

.netedit-adminPanel-open{
	width:100%; 
	border:0px; 
}

.netedit-adminPanel-close{
	width:4px; 
	border:0px;
}

#netedit-adminPanelContainer {
	bottom:0;
	color:#111111;
	font-size:11px;
	height:25px;
	padding:0;
	position:fixed;
	right:0;
	width:100%;
	z-index:99;
	

}
#netedit-adminPanel {
	border:1px #B5B5B5 solid;
	background:#e5e5e5;
	margin-left:18px;
	margin-right:18px;
	overflow:visible !important;
	position:relative;
	height:25px;
	opacity: 0.95;
	padding-top:2px;
	color: #111111;
}

#netedit-adminPanel a{
	color: #111111;
}

#netedit-adminPanel a:hover{
	color: #666666;
	text-decoration:none;
	background:#ffffff;
	border-bottom:0px;
}

#netedit-adminLogin{
	overflow:hidden;
	position:relative; 
	text-align:center; 
	padding:5px; 
	top:-105px;
	left:-50px;
	width:220px; 
	height:80px; 
	background:#e5e5e5; 
	border:5px #999999 solid;
	color: #111111;
}

.netedit-icoAdmin {
	border-right: 1px solid #B5B5B5;
	top:2px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	position:relative;
}

/* --- DIV BORDI ARROTONDATI --- */
.arrot-conteiner{
	/*la larghezza del riquadro - non obbligatorio*/
	width:100%;
}
/*stile css comune per tutti gli angoli*/
.arrot-css{
	/*l’immagine di sfondo*/
	background:url(../../../files/angoli.png) no-repeat;
	/*l’altezza - la metà dell’immagine di sfondo*/
	height:12px;
}
#arrot-top-sx{
	/*immagine di sfondo posizionata in alto a sinistra*/
	background-position:top left;
}
#arrot-top-dx{
	/*immagine di sfondo posizionata in alto a destra*/
	background-position:top right;
}
#arrot-bottom-sx{
	/*immagine di sfondo posizionata in basso a sinistra*/
	background-position:bottom left;
}
#arrot-bottom-dx{
	/*immagine di sfondo posizionata in basso a destra*/
	background-position:bottom right;
}
.arrot-bg-top{
	/*colore di sfondo per riempire la zona tra i 2 angoli*/
	background-color:#FFFFFF;
	border-top:1px #C4C4C4 solid;
	/*l’altezza*/
	height:12px;
	/*posizionamento dell’elemento in rapporto con suoi angoli*/
	/*eguale a margin-top:-12px;margin-right:12px;margin-bottom:0;margin-left:12px;*/
	margin:-12px 12px 0 12px;
}
.arrot-bg-bottom{
	/*colore di sfondo per riempire la zona tra i 2 angoli*/
	background-color:#FFFFFF;
	border-bottom:1px #C4C4C4 solid;
	/*l’altezza*/
	height:12px;
	/*posizionamento dell’elemento in rapporto con suoi angoli*/
	/*eguale a margin-top:-12px;margin-right:12px;margin-bottom:0;margin-left:12px;*/
	margin:-13px 12px 0 12px;
}
.arrot-testo{
	/*colore di sfondo del arrot-testo*/
	background-color:#FFFFFF;
	border-left:1px #C4C4C4 solid;
	border-right:1px #C4C4C4 solid;
	/*spazio di 10px a destra e sinistra tra il bordo dell’elemento e il suo arrot-testo - non obbligatorio*/
	padding:0 20px;
	/* aggiunto */
	clear:both;
	float:none;
	overflow:hidden;
	
} 
/*
<div class="arrot-conteiner">
	<div class="arrot-css" id="arrot-top-sx">
		<div class="arrot-css" id="arrot-top-dx"></div>
		<div class="arrot-bg-top"></div>
	</div>
	<div class="arrot-testo">
	CONTENUTO
	</div>
	<div class="arrot-css" id="arrot-bottom-sx">
		<div class="arrot-css" id="arrot-bottom-dx"></div>
		<div class="arrot-bg-bottom"></div>
	</div>
</div>
*/

/* --- OVERTEXT --- */
label.overTxtLabel {
	font-weight: bold;
	font-family: arial, helvetica, verdana;
	font-size: 12px;
	color: #999;
}

/* --- tip --- */
.tip{ 
	width:295px; 
	font-family:tahoma,arial; 
	background:#fff; 
	border:1px #ddd solid; 
}
.tip-top{ 
	font-size: 11px;
	background:#eee; 
	width:295px; 
}
.tip-title{ 
	font-size: 11px;
	color:#e95e25; 
	font-weight:bold; 
	background:#eee; 
	padding: 8px 8px 4px;
	margin: 0;
}
.tip-text{ 
	color:#000; 
	padding: 4px 8px 8px;
}
.tip-bottom{
	 background:#eee; 
	 width:295px;
}

/*--- AJAXIMGUPLOAD ---*/
.ajaximgupload-container{
	position: relative;
	width:150px;
	height:100px;
	background-color: #999;
	background-position: center center;
	background-repeat: no-repeat;
	float: left;
}
.ajaximgupload-dropmenu {
    display: none;
    background: none repeat scroll 0 0 #FFFFFF;
    position: absolute;
    left: 0;
    top: 0;
    width: 150px;
    color:#3B5998;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    padding: 5px 5px 0 6px;
    font-size: 11px;
    border:1px #3B5998 solid;
    margin:0px;
    z-index:100;
    overflow: visible;
}
.ajaximgupload-edit {
	display: none;
    background: url(../../../imgs/16x16/edit.png) no-repeat center right #FFFFFF;
    height: 20px;
    padding: 5px 27px 0 6px;
    position: absolute;
    right: 0;
    top: 0;
    color:#3B5998;
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    font-size: 11px;
}
.ajaximgupload-upload{
	position: relative;
	background: url(../../../imgs/16x16/upload.gif) no-repeat center left #FFFFFF;
	padding: 0px 0px 0px 25px;
	height: 20px;
	right: 0;
	top: 0;
}
.ajaximgupload-link{
	position: relative;
	background: url(../../../imgs/16x16/rename.jpg) no-repeat center left #FFFFFF;
	padding: 0px 0px 0px 25px;
	height: 20px;
	right: 0;
	top: 0;
}
.ajaximgupload-input{
	display: none;
}
.ajaximgupload-loading{
	display: none;
	background: url(../../../imgs/32x32/loading.gif) no-repeat center center;
	position: relative;
	height: 30px;
	width: 30px;
	right: 0;
	top: 0;
	overflow: visible;
}
