/*********************************************************************************
 * Analisi e Sviluppo di Davide Gullo.
 * Copyright © 2006 Tutti i diritti riservati.
 * 
 * $Author$
 * $Id$
 * $Revision$ 
 * 
 ********************************************************************************/

 /* Style form, input, fieldset, ecc. */
@import url(/css/form.css);

/*
	stili per il layout fisso
*/

html,body{margin: 0;padding:0}

body{
	background: white url(../images/sfondo.jpg) no-repeat;
	background-color: #fff;
	text-align: left; /*centra in IE 5.x */
	font-family: Verdana, Tahoma, sans-serif;
	font-size : 11px;
	color: #069;
}

div#container{
	width:760px;
}

div#header{
	width: 760px;
	height: 130px;
	padding: 0;
	margin: 0;
}
	
div#header_logo{
	float: left;
	padding: 0;
	margin: 0;
}

div#header_right{
	clear: right;
	font-size: 10px;
	color: #069;
	text-align: right;
}

div#navigation{
	float:left; 
	position:relative;
	width: 190px;
	padding-left: 15px;
	padding-right: 10px;
}

div#content{
	float: right; 
	display: inline; 
	position: relative; 
	width: 540px;
}
	
div#footer{
	clear: both;
	margin-top: 15px;
	margin-left: 15px;
	border-top: 1px solid #99CCFF;
	font-size: 10px;
}

div#slogan{
	float: right; 
	margin-left: 20px;
}

div#header_right{
	clear: right;
	font-size: 10px;
	color: #069;
	text-align: right;
}

/*
	Style personalizzato per sezione Impianti di lavaggio
*/

# impianti {
	height: 1%; /*risolve il peekaboo bug*/
	padding: 0;
	margin: 0;
}
#impianti h1 { margin: 0 0 20px 0; }
#impianti h2 {
	height: 1%; /*risolve il peekaboo bug*/
	font-size : 1.3em;
	color: #005c9f;
	background-color: #fff;
	border: 3px double #005c9f;
	margin: 20px 0 20px 0;
}
#impianti h3 {
	color: #fff;
	background-color: #005c9f;
	border: none;
	margin-top: 0;
	padding: 2px;
}
#impianti img {
	float:left;
	background-color: transparent;
	border: 1px solid #99CCFF;
	margin: 0 4px 4px 4px;
	padding: 1px;
}

#impianti ul {	margin: 10px 0 15px 150px; }

#impianti .box  {
	background-color: #fff;
	border: 1px solid #005c9f;
	height: 1%; /*risolve il peekaboo bug*/
	padding: 5px;
	margin-bottom: 10px;
}



/*
	Style per Scheda Impianti
*/

#scheda_impianti {
	padding: 0;
	margin: 0;
}
#scheda_impianti h2 { margin: 10px 0 10px 0; }
#scheda_impianti h3 { 
	color: #fff;
	background-color: #005C9F;
	padding: 4px;
	overflow: hidden;
}
#scheda_impianti p {	padding-left: 10px; }
#scheda_impianti img.foto {
	float:left;
	background-color: transparent;
	border: 1px solid #99CCFF;
	margin: 0 10px 10px 0;
	padding: 1px;
}
#scheda_impianti .menuscheda {
	background-color: transparent;
	margin: 12px 0 12px 4px;
	padding-left: 10px;
}
#scheda_impianti .menuscheda a {
	padding: 4px;
	line-height: 18px;
}
#scheda_impianti .box_dettagli {
	border: 1px solid #99CCFF;
	margin: 12px 0 12px 0;
}
#scheda_impianti a.box_info {
	display: block;
	float: right;
	border: 1px solid #ccc;
	margin: 0 0 12px 12px;
}

/* 
	stili per i contenuti 
*/

h1 {
	font-size: 11px;
	font-weight: bold;
	color: #005C9F;
	background-color: #99CCFF;
	padding: 4px;
	text-decoration: none;
	overflow: hidden;
}

