/***********************************************/
/* WWW.ALCOLISTI.ORG                            */
/***********************************************/ 

body{
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 10px 4% 0px;
	background-color: #CCCCCC;
}

a:link, a:visited {
	color: #006699;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #334d55;
}

h2{
 font-size: 114%;
 color: #006699;
}

h3{
	font-size: 100%;
	color: #CC0000;
	letter-spacing: 1pt;
	text-transform: uppercase;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

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: #334d55;
}


/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0px 0px 4px;
	width: 100%;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
}

#navBar{
	margin: 0px;
	padding: 0px 1% 0px 0px;
	background-color: #FFFFFF;
	float: right;
	width: 26%;
	text-align: justify;
}
.freccia {
	background-image: url(immagini/freccia.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#content{
	float:left;
	width: 98%;
	margin: 0;
	padding: 0 1%;
	text-align: left;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 0px;
	padding: 0px;
	background-image: url(immagini/sftop.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}


/*************** #pageName styles **************/

#pageName{
	padding: 0px 0px 10px 10px;
}


/************* #globalNav styles **************/

#globalNav{
	color: #FFFFFF;
	padding: 0px 0px 4px;
	white-space: nowrap;
	background-color: #0B6D9D;
	height: 23px;
	vertical-align: middle;
	text-align: left;
	float: left;
	width: 100%;
	font-size: 95%;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0B6D9D;
}
/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */



#globalNav a {
	font-size: 80%;
	padding: 0px 4px 0px 0px;
	color: #FFFFFF;
	text-align: left;
	vertical-align: middle;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 2px 0px 2px 10px;
	text-align: left;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 0px 10px 10px;
	font-size: 75%;
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

.feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: none;
	padding: 10px 0px 0px 2px;
	font-size: 75%;
	width: 34%;
	float: left;
	color: #006699;
	line-height: 130%;
	text-align: justify;
}

.story p{
  padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
	clear: both;
	font-size: 74%;
	color: #666666;
	padding: 10px 5px;
	width: 98%;
	margin: 0px;
	float: none;
	border-top: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
   the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}


/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {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 #EEE;}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	position: relative;
	margin: 0px;
	padding: 0px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#sectionLinks h3{
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 0px 2px 10px;
	border-top: 1px solid #cccccc;
	width: 100%;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: auto;
}

#sectionLinks a:visited{
	border-top: 1px solid #cccccc;
	padding: 2px 0px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #cccccc;
	background-color: #dddddd;
	padding: 2px 0px 2px 10px;
}


/*********** .relatedLinks styles ***********/

.relatedLinks{
	margin: 0px;
	padding: 0px 0px 10px 10px;
	font-size: 90%;
}

.relatedLinks h3{
	padding: 10px 0px 2px 0px;
}


/************** #advert styles **************/

#advert{
	padding: 0px 0px 15px;
	font-size: 80%;
	float: left;
}

#advert img{
}


/************** #headlines styles **************/
/************** utility styles *****************/

#utility{
	font: 70% Verdana, sans-serif;
	right: 0px;
	color: #333333;
	background-color: #F0F0F0;
	border-top-width: 1px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	height: 17px;
	padding-right: 10px;
}

#utility a{
	color: #333333;
}

#utility a:hover{
	text-decoration: underline;
}


#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.storybig {
	clear: both;
	padding: 5px 0px 0px 2px;
	font-size: 75%;
	width: 100%;
	text-align: justify;
	color: #006699;
	line-height: 130%;
}


.storybig img{
	padding: 4px 4px 4px 4px;
	vertical-align: top;
	text-align: justify;
}



.testoarancio {
	color: #FF6600;
}
.bottoni {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid #006699;
	background-color: #3877A0;
}

.testo3{
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 120%;
	margin: 0px;
	padding: 0px;
	font-size: 90%;
	background-color: #EBEBEB;
	border-top-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-width: 3px;
	border-bottom-color: #FFFFFF;
}

.testo3 a:link, .testo3 a:visited  {
	color: #006699;
	text-decoration: none;
}

.testo3 a:hover {
	text-decoration: underline;
}


#breadCrumb{
	font-family: Arial, sans-serif;
	color: #666666;
	line-height: 1.166;
	margin: 0px;
	padding: 2px 0px 2px 10px;
	font-size: 90%;

}

