
/*css di layout
*/
#right { width: auto; margin: 0 0 0 0; padding: 0; }
#pageName { margin-top: 0; margin-bottom: 10px; }
#masthead { margin-top: 0; margin-bottom: 15px; }
#content { font-size: 12px; line-height: 18px; text-align: justify; margin-bottom: 0; padding: 0 3% 10px 0; }
#navBar { color: #fff; font-size: 14px; font-family: Verdana, Arial, Helvetica, sans-serif; line-height: 16px; background-color: #900; width: 200px; float: left; margin-bottom: 0; padding-bottom: 10px; display: none; }
#globalNav { display: none; }
#siteInfo { font-size: 12px; background-color: #fc9; clear: both; margin: 0; padding: 4px 4px 4px 10px; border-bottom: 1px solid #900; display: none; }
#masthead h1 { color: #900; font-size: 24px; font-family: times, "times new roman"; font-style: italic; position: relative; top: 10px; margin-top: 0; margin-left: 15px; }
.button { background-color: #ffa500; margin-right: 4px; padding: 2px; border: solid 1px #555; }
/*comportamento globalNav
*/
#globalNav a:link, a:visited { color: #000; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; }
#globalNav a:hover { color: #900; text-decoration: underline; }
/*Sottosezioni navBar*/
#container { background-repeat: repeat-y; margin: 0; padding: 0; }
#search { margin-top: 0; padding-top: 0; padding-left: 15px; }
/*css di base
*/
body { font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #fff; margin: 0; padding: 0; }
/* overrides decoration from previous rule for hovered links */
a:link, a:visited, a:hover { color: black; text-decoration: none; }
a:hover {
	text-decoration: underline;
}
h1, h2, h3, h4, h5, h6 { font-family: Arial, sans-serif; margin: 0; padding: 0; }
h1{ font-size: 130%; }
h2{
 font-size: 114%;
}
h3{
 font-size: 100%;
}
h4{
 font-size: 100%;
 font-weight: normal;
}
h5{
 font-size: 100%;
}
ul{
 list-style-type: square;
}
ul ul{
 list-style-type: disc;
}
ul ul ul{
 list-style-type: none;
}
label{
 font: bold 100% Arial, sans-serif;
 color: #ccc;
}
/************** .feature styles ***************/
.feature{ padding: 0; }
.feature p { color: black; }
.feature h3{ color: #000; padding: 30px 0 5px; text-align: left; }
.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/*aggiustamento su right
*/
.space { margin-left: 15px; }
/*********** #navBar link styles ***********/
#navBar ul a:link, #navBar ul a:visited { font-size: 12px; display: block; }
#navBar ul {list-style: none; margin: 0; padding: 0;}
/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li { border-bottom: 1px solid #900; }
/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}
/*********** #sectionLinks styles ***********/
#sectionLinks{ position: relative; margin: 0; border-bottom: 1px solid #cccccc; padding: 0 !important; }
#sectionLinks h3{ font-weight: bold; padding: 10px 0 2px 15px; }
#sectionLinks a:link{ color: #fff; padding: 2px 0 2px 15px; border-top: 1px solid #cccccc; width: 100%; width: auto; }
.spacer { margin-left: 15px; }
#sectionLinks a:visited{ color: #fff; padding: 2px 0 2px 15px; border-top: 1px solid #cccccc; }
#sectionLinks a:hover{ color: #000; background-color: #fff; padding: 2px 0 2px 15px; border-top: 1px solid #900; border-right: 2px solid #900; border-left: 2px solid #900; }
/*********** .relatedLinks styles ***********/
#relatedLinks{
	margin: 6px 0 0;
	padding: 0 0 10px 15px;
	font-size: 90%;
}
#relatedLinks h3{ color: #ffa500; font-weight: bold; padding: 10px 0 2px; }
#relatedLinks a { color: #fff; }
/************** #advert styles **************/
#advert{ padding: 10px 4px 0 15px; font-size: 80%; border-top: 1px solid #cccccc; display: none; }
#advert img{
	display: block;
}
/************** #headlines styles **************/
#headlines{ margin: 10px 0 0; padding: 2px 0 10px 15px; font-size: 80%; display: none; }
#headlines h3 { color: #ccc; font-weight: bold; }
#headlines p{
	padding: 0 0 5px;
}
