﻿html 
{
  margin: 0;
  padding: 0;
}
body
{
  margin:0;
  padding:0;
  background:#FFFFFF;
  font-size:12px;
  font-family: "Segoe UI", Verdana, Helvetica, Sans-Serif
}
#testa
{
  background:#FFFFFF;
  height:80px; 
  clear:both;
  padding:10px;
  border-bottom-color: #0072C6;
  border-bottom-width: 5px;
  border-bottom-style: solid;
}
#titolo
{
  padding:0 10px; 
  margin:0px;
}
#titolo h2 {
    margin:5px 0;
    text-align:center;
  }
#pagina {
  background: #FFFFFF;
}
#corpo
{
  margin: 0 0 20px 0;
  width:1024px;
  padding:0 10px;  
  min-height:300px;
}
#corpo p.messaggi {
  text-align:center;
  font-size:14px;
}
#corpo table
{
    margin-bottom:5px;
}

#chiusura {
  clear:both;
}

.riq_filtri {
  padding:5px;
  margin:5px;
  border:1px solid #000;
}
#menu {
  margin: 20px 10px 20px 10px; 
  clear:both; 
}
.risultati {
  margin:20px 10px 20px 10px;  
  padding-top:20px;
  clear:both;
  min-height: 300px;
}
#bottone_filtro {
  margin-top:20px;
  text-align:center;
  height:40px;
  width: 300px;
  align-items:center;
}
#cnome_utente {
  float:left;
  width:200px;
}
#cmenu_utente {
  float:left;
  width:300px;
}
#piede
{
  padding:10px 0;
  text-align:center;
  color:#000000;
  border-top-color: #0072C6;
  border-top-width: 5px;
  border-top-style: solid;
}

.lista_clienti {
  z-index:100;
}

.field-validation-error {
  color:red;
  font-weight:bold;
}
.field-validation-conferma {
  color:green;
  font-weight:bold;
}


p.avviso {
  color: red;
  font-size:14pt;
  text-align:center;
}

.bc_cmdedit {
    background: url('../img/cmdedit.png');
    width:32px; 
    height:32px;
    margin:0;
}
.bc_abort:hover
{ 
    background-position: -64px 0px;
}
.bc_abort
{ 
    background-position: -96px 0px;
}
.bc_ok
{ 
    background-position:-32px 0px;
}
.bc_ok:hover
{ 
    background-position:0px 0px;
}

.bc_comandi {
    background: url('../img/but_comandi.png');
    width:32px; 
    height:32px;
    margin:0 3px;
}
.bc_apri 
{ 
    background-position:-32px 0px;
}
.bc_apri:hover {    
    background-position:0px 0px;
}
.bc_modifica:hover {

    background-position:-64px 0px;
}
.bc_modifica 
{ 
    background-position:-96px 0px;
}
.bc_elimina:hover {

    background-position:-128px 0px;
}
.bc_elimina 
{ 
    background-position:-160px 0px;
}
.bc_nuovo:hover
{ 
    background-position:-192px 0px;
}
.bc_nuovo 
{ 
    background-position:-224px 0px;
}

.bc_comandi_p {
    background: url('../img/but_comandi_p.png');
    width:24px; 
    height:24px;
    margin:0 2px;
}
.bc_apri_p 
{ 
    background-position:-24px 0px;
}
.bc_apri_p:hover {    
    background-position:0px 0px;
}
.bc_modifica_p:hover {

    background-position:-48px 0px;
}
.bc_modifica_p 
{ 
    background-position:-72px 0px;
}
.bc_elimina_p:hover {

    background-position:-96px 0px;
}
.bc_elimina_p 
{ 
    background-position:-120px 0px;
}
.bc_nuovo_p:hover
{ 
    background-position:-144px 0px;
}
.bc_nuovo_p 
{ 
    background-position:-168px 0px;
}
.bc_edit:hover
{ 
    background-position:-144px 0px;
}
.bc_edit 
{ 
    background-position:-168px 0px;
}
