/*
 * Raccolta di stili per l'anagrafe canina
*/

A
  {
  text-decoration : none; 
  }

A:link   
  { 
  text-decoration : none; 
  color="#232B6D" 
  }

A:visited   
  { 
  text-decoration : none; 
  color="#232B6D" 
  }

A:active
  { 
  text-decoration : none; 
  color="#232B6D" 
  }

A:hover   
  { 
  text-decoration : underline; 
  color="#232B6D" 
  }

H1  
  { 
  font-family: sans-serif; 
  text-align: center; 
  border-style: solid;
  font-size: 22pt; 
  background-color: #ddddff 
  }

TH 
  { 
  font-family: sans-serif; 
  text-align: left; 
  font-size: 11pt;
  font-weight: bold; 
  font-style: normal 
  }

.filter  
  { 
  font-family: sans-serif; 
  font-weight: bold; 
  font-size: 11pt 
  }

LI  
  { 
  font-family: sans-serif; 
  font-weight: normal; 
  font-size: 10pt
  }

TD 
  { 
  font-family: sans-serif; 
  font-size: 10pt 
  }

TD.field 
  { 
  color: #555555; 
  }

// .field  { font-family: monospace; font-weight: normal; font-size: 10pt }

INPUT  
  { 
  font-family: sans-serif ; 
  font-weight: normal; 
  font-size: 10pt
  }
         
INPUT.text  
  { 
  background-color: #ffffff; 
//  border:1px #666666 solid; 
  }

//INPUT.white_text  { background-color: #ffffff; }

SELECT  
  { 
  font-family: sans-serif ; 
  font-weight: normal; 
  font-size: 10pt;
  background-color: #ffffff; 
  border:1px;
  //border:1px #666666 solid;
  }

.page  
  { 
  font-family: sans-serif; 
  font-weight: normal; 
  font-size: 10pt
  }

.error  
  { 
  font-family: sans-serif; 
  font-weight: normal; 
  font-size: 10pt; 
  color: red
  }

.boxtitle  
  { 
  font-family: sans-serif; 
  font-weight: bold; 
  font-size: 11pt; color: #ffffff; 
  background-color: #336699;
  text-align: center 
  }

.sep      
  { 
  font-family: sans-serif; 
  font-weight: bold; 
  font-size: 10pt; 
  color: #ffffff; 
  background-color: #dadada;
  text-align: left; 
  background-image: "cellbg.gif"
  }

BODY 
  { 
  color: #232B6D;  
  font-family: Verdana,sans-serif; 
  font-size: 10pt;
  }

