@charset "UTF-8";

/* body style */
body {
	margin: 0 auto;
	text-align: center;
}

/* Header */
#header {
	width: 940px;
	height: 270px;
	margin: 0 auto;
	z-index: 998;
}

#date{
	float: left;
	width: 800px;
	margin: 0;
	padding: 20px 0 10px 15px;
	text-align: left;
	z-index: 996;
	height: 25px;
}

#user{
	float: right;
	width: 100px;
	margin: 0;
	padding: 20px 15px 10px 0;
	text-align: right;
	z-index: 997;
	height: 25px;
}

/* Page */
#wrapper {
	z-index: 1;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 19px;
}

#page {
	width: 940px;
	margin: 0 auto;
	z-index: 2;	
	padding-bottom: 15px;
}

/* Content */
#Pagecenter{
	text-align: left;
	float: left;
	width: 900px;
	margin: 0 20px 0 20px;
	z-index: 3;
}

#Pagecenter h1 {
 border-bottom: solid 1px #d9d9d9;
	padding: 15px 0 7px 0;
	margin:0;
}

#Pagecenter h2 {
	padding: 15px 0 15px 0;
	margin:0;
}

#Pagecenter h3 {
	padding: 0 0 5px 0;
	margin:0;
	text-align: left;
}

#Pagecenter .news {
	text-align: left;
}

#Pageleft {
	text-align: left;
	float: left;
	width: 650px;
	margin: 0 0 0 10px;
	z-index: 3;
}

#Pageleft h1 {
	padding: 15px 0 7px 0;
	margin:0;
}

#Pageleft h2 {
	padding: 15px 0 15px 0;
	margin:0;
}

#Pageleft h3 {
	padding: 0 0 5px 0;
	margin:0;
}

/* Path */
#path { 
	height: 20px; 
	text-align: left;
}

#path ul { 
	margin: 0; 
	list-style-type: none; 
	line-height: 20px; 
}
#path ul li { 
	font-size: 1.2em; 
	display: inline; 
	margin-right: 8px; 
}

#path ul li span { 
	display: none; 
}

#path a { 	
	text-decoration: none; 
	padding-right: 10px;  
}

#path a:hover{ 
	text-decoration: none;
}

/* Toolbar */
#toolbar {
	text-align: right;
}

/* News */
#news {
	text-align: left;
	display: block;
	padding: 10px 0 10px 0;
	z-index: 4;
	overflow:hidden;
}

/* sideBar */
#sideBar {
	float: right;
	width: 240px;
	margin: 0 10px 0 0;
}

#sideBar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sideBar li {
	margin-bottom: 30px;
}

#sideBar li ul {
	border-top: 1px dashed #666633;
}

#sideBar li li {
	padding: 4px 0 4px 0;
}

#sideBar li li a {
}

#sideBar h1 {
	margin: 0 0 6px 0;
	border: 0;
}

#sideBar h2 {
	margin: 0 0 6px 0;
	border: 0;
}

#sideBar a {
	text-decoration: none;
}

#sideBar a:hover {
	text-decoration: underline;
}

#sideBar div.sideBarTop{
	width:197px;
	margin-bottom:10px;
}

#sideBar div.sideBarBottom{
	padding: 5px 0 10px 0;
	width:197px;
}

#sideBar #sideBarContainer{
	margin: 10px auto 10px 5px;
	text-align: center;
	width: 177px;
}

#sideBar #sideBarContainer h1{
	display: block;
}

#sideBar div.sideBardescription{
	margin: 10px auto 10px 5px;
	width: 177px;
	text-align: left;
}

#sideBar div.sideBardescription ul {
	list-style: none;
	border: none;
}
#sideBar div.sideBardescription ul li {
}
#sideBar div.sideBardescription ul li a {
	display: block;
	border-bottom: 1px dashed #6495ed;
	padding: 5px 0px 2px 4px;
	text-decoration: none;
	width:170px;
}

#sideBar div.sideBardescription ul li a:hover, 
#sideBar div.sideBardescription ul li a:focus {
}

/* Modules */
#mod {
	margin: 0;
	text-align: left;
	display: block;
	word-spacing: 0;
	line-height:20px;
	padding: 10px 0 10px 0;
	z-index: 5;
	overflow:hidden;
}
#mod h1{
	border: 0;
	text-align: left;
}
#mod h1.title{
 border-bottom: solid 1px #d9d9d9;
	padding: 15px 0 7px 0;
	margin:0;
}
#mod h2.topic{
	padding: 5px 0 5px 0;
	margin:0;
	text-align: right;
	font-size: 18px;
}
#mod h2.title{
	padding: 15px 0 10px 0;
	margin:0;
	text-align: left;
}
#mod div.edit{
	padding: 5px 0 10px 0;
	margin:0;
	text-align: right;	
}

