/*  ID display da il nome e le caratteristiche alla div che contiene il corpo della pagina (i contenuti)  */
#display {width: 780px; height: 98%;}
#display h3 { margin: 10px;  padding: 15px 0px 5px 0px;}
/* ID tleft da il nome e le caratteristiche alla colonna sinistra */
#tleft {width: 0px;}
/* ID tright da il nome e le caratteristiche alla colonna destra */
#tright {width: 0px;}
/* Nel css è possibile dare le stesse caratteristiche a molteplici id o classi elencandoli con la virgola */
#tleft, #tright { margin: 5px;}

/* -------------- INIZIO TAG HTML -----------------------  */
/* Definizione di tutta la pagina html */
html { height: 100%; margin: 0 auto; margin-bottom: 0px; margin-top:0px; font-size:1.0em; color: #000000; }
/* definizione dei font e alterzza linea per corpo pagina e td tabelle */
body,td { line-height: 135%; font-family: Helvetica, Arial, sans-serif; padding:0px; vertical-align: middle; }
/* definizione spazi e sfondo della pagina */
body { margin: auto; padding: 0; background: #737373; /*url(img/e_tlo1.jpg)*/ 0 0 repeat-x; }
/* le seguenti classi sono definite per organizzare tutte le parti html della pagina  */
MenuPoz { text-align: center; }
table,td { border-style:none; }



table {	width:100%; margin: 0 auto; border-collapse: collapse; }
p { margin-top: 10px; margin-bottom: 15px;}
h1, h2, h3, h4 { padding-bottom: 5px; margin: 25px 5;	font-family: Century Gothic, Arial, sans-serif; }
h1 { font-size: 200%; }
h2 {font-size: 175%;}
h3 { font-size: 125% }
h4 {font-size: 110%;}
a { text-decoration: none;}
a:hover { text-decoration: underline;}
a, h2, h3  { color: #5b5b5b;}
a.nounder { text-decoration: none; border: 0; cursor: pointer;}
a.nounder:hover { text-decoration: none;}
/* ---------------------------- FINE TAG HTML ------------------------------ */

/* ------------------------ INIZIO TAG DIMESIONE FONT ---------------------------- */
body.f-smaller {	font-size: 10px; }
body, body.f-default { font-size: 12px;}
body.f-larger { font-size: 15px;}
/* ------------------------ FINE TAG DIMENSIONE FONT ---------------------------- */

/* -------------------------- INIZIO HEADER ---------------------------- */
/* ID header da il nome e le caratteristiche alla testata della pagina  qui potete cambiare le dimensioni, allineamento, altezza, sfondo */
#header{ width: 800px; height: 105px; margin: 0 auto; padding: 0; background: #242527 }

/* definizioni del posizionalmeno Logo */
#logo-space { text-align: left; position: relative;  height: 140px; border: 0; float: 0; background: #C4C2BD;}
#logo { width: 800px; height: 140px; margin: 0px; border: 0; background: #C4C2BD;}
/* ID banner da il nome e le caratteristiche al blocco banner che si trova di fianco al logo  */
#banner { margin: 0 auto; background: #C4C2BD;}
/* -------------------------- FINE HEADER ---------------------------- */
/*--menuPOZ---*/
#MenuPozPage { width: 800px; line-height: 20px; background: #C4C2BD;	/*background: url(img/e_tlo2.png) repeat-y; */border-bottom:0px solid #363636; border-top:0px solid #363636; border-left:0px solid #363636; border-right:0px solid #363636; padding-left:0px; margin: 0 auto;  font-size: 100%;}
#MenuPozPage2 { width: 800px; line-height: 20px; background: #000000;	/*background: url(img/e_tlo2.png) repeat-y; */border-bottom:0px solid #363636; border-top:0px solid #363636; border-left:0px solid #363636; border-right:0px solid #363636; padding-left:0px; margin: 0 auto;  font-size: 100%;}


/* Queste due classi sono applicate ai testi che compaiono a sinistra e destra nella InfoPage */
.MenuPozLeft { padding-left: 5px; text-align: left; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 100%; color: #5b5b5b;  }
.MenuPozLeft2 { padding-left: 5px; text-align: left; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 100%; color: #5b5b5b;  }
.MenuPozRight { padding-left: 5px; text-align: right; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 100%; color: #5b5b5b;  }
.MenuPozAdmin { padding-left: 5px; text-align: left; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 100%; color: #ffffff;  }

/*.MenuPozRight {padding-right: 10px; text-align: right; line-height: 20px; width : 50% auto;}*/
/* -------------------------- INIZIO INFOPAGE ---------------------------- */
/* InfoPage */
/* ID InfoPage da il nome e le caratteristiche alla barra delle informazioni qui potete cambiare le dimensioni, allineamento, altezza, sfondo */
#InfoPage { width: 800px; line-height: 12px;	background: #C4C2BD; /* background: url(img/e_tlo1.png) repeat-x center; */ margin: 0 auto; border-bottom:0px ; border-top:0px solid #656565; padding-left:0px; color: #414141;}
/* Queste due classi sono applicate ai testi che compaiono a sinistra e destra nella InfoPage */
.InfoLeft {padding-left: 20px; text-align: left; line-height: 20px; width: 50% auto;  font-size: 150%;}
.InfoRight {padding-right: 20px; text-align: right; line-height: 20px; width : 50% auto; font-size: 150%;}
/* Questa classe è applicata alle informazioni data e autore che compaiono sotto le  notizie */
.InfoNews { font-size: 50%; margin: 0 auto; margin-top: 0px; margin-bottom: 0px; padding: 0px; text-align: left;}
/* -------------------------- FINE INFOPAGE ---------------------------- */

/* -------------------------- INIZIO MAINPAGE ---------------------------- */
/* ID MainPage da il nome e le caratteristiche al blocco pagina con le 3  o 2  colonne qui potete cambiare le dimensioni, allineamento, altezza, sfondo */


#inside {width: 760px;	margin: 0 auto; margin-bottom: 10px; margin-top: 10px; background: #C4C2BD; }

#All {width: 800px; 	margin: 0 auto; margin-bottom: 0px; background: #C4C2BC;  }
/* -------------------------- INIZIO DEFINIZIONE COLONNE ---------------------------- */
/* Ripetizione degli ID tLeft e tRight per applicare stili grafici del template in uso come ad esempio il background nella colonna a destra o le spaziature in quella a sinistra */
/*  tLeft*/
#tleft{ margin: 0px; padding: 0px;}

#film {width: 760px; margin-top: 10px; margin: 0 auto; margin-bottom: 0px; padding-left: 5px; text-align: center; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 120%; color: #5b5b5b;  }
#filmtyt {width: 350px; margin-top: 10px;	margin: 0 auto; margin-bottom: 0px; padding-left: 5px; text-align: center; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 120%; color: #5b5b5b;  }
#filmop {width: 350px; 	margin: 0 auto; margin-bottom: 0px; padding-left: 5px; text-align: center; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 85%; color: #5b5b5b;  }
#lang {width: 150px; 	margin: left; margin-bottom: 0px; padding-left: 5px; text-align: center; line-height: 20px; width: 10 auto; font-family: Helvetica, Arial, sans-serif; font-size: 85%; color: #5b5b5b;  }

#MainPage
{
		width: 780px;  margin: 0 auto; valign:	background: #C4C2BD; 
		/* width: 780px; */
}
#AllPage
{
	/*background: url(img/e_tlo3.jpg) repeat-y; */
	width: 800px; margin: 0 auto; padding: 0px; background: #C4C2BD; 

#Version
{
	/*background: url(img/e_tlo3.jpg) repeat-y; */
	width: 800px; margin: 0 auto; padding: 0px; Background: #385e67; 
}
/* -------------------------- INIZIO DEFINIZIONE COLONNE ---------------------------- */
/* Ripetizione degli ID tLeft e tRight per applicare stili grafici del template in uso come ad esempio il background nella colonna a destra o le spaziature in quella a sinistra */
/*  tLeft*/
#tleft{ margin: 0px; padding: px;}
/*  tRight*/
#tright{ background: #5b5b5b url(img/tright.gif) bottom left no-repeat;	color: #d7d7d7 ; margin: 10px; padding: 10px;	padding-bottom: 20px;}
#tright h3 {	color: #5b5b5b; top: 5; left: 10; font-size: 170%; font-weight: normal; line-height: 18px; background: url(img/content-icon.gif) top left no-repeat; padding-left: 28px; padding-bottom: 8px; font-family: Century Gothic, Arial, sans-serif; margin: 25px 0 10px 0;}	
#tleft h3 { color: #104867; top: 5; left: 10; font-size: 170%; font-weight: normal; line-height: 18px; padding-bottom: 8px; font-family: Century Gothic, Arial, sans-serif; margin: 25px 0 10px 0; }	
/* -------------------------- INIZIO MENU ---------------------------- */
#MainMenu h3 {display: none;}
a.myTD { display: block;	line-height: 5px; text-indent: 28px; height: 25px; font-family: Century Gothic, Arial, sans-serif; font-size: 110%; text-decoration: none; padding: 20px; padding-left: 10px; }
ul.menulist a, a.myTD { background: url(img/bullet.gif) top left no-repeat; top: 0; left: 40; color: #C4C2BD; padding-left: 10px;}
ul.menulist { margin: 0; padding: 0;}
ul.menulist li { list-style: none; margin: 0 auto; padding: 10;}
ul.menulist a:hover { text-decoration: none;}
ul.menulist li.active li a { font-weight: normal;}
ul.menulist span { display: block;}
ul.menulist a { display: block; line-height: 25px; text-indent: 30px; height: 20px; font-family: Century Gothic, Arial, sans-serif; font-size: 110%;}
ul.menulist a:hover {	text-decoration: none; color: #2473a0;}
/* -------------------------- FINE MENU ---------------------------- */
/* -------------------------- FINE DEFINZIONE COLONNE ---------------------------- */
/* -------------------------- FINE MAINPAGE ---------------------------- */

/* ----------------------------- INIZIO FOOTER -------------------------------- */
/* ID footer da il nome e le caratteristiche al piede della pagina  qui potete cambiare le dimensioni, allineamento, altezza, sfondo */
#footer { margin: 0 auto; width: 800px; text-align: center; background: #C4C2BD; url(img/bottom.gif) 0 0 repeat-x;}
img#bweb { width: 23px; height: 20px; background: url(img/4bweb.gif) 0 0 no-repeat;} 
.footer { background: #C4C2BD; border: 0px solid #C4C2BD;  border-bottom: 1px solid #323232; margin: 0 auto; margin-top: 10px; padding: 5px; text-align: center; width: 90%;}
.alt{ display: none;}
/* ------------------------ FINE FOOTER ---------------------------- */

/* ------------------------ INIZIO CALENDARIO ------------------------ */ 
#calendario h3 {display: none;} 
#calendarbox { background-color: #104867; color: #ecf3f8; font-size: 115%; margin-top: 10px;}
#CalendarioTabella { background-color: #ecf3f8;}
#thisweek { background-color: #d7e3f0; border: 1px solid #104867; margin: 0 auto; margin-top: 10px; padding: 5px; text-align: center; width: 90%;}
#thisweek a { color: #104867;}
/* ------------------------ FINE CALENDARIO ------------------------ */ 
