/* Global styles */

/* START:notice */
#notice {
  border: 2px solid red;
  padding: 1em;
  margin-bottom: 2em;
  background-color: #f0f0f0;
  font: bold smaller sans-serif;
}
/* END:notice */


h1 {
        font:  150% sans-serif;
        color: #a26;
/*        border-bottom: 3px dotted #77d; */
}

h2 {
        font:  120% sans-serif;
        color: #4aa;
}

/* Styles for items/index */

#item-list table {
        border-collapse: collapse;
}

#item-list table tr td {
        padding: 5px;
        vertical-align: top;
}

#item-list .list-actions {
  font-size:    x-small;
  text-align:   right;
  padding-left: 1em;
}

#item-list .list-line-even {
  background:   #e0f8f8;
}

#item-list .list-line-odd {
/*  background:   #f8b0f8; */
  background:   #66ccff;
}

/* Styles for items/show */

#item-show table {
        border-collapse: collapse;
}

#item-show table th {
        padding: 5px;
        vertical-align: top;
        text-align:   right;
}

#item-show table tr td {
        padding: 5px;
        vertical-align: top;
}

/* Styles for main page */

#banner {
  background: #9c9;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  font: small-caps 40px/40px "Times New Roman", serif;
  color: #282;
  text-align: center;
}

#banner img {
  float: left;
}

#columns {
  background: #141;
}

#main {
  margin-left: 11em;
  padding-top: 4ex;
  padding-left: 2em;
  background: #ffc;
}

#side {
  float: left;
  padding-top: 1em;
  padding-left: 1em;
  padding-bottom: 1em;
  width: 10em;
  background: #141;
}

#side a {
  color: #bfb;
  font-size: small;
}
/* END:mainlayout */

/* START:form */
/* Styles for order form */

.depot-form fieldset {
  background: #efe;
}

.depot-form legend {
  color: #dfd;
  background: #141;
  font-family: sans-serif;
  padding: 0.2em 1em;
}

.depot-form label {
  width: 8em;
  float: left;
  text-align: right;
  padding-top: 0.2em;
  margin-right: 0.1em;
  display: block;
}

.depot-form select, .depot-form textarea, .depot-form input {
  margin-left: 0.5em;
}

.depot-form .submit {
  margin-left: 4em;
}

.depot-form div {
  margin: 0.5em 0;
}
/* END:form */

/* START:avvia */
/* Stili per l'esecuzione del quiz */

#rows {
  background: #efe;
}

#rows #header {
  position: fixed;
  top: 1px;
  left: 7px;
  right: 7px;
  height: 100px;
  background: #ede
}

#rows #header #note {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 80px;
  background-color: #ebe;
}

#rows #header #ciprovo {
  position: absolute;
  left: 12px;
  bottom: 0px;
  height: 20px;
  color: #f00;
}

#rows #item-list {
  margin-top: 102px;
  padding-top: 8px;
}

/* END:avvia */

#nonattivo {
  background: #ede
}

.locale {
float:right;
padding-top: 0.2em
}