#mod li {
   display:block;
   list-style-type:none;
 padding-left: 15px;
 background-image: url(../images/bullet.gif);
 background-repeat: no-repeat;
 background-position: 0 .5em;
 color: #191970;
 font-family: "Lucida Sans","Lucida Grande",LucidaGrande, Arial, Helvetica, sans-serif;
 font-size: 13px;
/* margin: 5px 0 10px 0;*/
}
		
#mod li a {
 font-weight: normal;
 font-style: normal;
 text-decoration: none;
}
#mod li a:hover {
	text-decoration: underline;
}
		
#mod ul {
 margin: 0;
 list-style: none;
 padding: 0;
 text-indent: 0;
}

#emailform {
	padding: 10px 10px 10px 10px;
	text-align: left;
}

#emailform legend {
	color: #ffffff;
  background: #4682B4;
  border: 1px solid #585858;
  padding: 5px;
	font: normal normal bold 20px/18px "Trebuchet MS", Arial,  Helvetica, sans-serif;
}

#emailform fieldset{
	border: none;
	border-top: 1px solid #C9DCA6;
	color: #797979;
	padding: 10px 10px 10px 10px;
	background: url(../images/cmxform-fieldset.gif) repeat-x left bottom;
}

#emailform label{
	display: block;
	color: #797979;
	font-weight: 700;
	line-height: 1.4em;
}

#emailform input{
	padding: 6px;
	color: #800000;
	font: normal normal bold 11px/14px "Trebuchet MS", Arial,  Helvetica, sans-serif;
	border: 1px solid #C9DCA6;
}

#emailform .radio{
	border: 0;
}

#emailform input.error{
	background: #f8dbdb;
	border-color: #e77776;
}

#emailform textarea{
	width: 550px;
	height: 80px;
	padding: 6px;
	color: #696969;
	font-family: Arial,  Verdana, Helvetica, sans-serif;
	font-style: italic;
	font-size: 12px;
	border: 1px solid #C9DCA6;
}
#emailform textarea.error{
	background: #f8dbdb;
	border-color: #e77776;
}
#customForm div{
	margin-bottom: 15px;
}
#emailform div span{
	margin-left: 10px;
	color: #689d69;
	font-size: 12px;
	font-style: italic;
}
#emailform div span.error{
	color: #d7282c;
}
#emailform #f_conferma{
	background: #2e8b57;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	margin: 5px;
	width: 120px;
}
#emailform #f_conferma:hover{
	background: #20613d;
}

#emailform #disclaimer{
	background: #2e8b57;
	color: #fff;
	border: 0;
	margin: 0;
	padding:2px;
	cursor: pointer;
 	width: 120px;
}
#emailform #disclaimer:hover{
	background: #20613d;
}
#emailform #reset{
	background: #2e8b57;
	color: #fff;
	font-weight: 700;
	font-style: normal;
	border: 0;
	cursor: pointer;
	margin: 5px;
	width: 120px;

}
#emailform #reset:hover{
	background: #20613d;
}
#error{
	margin-bottom: 5px;
	border: 1px solid #efefef;
}
#error ul{
	list-style: square;
	padding: 1px 5px 1px 5px;
	font-size: 11px;
}
#error ul li{
	list-style-position: inside;
	line-height: 14px;
}
#error ul li strong{
	color: #e46c6d;
}
#error.valid ul li strong{
	color: #93d72e;
}

table.sofT
{ 
	margin: 30px auto 0 auto;
	background-color: #faf0e6;
	border: 1px #000000 solid;
	text-align: center;
	font-size: 13px;
	color: #404040;
	border-collapse: collapse;
	border-spacing: 0; 
} 
table.sofT tr:first-child{
  background-color: #ffffff;
  color: #000000;
}
table.sofT tr:first-child:hover{
  background-color: #ffffff;
  color: #000000;
}

table.sofT tr:hover{
	background-color: #fdead5;
	color: #000000;
}
td.contact{ 
	padding:4px 0 4px 4px;
	border-bottom: 1px #6699CC dotted;
	text-align: left;
}
td.contact:hover{
 background-color: #fdd9b0;
}

