/* ID relativi alla home page */

#Banner {
	border:1px solid #999999;
	width:500px;
}

#AreaRiservata {
	position: relative;
	width:150px;
	height: 40px;
	border:1px solid;
	border-color:#000000;
	padding:10px;
	float:right;
	text-align: center;
	background-color: #bab9c0;
}

#AreaRiservata A {
	font-weight: bold;
}

#Archivio {
	position: relative;	
	width:150px;
	height: 40px;
	border:1px solid;
	border-color:#000000;
	padding:10px;
	float:left;
	text-align: center;
	background-color: #bab9c0;
}

#Archivio A {	
	font-weight: bold;
	line-height: 40px;
}

* { 
	margin: 0px;
	padding: 0px;
	background-color: transparent;
}


H1, H2, H3, H4, H5, H6, PRE, CODE, ADDRESS, BLOCKQUOTE {
	font-size: 100%;
	font-weight: normal;
	font-style: normal;
}

A{
	text-decoration: none;
}

A:hover {

}

A IMG {
 	border: 0;
}

P {
	text-align: justify;
}


BODY {
	/*font-size: 100%;*/
	background-color: #ffffff;
	font-family: Times New Roman, Arial, Verdana, Helvetica, sans-serif;
}


#WrapperContainer {
	/*font-size: 15px;*/
	margin-left: auto;
	margin-right: auto;	
	margin-left: auto;
	margin-right: auto;	
	width: 955px;
	border-left: 1px solid #B3B3B3;
	border-right: 1px solid #B3B3B3;
	border-bottom: 1px solid #B3B3B3;
	background-color: #ffffff;	
}

#Testata {
	position: relative;
	width:955px;
	height: 252px;
	background-image: url('../immagini/Baccanale/testata.jpg');	 		/* background dell'immagine */
	background-repeat: repeat-x;
}

#Logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width:955px;
	height: 282px;
	background-image: url('../immagini/Baccanale/testata.jpg');		
	background-repeat: no-repeat;
}

#Logo A {
	display: block;
	width: 86px;
	height: 100px;
	text-indent: -9999px;
}

#Benvenuto {
	float:left;
}

#Esci {
	float:right;
	margin-right:10px;	
}

#PiedePagina {
	padding-top: 20px;
	padding-bottom: 10px;
	background-color: #FFFFFF;
	font-size: 80%;
	color: #000000;
	text-align: center;
}

#PiedePagina A {
	color: #C30A00;
	text-decoration: underline;
}

#PiedePagina IMG {
	margin-left: 10px;
	margin-right: 10px;							
}

#PiedePagina LI {
	list-style-type: none;
	display: inline;
}


/* inizio gestione stili relativi all'area di gestione ristoranti ricavati dalla parte privata */


#WrapperAmbiti {	
	position: relative;
	height: 22px;
	background-color: #AAAAAA;
	width: 960px;
	border: 1px;
	font-size: 11px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a.Primo {
	background-color: #808080;
	border: 1px solid #000000;
	font-weight: bold;
	height: 20px;
	line-height: 19px;
	font-size: 12px;
	background-image: url('/admin/ext/freccia-ambiti-off.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#nav a.Primo:hover {
	background-image: url('/admin/ext/freccia-ambiti-on.gif');
	background-repeat: no-repeat;
	background-position: right;
}

#nav a.Primo STRONG {
	padding-left: 6px;
}

#nav a.Secondo {
	font-size: 10px;
	padding-top: 3px;
	padding-bottom: 5px;
	font-weight: bold;
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

#nav a.Secondo:hover {
	
}


#nav a.Secondo SPAN {
	padding-left: 5px;
}

#nav A {
	display: block;
	width: 117px;
	color: #D1D1D1;  /* colori globali per la rollata */
	background-color: #808080;
}

#nav A:hover {
	color: #ffffff;
	background-color: #464646;
	border-bottom: 1px solid #FFC000;
}

#nav li { /* all list items */
	float: left;
	width: 118px; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	width: 117px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -23px 0 0 120px;
	border: 1px solid #ffffff;
}

#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#CorpoPagina {
	font-size:14px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-color: #ffffff;
	color: #404040;
	padding-left: 10px;
	padding-right: 10px;
	margin-right:10px;
	padding-top: 0px;
	padding-bottom: 10px;
	line-height: 1.2em;
}

#CorpoPagina STRONG {
	color: #000000;
	font-weight:bold;
}

#CorpoPagina EM {
	color: #920700;
	font-weight:bold;
}

#CorpoPagina A {
	color: #C30A00;
	text-decoration: underline;
}

