/* Style rules to make data tables look better */


.list-header {
   background-color: #eeeeee;
   font-family: 'Courier New',Courier,monospace;
   font-size: larger;
   font-weight: bold
}

.list-paging-header {
   background-color: white;
}

.list-paging-footer {
   background-color: white;
}

.list-row-even { 
}

.list-row-odd { 
   background-color: #eeeeee;
}

/* Style rules for message severity levels */

.infoMessage {
   color: black;
}

.warnMessage {
   color: orange;
   font-weight: bold;
}

.errorMessage {
   color: red;
   font-weight: bold;
}

.fatalMessage {
   color: red;
   font-style: italic;
   font-weight: bold;
}


BODY, P {
   background-color: #000000;
   color: #ffffff;
   font-family: sans-serif;
   font-size: small;
   text-align: justify
}

.Menu A {
   color: #A52A2A;
   text-decoration: none;
   font-weight: normal;
   font-style: normal;
   font-family: sans-serif;
   font-size: small;
   text-align: justify;
}

.Menu A:HOVER {
   color: #A52A2A;
   text-decoration: none;
   font-weight: bold;
   font-style: normal;
   font-family: sans-serif;
   font-size: small;
   text-align: justify;
}

.TextB {
   border: 0px;
   border-color: White;
   font-weight: bold;
   font-style: normal;
   font-family: sans-serif;
   font-size: small;
   text-align: left;
}

.tdCampo {
   background-color: #E0F4EF;
   border: 1px solid #696969;
   color: #000000;
   font: bold serif;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center
}


.tdCampoImp {
   background-color: #ffff99;
   border: 1px solid #696969;
   color: #000000;
   font: bold serif;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px;
   font-weight: bold;
   text-align: center
}

.tdTesto {
   background-color: white;
   border: 1px solid #696969;
   color: Black;
   font: bold sans-serif;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px
}

.testo {
   color: Black;
   font-family: Arial,Helvetica,sans-serif;
   font-size: 11px
}

.formatoData {
   font-family: Arial,Helvetica,sans-serif;
   font-size: 9px
}

