@charset "ISO-8859-1";

* {
	/*
	margin: 0;
	padding: 0;
	border: 0;
	*/
}

body {
	margin: 0; padding: 0; border: 0;
	font-size: 62.5%;
	font-family: Arial, "Lucida Grande", Verdana, "Bitstream Vera Sans", Avenir, Helvetica, sans-serif;
	background:#fff url(img/bg_head.gif) repeat-x  top /*sfondo di testata */;
}

h1, h2, h3, h4, p, ul, li, {
	font-size: 1em;
}

a {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active
{
  outline: none;
}
#page_ext {
	width: 100%;
	
}

/*  ******************************************/
/* TESTATA ***********************************/
/*  ******************************************/
#header {
	margin: 0; padding: 0; border: 0;
	height: 150px;
	height: 93px;
	width: 100%;
	position: relative;	
	background: url(img/bg_mainhead.jpg) no-repeat left top /*grafica di testata */;
}

	#header h1 {
	margin: 0; padding: 0; border: 0;
		height: 150px;
		height: 93px;
		text-indent: -9999px;
		margin-right: 200px;
		outline: none;
	}
	
	#header h2 {
	margin: 0; padding: 0; border: 0;
		position: absolute;
		margin: 0; padding: 0;
		top: 75px;
		left: 398px;
		font-size: 2.2em;
		font-weight: normal;
		text-transform: uppercase;
		color: white;
		font-family: Georgia, "Times New Roman", Times, serif;
		display: block;
		width: 400px;
	}
	
	#header h3 {
	margin: 0; padding: 0; border: 0;
		position: absolute;
		margin: 0; padding: 0;
		top: 63px;
		left: 359px;
		font-size: 16px;
		font-weight: normal;
		text-transform: uppercase;
		color: white;
		font-family: Georgia, "Times New Roman", Times, serif;
		display: block;
		width: 400px;
	} 

/* search_box */
#search_box {
	margin: 0; padding: 0; border: 0;
	position: absolute;
	top: 2.5em;
	right: 2em;
}

/*  ******************************************/
/* BARRA NAVIGAZIONE MARRONE *****************/
/*  ******************************************/
#navigate { /* barra marrone scura */
	margin: 0; padding: 0; border: 0;
	background:#433934 url(img/bg_first_line.gif) repeat-x top;
	width: 100%;
	float: left;
	margin: 0;
	padding: 0;
}
#navigate a {
	margin: 0; padding: 0; border: 0;
	color: #e0e0e0;
}
#navigate p {
	margin: 0; padding: 0; border: 0;
	padding: 10px;
	color: #fff;
	font-size: 1.1em;
}

/* path  */
#navigate #path {
	margin: 0; padding: 0; border: 0;
	margin: 3px 0 0 0;
	float: left;
}

/* scelta lingua */
#navigate #language {
	margin: 0; padding: 0; border: 0;
	float: right;
	margin:0;
}
	#navigate #language ul {
		margin: 0; padding: 0; border: 0;
		float: left;
		list-style: none;
		padding: 0 0;
	}
	#navigate #language ul li {
		float: left;
		font-size: 1em; 
		display: block;
	}
	#navigate #language ul li.selected {
		color: #919191;
		background:#bab6b4 url(img/selected_li_bg.gif) top left repeat-x;
	}
	#navigate #language ul li a{
		display: block;
		padding:13px 25px 11px 25px;
		text-decoration: none;
		text-transform:uppercase;
		background:transparent url(img/language_menu_vertical_separation.gif) top left repeat-y;
	}
	#navigate #language ul li.selected a{
		color: #3c3330;
		text-decoration: none;
		text-transform:uppercase;
	}
	#navigate #language ul li a:hover{
		text-decoration: underline;
	}

/*  ******************************************/
/* SIDE MENU *************************** */
/*  ******************************************/
#menu {
	margin: 0; padding: 0; border: 0;
	float: left;
	width: 210px;
	display: inline;
	margin:0 10px 0 0;
	background: #f4f4f4;
	border: 1px solid #e0e0e0;
	overflow: auto;
	text-align: left;
	height: 550px;
}

