/*inizio foglio css di reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, fieldset, ol, ul, li, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*fine foglio css di reset*/


/* ####################################################################### */



/* GENERALE */

body							{
	font-size: 12pt;
	font-family: "Gill Sans MT", Calibri, Verdana, Arial, sans-serif;
	background: url(../immagini/Erba.jpg);
}

#blocco_centrale				{
	width: 900px;
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 20px;
	background-color: white;
	border: 3px rgb(230, 230, 230) solid;
}



/* BARRA UTILITIES */



#utilities						{
	background-color: rgb(30, 80, 160);
	color: white;
	font-size: 10pt;
	height: 18px;
	text-align: right;
	padding-right: 20px;
}

#utilities p a					{
	color: white;
	text-decoration: none;
	font-size: 8pt;
}

#utilities p a:hover			{
	text-decoration: underline;
}

#bianco							{
	height: 200px;
	background: url(../immagini/Sfumatura.bmp);
}



/* HEADER */



#header							{
	width: 900px;
	margin: 0 auto;
	margin-top: -160px;
}

#header img						{
	width: 200px;
	float: left;
}

#header h1						{
	color: rgb(30, 80, 160);
	font-size: 32pt;
	font-family: Calibri, Arial, sans-serif;
	font-weight: bold;
	text-align: center;
}

#header h2						{
	color: rgb(30, 80, 160);
	font-size: 20pt;
	font-family: Calibri, Arial, sans-serif;
	text-align: center;
}

#header h3						{
	color: rgb(30, 80, 160);
	font-size: 14pt;
	font-family: Calibri, Arial, sans-serif;
	text-align: right;
}



/* MENU PRINCIPALE */



#menu							{
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: 50px;
}

#menu ul li						{
	width: 100px;
	height: 30px;
	float: left;
	display: block;
	text-align: center;
}

#menu ul li a					{
	color: black;
	text-decoration: none;
}

#menu ul li a:hover				{
	color: rgb(30, 80, 160);
	text-decoration: underline;
}



/* BLOCCO CENTRALE */



#breadcrumbs					{
	margin: 30px 0 10px 0;
	padding: 10px 0 10px 50px;
	text-align: left;
	color: rgb(80, 80, 80);
	font-size: 10pt;
}

#breadcrumbs a					{
	color: rgb(80, 80, 80);
	text-decoration: none;
}

#breadcrumbs a:hover				{
	color: black;
	text-decoration: underline;
}

#corpo							{
	float: left;
	margin-top: 20px;
	margin-left: 50px;
	width: 500px;
}

.titolo							{
	font-size: 20pt;
	font-weight: bold;
}

.testo							{
	margin-top: 20px;
	margin-bottom: 40px;
}

#corpo ol						{
	margin-top: -40px;
	margin-bottom: 20px;
}

#corpo ol li						{
	list-style-type: decimal;
	margin-left: 30px;
}

#corpo ul						{
	list-style-type: disc;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
}

#corpo ul li						{
	margin-top: 10px;
}

.torna_su						{
	text-align: center;
}

.torna_su a					{
	color: rgb(80, 80, 80);
	text-decoration: none;
}

.torna_su a:hover			{
	text-decoration: underline;
	color: black;
}

table					{
	margin-left: 100px;
	text-align: left;
	line-height: 1.5em;
}

th						{
	width: 150px;
}

.continua			{
	color: rgb(30, 80, 160);
	text-decoration: none;
}

.continua:hover			{
	text-decoration: underline;
}

.internal		{
	color: black;
	text-decoration: underline;
}

.internal:hover		{
	color: rgb(30, 80, 160);
	text-decoration: underline;
}

.data	{
	color: rgb(80, 80, 80);
	padding-top: 5px;
	font-size: 10pt;
}



/* TABELLA LOTTERIA */


#lotteria		{
	margin-left: 0;
}

#lotteria td, #lotteria th		{
	padding: 3px;
}

#lotteria th		{
	text-align: center;
}

