@charset "utf-8";
/* CSS Document */
/*-------------------TESTATA-------------------*/
.header{
	width:955px;
	height:120px;
	padding:10px;
}
.logo{
	width:945px;
	height:120px;
	margin-top:10px;
	background-image: url(../img/tracking/logo.jpg);
	background-repeat: no-repeat;
	
	/*border: 1px solid #CCCCCC;*/
}
/*-------------------link GENERALI-------------------*/
a:link {
	text-decoration: underline;
	color: #666666;
}
a:visited {
	text-decoration: underline;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #B4DA2E;
}
a:active {
	text-decoration: underline;
	color: #666666;
}
/*-------------------link PERCORSO SU Toolbar-------------------*/

.bordo a:link {
	color: #fff;
	text-decoration: none;
	font-weight: bold;

}
.bordo a:visited {
	text-decoration: none;
	color: #fff;
	font-weight: bold;

}
.bordo a:hover {
	text-decoration: underline;
	color: #fff;
	font-weight: bold;
/*background-color:#CCCCCC;
opacity: .5;
-moz-opacity: .5;
	filter: alpha(opacity=20);*/


}
.bordo a:active {
	text-decoration: none;
	color: #fff;
	font-weight: bold;

}
/* ----------------------------h1------------------------ */
h1{
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
	padding-left:15px;
	
	background-image: url(../img/tracking/bg_cliente.jpg);
	background-repeat: repeat-x;
	/*border-top:1px dashed #131317;
	border-bottom:1px dashed #131317;*/
	height:30px;
	width:inherit;
}
.bordo{
	background-image: url(../img/tracking/bordoV.gif);
	background-repeat: no-repeat;
	width:auto;
	height:30px;
	padding-top:5px;
	padding-left:5px;
	padding-right:5px;
	float:left;
	
}
/*                    */
body{
	margin:0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	
	background-image: url(../img/tracking/bg.jpg);
	background-repeat: repeat-x;
	background-color: #c5e25c;	
}
html{

}
.contenitore{
	padding:10px;
	width:955px;
}

.nomefile{
	margin:5px;
	width:350px;
	height:30px;
	float:left;
	clear: left;
	background-color: #8fa443;
	border: 1px solid #8fa443;
	color:#FFF;
	padding-top:5px;
	padding-left:5px;
}
.nomedata{
	margin:5px;
	width:200px;
	height:30px;
	float:left;
	background-color: #8fa443;
	border: 1px solid #8fa443;
	color:#FFF;
	padding-top:5px;
	padding-left:5px;
}
.dimensione{
	margin:5px;
	width:100px;
	height:30px;
	float:left;
	background-color: #8fa443;
	border: 1px solid #8fa443;
	color:#FFF;
	padding-top:5px;
	padding-left:5px;
}
.Inomefile{
	margin:5px;
	width:350px;
	float:left;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;
	padding-left:5px;
}
.Inomedata{
	margin:5px;
	width:200px;
	float:left;
	background-color: #CCCCCC;
	border: 1px solid #CCCCCC;	
	padding-left:5px;
}
.Idimensione{
	margin:5px;
	width:100px;
	float:left;
	background-color: #CCCCCC;	
	border: 1px solid #CCCCCC;
	padding-left:5px;
}
img{
	float:left;
	margin-right:5px;
	/*margin-left:5px;*/
}
p{
	height: 20px;
	margin-top:0px;
	margin-bottom:0px;
	padding:0px;
}
hr{
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dashed;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-bottom-color: #FF0000;
	height:1px;
	margin:0px;
	padding:0px;
	width:100%;
	clear:both;
}
.indietro{
	background-image: url(../img/tracking/back.jpg);
	background-repeat: no-repeat;
	width:900px;
	padding-left:30px;
	padding-top:5px;
	height:25px;
	float:left;
	clear:right;
}
.nascosto{
	display:none;
}
