html, body, img, p, ul, li, h1, h2, h3, h4, table {
 margin: 0;
 padding: 0;
 border: 0;
}

table {
  width: auto;
  position: relative;
}

body, html {
	text-align: center;
}

#maintop, #menu, #submenu, #mainbottom {
	width: 100%;
}

#header, #menu ul, #submenu ul, #main, #footer, #credits {
	position: relative;
	min-width: 760px;
	width: 80%;
	margin: 0 auto;
	text-align: left;
	/*overflow: hidden;*/
}

#maintop {
	background: #FF9900 url(../img/maintop.gif) repeat-x;
}

#mainbottom {
  margin-top: 10px;
  clear: both;
	background: #ECEAE6 url(../img/mainbottom.gif) top repeat-x;
}

#header {
	background: transparent url(../img/header.gif) top center no-repeat;
}

#footer {
  /*l'immagine non esiste ne' qui ne' sul server in produzione*/
	/*background: url(../img/footer.gif) top repeat-x;*/
}

#topbar {
	background: transparent url(../img/white.png);
}

#topbar, #topbar div, #menu, #submenu, #focus {
	display: block;
	clear: both;
	overflow: hidden;
}

#contextleft {
	width: 200px;
	border-right: 1px dotted #B3A899;
	padding-right: 9px;
	margin-right: 10px;
	float: left;
}

#contextleft h3 {
  width: 190px;
  margin-top: 14px;
}

#contextright {
	width: 140px;
	border-left: 1px dotted #B3A899;
	padding-left: 9px;
	margin-left: 10px;
	float: right;
}

.threecols, .twocols {
	margin-left: 220px;
}

.threecols {
	margin-right: 160px;
}

#credits {
	background: #DCD7D0;
}

#footer, #credits {
	text-align: right;
}

h1 {
	float: left;
	width: 85%;
	display: block;
}

#topbar p {
	float: right;
	text-align: right;
	width: 15%;
	display: block;
}

.highlited {
  background-color: #FFE67D;
}

.odd {
  background-color: #EEEEEE;
}

.highlight {
	background: #ECEAE6;
}

.highlight, .box {
	display: block;
	overflow: hidden;
}

#focus div {
	width: 25%;
	float: left;
  margin-left: -1px;
}

.left {
	float: left;
	width: 50%;
	text-align: left;
}

.right {
	float: right;
	width: 50%;
	text-align: right;
}

img.left {
	width: auto;
	padding: 0 0.5em 0 0.5em;
}

img.right {
	width: auto;
	padding: 0 0.5em 0 0.5em;
}

p.right {
	width: auto;
	float: none;
}

span.right {
	width: auto;
}

span.right img {
	vertical-align: top;
}

#topbar img {
	vertical-align: middle;
}

img.logofooter {
	display: block;
	text-align: left;
}

div#menu {
	background: #1A2640;
}

div#submenu {
	background: #535C70;
}

#menu li, #submenu li {
	display: inline;
	list-style: none;
}

/* text */

body {
	font: 76%/1.4em Arial, Helvetica, sans-serif;
	color: #000000;
	background: #FFFFFF;
}

h1 {
	font-size: 1em;
}

h2, h3, h4, h5 {
	font-size: 1.4em;
}

#contextleft h3, #contextright h3 {
	font-size: 1.2em;
}

#content p, #content ul {
	font-size: 1.2em;
}

#content p { /* padding generico DN */
	padding-left: 10px;
}

div#menu ul {
	font-size: 1.1em;
}

div#submenu ul {
	font-size: 1.0em;
}

#credits p {
	font-size: 0.9em;
}

#content p.data {
	font-size: inherit;
}

#content div.data-box {
  width: 35px;
  margin: 1px 10px 1px 0px;
  float: left;
}

#content div.data-box {
  border: 1px solid #AAA;
  text-align: center;
}

#content div.data-box div.data-mese {
  padding: 0px;
  margin: 0px;
  height: 15px;
  color: white;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  background-color: #FF9B04;
}

#content div.data-box div.data-giorno {
 font-size: 13px;
 line-height: 15px;
 font-weight: bold;
 color: #FF9B04;
}

#content div.title-box {
  float: left;
	font-weight: bold;
  width: 85%;
}

#content div.title-box a {
  font-size: 14px;
}

.clearboth {
  font-size: 1px;
  width: 1px;
  height: 1px;
  clear: both;
}


h1, h2, h3, h4, h5 {
	line-height: 1.6em;
}

div#menu ul, div#submenu ul {
	line-height: 2.8em;
}

#main {
	padding-top: 2em;
	padding-bottom: 2em;
}

li {
	padding-bottom: 0.4em;
}

h2, h3, h4, h5, #content p, #content ul, #contextleft ul, #contextright ul, #focus p, #focus ul, .box, .highlight, img.logofooter {
	margin-bottom: 0.6em;
}

#credits {
	margin-top: 0.6em;
}

h1 span {
	padding-left: 5px;
}

#topbar span {
	padding-right: 5px;
}

#menu li, #submenu li {
	padding-right: 1.2em;
}

h2, h3, #credits, .highlight {
	padding: 5px;
}

