/* Extra Corsodicazzotti.it - ver 1.0 - Giugno 2010 - Graziano ARTS*/

/* Form per contatti */

textarea#comments, input#author, input#email, input#vericode {
	font-family: "Trebuchet MS", Arial, Verdana, sans-serif;
	font-size: 14px;
	color: #612E08;
	}

form#commentform p {padding-top: 15px;}

textarea#comments, input#author, input#email, input#vericode {
	background-color: #FFEC95;
	border: 1px solid #dc7a2c;
	}

input#submit {
	color: #612e08;
	font-weight: bold;
	background-color: #FFEC95;
	border: 1px outset #dc7a2c;
	}



/* Form per newsletter nella pagina*/

label#messaggio_mailing {
	display: block;
	line-height: 12px;
	margin-top: 3px; 
/*	background: orange;*/
	}

input#indirizzo {
	background-color: #FFEC95;
	border: 1px solid #dc7a2c;
	font-family: arial, "Luxi Sans", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #848169;
	}

input#pulsante {
	display: inline;
	margin-left: 4px;
	}



/* Form per newsletter nel Footer*/

#footer_biglietti label#messaggio_mailing {
	display: block;
	line-height: 12px;
	margin-top: 3px; 
/*	background: orange;*/
	}

#footer_biglietti input#indirizzo {
	float: left;
	display: inline;
	margin-top: 5px;
	margin-left: 15px;
	background: #E3DEB4;
	font-family: arial, "Luxi Sans", helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
	color: #848169;
	}

#footer_biglietti input#pulsante {
	float: left;
	display: inline;
	margin-left: 4px;
	}


/* verde chiarissimo DEEFD0
/* vere chiaro chiaro BFE8A8
/* verde chiaro 66AD6E
/* verde scuro 436D4C



/* Tabella Tariffario Johnson */

#sfondo
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/sfondo_tariffario.jpg) right top no-repeat;
	border: 1px solid #7d7182;
	border-collapse: collapse;
	font-family: "Arial", "Verdana", Sans-Serif;
	font-size: 13px;
	text-align: left;
}
#sfondo th
{
/*	border-top: 4px solid #36494F;*/
	color: #EFECF2;
	font-size: 14px;
	font-weight: bold;
	padding: 14px;
}
#sfondo td
{
	color: #ef8343;
	padding: 10px;
}
#sfondo tr:hover td
{
	background: url(images/verde.png);
	color: #ef8343;
}


/* Tabella Tesseramento 2011 */

#sfondo_tessere
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background: url(images/sfondo_tesseramento.jpg) right top no-repeat;
	border: 1px solid #7d7182;
	border-collapse: collapse;
	font-family: "Arial", "Verdana", Sans-Serif;
	font-size: 13px;
	text-align: left;
}
#sfondo_tessere th
{
/*	border-top: 4px solid #36494F;*/
	color: #EFECF2;
	font-size: 14px;
	font-weight: bold;
	padding: 14px;
}
#sfondo_tessere td
{
	color: #ef8343;
	padding: 10px;
}
#sfondo_tessere tr:hover td
{
	background: url(images/verde.png);
	color: #ef8343;
}



/* Tabella Download */

#sfondo_download
{
	width: 740px;
	margin-left: auto;
	margin-right: auto;
	background-color: #436D4C;
	border: 1px solid #7d7182;
	border-collapse: collapse;
	font-family: "Arial", "Verdana", Sans-Serif;
	font-size: 13px;
	text-align: left;
}
#sfondo_download th
{
	background-color: #66AD6E;
	color: #EFECF2;
	font-size: 14px;
	font-weight: bold;
	padding: 14px;
}
#sfondo_download td
{
/*	color: #ef8343;*/
	padding: 10px;
}
#sfondo_download tr:hover td
{
	background-color: #BFE8A8;
	color: #ef8343;
}
