
body {
	background-color: white;
	color: black;
	font-size: 12px; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	margin: 0px;
	padding:0px;
}

#container {
}

#header {
    	
	}
	
	
#home {	
	display:none
}
table {
	width: 100%;
	border-spacing: 0px;
	border-collapse:collapse;
		
}



.font_piccolo {	
	font-size: 11px;
}
.sinistra {
	text-align: left;
}
.destra {
	text-align: right;
	padding-right: 5px;
}
.verde {
	color: #008480;
}
.bianco {
	color: white;
}
.rosso {
	color: #A1374E;
}
.giallo {
	color: #FFD648;
}
a, a:link, a:visited, a:focus {
	color: white;
	font-weight: bold;	
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a.rosso, a.rosso:link, a.rosso:visited, a.rosso:focus {
	color: #A1374E;
	font-weight: normal;
	text-decoration: none;
}
a.rosso:hover {
	text-decoration: underline;
}

th {
	color: #008480;
}
td {
	vertical-align: middle;
	text-align: justify;
}
#menu {
	display:none
}

#img_palmero {
	background-image: url('../img/header.jpg');
	background-repeat: no-repeat;
	background-position: 0px 0px; 
	display: block;
	width:800px;
	height: 140px;
	border-top: solid 1px white;
	border-bottom: solid 1px white;
}
#content {
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	text-align: justify;
}

#porta_foto table{
	width:100%;		
	padding-bottom: 1px;
}
.foto{
	width:350px;
	height:263px;	
	border: 1px solid #8F826A;
	float: right;
	margin-bottom: 10px;
}
#contentTabs div.foto_canvas{
	position:absolute;		
}




form { 
	float: left;
	width: 608px;
	margin-left: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 10px 10px 10px 10px;
	min-height: 369px;
	height: auto !important;
	height: 369px;
	border: 1px solid #A1374E;	
	background: #C9889E;
}
form td {
	padding: 5px;
}

fieldset {
	border: white solid 1px;
	margin-top: 10px;
	margin-bottom: 10px;
	padding: 8px;
}
legend {
	color:white;
	font-weight: bold;
	font-size: 11px;
	margin-bottom: 10px;
}

label {
	text-align: right;
}
input {	
	color: #A1374E;
	border: #A1374E solid 1px;
	width: 190px;
}
input.small {
	width: 17px;
	height: 17px;	
	border: 0px;
}
input.medium {
	width: 80px;
	height: 17px;
}
.button {
    cursor:pointer;
	font-size: 11px;
	font-weight: bold;
	background: #A1374E;
	color: white;
	border-top: 1px solid gray;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid gray;
}
select { 	
	color: #A1374E;
	border: #A1374E solid 1px;
	width: 193px;	
}

textarea {
	background: white;
	color: #A1374E;
	border: #A1374E solid 1px;
	width: 490px;
	height: 60px;	
}


#footer {
	clear: both;
	text-align: right;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	font-style: italic;
	font-size: 11px;	
}
