html{
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
}

body{
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	background-image: url(../img/backgrnd.gif);
	background-attachment: fixed;
	background-position: top left;
	background-repeat: no-repeat;
	font-family: verdana;
}

body.popup{
	background-image: none;
}

body.popup p{
	font-size: 10px;
	color: #2f5b7e;
	text-align: justify;
	padding: 5px;
}

body.popup strong{
	font-size: 11px;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 5px;
}

A {
	text-decoration: none;
	color: #FF6600;
	font-weight: bold;
}

A:hover {
	color: #006db0;
}

.mainnav{
	font-size:14px;
	font-family: "Trebuchet MS";
	font-style: italic;
	letter-spacing: 4px;
	color: #acacac;
	font-weight: bold;
}

TABLE.box .topleft{
	background-image: url(../box/topleft.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

TABLE.box .top{
	background-image: url(../box/top.png);
	background-repeat: repeat-x;
}

TABLE.box .topright{
	background-image: url(../box/topright.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

TABLE.box .left{
	background-image: url(../box/left.png);
	background-repeat: repeat-y;
}

TABLE.box .center{
	background-image: url(../box/center.png);
	background-repeat: repeat;
}

TABLE.box .right{
	background-image: url(../box/right.png);
	background-repeat: repeat-y;
	vertical-align: top;
}

TABLE.box .botleft{
	background-image: url(../box/botleft.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

TABLE.box .bottom{
	background-image: url(../box/bottom.png);
	background-repeat: repeat-x;
}

TABLE.box .botright{
	background-image: url(../box/botright.png);
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

TABLE.box .bottom{
	background-image: url(../box/bottom.png);
	background-repeat: repeat-x;
}

TABLE.box .center DIV{
	position: relative;
	top: -5px;
	left: -5px;
}

#logo{
	top: 20px;
	left: 70px;
	position: absolute;
	z-index: 10;
}

#cert_logo{
	top: 110px;
	left: 81px;
	position: absolute;
	z-index: 10;
	font-size: 10px;
	color: #2f5b7e;
}

#contenuto{
	top: 110px;
	left: 224px;
	position: absolute;
	font-size: 11px;
	color: #2f5b7e;
	text-align: left;
	max-width: 800px;
	min-width: 500px;
	z-index: 5;
	width: 100%;
}

#admin{
	top: 110px;
	left: 0px;
	width: 100%;
	max-width: 1024px;
	height: 100%;
	position: absolute;
	font-size: 11px;
	color: #2f5b7e;
	z-index: 5;
}

.lineazura{
	background-color: #CFD7DF;
}

.footer{
	font-size: 9px;
}

.news{
	color: #7e2f2f;
}

TD .formdetail{
	width: 75px;
}

INPUT{
	font-size: 11px;
	font-family: verdana;
	font-weight: bold;
	border: solid 1px #bbbbbb;
}

.iframed{
	border: 1px solid #e3e3e3;
	padding-left: 2px;
	padding-right: 2px;
}

.iframed P{
	font-weight: bold;
	padding-left: 15px;
}

.homeback{
	background-image: url(../box/homeback.jpg);
	background-repeat: no-repeat;
}

#hiddenlinks{
	position: relative;
	width: 0px;
	height: 0px;
	visibility: hidden;
	display: none;
}

.boxlinks{
	border-top: 1px solid white;
	border-left: 1px solid #e3e3e3;
	border-right: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #f8f8f8;
	line-height: 16px;
}

.adminlink{
	font-size: 9px;
}

#referenze TD.nomi{
	font-weight: bold;
	font-style: italic;
}

.sottotitolo{
	padding-left: 18px;
	color: #acacac;
	font-weight: bold;
}



