﻿/* ShowDocLib */
.Tabella tr.header_footer {
	color: #444444;
	text-align: center;
	background: #C0C0C0;
	height:1px;

}

.Tabella tr.header_footer a{
	color: #444444;
	text-align: center;
	background: #C0C0C0;
	height:1px;
}

.Tabella tr.header_footer a:hover{
	text-decoration:underline;
	color: #444444;
	text-align: center;
	background: #C0C0C0;
	height:1px;
}

.Tabella th.header_footer {
	color: #444444;
	text-align: center;
	background: #C0C0C0;
	height:5px;
}

.TestaTabellaDocumenti td.titoloCentrale{
	width: 100%;
	background: #4CB35E;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	font-family:"Trebuchet MS"
}

.TestaTabellaDocumenti {
	width: 100%;
	background: #4CB35E;
	color: #FFF;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
	font-family:"Trebuchet MS"
}

.Tabella {
	width: 100%;
	border-collapse: collapse;
	border-left: 1px solid #CCCCCC;
	border-top: 1px solid #CCCCCC;
	color: #333333;
	margin-bottom: 20px;
	margin-top: 0px;
	font-family:"Trebuchet MS"

}
.Tabella  p, br {
	text-indent: 0px;
	margin: 0;
	padding: 0;
}
.Tabella  td, table th {
	border-bottom: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	font-size: 1.0em;
	line-height: 1.5em;
	padding: 3px;
	text-align: left;
	vertical-align: top;
}
.Tabella  tr {
	background: #FFF;
}
.Tabella tr th {
	background: #EFEFEF;
}
.Tabella img {
	border: 0px none;
}

/*tabelle intestazioni*/
.Tabella caption {
	background: #4CB35E;
	color: #FFF;
	font-size: 1.0em;
	font-weight: bold;
	margin: 0px;
	padding: 2px;
}

/*tabelle celle*/
.Tabella td.numero {
	font-weight: bold;
	text-align: center;
	font-size:1.0em;
	font-family:"Trebuchet MS";

}
.Tabella td.data {
	font-size:1.0em;
	font-family:"Trebuchet MS";
	text-align: center;
}
.Tabella .odd td.titolo {
}

.Tabella .titolo a {
	text-decoration:none;
	color:#333333;
	font-size:1.0em;
	font-family:"Trebuchet MS";
	font-weight: bold;
}

.Tabella .titolo {
	text-decoration:none;
	color:#333333;
	font-size:1.0em;
	font-family:"Trebuchet MS";
	font-weight: bold;
}

.Tabella .titolo a:hover {
	text-decoration:none;
	color:#333333;
	font-size:1.0em;
	font-family:"Trebuchet MS"
}

.Tabella .titoloDocumenti a {
	text-decoration:none;
	text-align:left;
	vertical-align:middle;
	color:#333333;
	font-size:1.0em;
	font-family:"Trebuchet MS";
}

.Tabella .titoloDocumenti a:hover {
	text-decoration:none;
	color:#4CB35E;
	font-size:1.0em;
	font-family:"Trebuchet MS";
}


.Tabella .modifica{
	text-align:center;
	font-size:1.0em;
	font-family:"Trebuchet MS";
}

.Tabella .modifica a {
	text-decoration:none;
	color:#333333;
	text-align:center;
	font-size:1.0em;
	font-family:"Trebuchet MS";
}

.Tabella .modifica a:hover {
	text-decoration:underline;
	color:#333333;
	font-size:1.0em;
	font-family:"Trebuchet MS";
}

.Tabella td.tipo {
	font-weight: bold;
	text-align: center;
}
.Tabella td.peso {
	font-size:1.0em;
	font-family:"Trebuchet MS";
	text-align: center;
}
.Tabella td.download img{
	text-align: center;
	vertical-align: middle;
}
/*tabelle celle*/
.Tabella tr.odd th, table tr.odd td {
	background: #EFEFEF;
}
/*tabelle mouseover*/
.Tabella tr td a {
	color: #444444;
	text-decoration: none;
}
.Tabella tr td a:hover {
	color: #4CB35E;
	text-decoration: none;
}
.Tabella tfoot tr th li a:hover {
	color: #FFF;
}
/*tabelle puntielenco download*/
.Tabella .download a {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 5px;
	padding-bottom: 5px;
	text-align:center;
}
