<style>
body {
  font: normal 11px auto "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #4f6b72;
  background: #E6EAE9;
}

a {
  color: #c75f3e;
}

#mytable {
  width: 700px;
  padding: 0;
  margin: 0;
}

caption {
  padding: 0 0 5px 0;
  width: 700px;  
  font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  text-align: right;
}

th {
  font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #eeeeee;
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  border-top: 1px solid #C1DAD7;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  padding: 6px 6px 6px 12px;
  background: #539778 url(images/bg_header.jpg) no-repeat;
}

th.nobg {
  border-top: 0;
  border-left: 0;
  border-right: 1px solid #C1DAD7;
  background: none;
}

td {
  border-right: 1px solid #C1DAD7;
  border-bottom: 1px solid #C1DAD7;
  background: #fff;
  padding: 6px 6px 6px 12px;
  color: #4f6b72;
}


td.alt {
  background: #F5FAFA;
  color: #797268;
}

th.spec {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #fff url(images/bullet1.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}

th.specalt {
  border-left: 1px solid #C1DAD7;
  border-top: 0;
  background: #f5fafa url(images/bullet2.gif) no-repeat;
  font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
  color: #797268;
}

#gironi_pager
{
  margin-top:5px;
  text-align:center;
}
 
 #navcontainer
 {
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 20px;
 border-top: 1px solid #999;
 z-index: 1;
 }
 
 #navcontainer ul
 {
 list-style-type: none;
 text-align: center;
 margin-top: -8px;
 padding: 0;
 position: relative;
 z-index: 2;
 }
 
 #navcontainer li
 {
 display: inline;
 text-align: center;
 margin: 0 5px;
 }
 
 #navcontainer li a
 {
 padding: 1px 7px;
 color: #666;
 background-color: #fff;
 border: 1px solid #ccc;
 text-decoration: none;
 }
 
 #navcontainer li a:hover
 {
 color: #000;
 border: 1px solid #666;
 border-top: 2px solid #666;
 border-bottom: 2px solid #666;
 }
 
 #navcontainer li a#current
 {
 color: #000;
 border: 1px solid #666;
 border-top: 2px solid #666;
 border-bottom: 2px solid #666;
 }

</style>