#focus h4 {
	margin: 0 5px 5px 0;
}

#content ul {
	padding-left: 3em;
}

#content h3 {
	border-bottom: 1px solid #FFFFFF;
}

#content h2 {
	background: #B3A899;
  padding: 2px 6px;
	color: #FFFFFF;
}

#contextleft h3 {
	color: #FFFFFF;
	background: #535C70;
}

#contextright h3 {
	color: #000000;
	background: #535C70;
}

#focus h4 {
	border-bottom: 1px solid #535C70;
}

h3#publications {
	background: #535C70 url(../img/publications.gif) top right no-repeat;
}

h3#news {
	background: #535C70 url(../img/press.gif) 100px -30px no-repeat;
}

h3#events {
	background: #535C70 url(../img/events.gif) top right no-repeat;
}

h3#press {
	background: #535C70 url(../img/news.gif) top right no-repeat;
}

h3#board {
	background: #ECEAE6 url(../img/board.gif) top right no-repeat;
}

h3#board1 {
	background: #ECEAE6 url(../img/board.gif) top right no-repeat;
}

h3#board2 {
	background: #ECEAE6 url(../img/board.gif) top right no-repeat;
}

#contextleft li, #contextright li {
	list-style: none;
}

#focus p {
	text-align: center;
}


#contextleft span {
	display: block;
}

h1 {
	font-weight: normal;
}

h1 {
	text-transform: uppercase;
}

h1, .data, #contextright h3, #focus h4 {
	color: #666666;
}

div#menu ul, div#submenu ul, #content .data, .title, #footer a, #credits {
	font-weight: bold;
}

a {
	color: #663300;
	text-decoration: none;
}

#menu a, #submenu a {
	color: #FFFFFF;
}

#menu li.active a {
	color: #FFCC00;
	border-top: 0.5em solid #FFCC00;
	padding-top: 0.4em;
}

#submenu li.active a {
	color: #FFCC00;
	border-bottom: 0.5em solid #FFFFFF;
	padding-bottom: 0.4em;
}

p.description {
  margin-bottom: 200px;
}

.description a {
	color: #000000;
}

.description a:visited {
	color: #000000;
}
a:hover, .description a:hover {
	color: #996600;
	text-decoration: underline;
}

a:visited {
	color: #B57301;
}

#credits p, #credits a {
	color: #ECEAE6;
}

#menu a:hover, #submenu a:hover {
	color: #CCCCCC;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

a.ub {
  text-decoration: underline;
  font-weight: bold;
}

a.b {
  font-weight bold;
}

p.just, ul.just, ol.just {
  text-align: justify;
}

/* ------------ nuovi title h2/h3 ---------------- */

#content h2.main-title-area-stampa {
  color: white;
  padding: 2px 4px 2px 8px;
	background: #535C70 url(../img/news.gif) right top no-repeat;
}

#content h2.main-title-notizie {
  color: white;
  padding: 2px 4px 2px 8px;
	background: #535C70 url(../img/press.gif) right -30px no-repeat;
}

#content h2.main-title-agende {
  color: white;
  padding: 2px 4px 2px 8px;
	background: #535C70 url(../img/events.gif) right top no-repeat;
}

#content h2.main-title-pubblicazioni {
  color: white;
  padding: 2px 4px 2px 8px;
	background: #535C70 url(../img/publications.gif) right top no-repeat;
}

div#contextleft h3 a {
  color: white;
  text-decoration: none;
}
div#contextleft h3 a.visited {
  color: white;
  text-decoration: none;
}

/* ------------ fine nuovi title h2/h3 -------------- */

/* ------------ nuovo menu a sinistra (spostato dal topmenu) ---------------- */

div#menuleft li a {
  display: block;
  color: white;
  line-height: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-left: 7px;
  maring-right: 4px;
}

div#menuleft li.active a {
  color: #EEC631;
}

div#menuleft li {
  margin: 0px;
  padding: 0px;
  margin-bottom: 3px;
  padding: 7px 0px;
}

div#menuleft ul li {
  display: block;
  width: 100%;
  background-color: #1A263C;
}

div#menuleft li.subitem {
  display: block;
  width: 95%;
  margin-left: 5%;
  background-color: #545C71;
}

/* ----------- fine nuovo menu a sinistra (spostato dal topmenu) ------------- */

/* ----------- nuovo box pubblicazioni a sinistra  ------------- */

h3#periodic, h3#evaluation {
	background: #535C70 url(../img/periodic.gif) right top no-repeat;
  margin-bottom: 0px;
  height: 22px;
  line-height: 1.4em;
  padding-top: 4px;

}

div#periodic-box, div#evaluation-box {
  margin-top: 0px;  
  border: 1px solid #7E8594;
  border-top: none;
  /*text-align: center;*/
  padding: 10px 0px;
  width: 198px;
  border-bottom-left-radius:5px;
  border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
  -webkit-border-bottom-left-radius:5px;
  -webkit-border-bottom-right-radius:5px;
}


div#osservatorio-box {
  margin-top: 0px;  
  border: 1px solid #7E8594;
  /*text-align: center;*/
  padding: 10px 0px;
  width: 198px;
  border-radius:5px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
}



