@charset "UTF-8";
    /*
	COLORI
	rosso #ce1809
	blu #0e357d 
	arancio #FFD15A
	azzurro #3E98BE
	verde 80a480*/
*{
	margin:0;
	padding:0;
}
.clearFloat{
	height:0px;
	line-height:0px;
	font-size:0px;
	clear:both;
}
#loading {
	position:absolute;
	left:222px;
	top:63px;
	width:491px;
	height:205px;
	z-index:1;
	background-color: #FFF;
	text-align:center;
	color:#990000;
	border:5px solid #990000;
	padding-top:50px;
	visibility: visible;
	display:none;
}
body{
	background-color:#ccc;
	font-family: verdana, Helvetica, sans-serif;
	font-size: 12px;
	}

div.messaggio {
	background: #80a480;
	color: #fff;
	padding: 5px;
	}
	
/* PAGINA DI LOGIN */

.msglog {
	background: #666;
	color: #ccc;
	padding: 5px;
	}
div.log_pan {
	background: #fff;
	margin: 60px auto;
	padding: 15px 15px 15px 10px;
	width: 295px;
	height: 300px;
	background: url("images/sfondo_log.jpg") no-repeat;
	border: 3px solid white;
	}
div.log_pan input{
	width: 220px;
	height: 27px;
	font-size: 18px;
	}
div.log_pan h1{
	font-size: 18px;
	padding: 0 0 20px 0;
	color: #80a480;
	}
div.log_pan p{
	padding-top: 6px;
	font-size: 17px;
	color: #80a480;
	}	
div.log_pan input#button{
	background: url("images/grad_verde.jpg");
	width: 260px;
	height: 82px;
	font-size: 25px;
	color: #fff;
	cursor: pointer;
	}
div.log_pan input#button:hover{
	text-decoration: underline;
	}

/* PANNELLO AMMINISTRAZIONE */ 		
.contenitore{
	background-color:#FFF;
	margin:60px auto;
	width:1100px;
	min-height: 450px;
	padding:10px 10px 30px 10px;
	position: relative;
	/*outline: 2px dotted blue;*/
	}
.contenuti1col{
	width:1100px;
	/*outline: 1px solid red;*/
	}
.menuPrincipale{
	background:url('images/pattern.jpg');
	opacity: 0.8;
	color: #fff;
	padding: 5px;
	margin-bottom: 15px;
	}
.menuPrincipaleSx{
	float:left;
	}
.menuPrincipaleDx{
	float:right;
	text-align:right;
	}
.menuPrincipale a{
	color: #FFF;
	text-decoration: none;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #666;
	margin-left: 2px;
	padding-left: 10px;
	padding-right:10px;	
}
.menuPrincipale a:hover{
	color:#FFD15A;
	}
.menuSecondario{
	width:200px;
	float:left;
	/*outline: 1px solid green;*/
	}
.menuSecondario ul {
	list-style-type: none;
}
.menuSecondario ul li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
}
.menuSecondario ul li a {
	text-decoration: none;
	color: #513528;
	text-transform: uppercase;
	display: block;
	line-height: 20px;
	height: 20px;
	padding-left: 5px;
}
.menuSecondario ul li a:hover {
	color: #FFF;
	background-color: #80a480;
}
.contenuti{
	width:870px;
	float:right;
	/*outline: 1px solid violet;*/
	}
.contenuti h1{
	font-size: 15px;
	color: #80a480;
	padding-bottom: 20px; 
	}
h1.latIntest {
	font-size: 15px;
	color: #3E98BE;
	padding-top: 20px;
	text-transform:uppercase;
}
span.breadcr {
	font: normal 12px Verdana, Geneva, sans-serif;
	color: #513528;
}
h1.hometitle {
	font-size: 15px;
	color: #80a480;
	text-transform:uppercase;
}

/* HOME PAGE CMS*/
ul.homecms{
	float:right;
	margin: 10px 350px 0 0;
}
ul.homecms li{
	list-style: none;
	float: left;
	width: 100px;
	height: 130px;
	margin: 20px 20px 0 0;
	background: #80a480;
	opacity: 0.8;
}
ul.homecms li:hover{
	opacity: 1;
}


