@charset "utf-8";
/* CSS Document */



/* GLOBALS */

html {
	margin: 0px;
}

body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
}

#cv td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	
}

form 
{
    padding: 0; margin: 0;
}

img { border: 0; }

a {
	color:#014984;
}

a:hover {
	color:#B9A652;
	text-decoration:none;
}

h1 {
	color: #B9A652;
	font-weight: normal;
	font-size: 28px;
	margin: 0 0 15px 0;
	padding: 10px 0 0 0;
}

h2 {
	color: #014984;
	font-size: 18px;
	margin: 0;
	padding: 15px 0 0 0;
	border: 0;
	font-weight: normal;
}

h3 {
	color: #b5b5bd;
	font-weight: bold;
	font-size: 10px;
	margin: 0 0 0 0;
	padding: 0px 0 1px 4px;
	text-align: right;
	border-top: 1px solid #C7D0DA;
}

p {
	color: #535353;
	font-size: 12px;
	line-height: 1.7em;
	margin: 0;
	/* padding: 4px 0 10px 4px; */
}

hr {
	height: 1px;
	color: #C7D0DA;
	margin: 20px 0;
}


ul {
	color: #555;
	font-size: 12px;
	margin: 5px 0 4px 21px;
	padding: 0;
	line-height: 1.5em;
}

li {
	margin: 0;
	padding: 1px 0 1px 0;
}

ul ul {
	margin: 0 0 4px 21px;
	font-size: 10px;	
}

/* NEWS AREA */


p.newsTitle {
	padding: 0;
	color: #535353;	
	font-weight: bold;
	font-size: 10px;
	line-height: 1.2em;
}

p.newsText {
	padding: 4px 0 4px 0;
	color: #535353;	
	font-size: 10px;
	line-height: 1.4em;
}

a.newsLink {
	margin-top: 15px;
	display: block;
	text-decoration: none;
}

a.newsMore {
	color: #004985;
	font-size: 10px;
	color: #004985;
	font-weight: bold;
	display: block;
	margin: 8px 0 8px 0;
}

a.newsMore:HOVER {
	text-decoration: none;
}




/* EVENT AREA */
.box, .box_last {
	float: left;
	padding: 10px;
	width: 280px;
	height: 100px;
}

/* .eventTitle { */
div.box h1 {
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}

/* div.eventImage { */
div.img-container_home {
	text-align: center;
	margin: 9px 0 0 0;
}

div#text{
	margin:1em 0 1.5em 0;
}

div#textimg{
	min-width:1px;
	min-height:1px;
	margin-top:-1em;
	margin-right:1.2em;
	float:left;
}

div.eventImage img {
	border: 1px #E6ECF3 solid;
}

/* .eventText { */
div.box p {
	color: #FFF;
	font-size: 12px;
	text-align: center;
	line-height: 1.1em;
	padding: 10px 15px 0 15px;
}

/* a.eventLink { */
div.box a {
	margin-top: 2px;
	display: block;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	font-size: 10px;
}

/* a.eventLink:HOVER { */
div.box a:hover {
	color: #DDD;
	text-decoration: none;
}



/* MENU */

div.menuCont {
width:900px;
padding-top:173px;
margin:0 auto;
}


div.menuButton {
	float: left;
	width: 137px;
	height: 39px;
	cursor: pointer;
}

div.menuButtonAt {
	float: left;
	width: 77px;
	height: 39px;
}

a.menuButton {
	background: url(../img/base_button.png) top left no-repeat;
	text-align: center;
	display: block;
	padding: 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
}

a.menuButton:HOVER {
	background: url(../img/sub_button.png) top left no-repeat;
}

a.menuButtonHover {
	text-align: center;
	display: block;
	padding: 10px 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
	text-decoration: none;
	background: url(../img/sub_button.png) top left no-repeat;
}


a.add_active {
	background: url(../img/active_button.png) top left no-repeat;
	color: #004985;
}

a.add_menuButtonAt {
	background: url(../img/at_button.png) top left no-repeat;
}

a.add_menuButtonAt:HOVER {
	background: url(../img/at_button_hover.png) top left no-repeat;
}





/* SUBMENU */

.submenuCont {
	position: relative; 
	display: none;	
	z-index: 99999;
}

.submenuSpace {
	width: 135px;
	position: absolute;	
	top: 38px;
	left: 0;
	line-height: 0.8em;
	z-index:99999;
}

a.submenuButton {
        background-color: #35709F;
        color: #FFF;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
        padding: 10px 0;
        display: block;
}

a.submenuButton:HOVER {
	background-color: #729BBC;	
}






/* LAYOUT */
#main {
	width: 100%;		
}

#headerCont {
	background: url(../img/back_header.gif) top left repeat-x;
	width: 100%;
	height: 212px;
}

.headerCentral {
	text-align: center;
	background: url(../img/header.jpg) top center no-repeat;
	min-width:900px;
	width: 100%;
	height: 211px;
	margin-top:-15px;
}