h3#evaluation {
	background: #535C70;
  color: #fff;
}

div#evaluation-box {
  border: 1px solid #797979;
}

div#periodic-box a, div#evaluation-box a, div#osservatorio-box a {
  display: block;
  margin: 6px auto 6px 10px;
  color: black;
  text-decoration: none;
}

div#periodic-box a span, div#evaluation-box a span, div#osservatorio-box a span {
  font-size: 11px;
  line-height: 11px;
  font-weight: bold;
}

div#osservatorio-box {
  margin-top: 14px;
}

div#OFF-box {
  margin-top: 14px;  
  border: 1px solid #7E8594;
  /*text-align: center;*/
  padding: 10px 0px;
  width: 198px;
  border-radius:5px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
}

div#MGI-box {
  margin-top: 14px;  
  border: 1px solid #7E8594;
  /*text-align: center;*/
  padding: 10px 0px;
  width: 198px;
  border-radius:5px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
}

div#giht-box {
  margin-top: 14px;  
  border: 1px solid #7E8594;
  /*text-align: center;*/
  padding: 10px 0px;
  width: 198px;
  border-radius:5px;
	-moz-border-radius:5px;
  -webkit-border-radius:5px;
}
/* --------- fine nuovo box pubblicazioni a sinistra  ---------- */

/* ----------- nuovo box di ricerca in alto  ------------- */

form#searchform {
  padding: 0px;
  margin: 0px;
  height: 26px;
}

form#searchform div {
  float: left;
  width: 160px;
  height: 26px;
  background: transparent url(../img/searchinput.png) no-repeat;
  overflow: hidden;
}

form#searchform div input {
  background-color: transparent;
  border: none;
  height: 18px;
  width: 130px;
  font-size: 11px;
  margin: 4px auto 4px 12px;
}

form#searchform div a {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  padding: 0px;        
}

form#searchform button {
  margin-left: 4px;
  height: 24px;
  width: 45px;
  margin-top: 1px;
  margin-bottom: 1px;
  font-size: 11px;
}

/* -------- fine nuovo box di ricerca in alto  ----------- */

/* -------- paginazione  ----------- */

table#paginazione img {
  border: none;
  vertical-align: sub;
  margin-left: 2px;
  margin-right: 2px;
}

/* -------- fine paginazione ----------- */

/* -------- pagina area stampa ----------- */

#comunicati-stampa, #rassegna-stampa {
  border: 1px solid #DDD;
  border-radius: 7px;
	-moz-border-radius: 7px;
  -webkit-border-radius: 7px;  
  padding: 0px;
  margin: 20px 0px 0px 0px;
}

#title-comunicati-stampa, #title-rassegna-stampa {
  color: #6F6F6F;
  font-weight: bold;
  font-size: 1.2em;
  padding-left: 14px;
  border-bottom: 1px solid #DDD;
  margin: 0px;
  height: 30px;
  line-height: 30px;
  background-color: #EBEAE6;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
  -webkit-border-top-left-radius: 7px;  
  -webkit-border-top-right-radius: 7px;  
}

table.area-stampa {
  width: 99%;
  margin: 0px auto;
}

table.area-stampa td {
  border-bottom: 1px solid #DDD;
  padding: 4px 10px;
  font-weight: bold;
  color: #6F6F6F;
  vertical-align: top;
}

table.area-stampa td a {
  color: #9E4149;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.9em;
}

table.area-stampa td a img {
  border: none;
  vertical-align: center;
}

/* -------- fine pagina area stampa ----------- */


/* -------- pagina osservatoriofedfisc ----------- */

div.osservatoriofedfisc {
  margin-top: 25px;
}

div.osservatoriofedfisc div.left50 {
  float: left;
  width: 47%;
  padding: 5px;
  border: 1px dotted white;
  font-size: 10px;
} 
  
div.osservatoriofedfisc div.right50 {
  float: left;
  width: 47%;
  padding: 5px;
  border: 1px dotted white;
  font-size: 10px;
} 

div.osservatoriofedfisc div.left50 div.title, div.osservatoriofedfisc div.right50 div.title {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  height: 32px;
  width: 100%;
  color: #2F3282;
  text-decoration: underline;
}

/* -------- fine pagina osservatoriofedfisc ----------- */


/* -------- pagina medie grandi imprese ----------- */
/* -------- sezione predisposta per la pagina sull medie grandi imprese che deve ancora essere creata----------- */

/*
div.medieGrandiImprese {
  margin-top: 25px;
}

div.medieGrandiImprese div.left50 {
  float: left;
  width: 47%;
  padding: 5px;
  border: 1px dotted white;
  font-size: 10px;
} 
  
div.medieGrandiImprese div.right50 {
  float: left;
  width: 47%;
  padding: 5px;
  border: 1px dotted white;
  font-size: 10px;
} 

div.medieGrandiImprese div.left50 div.title, div.medieGrandiImprese div.right50 div.title {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  height: 32px;
  width: 100%;
  color: #2F3282;
  text-decoration: underline;
}
*/

/* -------- fine pagina medie grandi imprese ----------- */

