html {
    height: 100%;
}

body { 
    background-color: #fff;
    background-image: url(/static/images/macchia2.png);
    background-position: 97% 97%;
    background-repeat: no-repeat;
    color: #46494c;
    margin: 0px;
    padding: 0px;
    height: 100%;
    font-family: verdana, bitstream vera sans, helvetica, sans-serif;
}

input, textarea, p {
   background:url(/static/images/velato.png);
   font-size: 10pt;
   padding: 0px;
}

textarea {
   font-family: Verdana, bitstream vera sans, sans-serif;
   font-size: 10pt;
}

fieldset { 
   margin-top: 1em;
   margin-bottom: .8em; 
   border:1px solid darkblue; 
   background: url(/static/images/velato.png);
   /* width: 100%; */
}

div#content_scheda > fieldset {
   margin-top: 3em;
}

legend {
  padding: 0.2em 0.5em;
  border: none;
  color: darkblue;
  font-size:90%;
  text-align:right;
  background-color: #dedede;
}


#header {
/*   background-color: [% site.col.head %]; */
    display: run-in;
    background-image: url(/static/images/nuvola_r1_c2.png);
    border-bottom: 1px solid #f08900;
    height: 35px;
}

#header > #titlehead {
    float: left;
    background: transparent url(/static/images/nuvola_r1_c1.png) no-repeat;
    height: 35px;
    min-width: 656px;
/*   position: absolute; top: 0px; left: 0px;width: 656px; */
    font-size: 24px; font-weight: 900;
}

span.superscript {
    position: relative; 
    top: -.5em; 
    font-size: small; 
    color: #0000ff;
    heigth: 1em;
}

#footer {
    background-color: #e3e6ea;
    text-align: center;
    border-top: 1px solid #f08900;
/*  position: absolute; */
    position: fixed;
    bottom: 0;
    left: 0px;
    width: 100%;
    padding: 4px;
}

/*per content e menu */
div#themiddle {
  width: 1024px;
}

#content_scheda {
    position: absolute;
    left: 190px;
    top: 36px;
    margin: 0 0 0 0;
    min-width: 812px;
    max-width: 940px;
    padding: 10px 20px 10px 10px;
    border-right: solid 1px #999;
    border-bottom: solid 1px #bbb;
    background: url(/static/images/sfondo_q5.png) repeat scroll;
    min-height: 700px;
}

#content_scheda .ie {
   background-color: #ffffff;
}

div#content_scheda div#descrizione {
   padding: .4em;
}
div#content_scheda div#descrizione ul li {
   font-size: 100%;
}

div#content_scheda div#descrizione p {
   font-size: 100%;
}

div#content_scheda div#descrizione h3 {
   margin-left: 0em;
}

div#content_scheda div#descrizione h4 {
   margin-left: 0em;
}
div#content_scheda div#descrizione h5 {
   margin-left: 0em;
}
div#content_scheda div#descrizione h6 {
   margin-left: 0em;
}

div#content_scheda fieldset.MeSH {
   width: 100%;
}

#content {
    position: absolute;
    left: 190px;
    top: 36px;
    margin: 0 0 0 0;
    width: 812px;
    padding: 10px;
    min-height: 700px;
}

#content_scheda #intestazione {
    display: run-in;
/*   break; */
}

#content ul {
    background: url(/static/images/velato.png) repeat scroll;
    font-size: 10pt;
}

#content ul .ie {
   background-color: #ffffff;
}


h1#filetitle {
   font-size: 18pt;
   margin-top: 0.2em;
   margin-bottom:0.5em;
   width:25em;

}

div#authors_date_credits {
   float: right;
   position:relative;
   background-color: #eee;
   padding: 3px;
   clear: left;
   min-width:12em;
   top:-3em;
   margin-bottom: -2em;
}

div#authors_date_credits p {
   margin: 0px;
   background-color: transparent;
   text-align: right;
}

div#authors_date_credits span.l {
   display: none;
}

form#commenti textarea {
   background-color: #fff url();
}

a.authors {
  text-decoration: none;
}


.message {
    color: #66AA66;
}

.error {
    color: #cc4444;
}

#menu {
    background-color: #e3e6ea;
/*   border-top: 1px solid #ddd; */
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    margin: 5% 1% -3px 10px;
    padding: 2px 4px 2px 4px;
    font-size: 12pt;
    line-height: 170%;
    width: 153px;
}

#medialister {
    background-color: #e3e6ea;
    border-top: 1px solid #f08900;
    border-right: 1px solid #f08900;
    border-bottom: 1px solid #f08900;
    margin: 5% 1% -3px 0%;
    padding: 2px 4px 2px 0px;
    float: left;
    font-size: 9pt;
    width: 15%;
}

