﻿/***** sectionLinks styles *****/

#sectionLinks{
	margin: 0px;
	padding: 0px;
	width: 185px;

}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
	border-bottom: 1px solid #cccccc;
}

#sectionLinks a:visited {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:link {
	display: block;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	background-image: url("../images/bg_nav.jpg");
	font-weight: bold;
	padding: 3px 0px 3px 10px;
	color: #21536A;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #DDEEFF;
	background-image: none;
	font-weight: bold;
	text-decoration: none;
}

/**********************************************/

a:visited{
	color: #005FA9;
	text-decoration: none;
}

a:link{
	color: #005FA9;
	text-decoration: none;
}

a:img{ 
	border: 0; 
}

a:hover{
	text-decoration: underline;
}

#siteimage{
	height: 200px
}

#masthead{
	position:relative;
	/*position: absolute;
	left: 0%;
	right: 0%;*/
	font: Verdana, sans-serif;
	width: 780px;  /* utilizzando 20 px in meno rispetto alla dimensione piena di 800 px, si lascia spazio per gli elementi grafici e strutturali del browser e si evita che venga visualizzata una barra di scorrimento orizzontale */
	margin: 0 auto; /* i margini auto (insieme a una larghezza) centrano la pagina */
	text-align: left; /* sostituisce l'impostazione text-align: center nell'elemento body. */

}

/************** utility styles *****************/

#utility{
	font: 75% Verdana,sans-serif;
	position: absolute;
	right: 0px;
	top: 180px;
	color: #919999;
}

#utility a{
	color: #ffffff;
}

#utility a:hover{
	text-decoration: underline;
}

/************* globalNav styles ****************/

#globalNav{
	font-family: Arial,sans-serif;
	position: relative;
	top: 0px;
	width: 778px;
	height: 32px;
	color: #cccccc;
	padding: 0;
	margin: 0 auto;
	background-image: url("../images/glbnav_background.gif");
}

#globalNav img{
	/*margin-bottom: -4px;*/
}

#gnl {
	position: absolute;
	left:0px;
	top: 0px;
}

#gnr {
	position: absolute;
	right:0px;
	top: 0px;
}

#globalLink{
	position: absolute;
	top: 6px;
	height: 22px;
	max-width: 778px;
	padding: 0px;
	margin: 0px;
	left: 10px;
	z-index: 100;
}

a.glink:visited{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink{
  	font-size: small;
  	color: #000000;
	font-weight: bold;
	margin: 0px;
	padding: 2px 5px 4px 5px;
	border-right: 1px solid #8FB8BC;
}

a.glink:hover{
  	background-image: url("../images/glblnav_selected.gif");
	text-decoration: none;
}

.skipLinks {
	display: none;
}

/************ subglobalNav styles **************/

.subglobalNav{
	font-family: Arial,sans-serif;
	position: absolute;
	top: 235px;
	left: 0%;
	right: 0%;
	max-width: 778px;
	height: 20px;
	padding: 0px 0px 0px 10px;
	visibility: hidden;
	color: #ffffff;
}

.subglobalNav a:visited {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:link {
	font-size: 80%;
	color: #ffffff;
}

.subglobalNav a:hover{
	color: #cccccc;
}

/*************** search styles *****************/

#search{
	font-family: Arial,sans-serif;
	position: absolute;
	top: 5px;
	right: 10px;
	z-index: 101;
}

#search input{
	font-family: Arial,sans-serif;
	font-size: 70%;
	margin: 0px  0px 0px 10px;
}
 
#search a:visited {
	font-size: 80%;
	font-weight: bold;	
}

#search a:link {
	font-size: 80%;
	font-weight: bold;	
}

#search a:hover{
	margin: 0px;
}

/******************* others *********************/

#pscroller2{
width: 150px;
height: 150px;
background-color: #EBEBEB;
}

.rssclass .rsstitle{
font-weight: bold;
}

.rssclass .rssdate{
color: gray;
font-size: 85%;
}

.rssclass a{
text-decoration: none;
}