#breadCrumb a:link, #breadCrumb a:visited  {
	color: #006699;
	text-decoration: none;
}

#breadCrumb a:hover {
	text-decoration: underline;
}
.SFONDO {
	background-image: url(immagini/sfumatura.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}
#contenthome {

	float:left;
	width: 70%;
	margin: 0;
	padding: 0 0 0 1%;
	text-align: left;
}

.bordofoto {
	MARGIN-LEFT: 7px;
	border: 1px solid #0B6D9D;
	padding: 4px;
	float: right;
}
.bordofoto2 {
	MARGIN-right: 7px;
	border: 1px solid #0B6D9D;
	padding: 4px;
	float: left;
}

.bordofoto3 {
	MARGIN-right: 7px;
	MARGIN-left: 7px;
	border: 1px solid #0B6D9D;
	padding: 4px;
	
}
.spot {
	color: #CC0000;
	font-size: 130%;
	font-weight: bold;
	text-transform: uppercase;
	font-style: italic;
}
.link_blu {
	color: #666666;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #666666;
	font-size: 90%;
	line-height: 130%;
	padding-top: 3px;
	
}


.link_blu a:link, .link_blu a:visited {
	color: #666666;
	text-decoration: none;
}

.link_blu a:hover {
color: color: #666666;
	text-decoration: underline;
}


.sfondoimg  {
background-image: url(immagini/sfondolink.jpg);
	background-repeat: repeat-y;
	background-position: right top;
}

.bordofotoBianco {
	MARGIN-LEFT: 7px;
	border: 1px solid #ffffff;
	padding: 4px;
	float: right;
}
.bordofotoBianco2 {
	MARGIN-right: 7px;
	border: 1px solid #ffffff;
	padding: 4px;
	float: left;
}
.progetti {
	COLOR: #333333; TEXT-ALIGN: left
}
.progetti A:link {
	BACKGROUND-POSITION: left center; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND-IMAGE: url(immagini/linkprogetti.gif); COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 2px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 16px; TEXT-ALIGN: left; TEXT-DECORATION: none
}
.progetti A:visited {
	BACKGROUND-POSITION: left center; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND-IMAGE: url(immagini/linkprogetti.gif); COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 2px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 16px; TEXT-ALIGN: left; TEXT-DECORATION: none
}
.progetti A:hover {
	BACKGROUND-POSITION: left center; PADDING-LEFT: 20px; FONT-WEIGHT: normal; BACKGROUND-IMAGE: url(immagini/linkprogetti.gif); COLOR: #999999; PADDING-TOP: 2px; BACKGROUND-REPEAT: no-repeat; HEIGHT: 16px; TEXT-ALIGN: left; TEXT-DECORATION: none
}
.mappa2 A:link {
	BACKGROUND-POSITION: 10px center; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND-IMAGE: url(immagini/freccia_news.gif); BORDER-LEFT: #cccccc 1px solid; COLOR: #006699; LINE-HEIGHT: normal; PADDING-TOP: 2px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 16px; TEXT-ALIGN: left; TEXT-DECORATION: none
}
.mappa2 A:visited {
	BACKGROUND-POSITION: 10px center; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND-IMAGE: url(immagini/freccia_news.gif); BORDER-LEFT: #cccccc 1px solid; COLOR: #006699; LINE-HEIGHT: normal; PADDING-TOP: 2px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 16px; TEXT-ALIGN: left; TEXT-DECORATION: none
}
.mappa2 A:hover {
	BACKGROUND-POSITION: 10px center; DISPLAY: block; PADDING-LEFT: 20px; BACKGROUND-IMAGE: url(immagini/freccia_news.gif); BORDER-LEFT: #cccccc 1px solid; COLOR: #333333; LINE-HEIGHT: normal; PADDING-TOP: 2px; BACKGROUND-REPEAT: no-repeat; FONT-FAMILY: Arial, Helvetica, sans-serif; HEIGHT: 16px; TEXT-ALIGN: left; TEXT-DECORATION: none
}

table.verdana {
font-family:Verdana,Tahoma,Arial,Helvetica,sans-serif;
font-size:10px;
line-height:normal;

}

table.verdana td {
font-size:10px;

}

table.padded {
border:1px solid #CCCCCC;
padding:5px;
/*margin:5px;*/
font-size:10px;
margin-top:5px;
}

div.testo13{
font-size:10px;
}

