* {
  margin: 0;
  padding: 0;
}

body {
  background-color:#FFF;
  color:#000000;
  font-family:Arial,Helvetica,sans-serif;
  font-size: 13px;
}

img { border:0 }

ul { list-style: none; }

ol { margin-bottom: 15px; }
ol li { margin-left: 20px; }

input,
select {
  font-family:Arial,Helvetica,sans-serif;
  font-size: 13px;
}

input, select, textarea {background-color:#fff; border: 1px solid #e2e5da; padding: 2px; }
input:hover, textarea:hover, select:hover, input:focus, textarea:focus, select:focus { border-color:#333; }
input.radio, input.checkbox { vertical-align: middle }

input.text { width: 80%;}

input.submit {
  margin: 20px 0 0 0;
  padding: 3px 20px;
  background: #DAFFC1;
  font-weight: bold;
  font-size: 15px;
}

input.error,
textarea.error {
  font-weight:bold;
  background:#FFD8D8;
}

select.error {
  background:#FFD8D8;
}

option { padding: 1px 10px 0 4px; }

.clear { clear: both; height: 1px; line-height: 1px;  }

#head {
  position: relative;
  background: url(../i/bg_head.gif) repeat-x top left;
}

#head h1 {
  margin-left: 20px;
}

#nav {
  position: absolute;
  left: 255px;
  top: 128px;
}

#nav li { display: inline; }

#nav a {
  display: block;
  float: left;
  margin-right: 4px;
  padding: 8px 8px;
  border: 1px solid #ccc;
  border-bottom-width:0;
  background: #fff;
  text-decoration: none;
  color:#000;
}

#nav a:hover {
  background: #B80E0E;
  color: #fff;
}

#footer-wrap {
  margin: 50px 20px 0 20px;
  font-size: 10px;
  color: #666;
  }

#footer {
  border-top: 1px solid #ccc;
  padding: 6px 0;
}

#content-wrap {
  width: 700px;
  margin: 0 0 0 20px;
}

#content-wrap h2 {
  margin-bottom: 15px;
  font-weight: normal;
  font-size: 32px;
  color: #444;
}

#content-wrap h3 {
  margin: 15px 0 10px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 17px;
  font-weight: normal;
  color: #333;
}

#content-wrap p {
  margin: 0 0 15px 0;
}

/* contenitori campi */
div.f { margin: 0 0 10px 0; }

/**
 * MESSAGGI UTENTE
 */
#msg {
  margin: 20px 0;
  padding: 10px 15px;
  border: 1px solid #ccc;
}

#msg .msg-content {
  padding-left: 30px;
  background-image: url(../i/accept.png);
  background-repeat: no-repeat;
  background-position: 0 50%;
}

#msg p { margin: 0 0 3px 0; }

#msg li {
  padding: 0 0 0 15px;
  background: url(../i/li.gif) no-repeat center left;
}

#msg a { font-weight: normal; }

#msg.ok { background: #E3F1FE; }

#msg.ko { background: #FFFDE7; color: red; }

#msg.ko .msg-content { background-image: url(../i/error.png); }

/* foto */
.pic {
  border: 1px solid #666;
  padding: 1px;
}

/* FORM LOGIN */
#login table {
  margin-bottom: 15px;
}

#login td {
  padding: 0 20px 0 0;
  vertical-align: bottom;
}

.evidente { font-weight:bold; background-color:#FFEA8A; }
