﻿/*whitespace start*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td, img, hr
{
    padding: 0px;
	margin: 0px;
}
/*whitespace end*/

body
{
	background-color: #fff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	color: #000;
	margin-top: 5px;
	text-align: left;
}
.hidden
{
    display: none;
}

/*struttura*/
.site
{
	background-color: #fff;
	width: 760px;
	margin-left: auto;
	margin-right: auto;
}
.topBanner
{
	background-image: url(topBanner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: #214045;
	color: #fff;
	height: 26px;
	margin-bottom: 4px;
	text-align: right;
	padding-top: 50px;
	padding-right: 15px;
}
h1
{
	background-color: #507f6d;
	color: #fff;
	font-size: 1.5em;
	height: 76px;
	width: 760px;
	position: relative;
	margin-bottom: 3px;
}
h1 span
{
		background-image: url(banner.jpg);
	background-position: left top;
	background-repeat: no-repeat;
	background-color: Transparent;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.content
{
	background-image: url(sfondoColonna.gif);
	background-position: right top;
	background-repeat: repeat-y;
	float: left;
	margin-bottom: 3px;
}
.contentColumn
{
	float: left;
	width: 616px;
	background-color: Transparent;
	padding-right: 4px;
}
.rightColumn
{
	float: left;
	width: 140px;
}
.footer
{
	clear: both;
	background-color: #849498;
	color: #fff;
	border: solid 2px #39555a;
	padding: 2px 8px;
}

/*scelta lingua*/
.topBanner ul
{
	list-style-type: none;
}
.topBanner li
{
	display: inline;
}

/*testi*/
h2
{
	background-image: url(sfondoH2.gif);
	background-position: left top;
	background-repeat: no-repeat;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 1.0em;
	color: #fff;
	padding: 2px 8px;
	height: 18px;
}
h3
{

	font-weight: bold;
	font-size: 1.1em;
	padding: 2px 8px;
	margin: 0.5em 0;
}
h4
{

	font-weight: bold;
	font-size: 1.0em;
	padding: 2px 8px;
	margin: 0.5em 0;
}

fieldset
{
    border: none;
    padding: 10px 0;
    margin: 5px 0;
}
legend
{
    display: none;
}
.sfondoField
{	
    background-color: #dae5e1;
    padding: 1px;
}

.txtBordo
{
    border: solid 2px #507F6D;
}

/*paragrafi*/
.introduzione
{
	padding: 5px 10px;
    border: solid 1px #597175;
    border-bottom: solid 6px #597175;
    margin-bottom: 5px;
}
.modulo
{
	text-align: right;
	margin: 5px 0;
}
.intestazioni
{
	font-weight: bold;
	margin: 5px 10px;
	font-size: 13px;
}
.paragrafi
{
	margin: 5px 0;
}
.info
{
	font-size: 10px;
	padding: 5px;
}
.checkbox
{
	margin: 5px 0;
	font-weight: bold;
}
.checkbox td
{
	padding-right: 5px;
}
.totale
{
    background-color: Transparent;
    border-bottom: solid 2px #214045;
    border-top: solid 2px #214045;
    padding: 10px 50px;
    font-weight: bold;
}
.abbonati
{
	text-align: right;
	padding-right: 5px;
	margin: 10px 0;
}
.alert
{
	font-size: 11px;
	color: #ff0000;
	font-weight: bold;
	font-style: italic;
}
.bigger
{
	font-size: 1.2em;
}
.biggerRight
{
	font-size: 1.3em;
	padding: .5em .7em;
}
/*elementi*/
.intestazione
{
	margin-bottom: 5px;
	font-weight: bold;
}
.metodoPag
{
	width: 100%;
}
.validationSummary
{
	padding-left: 25px;
	margin: 10px 0;
}

/*Link*/
a
{
	font-weight: bold;
}
a:link,
a:visited
{
	color: #214046;
	text-decoration: none;
}
a:hover,
a:visited:hover
{	
	text-decoration: underline;
}
.modulo a
{
	padding: 5px 23px 2px 2px;
	background-image: url(../img/scaricaIcon.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

/*griglia*/
.label
{
    float: left;
    width: 120px;
    font-size: 10px;
    text-align: right;
    margin-top: 3px;
}
.txt
{
    width: 400px;
    border-top: solid 2px #909fa2;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}
.txtSmall
{
    width: 145px;
    border-top: solid 2px #909fa2;
    border-bottom: 0px;
    border-left: 0px;
    border-right: 0px;
}
.riga-griglia
{
	width: 616px;
	clear: left;
}
.riga-griglia-colonna
{
	float: left;
	width: 300px;
}

/*tabelle form*/
.sfondoField table
{
	border: 0;
	width: 100%;
}
.sfondoField td
{
	padding: 2px;
	vertical-align: top;
}
.sfondoField .leftTd
{
	width: 200px;
	text-align: right;
	font-size: 11px;
	padding-top: 5px;	
}
.checkbox table
{
	width: 100%;
}
.checkbox table td
{
	vertical-align: middle;
	padding: 3px;
}
.checkbox .leftTd
{
	width: 20px;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;	
}
.opzioni table
{
	border: 0;
	width: 100%;
}
.opzioni td
{
	padding: 0px 3px 5px 0px;
	vertical-align: top;
}
.opzioni .leftTd
{
	width: 226px;
	text-align: right;
	font-size: 12px;
	padding-top: 5px;	
}

/*testi metodo pagamento*/
.testi
{
	background-color: Transparent;
	font-size: 11px;
}

.testi p
{
	margin: 10px 0;
}
.testi ul
{
	margin: 10px 0;
	padding-left: 15px;
}