/*
Stili usati nella pagina relativa ad una categoria
contenente i link ai relativi documenti
*/

td.elencodoccat_tutti {
	}

.c, .c2 {
	float: left;
	margin: 14px;
	padding: 4px 0 1px 0;
	/* width: 46%; */
	color: #777777;
	border-bottom: 1px dotted #d0d0d0;
	}

.c td, .c2 td {
	border: 0;
	}

.c:hover, .c2:hover {
	color: #000;
	border-bottom: 1px dashed #bbbbcc;
	}

.c img, .c2 img {
	float: left;
	max-width: 90px;
	max-height: 70px;
	background-color: #ffffff;
	padding: 3px;
	}

.c img {
	float: left;
	margin: 3px 8px 0 1px;
	border-bottom: 1px solid #f6f6f6;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #f3f3f3;
	}

.c2 img {
	float: left;
	margin: 3px 8px 0 1px;
	border-bottom: 1px solid #f6f6f6;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #cccccc;
	border-right: 1px solid #f3f3f3;
	}

.c p.sottotit, .c p, .c2 p.sottotit, .c2 p {
	margin: 0;
	padding: 0;
	}

.c .t, .c2 .t {
	font-size: 110%;
	}

.c .t a:hover, .c2 .t a:hover {
	text-decoration: underline;
	}

.c .t span.progr, .c2 .t span.progr {
	padding: 0 6px 0 0;
	color: #bbbbbb;
	font-size: 80%;
	font-style: italic;
	}

.c a img, .c2 a img {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
	}

.c a:hover img, .c2 a:hover img {
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	}

.img_categ {
	width: 46%;
	margin: 10px 10px 10px 20px;
	float: left;
	}

.img_categ img {
	}

table.tab_categ {
	float: left;
	width: 100%;
	}

table.tab_categ td {
	width: 50%;
	}