div#attachments_req {
    background-color: #ff5;
    border-top: 1px solid #f08900;
    border-right: 3px solid #704000;
    border-left: 1px solid #f08900;
    border-bottom: 3px solid #704000;
    margin: 3% 1% 1% 1%;
    padding: 0;
    font-size: 9pt;
    width: 19em;
    position: absolute;
    top: 10%;
    left: 60%;
    right: 40%
}

div#attachments_req > div:first-child {
    cursor: move; 
    font-size: medium; 
    font-weight: 600; 
    text-align: center; 
    background-color: #f30; 
    color: #fff
}

div#attachments_req form {
    padding: 2px; 
    margin-bottom: 3px;
}

div#attachments_req ul#files_list {
    margin: 2px 0pt 0pt -1.5em; 
    list-style-type: lower-greek; 
    list-style-image: none; 
    list-style-position: outside;
}

div#attachments_req div#attach_controls {
    margin-top: 1em; 
    text-align: right;
}

#account {
    float: right;
    margin-top: 11px;
    margin-right: 10px;
    text-align: right;
    min-width: 13em;
    font-family: verdana, bitstream vera sans, helvetica, sans-serif;
    font-size: 9pt;
}

#account a {
    background-image: url(/static/images/velato.png);
    padding: 3px;
    text-decoration: none;
}

#account a:hover {
    background-color: white;
}

#secode {
    width: 140px;
    float: right;
    background-color: #000090;
    color: #ffffff;
    padding: 4px;
}

#secode > img {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.even {
    background-color: #eeeeee;
}

table#list {
   border-style: solid;
   border-width: thin;
   width:70%;
}

th.check, td.check {
   width: 3em;
   text-align: center;
}

h4.menu {
   margin: 2px 0 -1em 0;
   padding: 0 0 0 10px;
   font-size: 10pt;
}

#menu ul
{
margin: 0;
padding: 0;
list-style-type: none;
}

#menu a
{
display: block;
color: #FFF;
background-color: #F30;
background: url(/static/images/nuvola_r1_c2.png);
padding: 3px 12px 3px 8px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: bold;
}

#menu a:hover
{
background-image: none;
background-color: #369;
color: #FFF;
}

#menu li li a
{
display: block;
color: #FFF;
background-color: #69C;
padding: 3px 3px 3px 17px;
text-decoration: none;
border-bottom: 1px solid #fff;
font-weight: normal;
}

#menu li.stdmenu a {
   background-color: #69C;
   font-weight: normal;
}

#menu li.stdmenu a:hover {
   background-color: #369;
   font-weight: normal;
}

div#menu > ul#l0 > li.pagemenu > a.pagemenu {
  background-image: none;
  background-color: #f50;
   font-weight: normal;
}

div#menu > ul#l0 > li.pagemenu > a:hover {
   background-color: #369;
   font-weight: bold;
}

div.d_cmds {
   font-size: 9pt;
   margin:0pt 0pt 0pt 0pt;
   padding:0pt;
   position:absolute;
   left: 650px;
   text-align:right;
   width: 150px;
}

div.cmds {
   font-size: 9pt;
   left:auto;
   margin:0pt 0pt 0pt 0pt;
   padding:0pt;
   position:relative;
   right: 0px;
   text-align:right;
   top:-15px;
   width: 150px;
   float: right;
}


span.subfile {
   font-size: small;
}

legend.descrizione {
  background-color: #adff75;
}

legend.riferimenti {
  background-color: #ffc742;
}

fieldset.MeSH {
   clear: both;
} 
legend.MeSH {
  background-color: #adff75;
}

div.RPIR {
   float: left;
   width: 50%;
   min-height: 7em;
}

div#linkgroup {
   clear: both;
   display: run-in;
   min-width: 810px;
}

div#linkgroup a {
   text-decoration: none;
   font-size: 9pt;
}

div#linkgroup a:hover {
   background-color: #ff0;
}

div#linkgroup fieldset {
   min-height: 7em;
   margin-top: 0px;
}

legend.Pathways {
  background-color: #adff75;
  font-size: 14.3px;
}

legend.Rules {
  background-color: #adff75;
  font-size: 14.3px;
}

legend.Items {
  background-color: #adff75;
  font-size: 14.3px;
}

legend.Reports {
  background-color: #adff75;
  font-size: 14.3px;
}

legend.Comments {
  background-color: #bac9ff;
}

div#pcommenti {
  clear: both;
}

input#toolname {
   font-size: 12pt;
}

