/* -------------------------------------------------------- */
/* ---- Sezione dedicata al controllo Download FIle    ---- */
/* -------------------------------------------------------- */
/* --------------------Inizio Sezione---------------------- */

.MainTableFile 
{
	width:100%;
	background-color:White;
	border-color:#000000;
	border-width:1px;
	border-style:solid;
	border-collapse:collapse;
}
.HeaderTableFile
{
	height:30;
	color:#FFFFCC;
	background-color:#D1D1F7;
	font-weight:bold;
}
.ItemTableFile
{
	
	color:#330099;
	background-color:White;
}
.AlternatItemTableFile
{
	color:#FFFF99;
	background-color:#EAEAF7;
}
.SelectedItemTableFile
{
	font-weight:bold;
	color:#663399;
	background-color:#FFCC66;
}
.FooterStyleTableFile
{
	color:#330099;
	background-color:#FFFFCC;
}

a.ItemLink, a.ItemLink:visited, a.ItemLink:link {
    color: #013DA4;
    font-size: 0.7em;
    text-decoration: none
}
a.ItemLink:Hover {
	color: #013DA4;
    font-size: 0.7em;
    text-decoration: underline
}


