BODY {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #404040;
}

A {
	color: #1058BA;
}

A:hover {
	color: #3C8879;
}

#CorpoPagina {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 70%;
	line-height: 1.6em;
	background-image: url('../immagini/b_corpo.gif');
	background-repeat: no-repeat;
	background-position: top center;
	min-height: 324px;
	height: auto !important;
	height: 324px;
}	

#CorpoPagina P {
	margin-bottom: 1em;
}

#CorpoPagina H1 {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 0.6em;
	color: #1058BA;
}

#CorpoPagina H2, #CorpoPagina H3 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 0.3em;
	color: #8A6105;
}

#CorpoPagina HR {
	border: 1px solid black;
}

#CorpoPagina UL {
	margin-bottom: 1em;
}

#CorpoPagina LI {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 18px;
}

#CorpoPagina STRONG {
	color: #1058BA;
}

#CorpoPagina A, #PiedePagina A {
    text-decoration: underline;
}

#CorpoPagina A:hover, #PiedePagina A:hover  {
    text-decoration: none;
}

.Centro {
	text-align: center;
}

.Debug {
	border: 1px solid red;
}

.NoWrap {
	white-space: nowrap;
}

.Clear {
	clear: both;
	height: 1px;
	font-size: 0px;
}

/* pagina scheda_gruppo.cfm */

#SchedaGruppo {
	width: 100%;
}

#SchedaGruppo TD {
	vertical-align: top;
}

/* Form */
.FormWrapper {
	margin-left: auto;
	margin-right: auto;
	width: 500px;
}

.FormWrapper BR {
	clear: both;
}

.FormWrapper LABEL {
	width: 180px;
	float: left;
	text-align: right;
	font-weight: bold;
	margin-bottom: 10px;
	background-image: url('../immagini/freccia_form.gif');
	background-position: top right;
	background-repeat: no-repeat;
	padding-right: 15px;
}

.FormWrapper .Campo {
	border: 1px solid #606060;
	width: 200px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #fefefe;
}

.FormWrapper .Check {
	margin-right: 6px;
}

.FormWrapper .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 26px;
	font-weight: bold;
	background-color: #C5C5C5;
	background-image: url('../immagini/b_submit.gif');
	background-repeat: repeat-x;
	background-position: top;
	color: #606060;
}

fieldset {
border-color: #1058BA;
border: 1px;
padding-right: 5px; 
padding-left: 5px; 
padding-bottom: 5px; 
padding-top: 5px
}

#Gallery {
	margin-left: auto;
	margin-right: auto;
}

#Gallery .Foto {
	width: 150px;
	height: 120px;
	background-color: #FFE898;
	text-align: center;
}

#Gallery .Foto IMG {
	border: 1px solid #9A3200;
}

#Documenti {
	width: 100%;
}

#Documenti TH, #Documenti TD {
	padding: 3px;
	border: 1px solid #a0a0a0;
	background-color: #f1f1f1;
}

#Documenti TH {
	color: #1058BA;
}

/* Pagina offerte aggiunte marzo 2007 */

.OfferteShort {
	width: 50%;
	margin-right: 10px;
	border: 1px solid red;
	background-color: #FFFFE4;
	padding: 10px;
	border: 2px dotted #BEB881;
	line-height: 14px;
	vertical-align: top;
	text-align: center;
}

#ElencoOfferte {
	width: 548px;
	border-collapse: collapse;
}	

#ElencoOfferte TD, #ElencoOfferte TH {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #FFFFE4;
	border: 1px solid #BEB881;
	line-height: 1.3em;
}

