@charset "utf-8";
/* CSS Document Patricia Armocida*/

body {
	margin: 30px 35px 30px 0;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#818181;
	font-size:12px;
}

#contentBoxTotal {
	width:774px;
}

#header {
	height: 137px;
	text-align:left;
}
#header img {
	margin-left:17px;
}

#percorso {
	height:40px;
	padding-left:215px;
	text-align:left;
	padding-top:10px;
	padding-right:35px;
}

#contentBoxMiddle {
	padding-left:35px;
	text-align:left;
}

#menuBox {
	float:left;
	width:164px;
	text-align:left;
}
#menu {
	width:138px;
}

#contentsBoxLeft {
	float:left;
	width:540px;
	text-align:left;
	border:1px solid #C4C4C4;
}
#footer {
	padding-top:30px;
	float:left;
	font-family:Tahoma;
	font-size:11px;
	color:#3D257D;
	text-decoration:none;
	line-height:13px;
	width:100%;
}


a.menuBtn:link {
	display:block;
	font-weight: normal;
	text-decoration: none;
	color:#FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
	background:#D6CDE2;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:10px;
	line-height:12px;
	width: auto;
	padding-left:7px;
	border:1px solid #E1DBEA;
}
a.menuBtn:visited {
	display:block;
	font-weight: normal;
	color:#FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration:none;
	background:#D6CDE2;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:10px;
	line-height:12px;
	width: auto;
	padding-left:7px;
	border:1px solid #E1DBEA;
}
a.menuBtn:active {
	display:block;
	font-weight: normal;
	color:#FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration:none;
	background:#D6CDE2;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:10px;
	line-height:12px;
	width: auto;
	padding-left:7px;
	border:1px solid #E1DBEA;
}
a.menuBtn:hover {
	display:block;
	font-weight: normal;
	color:#FFFFFF !important;	/* For Firefox... mark as important, otherwise it becomes black */
	text-decoration:none;
	background:#9C88BB;
	text-transform:uppercase;
	font-family:Tahoma;
	font-size:10px;
	line-height:12px;
	width: auto;
	padding-left:7px;
	border:1px solid #E1DBEA;
}
#btn {
	height:15px;
}

a.linkInteno:link {
	color:#A488C0;
	background:url(images/arrow.gif) no-repeat 0 5px;
	padding-left:8px;
	text-decoration:underline;
}
a.linkInteno:visited {
	color:#A488C0;
	background:url(images/arrow.gif) no-repeat 0 5px;
	padding-left:8px;
	text-decoration:underline;
}
a.linkInteno:active {
	color:#A488C0;
	background:url(images/arrow.gif) no-repeat 0 5px;
	padding-left:8px;
	text-decoration:underline;
}
a.linkInteno:hover {
	color:#A488C0;
	background:url(images/arrow_on.gif) no-repeat 0 5px;
	padding-left:8px;
	text-decoration:none;
}
a.linkDownload:link {
	color:#A488C0;
	background:url(images/arrow.gif) no-repeat 0 5px #DDDDDD;
	padding-left:8px;
	text-decoration:underline;
}
a.linkDownload:visited {
	color:#A488C0;
	background:url(images/arrow.gif) no-repeat 0 5px #DDDDDD;
	padding-left:8px;
	text-decoration:underline;
}
a.linkDownload:active {
	color:#A488C0;
	background:url(images/arrow.gif) no-repeat 0 5px #DDDDDD;
	padding-left:8px;
	text-decoration:underline;
}
a.linkDownload:hover {
	color:#FFF;
	background:#666666;
	padding-left:8px;
	text-decoration:none;
}
a:link {
	color:#A488C0;
	text-decoration:underline;
}
a:visited {
	color:#A488C0;
	text-decoration:underline;
}
a:active {
	color:#A488C0;
	text-decoration:underline;
}
a:hover {
	color:#A488C0;
	text-decoration:none;
}

/* Formattazione Testo */

#boxTestata {
	padding:16px;
	background:#EDEDED;
}
.violaScuro {
	color: #3D257D;
}
.violaChiaro {
	color: #9C88BB;
}

/* Formattazione Testo FCK EDITOR */
.FCKViola
{
	color: #3D257D;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.FCKViolaBold
{
	font-weight: bold;
	color: #3D257D;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#boxContenuto {
	padding:16px;
}

#line {
	margin-top:7px;
	margin-bottom:7px;
}

.images {
	border:none;
	padding:2px;
	margin:3px;
}	

.form { 
	width:500px;
	height:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
	border-color:#E1DBEA;
	background-color:#D6CDE2;
	color: #3D257D;
	margin-left:0px;
	margin-right:0px;
	padding:3px;
}
.textarea { 
	width:500px;
	height:118px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:11px;
	border-style: solid;
	border-width: 1px;
	border-color:#E1DBEA;
	background-color:#D6CDE2;
	color: #3D257D;
	margin-left:0px;
	margin-right:0px;
	padding:3px;
}

/* CSS Document Patricia Armocida ADM AREA */

.modulo {
	padding:0;
	margin:0;
	border:1px solid  #FF3300;
	background:none;
	color:#990000;
}
