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;
}

h1 {
  font-family: "Trebuchet MS", Tahoma, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
  font-weight: bolder;
}

body, p, td, div {
	font-size: 12px;
	vertical-align: text-top;
}

a {
  color: #6666FF;
}

a img {
  border: none;
}

div.clear {
  clear: both;
}



/*
 * Floweb boxes
 */
#ggleft {
	background-color: #FFF;
	margin-right: 1em;
	margin-bottom: 1em;
	vertical-align: text-top;
}



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

#maincontent {
  width: 528;
  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("/assets/images/corner_tl.gif") no-repeat left top;
}

#main-top-inner {
  width: 100%;
  min-height: 20px;
  padding: 0px;
  background: url("/assets/images/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("/assets/images/corner_bl.gif") no-repeat left bottom;
}

#main-bottom-inner {
  width: 100%;
  min-height: 20px;
  padding: 0px;
  background: url("/assets/images/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("/assets/images/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("/assets/images/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("/assets/images/tr_orange.gif") no-repeat right top;
}



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

#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: #000;
  font-weight: bolder;
}

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

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

	background-color: #FFF;
	float: right;
	clear:both;
	vertical-align: text-top;
}
#gg {
}
.float-box-right {
	background: #669900;
	float: right;
	clear:right;
}
.float-box-left {

	background: #669900;
	float: left;
	clear:both;
}
.stats {
	visibility: hidden
}

