body{
    background-color: #CBC6BE;
    margin: 0;
    font-family: Arial;
}
#container{
    margin: 0 auto;
    width: 1024px;
}
#testata, #pagina, #footer{
    width: 1024px;
    float: left;
}
#pagina{
    background: url(../img/content_back.jpg) repeat-y top left;
    min-height: 360px;    
}

#menu-sx{
    float: left;
    margin-left: 64px;
    padding-top: 35px;
    width: 241px;
}
h2.block-title{
    color: #B0413B;
    font-size: 18px;
    font-weight: normal;
    padding-left: 40px;
}
#menu-sx ul{
    margin: 0;
    padding: 0;
}
#menu-sx li{
    width: 221px;
    padding-left: 40px;
    padding-right: 20px;
    list-style: none;
    margin-top: 15px;
}
#menu-sx li a{
    text-decoration: none;
    color: #676767;
}
#menu-sx li a.sel{
    text-decoration: none;
    color: #b0413b;
}
#menu-sx li.sel{
    background-color: #e6e6e7;
    background: url(../img/active.jpg) repeat-y top left;
}

.underscore{
    color: #b0413b;
}

#cont{
    width: 679px;
    margin-left: 345px;
    padding-top: 50px;
    padding-bottom: 35px;
}
/* -------------------------- FOOTER ----------------------------*/
#footer {
	
	width:1024px;
	height:34px;
}

#footer a{color:#FFFFFF;}

#footer #info{
	float:left;
	padding-left:10px;
	padding-right:12px;
}
#footer #link-footer{
	padding-top:7px;
	margin-left:750px;
	}
        
        
        .blocco{
            margin-left: 30px;
        }
        .blocco h2{
            margin: 0;
        }
        .blocco form{
            margin: 0;
        }
  
 
/*-------------------------
	Jquery Autocomplete
--------------------------*/

       
        
.acInput {
	width: 200px;
}
.acResults {
	padding: 0px;
	border: 1px solid WindowFrame;
	background-color: Window;
	overflow: hidden;
}

.acResults ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}

.acResults li {
	margin: 0px;
	padding: 2px 5px;
	cursor: pointer;
	display: block;
	width: 100%;
	font: menu;
	font-size: 12px;
	overflow: hidden;
}

.acLoading {
	background : url('indicator.gif') right center no-repeat;
}

.acSelect {
	background-color: Highlight;
	color: HighlightText;
}

        

/*-------------------------
	Dropbox Element
--------------------------*/



#dropbox{
	background:url('../img/background_tile_3.jpg');
	
	border-radius:5px;
	position: relative;
	min-height: 290px;
	overflow: hidden;
	padding-bottom: 40px;
    width: 540px;
	
	box-shadow:0 0 4px rgba(0,0,0,0.3) inset,0 -3px 2px rgba(0,0,0,0.1);
}


#dropbox .message{
	font-size: 11px;
    text-align: center;
    padding-top:160px;
    display: block;
}

#dropbox .message i{
	color:#ccc;
	font-size:10px;
}

#dropbox:before{
	border-radius:3px 3px 0 0;
}



/*-------------------------
	Image Previews
--------------------------*/



#dropbox .preview{
	width:245px;
	height: 215px;
	float:left;
	margin: 55px 0 0 60px;
	position: relative;
	text-align: center;
}

#dropbox .preview img{
	max-width: 240px;
	max-height:180px;
	border:3px solid #fff;
	display: block;
	
	box-shadow:0 0 2px #000;
}

#dropbox .imageHolder{
	display: inline-block;
	position:relative;
}

#dropbox .uploaded{
	position: absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background: url('../img/done.png') no-repeat center center rgba(255,255,255,0.5);
	display: none;
}

#dropbox .preview.done .uploaded{
	display: block;
}






/*-------------------------
	Progress Bars
--------------------------*/



#dropbox .progressHolder{
	position: absolute;
	background-color:#252f38;
	height:12px;
	width:100%;
	left:0;
	bottom: 0;
	
	box-shadow:0 0 2px #000;
}

#dropbox .progress{
	background-color:#2586d0;
	position: absolute;
	height:100%;
	left:0;
	width:0;
	
	box-shadow: 0 0 1px rgba(255, 255, 255, 0.4) inset;
	
	-moz-transition:0.25s;
	-webkit-transition:0.25s;
	-o-transition:0.25s;
	transition:0.25s;
}

#dropbox .preview.done .progress{
	width:100% !important;
}

/*------------------DRAG&DROP-----------------*/

#drop_zone{
    width: 530px;
    height: 200px;
    border: 3px dashed #c9c9c9;
    -moz-border-radius: 10px;
    border-radius: 10px;
    margin: 10px 0 10px 0;
}
#drop_zone .message{
    width: 530px;
    text-align: center;
    margin-top: 90px;
    font-size: 16px;
}
#drop_zone .status{
    width: 530px;
    height: 20px;
    margin-top: 5px;
}
#drop_zone .status.loading{
    background: url('indicator.gif') no-repeat center center rgba(255,255,255,0.5);
}


/* */ 
.blocco td{
    font-size: 14px;
}


input.error{
    border-color:#F00;
    background-color:#f04c4c; 
}


.files th{
    font-size: 11px;
}
td.year{
    color: #B0413B;
    font-size: 11px;
    cursor: pointer;
    text-decoration: underline;
}
tr.nascosto{
    display: none;
}

#c-cont .blocco, #c-cont .blocco table.files, #c-cont .blocco table.files a {
    color: #676767;
}
#c-cont .blocco h2{
    font-size: 16px;
}
#c-cont .blocco h3.tab{
    font-size: 14px;
}
#testata{
    float: left;
    width: 1024px;
    height: 153px;
    background: url('../img/top.jpg') top left no-repeat;
}
#block-block-3{
    float: left;
    width: 1024px;
    height: 34px;
    background: url('../img/bottom.jpg') top left no-repeat;    
    text-align: center;
    font-size: 12px;
    color: white;
}
#block-block-3 a{
    color: white;
    text-decoration: none;
}
#testata #logo{
    float: left;
    margin-left: 60px;
    margin-top: 40px;    
    width: 392px;
    height: 99px;
}

#block-menu-menu-main-menu, #block-block-6{
    color: #c1c0c0;
    float: right;
    width: 470px;
    margin-top: 115px;
    margin-right: 20px;
}
#block-menu-menu-main-menu ul, #block-block-6 ul{
    padding: 0;
    margin: 0;
    text-align: right;
}
#block-menu-menu-main-menu li, #block-block-6 li{
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 14px;
}
#block-menu-menu-main-menu li.last, #block-block-6 li.last{
    padding-right: 0;
}
#block-menu-menu-main-menu li a, #block-block-6 li a{
    color: #c1c0c0;
    text-decoration: none;
}
#block-menu-menu-main-menu li a.active-trail, #block-block-6 a.active-trail{
    color: #ffffff;
}

#menu-sx.menu a{
    font-size: 14px;
}