HTML, BODY {
	text-align: center;   /*centra in IE 5.x */
	font-size: 12px;
	margin: 5px;
	padding:0px;
	background: url(/media/img/background.gif) #E9DBC7;
  font-family:Verdana,Arial,Helvetica,sans-serif;
}
#container {
	width: 850px;
	color: #333;
	margin: 0px auto;   /*centra negli altri browsers*/
  text-align: left;   /*ripristina l' allineamento*/
	background-color:#fff;
	border: #999 solid 1px;
}
#header {	
	background: url(/media/img/header.jpg) no-repeat;
	height: 120px;
	clear: right;
	border-bottom: #999 solid 1px;
	text-align: right;
}
.header_link {
    text-align: right;
	padding: 70px 10px 0px 0px;
	color: #7B4819;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia;
	
}
#footer {	
	background: url(/media/img/footer.jpg) no-repeat;
	height: 65px;
	clear:both;
	border-top: #999 solid 1px;
	margin-top:4px;
	text-align: right;
}
.footer_info {
	color: #000;
	font-size: 11px;
	padding: 3px 10px 0px 0px;
}
.footer_info  a{	
	text-decoration:none;
	color: #7B4819;
}
.footer_info  a:hover{	
	text-decoration: underline;
}
/* menù pricipale in alto - sfondo grigio sfumato */
#mainmenu{
	background-image: url(../img/navibg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	height: 27px;
	text-align: left;
	line-height: 27px;
	clear:right;
	position: relative;
	border-bottom: 1px solid #999;
	margin-bottom:4px;
}
#menu{
	float: left;
	width: 850px;
	text-align: left;
}
ul#voice-menu{
	list-style: none;
	padding: 0;
	margin: 0;
	float: left;
	background: none
}
ul#voice-menu li{
	list-style: none;
	padding-left: 0px;
	padding-right: 0px;
	float: left;
	margin: 0;
	font-size: 13px;
	line-height: 27px;
	white-space: nowrap;
	background-image: url('../img/line.gif');
	background-position: top right;
	background-repeat: no-repeat;
}
ul#voice-menu li a{
	display: block;
	padding-left: 14px;
	padding-right: 14px;
	text-decoration: none;
	color: #7B4819;
	background: transparent;
}
ul#voice-menu li a:hover{
	color: #fff;
	text-decoration: underline;
}
ul#voice-menu li a:active;{
	background-color:#fff;
	color: #7B4819;
	text-decoration: underline;
}
/* stili pagina semplice*/
h2 {
	margin: 4px 0px 5px 0px;
	font-size:16px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #7B4819;
	font-family: Georgia, serif;
}
h3 {
	margin: 4px 0px 5px 0px;
	font-size:14px;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #7B4819;
	font-family: Georgia, serif;
}
div.header_person {
	margin: 10px 0px 10px 0px;
	font-size:13px;
	padding: 0 0 5px 0;
	text-align:right;
	font-weight: bold;
	display:block;
}
h4 {
	margin: 0px 0px 3px 0px;
	font-size:12px;
	padding: 5px 0 3px 0;
}
h4.containing {
	margin: 0px 0px 0px 0px;
	font-size:13px;
	padding: 5px 0 2px 0px;
	font-family: Georgia, serif;
}
a {
	color: #7B4819;
	text-decoration: none;
}
a:hover {
	color: #7B4819;
	text-decoration: underline;
}
.small {
	font-size:11px;
	padding-left:8px;
	padding-right:8px;
	font-style:italic;
}
.person_tab {
	background-color: #eee;
	border: 2px solid #999;
	padding:10px;
	margin-bottom:10px;	
}
.person_cont_registry {
	background-color: #fff;
	padding:5px;
	border: 1px solid #999;
}
.person_registry {
	padding:5px;
	line-height:20px;
}
.person_registry_voice {
	font-family: Georgia, serif;
	font-size:14px;
	font-weight:bold;
	padding-left:5px;
}
.person_registry_voice a{
	font-family: Georgia, serif;
	font-size:14px;
	font-weight:bold;
	color: #7B4819;
	text-decoration:none;
}
.person_registry_voice a:hover{
	text-decoration:underline;
}
.person_occurrences {
	float:right;
	padding:0px 5px 5px 10px;
	line-height:18px;
	margin: 2px 2px 5px 5px;
	width:40%;
	background-color: #fff;
	border-left: 1px solid #7B4819;
}
.person_position {
	background-color: #fff;
	border: 1px solid #999;
	padding:5px 10px 5px 10px;
	margin: 10px 0px 5px 0px;
	clear:right;
}
.person_index {
	border: 1px solid #ccc;
	padding:2px;
	margin: 2px 0px 2px 0px;
}
.list_dati ul {
	list-style-type: square;
	line-height: 12px;
	margin: 0 0 0 15px;
	padding: 0px 0px 2px 0px;
}
.list_dati li {
	margin: 0;
	padding: 0px 0px 2px 0px;
	color: #333;
	font-size:12px;
	line-height:16px;
}
.list_dati li a{
	color: #7B4819;
	text-decoration: none;
}
.list_dati li a:hover,active{
	color: #7B4819;
	text-decoration: underline;
}
.pagination {
	margin-top:10px;
	border-top: 1px solid #999;
	padding-top:2px;
}
.filter {
	background-color: #eee;
	border:2px solid #999;
	padding:0px 10px 5px 10px;
}
.link_tab {
	background-color: #F1F1F1;
	text-align:center;
	padding:5px;
	margin: 5px -10px -5px -10px;
	font-weight:bold;
}
/*clear */
.clearL {
	clear:left;
}
.clearboth {
	clear:both;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

#up {	
	clear:both;
	float:right;
	text-align: right;
	font-size: 11px;
	padding:3px;
}
.up_cont {	
	padding:0px 0px 0px 4px;
}
/*stili tabellari */
.table, 
.row, 
.column { 
	margin: 0; 
	padding: 0; 
	border: 0
}
.table { 
	display: table; 
	width: 100%
}
.row { 
	clear: both; 
	display: block; 
	display: table-row; 
	width: 100%
}
.column { 
	float: left; 
	width: 25%; 
	display: table-cell;
}

/* stili per le note */

.note {	
	color: #7B4819;
	padding-left: 2px;
	padding-right: 2px;
	font-size:9px;
	margin-bottom:4px;
}
#note_container {
	border-top: 1px solid #999;
	padding: 15px 10px 5px 10px;
}
#note_container hr{
	color: #999;
  	margin-bottom:10px;
	height:1px;
}
.note_text {	
	color: #666;
	font-size:10px;
	padding-bottom: 2px;
}