﻿html {
	height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
	}
	
body {
	font-family: tahoma, verdana, helvetica, verdana;
    font-size: 9pt;		
    color: #000000; 
    background-image: url('images/background.jpg'); 
    background-repeat: repeat-x; background-attachment: fixed; 
    background-position: left top;
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    text-align: center;
	}
	
img {
	border: 0;
}

a:link, a:visited {
	color: #0059A1; font-weight: bold; text-decoration: none; 
	}

a:hover {
	color: #DE1F26; font-weight: bold; text-decoration: underline;
	}

	
.rosso {color: #DE1F26}
.blu {color: #0059A1}
.verde {color: #007456 }
	
.maintable	{
	width: 980px; 
	height: 100%; 
	z-index: 1; 
	color:#000000; 
	border-left:2px solid #BBBBBB; border-right:2px solid #BBBBBB; 
	background-color: #FFFFFF; 
	padding: 20px 10px 20px 10px;
	}

.topbar {
	padding: 10px;
	}
	
#barre {
	text-align: left;
	position: absolute; 
	width: 500px; 
	height: 150px; 
	z-index: 100; 
	left: 50%;
	top: 11px;
	margin-left: -27px;
	border: 0px solid #000;
	}


hr {	
	border: none 0; 
	border-top: 1px dashed #bbbbbb;
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	height: 1px;
	}
	
td {
	font-family: tahoma, verdana, helvetica, verdana;	
}

.tabella td {border-bottom: 1px solid #C0C0C0;}
	
#maincol {
	padding: 0 20px ;
	text-align: justify;
	}
	
#menuleft, #menuright {
	width: 220px;
	}	
	
#tablecategorie {
	margin-bottom: 20px;
}

.home {
	font-size: 8pt;
	font-weight: bold;
	text-align: left;	
}
	
.menuleft_title {
	background-color: #DE1F26;
	font-family: tahoma, verdana, helvetica, verdana;
    font-size: 11pt;
    font-weight: bold;
    color: #FFF;
    padding: 0px 10px 5px 10px;;
	}
	
.menuleft_main {
	border-left: 1px solid #BBB;
	border-right: 1px solid #BBB;
	border-bottom: 1px solid #BBB;
	border-top: 3px solid #BBB;
	background-color: #F0F0F0;	
	text-align: left;	
	}
	
#menu {
	padding: 0px;
	margin: 0px;		
	}

.menucell {
	border-bottom: 2px solid #FFF;
	padding: 3px;
	margin: 0px;
	background-color: #FFFFFF;
	text-align: left;
	}

#scuoleconi {
	border: 2px solid #0059A1;
	padding: 10px;
	margin-bottom: 15px;
	width: 200px;
	}
	
#impianti {
	border: 2px solid #007456;
	padding: 10px;
	margin-top: 15px;
	width: 200px;
	}
	
#video {
	width: 220px;
	height: auto;
	}	
	
.titolo {
	background-position: bottom;
	height: 35px;
	font-family: Tahoma, Verdana;
	font-size: 16pt;
	font-weight: bold;
	color: #0059A1;
	background-image: url('images/sfondo_title.jpg');
	border-bottom: 3px solid #DE1F26;
	text-align: left;
	padding-left: 6px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 4px;
	background-repeat: repeat-x;
}

.titolo_fp {
	background-position: bottom;
	height: 35px;
	font-family: Tahoma, Verdana;
	font-size: 16pt;
	font-weight: bold;
	color: #DE1F26;
	background-image: url('images/sfondo_title.jpg');
	text-align: left;
	padding-left: 6px;
	padding-bottom: 0px;
	padding-right: 10px;
	padding-top: 10px;
	background-repeat: repeat-x;
}


.data {
	width: 80px;
	text-align: center;
	background-image: url('images/data.png');
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	margin-top: -10px;
	margin-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
}


.subdata {
	font-size: xx-small;
	font-weight: bold;
}

.subtitolo {
	font-size: 11pt;
	color: #0059A1;
	font-weight: bold;
	margin-bottom: 10px;
}

.altreinfo {
	padding: 2px;
	font-size: small;
	font-weight: bold;
	color: #0059A1;
	margin-bottom: 10px;	
}

.photogallerysx {
	padding: 2px;
	font-size: small;
	font-weight: bold;
	color: #007456;
	margin-bottom: 10px;
}

#tags {
	font-family: Garamond, Georgia, Tahoma, Verdana;
	font-size: 8pt;
	border: 2px dashed #DE1F26;
	display: none;
}


.titoloeditoriale {
	font-family: Tahoma,Verdana;
	font-size: 12pt;
	color: #007456;
	font-weight: bold;
}




/* accordion */


#container {
	width: 400px;
	margin: 20px auto;
	min-height: 100%; /*ie hack*/
}

#content {
	width: 220px;
	margin: 0 auto;
}

#wrap {
	width: 220px;
	overflow: hidden;	
}

h2 {
	padding: 0px;
	margin: 0 0px;
	font-weight: normal;
	color: #808080;
	font-family: Verdana, Tahoma;
	text-decoration: none;
}

h3 {
	padding: 10px 0 11px 15px;
	margin: 0;
	font-size: 12px;
	font-weight: normal;
	color: #222;
	background: #efefef;
	cursor: pointer;
	border-bottom: 1px solid #fff;
	text-decoration: none;
}

h3.toggler a {
	color: #666;
	text-decoration: none;
}

h3.toggler a:hover {
	color: black;
}

div.accordion {
	background: #fff url("images/accordionbg.gif") repeat-x top left;
	
}

div.accordion ul {
	list-style-type: none;
	padding: 0;
	margin: 0 0 5px 0;
}

div.accordion ul li {
	padding: 6px 0;
}

div.accordion ul li a {
	color: #666;
	text-decoration: none;
	display: block;
	padding: 4px 0px 4px 20px;
	font-size: 90%;
}

div.accordion ul li a span {
	padding-bottom: 10px;
}

div.accordion ul li a img {
	border: 0;
	vertical-align: bottom;
	margin-right: 15px;
}

div.accordion ul li a:hover span {
	text-decoration: underline;	
}

#top_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}

#bottom_round {
	height: 10px;
	font-size: 1px; /* ie whitespace */
}
	
.top_dark {
	background: url("images/top_dark.gif") no-repeat top left;
}

.top_light {
	background: url("images/top_light.gif") no-repeat top left;
}

.bottom_dark {
	background: url("images/bottom_dark.gif") no-repeat top left;
}

.bottom_light {
	background: url("images/bottom_light.gif") no-repeat top left;
}

.first {
	padding-top: 5px;
}

.last {
	padding-bottom: 5px;
}
