@import url("layout.css");
@import url("header.css");
@import url("form.css");
@import url("nav.css");
@import url("footer.css");
@import url("admin.css");
@import url("home.css");
@import url("centerbox.css");
@import url("attachment.css");
@import url("paginate.css");

/* STILI GENERICI
------------------------------------------------------------------*/
.skip{position:absolute;left:-10000px;top:-10000px;width:0;height:0;overflow:hidden;clear:none;}
.ghost, .stampa, HR { display: none }

HTML, BODY {
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 90%;
  color: #084998;
}
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; }
DIV#contain DIV#centerbox A {
  color: #10688c;
}
DIV#contain DIV#centerbox A:visited {
  color: #5098a7;
}
DIV#contain DIV#centerbox A:active,
DIV#contain DIV#centerbox A:focus,
DIV#contain DIV#centerbox A:hover {
  color: #198e9c;
}
H1 {
  display: none;
  padding: 0;
  margin: 0;
}


#dbglink{
  float: right;
}
#debug{
  font-family: monospace;
  border: 2px dashed #DDD;
  padding: 4px;
}
#flash_notice{
  padding: 4px;
  margin: 4px;
  border: #CF7474 1px solid;
}


