/* CSS Document */
/*
viola: 	 #8602DF
verde:	 #00928B
giallo:  #EEDC00
blu:	 #002A54
nero: 	 #000000
grigio:  #636466
grigetto:#C6C9CA
ghiaccio:#DCDDDE
*/
html {
	padding:0;
	margin:0 auto;
}

body {
	padding:0;
	margin:0 auto;
	background-image:url(../immagini/bgds.gif);
	/*background-image:url(../immagini/fiocchi.jpg);*/
	background-repeat:repeat;
	background-color:#DCDDDE;
	behavior:url("csshover.htc"); /* ie hover hack */
	display:inline;
}

form {
	margin:0px;
	padding:0px;
	color:#636466;
}

input.input_text{
	color:#636466;
	border-width:1px;
	border-style:solid;
	width:100px;	
}

*{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#636466;
}

a{
	text-decoration:none;
	font-size:inherit;
}

a:hover,visited,link,active{
	text-decoration:none;
}

.fotoGallery{
	border-style:solid;
	border-width:1px;
	filter:alpha(opacity=80);
 	-moz-opacity: 0.8; 
 	opacity: 0.8;
 	-khtml-opacity: 0.8;
	cursor:pointer;
}
.fotoGallery:hover,link,active{
	border-style:solid;
	border-width:1px;
	filter:alpha(opacity=100);
 	-moz-opacity: 1.0; 
 	opacity: 1.0;
 	-khtml-opacity: 1.0;
}


h1{
	margin:0px;
	padding:0px;
}

h2{
	/*titoli paragrafi*/
	margin:0px;
	padding:0px;
	font-size:16px;
	font-weight:normal;
	color:#C6C9CA;
}

h3{
	/*titolo news*/
	margin:0px;
	padding:0px;
	padding-top:4px;
	font-weight:bold;
	font-size:14px;
}

h4{
	/*data news*/
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:italic;
	color:#C6C9CA;
}

div.main{
	margin:0 auto;
	padding:0px;
}
div.siteHolder{
	margin:0 auto;
	padding:0;
	width:896px;
}
div.clear{
	padding:0;
	margin:0;
	height:0px;
	clear:both;
	overflow:hidden;
}
div.menuTabOn{
	padding-top:8px;
	width:128px;
	height:30px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-image:url(../immagini/menu_down_bg.jpg);
	background-repeat:no-repeat;	
}

div.menuTabOff{
	padding-top:8px;
	width:128px;
	height:30px;
	float:left;
	text-align:center;
	font-size:14px;
	font-weight:bold;
	background-image:url(../immagini/menu_bg.jpg);
	background-repeat:repeat-x;
}
div.testoNews{
	color:#636466;
}
div.bloccoMap{
	width:443px;
	height: 443px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	padding-bottom:5px;
}
div.bloccoNews{
	width:443px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	padding-bottom:5px;
}
div.bloccoShop{
	width:443px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	padding-bottom:5px;
}
div.bloccoBook{
	width:443px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	padding-bottom:5px;
	
}

div.forum_topic{
	/*width:443px;*/
	min-height: 50px;
	height: auto !important;
	height: 50px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	/*overflow:hidden;*/
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}
div.forum_message{
	/*width:443px;*/
	min-height: 50px;
	height: auto !important;
	height: 50px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	/*overflow:hidden;*/
	padding-right:5px;
	padding-top:5px;
	padding-bottom:5px;
}

div.forum_barra{
	/*width:443px;*/
	/*min-height: 20px;
	height: auto !important;
	height: 20px;*/
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	padding:5px;
	overflow:hidden;
}

div.forum_stanza{
	width:443px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	padding-bottom:5px;
}
div.forum_stanza_no_over{
	width:443px;
	min-height: 100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	padding-bottom:5px;
}
img.icona{
	border-width:0px;
	vertical-align:text-bottom;
}

img.imgHeader{
	border-width:0px;
	/*vertical-align:text-bottom;*/
	float:left;
	border-bottom-style:solid;
	border-bottom-width:1px;
}

img.newsImg{
	margin:10px 8px 10px 10px;
	/*display:inline;*/
}
/* ID */
#neve{
	width:896px;
	height:250px;
	overflow:hidden;
	position:absolute;
	margin:0 auto;
	z-index:100;
}

#header{
	width:896px;
	height:250px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#footer{
	margin:0 auto;
	width:896px;
	height:35px;
	/*padding-top:5px;*/
	overflow:hidden;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	background-color:#FFFFFF;
}
#logo{
	border-width:0px;
	vertical-align:text-bottom;
	float:left;
}
#posizione{
	width:896px;
	height:100px;
	border-bottom-style:solid;
	border-bottom-width:1px;
	background-color:#FFFFFF;
}
#menuBar{
	width:896px;
	height:30px;
	overflow:hidden;
}
#bloccoSotto{
	width:896px;
	margin-top:5px;
	overflow:hidden;
}
#bloccoSx{
	width:443px;
	float:left;	
	overflow:hidden;
}
#bloccoDx{
	width:443px;
	float:right;
	overflow:hidden;	
}
#laprimavolta{
	width:443px;
	height:100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#mailingList{
	width:443px;
	height:100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	overflow:hidden;
}
#shoutbox{
	width:443px;
	height:312px;
	/*border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;*/
	margin-bottom:5px;
	/*background-color:#FFFFFF;*/
	overflow:hidden;
	text-align:right;
}
#mp3Player{
	width:443px;
	height:100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	overflow:hidden;
	
}
#banner{
	width:443px;
	min-height: 100px;
	height: auto !important;
	height: 100px;
	border-bottom-color:#636466;
	border-bottom-style:dotted;
	border-bottom-width:1px;
	margin-bottom:5px;
	background-color:#FFFFFF;
	overflow:hidden;
}
/*registrazione forum*/
div#modulo_registrazione{
	background-color:#FFF;
	border-bottom:1px dotted #636466;
	padding:5px 0px 0px 10px;
}
div#modulo_registrazione select, input[type=text],input[type=password],input[type=file], textarea{
	width:100%;
}
div#modulo_registrazione textarea{
	height:300px;
}
div.input_field{
	clear:left;
	padding:5px 0px 0px 0px;
}
div.input_field_label{
	font-weight:bold;
	width:400px;
	padding-right:10px;
	float:left;
}
div.input_field_label p{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:italic;
	color:#C6C9CA;
	font-size:10px;
}
div.input_field_label p:hover{
	margin:0px;
	padding:0px;
	font-weight:normal;
	font-style:italic;
	color:#636466;
	font-size:10px;
}
div.input_field_input{
	float:left;
	width:400px;
}

