body {
  background-color: #999;
}

h1, h2, h3, p, a, th, td, ul, ol, li, dl, dd, dt, label, div, span, input, textarea, select {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: #000;
}

body, p, td, div {
  font-size: 10px;
}

a {
  color: #003366;
}

a img {
  border: none;
}

div.clear {
  clear: both;
}



/*
 * Floweb boxes
 */
#ggleft {
  background-color: #FFF;
  float: left;
  
  margin-right: 1em;
  margin-bottom: 1em;
}



/*
 * Tabella di layout principale
 */
#maintable {
  width: 720px;
  margin-left: auto;
  margin-right: auto;
  background: #FFF;
}

#maincontent {
  width: 520;
  vertical-align: top;
  padding: 10px;
}

#rightcol {
  width: 200;
  vertical-align: top;
  padding: 5px;
}



/*
 * Testata e fondo per la tabella di layout principale
 */
#main-top-outer {
  padding: 0px;
  background: #FFF url("img/corner_tl.gif") no-repeat left top;
}

#main-top-inner {
  width: 100%;
  min-height: 20px;
  padding: 0px;
  background: url("img/corner_tr.gif") no-repeat right top;
}

#main-top-content {
  width: 100%;
  padding: 5px 5px 2px 5px;
}

#main-bottom-outer {
  padding: 0px;
  background: #FFF url("img/corner_bl.gif") no-repeat left bottom;
}

#main-bottom-inner {
  width: 100%;
  min-height: 20px;
  padding: 0px;
  background: url("img/corner_br.gif") no-repeat right bottom;
}

#main-bottom-content {
  text-align: center;
  width: 100%;
  padding: 2px 5px 5px 5px;
}



/*
 * Footer fuori dalla tabella
 */
#bottom-ext {
  text-align: center;
  padding: 2px 5px 5px 5px;
  color: #F0F0F0;
}



/*
 * Box colorato generico
 */
.float-box {
  width: 100%;
}

.float-box-bottom {
  height: 1px;
  background: #FFF;
}

.float-box .title {
  padding: 3px;
  color: #FFF;
  font-weight: bold;
  font-size: 12px;
}

.float-box .body {
  padding: 3px;
  background: #FFF;
  margin: 3px;
}



/*
 * Box colorato verde
 */
.float-box-green {
  background: #669900;
}

.corner-green-tr {
  width: 15;
  height: 15;
  float: right;
  background: #C00 url("img/tr_green.gif") no-repeat right top;
}

/*
 * Box colorato blu
 */
.float-box-blue {
  background: #6666FF;
}

.corner-blue-tr {
  width: 15;
  height: 15;
  float: right;
  background: #C00 url("img/tr_blue.gif") no-repeat right top;
}

/*
 * Box colorato arancio
 */
.float-box-orange {
  background: #FF9900;
}

.corner-orange-tr {
  width: 15;
  height: 15;
  float: right;
  background: #C00 url("img/tr_orange.gif") no-repeat right top;
}



/*
 * Tabella di layout il menu orizzontale superiore (striscia)
 */
#tmenutable {
  width: 100%;
  background: #E0E0E0;
  margin-bottom: 10px;
}

#tmenutable td {
  white-space: nowrap;
  font-size: 10px;
  padding: 3px 5px 3px 5px;
}

#tmenutable td a {
  color: #666666;
  text-decoration: none;
}

#tmenutable td a:hover {
  color: #FF6600;
  text-decoration: underline;
}

#tmenutable td.fill {
  width: 50%;   /* Regolare bene per IE5.0 che non onora NOWRAP */
}



/*
 * Contenuto principale
 */
#maincontent h1 {
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #E41A22;
}

#maincontent h2 {
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 12px;
  color: #333;
}

#maincontent p {
  line-height: 1.5em;
}

