/*** Ultima modifica 17/09/2007 (rel. 05003) ***/
/*-----------------------------
  --- Impostazioni generali ---
  -----------------------------*/
body {
    font-style: normal;
    text-align: left;
    background-color: #ffffff;
    color: #000000;
    font-family: Verdana, Arial, sans-serif;
    font-size: 100%;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-decoration: none;
    font-weight: normal;
}
/*----------------------------------------
  --- Elementi di base della struttura ---
  ----------------------------------------*/
#cwTestata {
    margin-top: 5px;
    border-bottom: #000000 1px solid;
}
#cwTestata2 {
    margin-left: 19%;
    position: absolute;
    top: 0px;
}
#cwLogo {
    width: 18%;
    float: left;
    position: absolute;
    text-align: center;
}
#cwCorpo {
    margin-top: 15px;
    padding-bottom: 15px;
    width: 100%;
}
#cwSinistra {
    font-size: 90%;
    margin-left: 3px;
    width: 18%;
    float: left;
    left: 0px;
}
#cwCentro {
    float: right;
    width: 81%;
    line-height: 120%;
}
#cwCentroMenu {
    margin-left: 3%;
    width: 97%;
}
#cwPiede {
    border-top: #000000 1px solid;
    text-align: center;
    clear: both;
    position: relative;
}
/*----------------------------------
  --- Elementi dell'intestazione ---
  ----------------------------------*/
.cwTitoloIntesta {
    margin-left: 19%;
    margin-right: 1%;
    margin-bottom: 5px;
}
.cwSottoTitoloIntesta {
    margin-left: 19%;
    margin-right: 1%;
    margin-bottom: 10px;
}
.cwInfoIntesta {
    margin-left: 19%;
    padding-bottom: 10px;
}
.cwStemma {
    border: none;
}
/*-------------------------------------
  --- Elementi del menù di sinistra ---
  -------------------------------------*/
.cwLinkSinistra {
    padding-right: 5px;
}
.cwLinkSinistra:hover {
    padding-right: 5px;
}
.cwSinistra0 {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px;
    height: auto;
}
.cwSinistra1 {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px;
    height: auto;
}
.cwSinistra2 {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px;
    height: auto;
}
.cwSinistra3 {
    padding-right: 2px;
    padding-left: 2px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 2px;
    height: auto;
}
/*--------------------------------------
  --- Elementi di rimando all'indice ---
  --------------------------------------*/
.cwHomeRef {
    right: 1%;
    color: #000000;
    position: absolute;
    height: 1em;
    top: 0.5em;
    background-color: transparent;
    padding: 5px;
    font-weight: bold;
    font-size: 60%;
}
.cwTabIndexRef {
    border-bottom: #000000 2px solid;
    border-left: #000000 1px solid;
    right: 1%;
    float: right;
    color: #000000;
    position: relative;
    height: 1em;
    background-color: #ffffff;
    padding: 5px;
    font-weight: bold;
    font-size: 80%;
}
.cwLinkHome {
    text-decoration: none;
    color: #000000;
}
.cwLinkHome:hover {
    text-decoration: none;
    background: #ffcc00;
    color: #000000;
}
/*------------------------------------
  --- Tabelle ed elementi relativi ---
  ------------------------------------*/
.cwTabella {
    padding: 3px;
    border: 1px solid #000000;
}
.cwTabellaIntestazione {
    font-size: 90%;
    padding: 5px;
}
.cwTabellaIntestaRiga {
    padding: 3px;
}
.cwTabellaDati {
    padding: 3px;
    font-size: 100%;
}
.cwTabellaDatiNobg {
    padding: 3px;
    font-size: 100%;
    color: #000000;
    border: 1px solid #e0e0e0;
}
.cwTabellaStruttura {
    padding: 3px;
    border: none;
}
.cwTabellaCalendario {
    padding: 8px;
    text-decoration: none;
}
.cwLarghezza95 {
    width: 95%;
}
.cwLarghezza80 {
    width: 80%;
}
.cwLarghezza50 {
    width: 50%;
}
.cwPosizioneCentrale {
    vertical-align: middle;
    text-align: center;
}
.cwBordoInferiore {
    border-bottom: 1px solid #e0e0e0;
}
.cwTabellaRigaAlta {
    height: 50px;
}
/*-----------------------------------------------
  --- Stili per la formattazione degli schemi ---
  -----------------------------------------------*/
