/* CSS For Dropdown Menu Start */
ul
{
  list-style:none;
  padding:0px;
  margin:0px
}

ul li
{
  display:inline;
  float:left;
}

ul li a
{
  color:#ffffff;
  background:#990E00;
  margin-right:5px;
  font-weight:bold;
  font-size:12px;
  font-family:verdana;
  text-decoration:none;
  display:block;
  width:100px;
  height:25px;
  line-height:25px;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border: 1px solid #560E00;
}

ul li a:hover
{
  color:#cccccc;
  background:#560E00;
  font-weight:bold;
  text-decoration:none;
  display:block;
  width:100px;
  text-align:center;
  -webkit-border-radius:5px;
  -moz-border-radius:5px;
  border: 1px solid #000000;
}

ul li.sublinks a
{
  color:#000000;
  background:#f6f6f6;
  border-bottom:1px solid #cccccc;
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:100px;
  text-align:center;
  margin-top:2px;
}

ul li.sublinks a:hover
{
  color:#000000;
  background:#FFEFC6;
  font-weight:normal;
  text-decoration:none;
  display:block;
  width:100px;
  text-align:center;
}

ul li.sublinks
{
  display:none;
}

/* CSS For Dropdown Menu End */

#menu-container
{
  height: 27px;
  margin:3px auto;
  alignment-baseline: central;
  background-color:#ffffcc;
}

.clear
{
  clear:both;
}

.left
{
  float:left;
}

.right
{
  float:right;
}

#intestazione
{
  line-height: 60px;
  text-align: center;
  font-family: Verdana,Arial;
  font-weight: bold;
  font-size: 25px;
  color: red !important;
  alignment-baseline: central;
  background-color: #99ffff;
  color: #ff0033;
  height: 60px;
  background-image: url(../images/footer.jpg);
}
#corpo
{
  alignment-baseline: after-edge;
  height: 650px;
  margin:0px auto;
  text-align: center;
  font-family: Verdana,Arial;
  font-weight: normal;
  width:1000px;
  background-color:#ccffff;
  padding-top: 0px;
  padding-left: 0px;
}
.corpo_sx
{
  alignment-baseline: after-edge;
  height: 650px;
  margin:0px auto;
  text-align: left;
  font-family: Verdana,Arial;
  background-color:#ffff99;
}
#piede
{
  width: 60%;
  height: 25px;
  margin:0px auto;
  text-align: left;
  font-family: Verdana,Arial;
  font-weight: normal;
  left: 0px;
  /*background-color:#0099ff;*/ 
  background-color:#99ffff; 
  background-image: url(../images/footer.jpg);
  padding: 5px 5px 5px 5px;
}
#piede1
{
  width: 40%;
  margin:0px auto;
  text-align: right;
  font-family: Verdana,Arial;
  font-weight: normal;
  /*background-color:#0099ff;*/
  background-color:#99ffff; 
  background-image: url(../images/footer.jpg);
}
#menu
{
  width: 60%;
  height: 25px;
  margin:0px auto;
  text-align: left;
  font-family: Verdana,Arial;
  left: 0px;
  background-color:#ffffcc;
}
#utente
{
  width: 40%;
  margin:0px auto;
  padding-bottom: 20px;
  padding-right: 5px;
  text-align: right;
  font-family: Verdana,Arial;
  font-weight: normal;
  background-color:#ffffcc;
}
#contenitore_pagina
{
  color:#000000;
  background:#FFFFFF;
  margin-right:auto;
  margin-left: auto;
  font-weight:bold;
  font-size:12px;
  font-family:verdana,arial;
  text-decoration:none;
  display:block;
  width:1000px;
  padding: 0px;
}
#filtroDati
{
  border: 0px solid #cccccc;
  background-color: #a0a0a0;
  color:  black ;
  padding: 5px;
  height: 25px;
  width: 1000px;
  text-align: left;
  z-index: 0;
}
#gridboxMaster
{
  border: 0px solid #cccccc;
  background-color: #f3f3f3;
  color: inherit;
  padding:0px;
  width:1000px;
}
#gridboxDettaglio
{
  border: 0px solid #cccccc;
  padding:0px;
  height:200px;
  width:1000px;
}