/* CSS Document */
/* Foglio di stile Home Page sito dello Sci Club Sestriere */
/* Autori: Davide Geraci e Giovanni Mamino */
/* Creazione: 3/12/2008 - Informatica System - Vicoforte (CN) */
/* layout */
html {
	padding: 0px; 
	margin:0px; 
}
body { 
	padding:15px; 
	margin:0px; 
	text-align: center;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 115%;
}

#menu {display:none;}
#flash {display:none;}
#flashnews {display:none;}

#center {}
	#leftmenu {display:none;}	
	#rightcontent {}
		#title {text-align:left; padding-bottom:10px;}
		#text table {margin:2px 20px; width:100%;}
		#text table tr td, #text table tr th {font-size: 70%;}
			#text #title h2 {
					font-size: 80%;
					color: #FF0000;
					font-weight: normal;
					padding:0;
					margin:10px 5px 0px 20px;
					line-height:120%;
				}
			#text #title h2 b{
					font-size: 145%;
					font-weight: bold;
					display:block;
				}
				
		#text {padding-bottom: 15px; text-align:left;}
			#text h1 {
				font-size: 105%;
				color: #333333;
				font-weight: bold;
				margin: 9px 10px 2px 20px;
			}
			#text h2 {
				font-size: 90%;
				color: #FF0000;
				font-weight: bold;
				margin: 9px 10px 2px 20px;
			}
			#text h2 a:link,#text h2 a:visited { font-weight: bold;	color: #333333; text-decoration:none;}	
			#text h2 a:hover,#text h2 a:active { font-weight: bold;	color: #FF0000; text-decoration:none;}
			#text p {
				font-size: 75%;
				color: #333333;
				margin: 2px 15px 2px 25px;
			}
			#text p a:link,#text p a:visited { font-weight: bold;	color: #333333; text-decoration:none;}	
			#text p a:hover,#text p a:active { font-weight: bold;	color: #FF0000; text-decoration:none;}
			
				ul.submenu {display:none;}
				.imgsx {float:left; border: 2px solid #FF0000; margin:0px 8px 2px 25px;}
			
		#sponsor {text-align:center;padding-top:5px;}
			#sponsor table {margin:0 auto;padding:0;border:0;}
			#sponsor table tr td{margin:0;padding:3px;}
			#sponsor img{border:0;}
			
#footer {clear:both; text-align:center; padding-bottom:15px;}
	#footer p {
			margin: 0px;
			padding: 0px;
			font-size: 60%;
			font-weight: normal;
			color: #333333;
	}
	#footer p a{font-weight: bold; text-decoration:none;}
	#footer p a:link, #footer p a:visited {color: #333333;}	
	#footer p a:hover, #footer p a:active{color: #FF0000;}
#thumbLoading, #thumbBox {display:none;}