/*TABELLE list */
table.tableList {
	float: right;
}

tr.titoliTabella td{
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #80a480;
	padding: 2px 10px;
}

tr.scomparinewcat, tr.scomparinewsotcat {
	display: none;
}

a.newcat, a.newsottocat {
	color: #3E98BE;
}

a.backcat{
	color: #3E98BE;
	display: none;
}

.tableList {
	border:none;
	padding:0px;
}
.tableList tr{
	}
.tableList td{
	padding:2px 10px 2px 10px;
	border: 1px solid #666;
	}
.tableList tr:hover{
	background: #eee;
	}
td.posiz, td.modif, td.canc{
	width: 20px;
	text-align: center;
	padding: 0;
	}
.tableList td img{
	border:none;
	}
tr.noneList td{
	border: none;
	}
.tableList tr.noneList:hover {
	background: #fff;
	}
#sort tr {
}
	
/*TABELLE inserisci e modifica*/

td.ins_label {
	background: #80a480;
	padding: 2px 0 2px 10px;
	width: 200px;
	color: #fff;
	}
	
.statoChiamata{
	color: #333;
	background-color: #ccc;
	padding: 5px;
}
.avvisi{
	color: #333;
	background-color: #ccc;
	padding: 10px;
	font-size: 11px;
}

.alterna0{
	background-color:#E0E0E0;
	}
.alterna1{
	background-color:#F0F0F0;
	}
.alterna0:hover, .alterna1:hover{
	background-color:#FF6600;
	}

/* ELEMENTI NEI FORM */

input#button, input#button2{
    display: inline;
	margin-top: 0px;
	padding: 3px 0px 6px 0px;
	width: 60px;
	height: 20px;
	background: transparent url("images/button_amm3.png") 0 0 no-repeat;
	color: #fff;
	font: normal 8px verdana;
	border: none;
	cursor: pointer;
}
input#button:hover, input#button2:hover{
	background: transparent url("images/button_amm.png") 0 0 no-repeat;
}

#form1 input#titolo, input#nome, input#cognome, input#catmadre, input#nuovacatmadre, input#nuovasottocat, input#codice, input#descrizione, input#tecniche, input#payoff, input#occhiello,input#azienda, input#user,input#pwd,input#email, input#datareg {
	width: 250px;
}
	
/* ERRORE NEI FORM*/
label.mioerr0, label.mioerr1, label.mioerr2, label.mioerr3, label.mioerr4, label.mioerr5, label.mioerr6, label.mioerr7, label.mioerr8, label.mioerr9 {
	font-size: 10px;
	color: #80a480;
}

/*UL SORTABLE*/
ul#sortable {
	float:left;
	margin-top: 25px;
}
	


ul#sortable2 {
	float:left;
	margin-top: 26px;
}
	
ul#sortable2 li{
    list-style: none;
	width: 30px;
	margin: 0 0 4px 0;
	color: #fff;
	background: #3E98BE;
	border: 1px solid #4d4d4d;
}
ul#sortable2 li:hover{
	background: #3E98BE;
}

/* JUMP MENU */
form#jump select#jumpMenu {
	width: 190px;
	height: 27px;
	padding: 2px 0 0 0;
	color: #513528;
	font: normal 12px Verdana, Geneva, sans-serif;
}

/* INFORMAZIONI FORM*/
#ico_info_pubbl {margin-top: 5px;}

/*MENU LIST*/
#form select#jumpMenu {
	font: normal 12px verdana;
	color: #333;
	height: 20px;
	padding: 2px 1px 1px 0;
	}

/*DOWNUP GESTISCI*/

div.get{
	float: left;
	padding: 5px 5px 5px 0px;
}

div.put{
	float: left;
	padding: 5px 5px 5px 0px;
}
#form_put {
	margin-top: 30px;
	
}
#form_put p.contatti {
	font-weight: bold;
	padding-top: 20px;
	color: #3E98BE;
}
#form_put input#buttoncont {
	width: 160px;	
}
