html,body{margin:0;padding:0; background:#781817;}
body{font: 76% arial,sans-serif;text-align:center}
.paragrafo{margin:10px 10px 10px}
/*a{display:block;color: #981793;padding:10px}*/
div#header h1{height:80px;line-height:80px;margin:0;
  padding-left:10px;background: #FFF;color: #79B30B}
div#container{text-align:left}
div#content p{line-height:1.4}
div#navigation{background:#781817;}
div#extra{background:#781817}
div#footer{background: #460b0b;color: #9d4443}
div#footer p{margin:0;padding:5px 10px}

div#menutop{background: #460b0b;color: #000; height:25px; margin-bottom:5px;}
div#boxmenu{padding:5px 5px 0px 5px}

div#container{width:700px;margin:0 auto}
div#content{float:right;width:500px}
div#navigation{float:left;width:200px}
div#extra{clear:both;width:100%}

#boxalbero {
	   float: left;
	width:191px !important;width /**/:200px;
	   
	   /*overflow:auto;padding: 4px;*/
	   background:#eee;
	   border:1px solid #EEE;
	/*border-right:0 solid;*/
	
	   overflow:-moz-scrollbars-horizontal;
	   overflow-y:hide;
	   overflow-x:scroll;
}

a.semplice {
	text-decoration:none;
	color:#000000;
	}

a.semplice:hover {
	text-decoration:none;
	color:#000000;
}

a.logout {
	text-decoration:none;
	color:#FFF;
	}

a.logout:hover {
    text-decoration: underline;
	color:#FFF;
}

a.lnews {
	text-decoration:none;
	color:#000;
	}

a.lnews:hover {
    text-decoration: underline;
	font-weight: bold;
	color:#000;
}

/*Tabella Login*/

table.login, table.login th, table.login td {
    margin-top:40px;
    border: 1px solid #a9a9a9;
	border-collapse: collapse;
	font-family: "Trebuchet MS", Arial, sans-serif;
	color: #555;
}

table.login caption {
	font-size: 150%;
	/*font-weight: bold;*/
	margin: 5px;
}

table.login td, table.login th {
	padding: 4px;
}

table.login thead th {
	text-align: center;
	background: #E6EDF5;
	color: #4F76A3;
	font-size: 100% !important;
}

table.login tbody th {
	font-weight: bold;
}

table.login tbody tr { background: #FCFDFE; }

table.login tbody tr.odd { background: #F7F9FC; }

table.login a:link {
	color: #696969;
	text-decoration: none;
}

table.login a:hover {
	color: #696969;
	text-decoration: underline;
}

table.login a:visited {
	color: #696969;
	text-decoration: none;
}

.blocco{
display:block;
}

.maiuscolo{
text-transform:uppercase;
}

.testo{
color:#aaaaaa;
}

.dim10{
font-size:10px;
line-height:110%;
}