#bodyCont {
	background: url(../img/back_body.gif) top left repeat-x;	
	min-height: 565px;
}

.bodySpace {
	margin: 0 auto; 
	padding-top: 25px;
	width: 900px;
}


.subContentCont {
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 20px 0 0 0;
}

.subContentSpace {
	background: url(../img/event_stage.png) top left no-repeat;	
	width: 900px;
	height: 207px;	
}

.rightSpace {
	float: left;
	width: 217px;
	border-left: 1px #C7D0DA solid;
	margin-right: 15px;
	padding-left: 15px;
}

.rightSpace.li{
	list-style-type:none;
}






/* FOOTER */


#footer {
	margin-top: 42px;
}

.footerLeft {
	float: left;
	font-size: 10px;
	color: #858585;
	padding-left: 2px;
	padding-top: 5px;
}

.footerRight {
	float: right;
	font-size: 10px;
	padding-right: 2px;
	padding-top: 5px;
}

a.footerLink {
color:#004985;
}

a.footerLink:HOVER {
text-decoration:none;
}



/* TEXT AND LINKS */
a.generic {
	color: #014984;
}

a.generic:HOVER {
	color: #B9A652;
	text-decoration: none;
}

.error {
	font-size: 10px;
	line-height: 0.9em;
	color: #D00;
}







/* ELEMENT */
.element { clear: both; }@charset "utf-8";
/* Classi valide solo per l'home page */

#home {
	/* classi comuni con comportamento differente */	
}


.home_leftSpace {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	padding-right: 15px; 
	width: 637px;
	margin-right: 15px;
	float: left;
}

.home_leftSpace h1, .home_leftSpace em {
	font-family: Arial, Helvetica, sans-serif;
}

.home_rightSpace {
	float: left;
	width: 217px;
	border-left: 1px #C7D0DA solid;
	margin-right: 15px;
	/* padding-left: 15px; */
}


.home_addRightSpace2 {
	width: 213px;
	border-left: 1px #C7D0DA solid;
	margin-right: 0;
	padding-left: 15px;
}

table.home_logospace {
	width: 100%;
}

table.home_logospace td {
	text-align: left;
	padding-right: 8px;
}

table.home_logospace img {
	border: 1px #DDD solid;	
}

#home p {
	padding-left: 0;
}

#home h2 {
	color: #B9A652;
	font-size: 18px;
	margin: 2px 0 20px 0;
	padding: 0;
	border: 0;
	font-weight: normal;
}

#home h1 {
	font-size: 24px;
	padding-top: 0;
	
}






/* MAX */

.corner-leftup, .corner-leftdw, .corner-rightup, .corner-rightdw {
	display: none;
}

div#home div.tabbed {
	margin-top: 15px;
	padding-top: 5px;
	margin-bottom: 15px;
	padding-bottom: 5px;
}

div#home div.tabbed ul li {
	display: none;
}

div#home div.tabbed ul li.active {
	display: block;
	border: 0 none;
	color: #014984;
	font-size: 18px;
	font-weight: normal;
	margin: 2px 0 20px;
	padding: 0;
	list-style-type: none;
}

div#home div.tabbed div ul li {
	display: block;
	list-style:none;
}

div#home div.tabbed div ul li a {
	text-decoration: none;
	color: #535353;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
}

div#home div.tabbed div ul li a:hover {
	text-decoration: underline;
}

div#home div.tabbed div p a {
	color: #004985;
	display: block;
	font-size: 10px;
	font-weight: bold;
	margin: 8px 0;
	padding-left: 15px;
}


div#home div.tabbed div p a:hover {
	text-decoration: none;
}



.print {
	height: 50px;
	text-align: right;
	padding-bottom: 30px; 
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D5D5D5;
}


.print li {
	font-size: 0.9em;
	margin-top: 3px;
	display: block;
	list-style:none;
}
.print a {
	color: #575757;
	padding-right: 2px;
	list-style-image: url(../img/printer.gif);
	display: list-item;
	float:right;
}
.print a:hover {
	color: #33A7BF;
}

#headerLink {
left:0;
width:100%;
position:absolute;
height:158px;
margin-top:15px;
}

a#headerLink{
width:100%;
min-width:900px;
height:158px;
}

#addthisBox {
padding-top: 15px;
padding-bottom: 15px;
right: 0;
position: absolute;
font-size: 11px;
}

div.langbar{
	background-color:#e0edfc;
	height:15px;
	font-size:10px;
	text-align:center;
	width:100%;
	min-width:900px;
	position:relative;
	padding:0;
	line-height:15px;
}

div.lang{
	width:50px;
	color:#898989;
	padding:0;
	float:right;
	margin-right:5px;
}

div.langActive{
	width:50px;
	float:right;
	padding:0;
	margin-right:5px;
}

div.langActive a{
	text-align:center;
	font-size:10px;
	color:#004985;
	text-decoration:none;
}

div.links{
	float:left;
	min-width:1px;
}

div.links a{
	color:#004985;
	margin-left:20px;
	text-decoration:none;
}