.schemaTabella {
    text-align: center;
    vertical-align: middle;
    border: none;
}
.schemaCella {
    width: 30px;
    height: 30px;
    font-size: 70%;
}
.schemaOccupato {
    border: 1px solid #000000;
    background-color: #ff8020;
}
.schemaConcesso {
    border: 1px solid #000000;
    background-color: #ffff00;
}
.schemaLibero {
    border: 1px solid #000000;
    background-color: #ffffff;
}
/*-------------------------
  --- Elementi di testo ---
  -------------------------*/
.cwTestoModulo {
    font-weight: bold;
}
.cwTestoModuloAnnotazioni {
    font-style: italic;
    font-weight: normal;
}
.cwIntestaPagina {
    width: 70%;
    padding: 3px;
}
.cwIntestaSezione {
    padding: 3px;
}
.cwCarattereFisso {
    font-family: "Courier New", Courier, monospace;
}
.cwCaratterePiccolo {
    font-size: 80%;
}
.cwCarattereGrande {
    font-size: 150%;
    line-height: 150%;
}
.cwCarattereMoltoGrande {
    font-size: 240%
}
.cwCarattereNascosto {
    color: #ffffff;
}
.cwTestoCentrato {
    text-align: center;
}
.cwTestoDestra {
    text-align: right;
}
.cwTestoCorsivo {
    font-style: italic;
}
.cwPulsante {
    font-weight: bold;
}
.cwErrore {
    font-weight: bold;
    font-size: 110%;
    margin-top: 10px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #ff0000;
    background-color: yellow;
}
.cwSelDataBox {
    background-color: #ffff00;
    text-align: center;
    border: outset #ffff00;
    line-height: 160%;
    font-size: 120%;
}
.cwTabServizioTitolo {
    font-weight: bold;
    font-size: 110%;
    margin-top: 10px;
    margin-bottom: 20px;
    text-align: center;
    color: #e3844c;
    letter-spacing: 1px;
    padding: 3px;
}
.cwTabServizioSottotitolo {
    font-size: 60%;
    margin-top: 10px;
    margin-bottom: 20px;
    letter-spacing: 1px;
    padding: 3px;
}
.cwLineaCorta {
    width: 70%;
    position: absolute;
    height: 3px;
}
.cwPulsantiImmagine {
    border: none;
    margin: 5px 20px 5px 20px;
}
.cwCasellaStruttura {
    height: 25px;
    width: 25px;
}
.cwImmagine {
    border: none;
    margin: 0px;
}
.cwImmagineFissa {
    border: none;
    margin: 0px;
    position: absolute;
}
.cwTabComandi {
    right: 25px;
    float: right;
    color: #000000;
    position: relative;
    padding: 5px;
}
/*------------------------
  --- Colori di sfondo ---
  ------------------------*/
.sfondoVerde {
    background-color: #00ff00;
}
.sfondoRosso {
    background-color: #ff8020;
}
.sfondoRossoPieno {
    background-color: #ff0000;
}
.sfondoGiallo {
    background-color: #ffff00;
}
.sfondoGiallino {
    background-color: #ffffcc;
}
.sfondoBianco {
    background-color: #ffffff;
}
.sfondoGrigio {
    background-color: #c0c0c0;
}
.sfondoGrigioChiaro {
    background-color: #e0e0e0;
}
.sfondoAzzurro {
    background-color: #99ccff;
}
