/*
@import url("reset-min.css");
@import url("table.css");
*/
@import url("form.css");
@import url("layout.css");
@import url("nav.css");
@import url("subnav.css");
/*
@import url("header.css");
@import url("tabs.css");
@import url("paginate.css");
@import url("person.css");
@import url("search.css");
*/

/***** GENERICI *****/
BODY {
  margin: 0;
  padding: 0;
  font: 90%  Times New Roman, Georgia, serif;
  color: #552a08;
  text-align: left;
  background: url(../images/bg.gif) repeat-y top center #b0850c;
}
DIV.hr {
  border: 0;
  height: 50px;
  background: url("../images/hr.jpg") no-repeat center center;
}
A {
  color: #552a08;
  text-decoration: underline;
}
A:hover,
A:focus {
  text-decoration: none;
}
IMG {
  border: 0;
}
H2 {
  font-family: Georgia, Times New Roman, serif;
  font-size: 1.7em;
  font-style: italic;
  font-weight: normal;
  margin: 1px 0 1px 1px;
  padding: 10px 0 8px 72px;
  color: #fff;
  background: url("../images/bg-tit-pag.jpg") repeat-x #c89543;
}
H3 {
  font-size: 1.2em;
  margin: 0;
  padding: 10px 0 0 15px;
  color: #7b4308;
  text-align: left;
}
.ripristino {
  clear: both;
}

/* CENTERBOX: home page
------------------------------------------------------------------*/
DIV#contain DIV#centerbox P{
  /*padding: 0 15px;*/
  line-height: 16px;
  text-align: justify;
}
DIV#contain DIV#centerbox DIV.box {
  position: relative;
  margin: 0 auto 15px auto;
  padding: 54px 28px 30px 46px;
  min-height:220px;
  height:auto !important;
  height:220px;
}
DIV#contain DIV#centerbox DIV.box DIV.tr{
  position: absolute;
  top: 0;
  left: 1px;
  background: url(../images/bg-box.gif) no-repeat;
  width: 92px;
  height: 82px;
}
/* CENTERBOX: varie
------------------------------------------------------------------*/
DIV#contain DIV#centerbox DIV.link{
  padding: 0 40px;
  line-height: 2em;
}
DIV#contain DIV#centerbox DIV.box span.abstract {
  font-style:italic;
  color: #7b4308;
  line-height: 2em;
}
DIV#contain DIV#centerbox DIV.link_news{
  padding: 0 15px;
  text-align: right;
  /*border: 1px solid #000;*/
}
DIV#contain DIV#centerbox big.titoli{
  font-weight: bold;
  line-height: 25px;
  /*border: 1px solid #000;*/
}
DIV#contain DIV#centerbox DIV.allegati {
  margin: 0;
  padding: 0 10px;
}
DIV#contain DIV#centerbox DIV.allegati UL{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
DIV#contain DIV#centerbox DIV.allegati UL li{
  display: block;
  line-height: 55px;
  /*border: 1px solid #000;*/
}
DIV#contain DIV#centerbox DIV.edit{
  padding-left: 4px;
}

/* FOOTER
------------------------------------------------------------------*/
DIV#footer P {
  padding: 8px 10px;
}
DIV#footer A {
color: #694d38;
}
/*
#userbox{
  padding: 4px;
  border: #DDD 1px solid;
  width: 250px;
  float: right;
}
.event_person{
  border: 1px solid #CCC;
  padding: 2px;
  color: #555;
  width: 254px;
}
#detail{
  margin: 0;
  margin-bottom: 10px;
  border: 1px solid #DDD;
  padding: 10px;
  padding-top: 20px;
  background-color: #EEE;
}
#detail h4{
  margin-top: 0;
}
#detail.subsection_tabs{
  margin-bottom: 0;*
}
.check_items, .check_items li{
  list-style-type: none;
}
*/
#dbglink{
  float: right;
}
#debug{
  font-family: monospace;
  border: 2px dashed #DDD;
  padding: 4px;
}
.clear{
  clear: both;
  height: 0;
  line-height: 0;
}
#flash_notice{
  padding: 4px;
  margin: 4px;
  border: #CF7474 1px solid;
}