div#flipper_features {
   width: 40%;
   float: left;
}

div#flipper_todo {
   width: 40%;
   float: left;
   margin-bottom: 50px;
}

td.center, th.center {
  text-align: center;
}

.icontranson {
   border-style: none;
   width: 31px;
   height: 33px;   
}

.icontransout {
   filter:alpha(opacity=75);-moz-opacity:.75;opacity:.75;
   border-style: none;
   width: 31px;
   height: 33px;   
}

div.page_name_auto_complete {
      position:absolute;
      width: 25em;
      background-color:white;
      border:1px solid #888;
      margin:0px;
      padding:0px;
      font-size: 9pt;
}

div.page_name_auto_complete ul {
      list-style-type:none;
      margin:0px;
      padding:0px;
}

div.page_name_auto_complete ul li.selected { background-color: #ffb;}
    
div.page_name_auto_complete ul li {
      list-style-type:none;
      display:block;
      margin:0;
      padding:2px;
      height:2em;
      cursor:pointer;
}

table.bordata td {
 padding: 2px;
 border-bottom-style:solid;
 border-bottom-width:1px;
 border-left-style:solid;
 border-left-width:1px;
 border-right-style:solid;
 border-right-width:1px;
 border-top-style:solid;
 border-top-width:1px;
}  

table.contorni {
 padding: 2px;
 border-bottom-style:solid;
 border-bottom-width:2px;
 border-left-style:solid;
 border-left-width:1px;
 border-right-style:solid;
 border-right-width:2px;
 border-top-style:solid;
 border-top-width:1px;
}  

table.contorni td {
 padding: 3px;
}

.rouge {
  color: #f00;
}

div#filter {
 background-color: #cde;
 padding: 0px 3px 2px 0px;
 text-align: right;
 width:35em;
 float:right;
 font-size: 7pt;
 margin-right: 245px;
} 

div#filter form {
 margin: 1px;
 font-size: 7pt;
}

div#filter h3 {
 margin: 1px;
 font-size: 8pt;
}

div#filter input {
 font-size: 7pt;
}

div#filter select {
 font-size: 7pt;
}

div#commenti {
 padding: 5px 0 0 10px;
 margin: 0px 0px 0px 0px;
 height: 40px;
 background: white url(/static/images/flipper_barra_w.png) no-repeat;
}

div#commenti > h3 {
 margin: 0px;
}

div.commenti {
 margin: 40px 0 10px 0;
# border-bottom: 2px dotted black;
}

div#descrizione_t {
 padding: 5px 0 0 10px;
 margin: 0px 0px 0px 0px;
 height: 40px;
 background: white url(/static/images/flipper_barra_2_w.png) no-repeat;
}

div#descrizione_t > h3 {
 margin: 0px;
}

div#htmltagcloud {
 padding: 3px; background-color: #efefef;
}

div#htmltagcloud > span > a:hover {background-color: #ff3; color: #000}

div#istruzioni {
   display: run-in;
   background-color: #999;
   color: #fff;
   height: 150px;
   width: 35em;
}
div#istruzioni p {
   background-color: #999;
   padding: 10px;
   background-image: none;
   font-weight: 700;
}

div#istruzioni p:first {
   font-size: large;
}

div#ruota1, div#ruota2, div#ruota3, div#ruota4, div#ruota5 {
   float: right;
   width: 154px;
   height: 146px;
   margin: 2px;
}

div#ruota1 {
   background: white url(/static/images/ruota_1x5_150.png) no-repeat 1px 1px;
}
div#ruota2 {
   background: white url(/static/images/ruota_2x5_150.png) no-repeat 1px 1px;
}
div#ruota3 {
   background: white url(/static/images/ruota_3x5_150.png) no-repeat 1px 1px;
}
div#ruota4 {
   background: white url(/static/images/ruota_4x5_150.png) no-repeat 1px 1px;
}
div#ruota5 {
   background: white url(/static/images/ruota_5x5_150.png) no-repeat 1px 1px;
}

.ls_10 {
   background-color: #fcc;
   padding: 0 2px;
}

.ls_5 {
   background-color: #ccf;
   padding: 0 2px;
}

fieldset.side0 {
   border-left: none;
   border-right: none;
   padding-left: 0;
   padding-right: 0;
}

fieldset.side0 fieldset {
   margin-left: 0;
   margin-right: 0;
}

.button {
    border: 1px solid #006;
    background: #ccf;
    text-decoration: none;
}
.button:hover {
    border: 1px solid #f00;
    background: #eef;
}

div#controllers {
  font-size: 12px;
  margin-bottom: 12px;
}

li {
  font-size: 10pt;
}