@charset "UTF-8";


body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0px;
	text-align: center;/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
}


.oneColFixCtrHdr #container {
	width: 955px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0px 0px ; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtrHdr #header {
	height:165px;
	padding: 0 10px 0 10px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0 10px 0px 5px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}

#container {
	background-image:url(image/bgTestata.jpg);
	background-position:top center;
	background-repeat:no-repeat;
	
}

#logo {
	margin-top:30px;
	margin-left:10px;
	margin-right:0px;
	margin-bottom:0px;
	float:left;
}



/* NAVIGATION BAR */

.navigation  {
	width:100%;
	height:23px;
	font-weight:bold;
	text-transform:capitalize;
	
}

#navigationBar  {
	background-image:url(image/button.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-position:center;
	height:23px;
	width:120px;
	margin-left:3px;
	margin-right:3px;
	float:left;

}

#buttonNavText, #buttonNavText a:link, #buttonNavText a:visited {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	color: #F0F2F7;
	height:23px;
	width:120px;
	text-decoration:none;
	text-align:center;
	font-size:11px;
}

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

#navigationBarSpecial  {
	background-image:url(image/buttonH.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	background-position:center;
	height:23px;
	width:120px;
	margin-left:3px;
	margin-right:3px;
	float:left;
}

#buttonNavTextSpecial, #buttonNavTextSpecial a:link, #buttonNavTextSpecial a:visited {
	font-family:Arial, Helvetica, sans-serif;
	padding-top:3px;
	color: #000033;
	height:23px;
	width:100%;
	text-decoration:none;
	text-align:center;
	font-size:11px;
}

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

/*  ------- CONTENT ------- */ 

.contenuto{
	width:75%;
	text-align:center;
	vertical-align:top;
	padding-top:10px;
}




/* -------------PERSONALIZZAZIONE DEL MENU VERTICALE  ----------------------*/


.menu {
	width:25%;
	vertical-align:top;
	padding: 0px;
	margin: 0px;
	background-image:url(image/bg_menu.gif);
	background-position:top left;
	background-repeat:repeat-x;
	
}

#menuTable { margin-top:10px;}



#mainButton {
	height:20px;
	background-color:#821831;
	background-image:url(image/mainButtonRight.gif);
	background-position:right top;
	background-repeat:no-repeat;
	font-family: Arial Narrow, Helvetica, sans-serif;
	font-size:15px;
	padding: 4px 2px 2px 14px;
	color: #F0F2F7;
	letter-spacing:2px;

}

#subButton {
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	padding: 3px 2px 2px 12px;
	color:#333333;
	font-size:12px;
	letter-spacing:2px;
	border-bottom: solid 1px #666666;

}

#subButton img {  
	margin: 6px 4px 1px 4px;
}

 #subButton a:link, #subButton a:visited {
	height:16px;
	font-family: Arial, Helvetica, sans-serif;
	color:#333333;
	font-size:12px;
	letter-spacing:2px;
	text-decoration:none;
}



#subButton a:hover {
	color:#821831;
	border-bottom: solid 3px #821831;
}



/*  ------- Personalizzazione del CONTENT ------- */ 



.contentTable {
	margin-top:10px;
	margin-bottom:5px;
	margin-left:0px;
	margin-right:5px;
	border:#FFFFFF solid 1px;
}




.labelTable {
background-color:#003366;
color:#ffffff;
font-family: Arial,Verdana, Helvetica, sans-serif;
font-size:10px;
text-align:center;
vertical-align:middle;
padding:1px;
font-weight:bold;

}



.contentTable {
background-color:#DDDDDD;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
vertical-align:middle;
text-transform:lowercase;
padding:0px;
margin:0px;
border:0px;
height:16px;

}
.contentTable1 {
background-color:#CCE0E7;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:center;
vertical-align:middle;
text-transform:lowercase;
padding:0px;
margin:0px;
border:0px;
height:16px;

}

.ArticleTitle {
	font-family: Arial, Helvetica, sans-serif;
	color:#CC0033;
	font-size:16px;
	padding: 0px 2px 0px 12px;
	text-align:left;
	

}

.ArticleText {
	color:#082D47;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	padding: 3px 12px 4px 12px;
	vertical-align:top;
	text-align:justify;

}

td.ArticleText a:link, .ArticleText a:visited {
	color:#082D47;
	text-decoration:underline;

}

td.ArticleText a:hover {
	color:#821831;
	text-decoration:none;

}

.ArticleSubtitle {
	color:#082D47;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	width:70%;
	vertical-align:top;
	text-align:justify;

}

.ArticleImg {
	padding: 0px 0px 3px 5px;
	padding:0px;
	vertical-align:top;
	text-align:right;

}



/*  ------- Personalizzazione del Footer ------- */ 

#footer { 
	width:100%;
	background-image: url(image/footerMiddle.gif);
	background-position:top middle;
	background-repeat: repeat-x;
	
} 

#footerLeft { 
	background-image:url(image/footerLeft.gif);
	background-position:top left;
	background-repeat: no-repeat;
	
} 
#footerRight { 
	background-image:url(image/footerRight.gif);
	background-position:top right;
	background-repeat: no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	height:21px;
	text-align: center;
	padding-top:3px;
	
} 


#footerRight a:link, #footerRight a:visited { 
	color:#FFFFFF;
	text-decoration:none;
} 

#footerRight a:hover { 
	color:#0099FF;
	text-decoration:underline;
} 


.Copyright { 
	color:#000033;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	padding: 5px 0px 0px 10px;
	text-align:left;
} 


/*.oneColFixCtrHdr #footer {
	padding: 0 10px;  
	background:#DDDDDD;
}
.oneColFixCtrHdr #footer p {
	margin: 0;  
	padding: 10px 0;  
} */


.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}
 
/* ------  PERSONALIZZAZIONI DELLE TABELLE ------------ */

.trTable {
background-color:#DDDDDD;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
vertical-align:middle;
text-transform: capitalize;
padding:3px;
margin:0px;
border:0px;
height:18px;

}
.trTable1 {
background-color:#CCE0E7;
color:#000000;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:10px;
text-align:left;
vertical-align:middle;
text-transform: capitalize;
padding:3px;
margin:0px;
border:0px;
height:18px;

}


#videoButton {
width:123px;
height:39px;
float:left;
margin-right:15px;

}
