/* foglio stile per swim for life */

body {
	background-color: white; 
	margin:0; 
	padding: 0; 
	font-size: 10pt; 
	font-family: 'Trebuchet MS',Tahoma,Helvetica,sans-serif;
	}


/* stili elementi strutturali */
div#header {
	width: 100%; 
	height: 105px;
	background-color: #003366; 
	margin:0; 
	padding:0;
	}

div#contenuti {
	width: 850px; 
	margin-left: 30px;
	display: block; 
	padding: 0;
	padding-bottom: 15px;
	}

div#testo {
	padding-right: 20px; 
	margin: 4px;
	margin-top: 10px;
	width: 600px; 
	float: left; 
	text-align: justify;
	}

div#navigazione {
	width: 100%;
	top: 105px;
	background: url('./images/nav.gif') repeat-x #006699;
	height: 27px;
	padding-top: 8px;
	}

div#sponsor {
	text-align: center; 
	padding: 4px; 
	margin-top: 15px;
	width: 210px; 
	float: right; 
	border: 1px solid #6090c0; 
	}

div#footer {
	clear: both;
	height: 30px; 
	width: 100%; 
	margin: 0;
	border-top: 1px dotted #336699;
	padding-top: 6px;
	font-size: 8pt;
	font-weight: normal;
	color: #cccccc;
	text-align: center; 
	display: block; 
	background: url('./images/foot.gif') repeat-x;
	}

div#galleria {
	margin-top: 25px;
	padding-top: 8px;
	padding-bottom: 8px;
	text-align: center;	
	border-top: 1px dashed #003366;
	border-bottom: 1px dashed #003366;
	}
	
#galleria img {
	margin-top: 10px;
	border: 1px solid black;
	padding: 5px;
	}

/* moduli elettronici */
div#formheader {
	border-bottom: 3px solid #66CCCC;
	padding-left: 7px;
	padding-bottom: 0;
	font-size: 16pt;
	color: #336699;
	font-weight: bold;
	}

div#modulo {
	padding-top: 20px;
	width: 60%; 
	margin: auto;
	text-align: justify;
	}
	
input.arrows {
	 float: left; 
	 margin-right: 15px;
	 }

label {
	text-align: right;
    margin-right: 10px;
    font-weight: bold;
    }
    
.required {
	font-size: 8pt;
	font-weight: bold;
	color: red;
	}

/* classi generiche */
.lclear {
	clear: left; 
	visibility: hidden; 
	height: 0; 
	width: 0;
	}

.rclear {
	clear: right; 
	visibility: hidden; 
	height: 0; 
	width: 0;
	}

.clearall {
	clear: both;
	visibility: hidden;
	}
	
.sx {
	float: left;
	margin-right: 5px;
	margin-bottom: 3px;
	}
	
.dx {
	float: right;
	margin-left: 5px;
	margin-bottom: 3px;
	}

.center {
	text-align: center;
	}
	
.red {
	color: #cc0000;
	}

.gray {
	color: #999999;
	}

.small {
	font-size: 9pt;
	}

/* varianti */
div#navigazione strong {
	color: #FFFFFF;
	}

div#sponsor strong {
	color: #336699;
	font-size: 1.2em;
	}

/* classi specifiche */
p.intestazione {
	color: #336699;
	font-size: 14pt;
	font-weight: bold;
	margin-bottom: 10px;
	}
	
img.sponsor {
	margin: 3px; 
	border: none;
	}

img.galleria {
	width: 400px;
	height: 300px;
	margin: 8px;
	}
	
img.galleriav {
	width: 300px;
	height: 400px;
	margin: 8px;
	}
	
/* aspetto dei link */
a:link {
	color: #0033cc;
	font-weight: bold;
	text-decoration: none;
	}
	
a:visited {
	color: #339966;
	text-decoration: none;
	}
	
a:hover, a:active, a:focus {
	color: #0033cc;
	text-decoration: underline;
	}
	
#navigazione a {
	display: inline;
	width: 100px;
	margin-left: 10px;
	margin-right: 5px;
	}

#navigazione a:link {
	color: white;	
	}
	
#navigazione a:visited {
	color: #cccccc;	
	}
	
#navigazione a:hover, #navigazione a:active, #navigazione a:focus {
	color: white;
	text-decoration: underline;
	}

#footer a:link, #footer a:visited {
	color: white;
	font-weight: bold;
	}
	
#footer a:hover, #footer a:active, #footer a:focus {
	color: white;
	font-weight: bold;
	text-decoration: underline;
	}

a img {
	border: none;
	}
	
/* parametri delle tabelle */
table {
	width: 100%;
	border: none;
	}
	
td {
	vertical-align: top;
	margin: 5px;
	}
	
	