#menu h1 { /* Non ci sta ... ma non si sa mai */
	margin: 0; padding: 0; border: 0;
	font-family: georgia, serif;
	font-weight: normal;
	font-size: 1.6em;
	background: #fff;
	padding: 14px 12px 18px 12px ;
}
/* Primo Livello */
#menu ul {
	margin: 0; padding: 0; border: 0;
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #e0e0e0;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
}

#menu ul li {
	display: block;
	padding: 0;
	background:#eee url(img/bg_leftlist.gif) no-repeat top left;
	border-top: 1px solid #e0e0e0;
}

#menu ul li a {
	padding: 8px 0 8px 5px ;
	display: block;
	color: #000;
	margin: 0 10px;
	font-size: 1.1em;
}

/* Secondo Livello */
#menu ul li ul {
	border-bottom: 0;
	list-style-image: none;
	list-style: none;
	list-style-type: none;
}

#menu ul li ul li {
	list-style-image: none;
	list-style: none;
	list-style-type: none;
}

#menu ul li ul li a  {
	color: #666666;
	margin: 0 0 0 20px;
	font-size: 1em;
}

/* Terzo Livello */
#menu ul li ul li ul {
	list-style-image: none;
	list-style: none;
	list-style-type: none;
	border-bottom: 0;
	background-position: right;
}

#menu ul li ul li ul li {
	list-style-image: none;
	list-style: none;
	list-style-type: none;
}

#menu ul.thirdlevel li a  {
	color: #999999;
	margin: 0 0 0 30px;
	font-size: 0.9em;
}
/* Menu login */

#menu ul#login {
	margin: 0; padding: 0; border: 0;
	margin-top: 40px;
}

#menu ul#login li {
	margin: 0; padding: 0; border: 0;
	background: #f4f4f4;
}

/*  ******************************************/
/* CONTENT ***********************************/
/*  ******************************************/
#content {
	margin: 0; padding: 0; border: 0;
	float: right;
	margin-left: -232px;
	width: 100%;
	text-align: left;
	background: #FFF;
}

#content.divided div#visore {
	margin: 0; padding: 0; border: 0;
	margin-left: 232px;
	padding: 20px;
}

div#visore h1 {
	color: #403732;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	font-size: 2.6em;
	line-height: 1.1em;
}

div#visore h2 {
	color: #898989;
	font: normal 2em/1.5em Georgia, "Times New Roman", Times, serif;
}

div#visore h3 {
	color: #898989;
	font: normal 1.7em/2em Georgia, "Times New Roman", Times, serif;
}

div#visore.extended h1 {
	font-family: arial, helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: bold;
	color: #000;
} 

div#visore p{
	margin: 0; padding: 0; border: 0;
	color: #000;
	padding-bottom: 10px;
	line-height: 1.7em;
	font-size: 1.4em;
}

div#visore p.editedby {
	font-size: 1.6em;
	line-height: 1em;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

div#visore p.editedby span {
	display: block;
	font-size: .7em;
}

div#visore p.about {
	margin-top: 20px;
	border-top: 1px solid #e5e5e5;

}
div#visore p.about a {
	color: #000;
text-decoration: underline;}



/* FORM */
form {
	margin: 0; padding: 0; border: 0;
}

form fieldset{
	margin: 0; padding: 0; border: 0;
    border:  0;
}
form fieldset div{
	margin: 0; padding: 0; border: 0;
    margin-bottom:  10px;
}

form input {
	margin: 0; padding: 0; border: 0;
    border: 1px solid #000;
}

/* Table formatting */
table {
	border-left: 1px solid #9b8a84;
	border-top: 1px solid #9b8a84;
}

table td{
	border-right: 1px solid #9b8a84;
	border-bottom: 1px solid #9b8a84;
	padding: 6px;
}