h2 {
	font-size: 11px;
	font-weight: bold;
	color: #005C9F;
	background-color: #fff;
	border: 1px solid #99CCFF;
	padding: 4px;
	margin: 15px 0 3px 0;
	text-decoration: none;
	overflow: hidden;
}

h3 {
	font-size: 11px;
	font-weight: bold;
	color: #005C9F;
	background-color: #fff;
	border-bottom: 1px solid #99CCFF;
	padding: 3px;
	margin: 10px 0 3px 0;
	text-decoration: none;
	overflow: hidden;
}

h4 {
	font-size: 11px;
	font-weight: bold;
	color: #005C9F;
	background-color: #99CCFF;
	padding: 1px 1px 1px 1px;
	margin: 0 0 5px 0;
	text-decoration: none;
	overflow: hidden;
}

p {
	background-color: transparent;
	text-align: justify;
	margin: 0px;
	padding: 0px;
}
p.verysmall {
	font-size: 9px;
}

ul { margin: 5px 0 5px 0; padding: 0 0 0 20px;}
li { margin: 0; padding: 0 0 4px 0; }



/* 
	tabelle gestione dati
*/

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

table.impianti{
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 1px;
	caption-side: top;
	margin: 2px 2px 2px 2px;
	width: 100%;

}
table.impianti td {
	border: 1px solid #99CCFF;
}
table.impianti caption {
	background-color: #99CCFF;
	color: #005C9F;
	font-weight: bold;
	text-align: left;
	padding: 1px 1px 1px 1px;

}
td.dato,  td.data {
	font-weight : bold;
}

/* 
	style CONTENT
*/

img { border: 0; }
img.flag{
	margin-top: 5px;
	margin-left: 15px;
}

img.thumbonleft{
	clear: both;
	float:left;
	background-color: transparent;
	border: 1px solid #99CCFF;
	margin: 0 4px 4px 4px;
	padding: 1px;
}

img.thumbonright{
	float:right;
	background-color: transparent;
	border: 1px solid #99CCFF;
	margin: 0 4px 4px 4px;
	padding: 1px;
}

img.thumb{
	background-color: transparent;
	border: 1px solid #99CCFF;
	margin: 0 4px 4px 4px;
	padding: 1px;
}


div.clearer {
	clear: left;
	height: 0;
}

.box_border  {
	border: 1px solid #99CCFF;
	height: 1%;
	padding: 5px;
	margin-bottom: 10px;
}

/* 
	Navigation menu e link style
*/

a, a:visited , a:link , a:active, a.cross:hover {
	font-size : 11px;
	color : #006;
	text-decoration : underline;
	font-weight : bold;
}
a:hover, a.cross { color: #069; }

a.nav, a.nav:visited , a.nav:link {
	display: block;
	width: 170px;
	font-weight: normal;
	color: #fff;
	background-color: #005C9F;
	border-left: 1px solid #99CCFF;
	border-top: 1px solid #99CCFF;
	border-right: 1px solid #036;
	border-bottom: 1px solid #036;
	padding: 4px;
	text-decoration: none;
	overflow: hidden;
}
a.nav:hover {
	background-color: transparent;
	color:#005C9F; 
	border-left: 1px solid #036;
	border-top: 1px solid #036;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
}
a.nav:active {
	background-color: #fff;
}
.selected{
	display: block;
	width: 170px;
	font-weight: normal;
	background-color: transparent;
	color:#005C9F; 
	border-left: 1px solid #036;
	border-top: 1px solid #036;
	border-right: 1px solid #99CCFF;
	border-bottom: 1px solid #99CCFF;
	padding: 4px;
	text-decoration: none;
	overflow: hidden;
}
	
	
a.footer:visited , a.footer:link , a.footer:active {
	font-size : 10px;
	color : #99CCFF;
	font-weight: normal;
	text-decoration : none;
}

a.footer:hover {
	font-size : 10px;
	color : #666666;
	font-weight: normal;
	text-decoration : underline;
}

/* *** Float containers fix: http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
 }
 
.clearfix{display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  
 