#CorpoPagina BR {
	clear: both;
}

#CorpoPagina A:hover, #Testata H3 A:hover {
	color: #920700;
	text-decoration: none;
	background-color: #FFFAD9;
}

#CorpoPagina H1  {
	float:left;
	color: #0d5ea2;
	font-size: 18px;
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 0.6em;
}

#CorpoPagina H2 {
	color: #AAAAAA;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 0.6em;
}


#CorpoPagina .Conferma {
	display: block;
	float: right;
	color: #27A9FF;
	text-align: center;
	padding: 5px;
	background-color: #FFFEC9;
	font-weight: bold;
	font-size: 12px;
}

#CorpoPagina .Errore {
	display: block;
	float: right;
	color: red;
	text-align: center;
	padding: 10px;
	background-color: #FFFEC9;
	font-weight: bold;
	font-size: 12px;
}

#CorpoPagina .Lingua {
	padding-top: 10px;
	padding-bottom: 10px;
	border:#000000 1px solid;
	
}

/* Classi di ElencoRecord */

#ElencoRecord {
	width: 100%;
	border: 1px solid #AFAFAF;	
}

#ElencoRecord TH {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #dddddd;
    text-align: left;
}

#ElencoRecord TR {
	background-color: #f3f3f3;
}

#ElencoRecord TR TD {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: left;
}

#ElencoRecord TR:hover { 
	background-color: #CCFFCC; 
}

#ElencoRecord TR TD:hover { 
	background-color: #96FF96; 
}

/* Classi di FormLogin */

#FormLogin {
	position: relative;
	padding: 10px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	height: 130px;
	background-color: #EEEEEE; 
	border: 1px solid #AFAFAF;
	margin-bottom: 40px;
	margin-top: 20px;
	font-size: 12px;
}

#FormLogin LABEL {
	width: 100px;
	float: left;
	text-align: right;
	font-weight: bold;
	padding-right: 10px;
	margin-top: 5px;
	margin-bottom: 5px;

}


#FormLogin INPUT {
	width: 100px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-color: #FFFFFF;
	border: 1px solid #AFAFAF;
	margin-top: 5px;
	margin-bottom: 5px;
}

#FormLogin INPUT#CampoSubmit {
	font-size: 11px;
	background-color: #cccccc;
	width: 140px;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-top: 20px;
	margin-left: 150px;
}
/* Classi di FormGest */

#FormGest LABEL {
	font-weight: bold;
	color: #808080;
	width: 170px;
	float: left;
	padding-top: 2px;
	padding-bottom: 2px;
	text-align: right;
	padding-right: 10px;
}

#FormGest .Visualizza {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #CCCCCC;
	margin-bottom: 3px;
	background-color: #F1F1F1;
	width: auto;
}

#FormGest .Modifica {
	font-size: 11px;
	padding-top: 1px;
	padding-bottom: 1px;
	border: 1px solid #afafaf;
	margin-bottom: 3px;
	background-color: #FFFEC9;
}

#FormGest BR {
	clear: both;
}

#FormGest .Submit {
	padding-left: 10px;
	padding-right: 10px;
	height: 21px;
	font-weight: bold;
	background-color: #FFC300;
	color: #111111;
   text-align: right;
   margin-left: 180px;
}

#FormGest .Botton {
	padding-left: 7px;
	padding-right: 7px;
	height: 21px;
	font-weight: bold;
	background-color: #0e8cdf;
	color: #EEEEEE;
}

#FileContainer {
	padding-right:5px;
	padding-left:5px; 
	padding-top:5px;
	padding-bottom:5px;
	width:75%;
	border:#666666 1px solid;
}

.FileContainer {
	padding-right:5px;
	padding-left:5px; 
	padding-top:5px;
	padding-bottom:5px;
	width:75%;
	border:#666666 1px solid;
}

div#Livelli{
    border-bottom: 1px solid #787878;
    padding-left: 20px;
	 font-size:12px;
	 font-weight: bold;}

div#Livelli ul{
    list-style-type: none;
    margin: 0;
    padding: 0}

div#Livelli li{
    display: inline;
    margin: 0;
    padding:0}
	 
div#Livelli li a{
    text-decoration: none;
    border: 1px solid #787878;
    padding: 1px 0.3em;
    background: #0e8cdf;
	 color: #FFFFFF}
	 
div#Livelli li a:hover{
    background-color: #f0f0f0}

div#Livelli A#activelink {
    border-bottom: 1px solid #fff;
    background-color: #fff;
    color: #603}
	
#LogoTestata {
	position:relative;
	float:left;
}

#TestoTestata {
	position:relative;
	float:left;
}