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

/* STILI GENERICI
------------------------------------------------------------------*/
HTML, BODY {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #444;
  background-color: #e9eee6;
}
.skip{position:absolute;left:-10000px;top:-10000px;width:0;height:0;overflow:hidden;clear:none;}
.ghost, .stampa, HR { display: none }
FORM {margin:0;padding:0;}
TEXTAREA, INPUT, SELECT {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
}
IMG { border: 0; }
DIV.ripristino { clear: both; }
A {
  color: #D2232A;
}
A:visited {
  color: #c98087;
}
A:active,
A:focus,
A:hover {
  color: #de5864;
}
.errorbox .error {
  font-size: 1.2em;
  color: #BE3600;
  text-align: center;
  margin: 20px;
  padding: 0;
  font-weight: bold;
}
.fotosix{
  padding: 6px;
  margin: 3px 6px 3px 0;
  border: 1px solid #fff;
  float:left;
  background-color: #eee;
}
H1 {
  display: none;
  padding: 0;
  margin: 0;
}
/* CONTENUTI
------------------------------------------------------------------*/
DIV#container DIV#main DIV.boxtesto {
  position:relative;
  background: url(../images/box-text-top.gif) no-repeat #fff;
  padding-top: 10px;
  text-align: justify;
}
DIV#container DIV#main DIV.boxtesto DIV.endbg {
  background: url(../images/box-text-bottom.gif) no-repeat #fff;
  width:620px;
  height: 25px;
  margin-bottom: 30px;
}
DIV#container DIV#main DIV.boxtesto P {
  margin: 0;
  padding: 5px 20px;
}
DIV#container DIV#main DIV.boxtesto .g {
  display: block;
  width: 250px;
  padding-top: 10px;
  margin-left: 10px;
  text-align: justify;
  float:left;
  border: 1px solid #f46700;
}
DIV#container DIV#main DIV.boxtesto .link {
  padding-top: 10px;
  margin-left: 10px;
  border: 1px solid #f46700;
}
/* allegati
------------------------------------------------------------------*/
DIV#container DIV#main DIV.allegati {
  margin: 0;
  padding: 0 10px;
}
DIV#container DIV#main DIV.allegati UL{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
DIV#container DIV#main DIV.allegati UL li{
  display: block;
  line-height: 55px;
  /*border: 1px solid #000;*/
}

/* CONTENUTI: news
------------------------------------------------------------------*/
DIV#container DIV#main DIV.boxtesto DIV.datanews {
  position:relative;
  width: 580px;
  height: 24px;
  margin: 6px 20px;
  background: url(../images/data-news-top.gif) no-repeat;
  padding-top: 6px;
  color: #fff;
  /*border:1px solid #fcf;*/
}
DIV#container DIV#main DIV.boxtesto DIV.datanews DIV.date {
  position:absolute;
  left: 12px;
  top: -5px;
  width: 100px;
  height: 40px;
  background: url(../images/calendar-04.gif) no-repeat left center;
}
DIV#container DIV#main DIV.boxtesto DIV.datanews SPAN {
  padding:  0 50px;
}
DIV#container DIV#main DIV.boxtesto DIV.datanews DIV.links {
  position:absolute;
  right: 22px;
  top: 5px;
}
/*
body, td{
    font-family: sans-serif;
    font-size: 0.8em;
    color: #555;
}
a:link, a:visited, a:hover, a:active{
  border: 0;
}
a:link,
a:visited,
a:hover,
a:active{
  text-decoration: none;
  color: #666;
  font-weight: bold;
}
a:hover
{
  color: #B974CF;
}
img{
  border: 0;
}
h1,h2,h3,h4{
  font-weight: bold;
  margin-bottom: 0.8em;
  margin-top: 0.8em;
}
h1{
  font-size: 1.6em;
  line-height: 1.5;
}
h2{
  font-size: 1.4em;
}
h3{
  font-size: 1.2em;
}
h4{
  font-size: 1.0em;
  margin: 0px;
}
p{
  margin-bottom: 20px;
}

#content_for_layout{
  padding: 10px;
}
#content_for_layout ul{
  list-style-type: disc;
  list-style-position: outside;
  padding-left: 20px;
}


.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;
}

