body {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size:small;
	color:#333;
	background-color: #fff; 
	margin:0px; 
	padding:0px; 
	height:100%; 
}
html {
	margin: 0px;
	padding:0px; 
	height: 100%;
}

body>div.main{
	height: auto;
	min-height: 100%;
}



h1 {
	font-size:large;
	margin:0 0 5px;
}
h2 {
	margin:0 0 5px;
  color: #2F6EBF;
  font-size: 1.4em;
}
h3 {
	font-size:SMALL;
	margin:15px 0;
}
p {
	margin:0 0 5px;
}
img {
	border:none;
}

.floatLeft {
	float:left;
}

.floatRight {
	float:right;
}

.main {

	width:100%;
	height: 100%;
	background:#fff;
	position: relative;
}

.hbex
{
  color: #3F3F3F;
}

.head {
	min-width: 770px;
	width: 100%;
	height: 66px;
	background-color: #000000;
}

img.logo {
	position:absolute;
	top: 0px;
	left:22px;
}

.section_title {
	/*position: absolute;
	top: 34px;
	left: 0;*/
	/*width: 85%;*/
	
	border-top:34px solid #000;
	margin:0 0 0 150px;
	height: 28px;
	background-color: #9999CC;
	background-image: url(../img/arco.gif);
	background-repeat: no-repeat;
	font: 16px Verdana;
	font-style: italic;
	font-weight: bold;
	color: #ffffff;
	padding-left: 40px;
	line-height: 1.8em;
}

.head_bottom_line {
	/*position: absolute;
	top: 62px;*/
	width: 100%;
	height:4px;
	margin:0;
	padding:0;
	background-color: #F4EFF3;
	background-image: url(../img/filodx.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

div#content{
	padding:10px 0 20px;
	margin:10px 15px;
	
	padding-bottom:20px;
	/*position: absolute;
	top: 66px;
	left: 10em;
	border: 1px solid;
	width: 80%;
	padding-top: 10px;
	padding-left: 20px;
	*/
}

div#content a {
	/*font-weight:bold;*/
	color:#2472DC;
	text-decoration:none;
}

div#content a:hover {
	text-decoration:underline;
}

div#footer {
	clear: both;
	position: absolute;
	bottom:0px;
	width: 100%;
	color:white;
	background:black;
	text-align:center;
}


/*** MENU NAVIGAZIONE ***/

div#menu{
/*  position: absolute;
  top: 70px;
  left: 0;
  width:150px;
*/
 
}

div#menu ul {
   padding:0;
   margin:0 0 0 0px;
   list-style:none;
}
div#menu li {
	display:inline;
	width:100px;
   font-size:small;
   /*font-style: italic;*/
   font-weight:bold;
	background:#8C8A8C;
	border:solid 1px #5A595A;
	color:white;
	margin-bottom:10px;
}
div#menu li a {
	color:white;
	text-decoration:none;
	padding:1px 5px;
}
div#menu li a:hover {
	color:#E1ECFB;
}


/*** FORM RICERCA ***/

form {
  margin: 0; 
  padding: 0; 
  border: 0;
  text-align: center;
}

form table { 
  color:#636563;
  background: #EFEFEF;
  border:solid 1px #CECFCE;
  margin-left: 0px;
  margin-bottom: 15px;
  margin-right: auto;
}
/* regola provvisoria per eliminare la formattazione nel codice delle tabelle annidate, da rivedere */
form table table, form table table tr, form table table td { 
  border:none;
  background:transparent;
}

img#helpbox_img {
	vertical-align:middle;	
}


/*** RISULTATI ***/

div.alert {
	margin:20px auto;
	width: 650px;
	background:#E1ECFB;
	border:solid 2px #528FE2;
	padding:5px;
}

p.alert {
	margin:20px auto;
	width:650px;
/*	height:30px;*/
	background:#E1ECFB;
	border:solid 2px #528FE2;
	padding:5px;
/*	line-height:30px;*/
}
p.alert input, p.alert select, p.alert img {
	margin:0;
	padding:0;
	vertical-align:middle;
}

p.alert span {
	line-height:24px;
}

div.rowRes {
	padding-top:10px;
	/*width:100%;
	min-width:620px;*/
	clear:both;
}

div.boxRes {
	float:left;
	width:24%;
	min-width:150px;
	text-align:center;
	font-size:small;
}

div.boxRes p {
	margin:0 auto 5px;
}

p.boxImg {
	width:140px;
	height:140px;
	line-height:140px;
	margin:0 auto 10px;
	overflow:hidden;
	text-align:center;
}
* html body p.boxImg {
	font-size: 120px;
	height: auto;
}

p.boxImg:hover {
	background:#EFEFEF;
}

p.boxImg img {
	border:solid 1px #CECFCE;
/*	padding:1px;*/
	vertical-align:middle;
}

div.boxRes p.boxImg {
	background:#EFEFEF;
}