td.contact a{ 
	text-align: left;
	padding: 0 20px 0 10px;
	font-weight: bold;
	font-size: 14px;
}
td.contact a:hover{ 
	text-align: left;
	color: #000000;
}

/* file */
#file {
	margin: 4px 0 4px 0;
	border: 1px solid #c0c0c0; 
	background: #eeeeee url(../images/download.gif) no-repeat 15px 0;
	color:#CC0000;
	padding: 0 0 0 50px;
	text-align:left;
}
#file ul {
 margin: 0;
 list-style: none;
 padding: 0;
 text-indent: 0;
}
#file li {
	list-style-image: none;
	list-style-type: none;
	background: none !important;
}

#file ul li a {
	height: 32px;
	color: #000000;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	display: block;
}
#file ul li a:hover {
	text-decoration: none;
	color: #4169E1;
	background: #dcdcdc;
}

/* multimedia */
#mmedia {
	margin: 4px 0 4px 0;
	border: 1px solid #c0c0c0; 
	background: #eeeeee url(../images/media.gif) no-repeat 15px 0;
	color:#CC0000;
	padding: 0 0 0 50px;
	text-align:left;
}
#mmedia ul {
 margin: 0;
 list-style: none;
 padding: 0;
 text-indent: 0;
}
#mmedia li {
	list-style-image: none;
	list-style-type: none;
	background: none;
}

#mmedia ul li a {
	height: 32px;
	color: #000000;
	padding: 0 0 0 10px;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	display: block;
}
#mmedia ul li a:hover {
	text-decoration: none;
	color: #4169E1;
	background: #dcdcdc;
}

/* language */
#lang-error {
	margin: 4px 0 4px 0;
	border: 1px solid #c0c0c0; 
	background: #e6e6fa url(../images/trad.gif) no-repeat 15px 0;
	color:#CC0000;
	padding: 0 0 0 50px;
	text-align:left;
}
#lang-error ul{
 margin: 0;
 list-style: none;
 padding: 0;
 text-indent: 0;
}
#lang-error li {
	list-style-image: none;
	list-style-type: none;
	background: none !important;
}
#lang-error ul li a {
	height: 32px;
	font-size: 11px;
	font-weight: bold;
	line-height: 32px;
	color: #000000;
	padding: 0 0 0 10px;
	display: block;
}
#lang-error ul li a:hover{
	text-decoration: none;
	color: #4169E1;
	background: #d2d3fb;
}

#weatherbox{
	width: 228px;
	height: 340px;
	border-right: 1px solid #898989;	
	border-left: 1px solid #898989;	
	border-top: 1px solid #898989;	
	padding: 5px;
	background: #96cbea url(../images/weather/weather_bg.jpg) no-repeat bottom left;
	margin: 10px 0 0 0;
}

#weatherbox img{
	width: 96px;
	height: 80px;
	border: 0;
}

#weatherbox td{
	font: normal normal normal 11px/normal Tahoma, Arial, Helvetica, sans-serif;
	text-align: left;
	padding-bottom: 3px;
}

#weatherbox .px10{
	vertical-align: bottom;
	padding: 55px 0 0 0;
}

#weatherbox .px10 a{
	font-size: 10px;
	color: #ffffff;
	text-align: center;
}

#weatherlink{
	padding:0 0 10px 0 !important;
}

#weatherlink ul{
	margin: 0 auto;
	padding:0;
}

#weatherlink li{
	margin: 0 auto;
	padding:0;
}

#weatherlink li a{
	width: 238px;
	border-right: 1px solid #898989;	
	border-left: 1px solid #898989;	
	border-bottom: 1px solid #898989;	
	display:		block;
	position:		relative;
	text-decoration: none;
	background-color: #0063c1;
	font: normal normal bold 17px/34px Arial, Helvetica, sans-serif;
	color: #ffffff;
	height: 35px;
}

#weatherlink li a:hover{
	background-color: #8da7b8;
	color: #ffffff;
	text-decoration: none;
}


#hpbox{
	margin: 10px 0 10px 0;
	padding:0;
}
#hpbox .box_news{
	width: 300px;
	height: 190px;
	background: url(../images/boxnews.jpg) no-repeat;
	float: left;
	padding: 10px;
}

#hpbox .box_news a{
	font: normal normal normal 13px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #000000;
}
#hpbox .box_news img.floatLeft{
  float: left; 
  padding: 4px;
	margin: 0 10px 5px 0;
	border: 1px solid #a9a9a9;
	background-color: #ffffff;
}

