/* ------ Elementi Area-Download ---------- */
ul li.list{
	border-bottom: 1px dotted #ccc;
}

li.list{
	font-size:12px;
	padding: 4px 0 !important;
	padding: 0;
}
li div.first, li div.second, li div.third, li div.third-half, li div.third-sec, li div.fourth{
/*	display:inline;*/ /*CHANGE that*/
/*	height: 18px; */
	font-size: 11px;
/*	border:1px red solid;*/
	float:left;
	padding:9px 9px 0;
}
li.list div.first{
	width: 15px;
	padding-left:15px;
	height: 18px;
}
li.list div.second{
	width:200px;
}
li.list div.third{
	width:430px;
}
li.list div.fourth{
/*	width: 75px;*/
	float:right;
	text-align: right;
}
li.list div.fourth a{
	color: #006AC1;
	font-size: 11px;
	padding: 0 2px;
}
li.list div.third{
	color: #aaa;
	font-size: 11px;
	font-style:italic;

}
li.list div.third-half{
	height:16px;
	width:16px;
	margin-left:20px;
}
li.list div.third-float{
	height:16px;
	margin-left:20px;
	float:right;
}
/* -------------- */
li.list.file div.first{
	background: url('img/icons/arrow_down.png') no-repeat center center;
}
li.list.file div.fourth{
	background: url('img/icons/download.png') no-repeat right center;
	/*--button style --*/
	padding: 2px 10px 0;
}
li.list.file div.admin{
	background: url('img/icons/file.png') no-repeat center center;
}

/* ------ Elementi Admin-User ---------- */

li.list.user div.first{
	background: url('img/icons/user.png') no-repeat center center;
}
li.list.user div.fourth{
/*	background: url('img/icons/file_edit.png') no-repeat right center;*/
	/*--button style --*/
	padding: 2px 10px 0;
}

/* ------ Elementi Admin-Down ---------- */

li.list.file.admin div.fourth{
	background: transparent no-repeat right center;
	/*--button style --*/
	padding: 2px 10px 0;
}

/* ------ Pulsanti area Download ---------- */

div.Btn{
	border:1px solid #BBB;
	color:white;
	float:right;
	font-size:12px;
	height:15px;
	margin-left:10px;
	padding:4px 6px 4px 30px;
/*	width:44px;*/
}
div.Btn a{
	font-family:Verdana;
	color:#444444;
	font-size:10px;
}

div#backBtn{
	background:#EEE url(../img/icons/arrow_left.png) no-repeat scroll 5px center;
}
div#newBtn{
	background:#EEE url(../img/icons/file_add.png) no-repeat scroll 5px center;
}
div#upBtn{
	background:#EEE url(../img/icons/upload.png) no-repeat scroll 5px center;
}
div#gestBtn{
	background:#EEE url(../img/icons/copy.png) no-repeat scroll 5px center;
}
/*---*/
div#userBtn{
	background:#EEE url(../img/icons/user.png) no-repeat scroll 5px center;
}
div#fileBtn{
	background:#EEE url(../img/icons/disc.png) no-repeat scroll 5px center;
}
div#downloadBtn{
	background:#EEE url(../img/icons/download.png) no-repeat scroll 5px center;
}
div#logoutBtn{
	background:#EEE url(../img/icons/key.png) no-repeat scroll 5px center;
}
div#adminBtn{
	background:#EEE url(../img/icons/lock.png) no-repeat scroll 5px center;
}
div#newsBtn{
	background:#EEE url(../img/icons/newspaper.png) no-repeat scroll 5px center;
}
/*---*/
div#goBtn{
	background:#EEE url(../img/icons/arrow_right.png) no-repeat scroll 5px center;
}
div#clearBtn{
	background:#EEE url(../img/icons/delete.png) no-repeat scroll 5px center;
}
div#sfaBtn{
	background:#EEE url(../img/icons/sfa.png) no-repeat scroll 5px center;
}
/* Forms */
.formBtn2{
	border: 1px solid rgb(204, 204, 204);
	background-color: white;
	color: rgb(68, 68, 68);
	font-size: 11px;
	margin: 14px 2px;;
}
.formBtn2.file{
	margin: 3px 2px;
	font-style:italic;
}
.form{
	font-size: 11px;
	text-align: center;
	padding: 25px 0;
}
.descBox{
	border:1px solid #CCC;
	color:#444;
	width:300px;
}

/* ----------------- Boxes ----------------- */
div#list-box-small{
/*	width:90%;*/
}

div.boxn1{
	border: 1px dotted #999;
	margin: 10px auto 30px auto;
	padding: 12px;
	font-size: 11px;
	width: 264px;
	
	text-align: center;
}

div.infoBox{
	border: 1px #5187ab solid;
	background: #a2c3dd url(../img/icons/info.png) no-repeat scroll 7px 7px;
	
	padding:7px 7px 7px 50px;
	margin: 15 auto;
	text-align:left;
	color:white;
	width:84%;
}

div#titolo-box2{
	border:1px dotted #CCCCCC;
	color:#444444;
	float:left;
	font-size:12px;
	margin:0px 20px 20px 10px;
	padding:5px 15px;
	text-align:center;
	width:90%;
}

#list-box-small,div#titolo-box2, div#area-title{
	/*display:none;*/
}
#contact-left, #contact-right{
	/*display:none;*/
}

div#titolo-box2.admin{
	background-color: #eee;
	border:1px solid #ccc;
/*	padding: ;*/
}
div#titolo-box2.admin div.Btn{
	background-color: white;
	
}

div#right-panel{
	float:right;
	border:1px solid red;
	float:right;
	width:300px;
}

div#left-panel{
	float:left;
	border:1px solid red;
	float:left;
	width:500px;
}

#table3 input{
	border: 1px #ccc solid;
}

/*---------------------------------------------------------*/
.stuffbox{
	min-height: 300px;
}

div.stuffbox ul{
	list-style: none;
}
div.stuffbox ul li{
	border-bottom: 1px dotted white;
}
div.stuffbox ul div.first, div.stuffbox ul div.second, div.stuffbox ul div.third, div.stuffbox ul div.fourth{
	padding: 2px 5px !important;
	padding: 0 5px;
}
div.stuffbox ul div.second, div.stuffbox ul div.third{
	width: 100px;
	color: white;
}

/*****************************************************************/

.campiOrdine{
	border: 0pt none;
	width: 30px; 
	margin-right: 5px;
}

.intestazione{
	color: #555;
	font-style: italic;
	font-size: 12px;
}