.dispari		{
	background-color: rgb(220, 220, 220);
}

.prima, .terza		{
	width: 100px;
	text-align: right;
}

.seconda		{
	width: 300px;
}


/* GALLERIA FOTOGRAFICA */


#corpo #galleria	{
	list-style-type: none;
	margin-left: 0;
}

.img_gallery_piccola	{
	width: 90px;
	height: 70px;
	margin-right: 8px;
	margin-bottom: 8px;
	border: 1px rgb(200, 200, 200) solid;
	float: left;
}

.img_gallery_piccola:hover		{
	border-color: rgb(100, 100, 100);
}














/* SEZIONE ADMIN */

fieldset		{
	border: 1px rgb(200, 200, 200) solid;
	padding: 10px;
	margin-bottom: 50px;
}

.partita_doppia		{
	margin-left: 0;
	width: 500px;
}

.partita_doppia td, .partita_doppia th, .bilancio td, .bilancio th		{
	border: 1px rgb(200, 200, 200) solid;
	padding: 8px;
}

.valore		{
	width: 100px;
}

.descrizione_conti		{
	width: 220px;
}

.bilancio		{
	margin-left: 0;
	width: 500px;
}

.bilancio .prima_col		{
	width: 300px;
}



/* SEZIONE A DESTRA */



#destra							{
	float: left;
	width: 200px;
	margin-top: 20px;
	margin-left: 100px;
}

#destra .menu_destra			{
	line-height: 2em;
}

#destra .menu_destra a			{
	color: black;
	text-decoration: none;
}

#destra .menu_destra a:hover	{
	color: rgb(30, 80, 160);
	text-decoration: underline;
}

.titoletto						{
	font-size: 14pt;
	color: rgb(80, 80, 80);
	margin: 30px 0 10px 0;
}

#destra ol li						{
	list-style-type: decimal;
	margin-left: 30px;
}

#loghi							{
	text-align: center;
}

#loghi img						{
	width: 100px;
	height: 100px;
	display: block;
	margin-left: 50px;
}

#loghi p						{
	margin-bottom: 40px;
}

#loghi p a						{
	color: black;
	text-decoration: none;
}

#loghi p a:hover				{
	color: rgb(30, 80, 160);
	text-decoration: underline;
}

#loghi .grande						{
	width: 200px;
	height: 200px;
	margin-left: 0;
}

#giorni_mancanti	{
	border: 2px rgb(255, 128, 0) solid;
	width: 196px;
	padding: 1em 0 1em 0;
	background-color: rgb(255, 255, 128);
	margin-bottom: 20px;
	text-align: center;
}

#giorni_mancanti h3	{
	font-size: 1.5em;
	margin-bottom: 10px;
}

#giorni_mancanti .mancanti	{
	font-size: 2em;
}

#giorni_mancanti a	{
	color: black;
	text-decoration: none;
}

#giorni_mancanti a:hover	{
	text-decoration: underline;
}

#commento_sagra textarea	{
	width: 400px;
}

#commento_sagra input[type="text"] {
	width: 200px;
}

.commento	{
	margin-top: 20px;
}

.commento .metadata	{
	font-size: 10pt;
	color: rgb(80, 80, 80);
}



/* AREA RISERVATA */


#area_riservata	{
	color: black;
	background-color: rgb(230, 230, 230);
	border: 3px rgb(200, 200, 200) solid;
	width: 200px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-left: -3px;
}

#area_riservata form	{
	margin-left: 20px;
	margin-right: 20px;
}

.centrato	{
	text-align: center;
}



/* FOOTER */



#footer							{
	clear: left;
	text-align: center;
	padding-top: 100px;
	padding-bottom: 20px;
	color: rgb(80, 80, 80);
	font-size: 10pt;
}

#footer a						{
	color: rgb(80, 80, 80);
	text-decoration: none;
}

#footer a:hover					{
	color: black;
	text-decoration: underline;
}

#footer hr						{
	margin-top: 20px;
	margin-left: 400px;
	width: 100px;
	height: 1px;
}