#hpbox .box_news img.floatRight { 
    float: right; 
    margin: 4px; 
	border: 1px solid #000000;
}
#hpbox .box_news h1{
	margin:0;
	padding:0;
	text-indent: 0;
}
#hpbox .box_news h1 a{
	font: normal normal bold 18px/normal "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: -1px;
	color: #ac0000;
	text-decoration: none;
}
#hpbox .box_news h1	a:hover{ 
	color: #000000;
}

/* Footer */
#footer {
	font: normal normal normal 10px/normal Verdana,Geneva,Arial,Helvetica,sans-serif;
	overflow:hidden;
	text-align: center;
	z-index: 2;
	padding: 5px 5px 15px 5px;
	width: 930px;
	margin: 0 auto;
	float: none;
	height: 90px;
}

#footer-menu, 
#footer-menu ul {
	right:auto;
	margin: 0;
	padding: 0;
	list-style: none outside none;
/*	display: block;
	float: left;*/
}

#footer a { 	
	text-decoration: none;
	color: #ffffff;
	font: normal normal bold 10px/normal Verdana,Geneva,Arial,Helvetica,sans-serif;
}

#footer a:hover{ 
	text-decoration: none;
}

#footer-menu li {
	margin: 0 15px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
	display: inline;
	font-weight: bold;
	background: none;
	position: relative;
	width: 150px;
	line-height: normal;
	height: 60px;
}
#footer-menu ul li {
	float: none;
	font-size: 85%;
	padding: 4px 0 0 0;
	margin: 0;
	font-weight: normal;
	display: block;
	width: auto;
}

#footer-menu li ul {
	margin: 0;
	text-align: left;
}

#footer #copyright {
	clear: both;
	color: #ffffff;
	margin-top: 35px;
	text-align: right;
}

#footer #copyright p {
	margin-bottom: 3px;
}

#footer #footer-logo {
	float: left;
	width: 120px;
}

#footer #address {
	float: left;
	width: 350px;
	text-align: left;
	padding: 85px 0 0 0;
	font-weight: bold;
}

#footer #notes {
	padding: 67px 0 0 0;
	float: right;
	width: 350px;
}

/* Post news */
div.iframe {
	margin: 10px auto 10px auto;
	text-align: center;
	width: 900px;
	height: 342px;
	overflow: auto;
	border: 1px solid #e9d2b5;
	padding: 0;
	position: relative;
	background-color: #ebead1;
}

.post {
	margin: 0 auto;
	font: 12px/normal Arial, Helvetica, sans-serif;
	text-align: left;
	border: 1px solid #DCDCDC;
	width: auto;
	margin-bottom: 2px;
	color: Black;
	background-color: #f6f7e7;
	position: relative;
	padding: 3px 5px 3px 5px;
	height: 75px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
}
.post img {
	border: 1px solid  #DCDCDC;
	margin: 0 5px 1px 0; 
	text-align: left;
	vertical-align: top;
	position: relative;
	width: 70px;
	height: 70px;
	float: left;
}
.post p {
	text-align: justify;
	margin: 0px;
	padding: 0px; 
	position: relative;
	font: normal normal normal 13px/18px "Trebuchet MS", Verdana, Tahoma,  Arial, Helvetica, sans-serif;
}

.post a, .post a:link, .post a:visited { 
	color: #00008B;
	text-decoration: none;
}
.post a:hover {
	text-decoration: none;
	color: Black;
}

.post .title {
	position: relative;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

.post .post-date {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-align: right;
	position: absolute; 
	margin-right: 5px;
	display: block;
	width: 300px;
	float: right;
	top: 62px;
	right: 2px;
	font-weight: bold;
}
.post .post-.date a {
	font-weight: bold;
	text-decoration: none;
	color: #000179;
	text-transform: none;
}
.post .post-.date a:hover {
	font-weight: bold;
	text-decoration: none;
	color: Black;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}
div.posttext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #363636;
	margin-left: 2px;
	margin-right: 4px;
}

#jswarning {
 top: 0;
 left: 0;
 height: 16px;
 background: #F0E68C;
 width:100%;
 float:left;
 position: fixed;
 overflow:auto;
 padding: 5px;
 text-align: center;
 font: bold 11px Arial, Helvetica, sans-serif;
 filter: alpha(opacity=80);
 -moz-opacity: 0.8;
 opacity: 0.8;
 border: 1px outset #696969;
 line-height: 5px;
 color: Black;
 z-index: 9999;
}

