
.hidden {
  display: none;
}

.center {
  text-align: center;
}

.clear {
  clear: both;
}

.fleft {
  float: left;
  margin: 0 0.5ex 0.5ex 0;
}

/****************************************************************************
 * Breadcrumbs
 ****************************************************************************/

.g_breadcrumbs {
  background: #f4f4f4 url(../images/g_breadcrumbs.png) repeat-x left top;
  height: 20px;
  margin: 3px 4px 4px 0;
  padding: 0 0 0 12px;
  border: 1px solid #8cadd9;
  font-weight: bold;
  line-height: 20px;
}
  .g_breadcrumbs span {
    display: none;
  }
  .g_breadcrumbs a {
    display: -moz-inline-stack; /* FF2 */
    display: inline-block;
    background: url(../images/g_breadcrumbs_pointer.png) no-repeat right top; 
    padding-left: 0px;
    padding-right: 25px;
    color: #4D94F7;
  }
    .g_breadcrumbs a:visited {
      color: #737373;
    }

table.simple {
  border: 1px solid #bbbbbb;
  border-spacing: 0 0;
  margin: 0.8em 0;
  font-family: "Arial", sans-serif;
  font-size: 8pt;
  color: #000000;
  background-color: #fcfcfc;
  text-align: left;
}
  table.simple.center {
    margin-left: auto;
    margin-right: auto;
  }
  table.simple thead tr {
    background: #ffffff url(../images/g_breadcrumbs.png) repeat-x left top;
  }
  table.simple thead th {
    color: #737373;
    padding: 0.5ex 1ex 0.5ex 11px;
    border-bottom: 1px solid #bbbbbb;
    font-weight: bold;
/*    text-transform: uppercase;
*/    font-size: 8pt;
    cursor: default;
    text-align: left;
  }
  table.simple tbody tr.odd {
    background-color: #f0f0f0;
  }
  table.simple tbody td {
    padding: 0.5ex 1ex 0.5ex 11px;
  }
    table.simple tbody tr:hover {
      background-color: #e2f0fc;
    }
    table.simple tbody tr.odd:hover {
      background-color: #d7e5f1;
    }
  table.simple tbody td.download {
    text-align: left;
    padding-left: 4ex;
  }
    table.simple tbody td.download a {
      display: block;
      color: #000000;
      text-decoration: underline;
      padding-left: 25px;
      line-height: 20px;
      background: url(../images/download.png) no-repeat left center;
    }

/****************************************************************************
 * Paging Enrico
 ****************************************************************************/
.pagine {
}

.pagine {
/*	position: absolute;
	bottom: 5px;
	left: 10px;
	z-index: 3;
*/
	height: 22px;
	line-height: 22px;
}

a.sel {
	border: 1px #999999 solid;
	padding: 0px 3px;
	background-color: #FFFF99;
}

.txt_contatti, .frm_contatti select {
	width: 300px;
	background-color: #FFFFFF;
	border: 1px #737373 solid;
}


.frm_contatti textarea {	
	width: 300px;
	height: 90px;
}

.messaggio {
	font-weight: bold;
	text-align: center;
	padding: 30px;
}