div.paging {
	padding:20px 0;
	clear:both;
}

/*** LISTE ***/
ul#lista {
	list-style-type:square;
}

ul#lista li {
	line-height:150%;
}

/*** SCHEDA ***/

div#schedaImg {
	margin:10px 0 0;
/*	width:304px;*/
	padding-right:10px;
/*	float:left;*/
}

div#schedaImg img {
	padding:5px;
	border:solid 1px #CCC;
}

div#schedaCont {
	width:auto;
	margin:10px 0 0;
/*	float:left;*/
}

p.soggetti {
	margin-left:10px;
}

div#schedaThumbs {
	clear:both;
	padding-top:20px;
}

div#showimage {
/*	width:auto;
	position:absolute;
	top:75px;
	left:155px;
*/	display:none;
/*	border:1px solid #999;*/
	padding:5px;
}
div#showimage img {
	padding:3px;
	border:1px solid #999;
	margin-top:5px;
}

* html body div#showtext {
	height:650px;
}

/*** ELENCO RIVISTE ***/
table#tabellaRiviste {
  margin:5px;
  width: 60%;
  border: none;
  border-collapse: collapse;
}
table#tabellaRiviste td {
  padding: 5px;
}
table#tabellaRiviste td.anno {
  padding-right:10px;
  text-align:right;
}
table#tabellaRiviste th {
  padding-right:10px;
  text-align:right;
  background-color: #EEE; 
  height: 30px;
}
table#tabellaRiviste td.linea {
  border-bottom: 1px solid #EEE;
  padding: 0px;
  height: 1px;
}

/*** SCHEDA RIVISTA ***/
table#tabellaRivista {
  margin: 5px;
  width: 100%;
  float: right;
  border: none;
  border-collapse: collapse;
}
table#tabellaRivista td {
  padding: 5px;
}
table#tabellaRivista td.anno {
  padding-right:10px;
  text-align:right;
}
table#tabellaRivista th {
  text-align:right;
  background-color: #EEE; 
  height: 30px;
  color: #6F6F6F;
  font-size: .9em;
  text-align: left;
  font-weight: normal; 
}
table#tabellaRivista td.linea {
  border-bottom: 1px solid #EEE;
}

/*** RIVISTA BROWSE ***/
div#navigazionerivista ul {
  margin:0;
  padding:0;
  list-style:none;
}
div#navigazionerivista ul li {
  margin:0;
  padding:0;
  display:block;
  margin:0 0 1px 0;
  padding:2px 5px;
  background:#528FE2;
}
div#navigazionerivista ul li.selected {
  background:#0B59BF;
}
div#navigazionerivista ul li a {
  color:#fff;
  text-decoration:none;
}
div#navigazionerivista ul li a:hover {
  text-decoration:underline; 
}

div#dettaglio {
  margin-top: 15px;
}

div#controlli {
  margin-left:180px;
  background:#eee;
  padding:4px;
  padding-bottom: 0px;
  height: auto;
}

div#controlli form {
  text-align:left;
  margin:0;
  padding:0;
  line-height:20px;
  vertical-align:middle;
}

fieldset {
  border: none;
}

span.spacer {
  padding:0 8px;
}

div.boxRight {
  margin:5px;
  max-width: 60%;
  min-width: 350px;
  float: left;
  border: none;
  width: expression(document.body.clientWidth < 801? "330px": "60%" );
}

div.boxLeft {
  background-color: #EEE; 
  float: left; 
  display: inline; 
  width: 262px; 
  margin-right: 10px; 
  font-size: 0.9em; 
  padding: 5px; 
  padding-top: 10px; 
  padding-bottom: 10px; 
  border-right: 1px solid #CCC; 
  border-bottom: 1px solid #CCC;
}

.ghostwhite {
  background-color: #F8F8FF;
}

/*** PAGINAZIONE ***/

.paging td
{
  vertical-align: middle;
  padding-left: 4px;
  padding-right: 4px;
}

.paging td img
{
  vertical-align: middle;
  margin-left: 4px;
  margin-right: 4px;
}

.paging td a, .paging td span
{
  margin: 0px;
  padding: 0px;
}

#paginazioneSimple
{
   margin-left: 15px;
}

#paginazioneSimple a img
{
   text-decoration: none;
}
div#content a.toggler  {
	font-style: italic;
	font-size: 10pt;
	color: #888;
}
div#content a.toggler:hover  {
	text-decoration: none;
}

.abstract {
        display: none;
        border: solid 1px #EEE;
        font-style: italic;
        font-size: 9pt;
        padding: 2px 8px;
}

.note {
        display: none;
        border: solid 1px #EEE;
        font-size: 9pt;
        padding: 2px 8px;
}

.toggleicon {
	background-image: url('../img/plus.gif');
	background-repeat: no-repeat;
	background-position: right center;
}

/**/
