html {
	/*	overflow: -moz-scrollbars-vertical; /* visualizza sempre la scrollbar laterale per firefox */
	overflow-y: scroll;
	overflow-x: auto;
	overflow: moz-scrollbars-vertical;
	height: 100%;
}

body {
	margin: 0px;
	/*font-family:Arial, Helvetica, sans-serif;*/
	font-size: 12px;
	color: #484745;
	font-family: "Microsoft Sans Serif";
	font: "Microsoft Sans Serif";
	height: 100%;
}

a {
	text-decoration: none;
	color: #484745;
}

#menu a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #464646;
}

.selected {
	font-weight: bold;
	font-size: 12px;
	color: #979695;
}

.sx {
	color: #979695;
	font-size: 12px;
	text-decoration: none;
}

.titolo {
	color: #010000;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.pmenu {
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.pmenu li {
	margin: 3px 23px 0 0;
	padding: 0;
	list-style: none;
	font-size: 0.76em;
}

table.p_fe {
	width: 590px;
	margin: 15px 0 0 0;
	color: #979695;
	border-bottom: 1px dashed #e7e7e7;
}

table.p_fe td {
	text-align: justify;
	vertical-align: top;
	padding: 5px;
}

table.p_fe img {
	border: 0;
}

table.p_fe td.it {
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
	text-align: center;
}

table.p_fe td.st {
	width: 590px;
	font-weight: bold;
	font-size: 1.2em;
	text-transform: uppercase;
}

table.p_fe td.ca {
	width: 590px;
	padding-bottom: 15px;
}

table.p_fe td.ca a {
	background: url('./admin/page_white_acrobat.png') 0px 0px no-repeat;
	padding: 0px 0 3px 20px;
}

table.p_fe td.vc {
	width: 450px;
	padding-bottom: 15px;
}

table.p_fe td.vc a {
	background: url('./admin/disk.png') 0px 0px no-repeat;
	padding: 0px 0 3px 20px;
}

table.p_fe td.ic {
	vertical-align: top;
	text-align: center;
}

table.p_fe td.va {
	text-align: center;
	padding-bottom: 15px;
}

table.p_fe td.id,table.p_fe td.sd {
	line-height: 150%;
	padding-bottom: 15px;
}

table.p_fe td.ia {
	width: 420px;
	padding-bottom: 15px;
	text-align: center;
}