@import "autoComplete.css";
@import "StyleSheet-Calendar.css";
@import "style-cookie.css";

body
{
    margin: 0px;
    padding: 4px;
    font-family: Georgia;
    font-size: 85%;
    color: Black;
    background-repeat: repeat-x;
}

/* Datapager ---------------------------- */

.controllo
{
    z-index: 0;
    margin: 5px;
    padding: 4px;
    min-height: 20px;
    border: 1px solid #333333;
    background-color: #FFFFFF;
    cursor: pointer;
    min-width: 25px;
}

.corrente
{
    z-index: 0;
    margin: 5px;
    padding: 4px;
    min-height: 20px;
    border: 1px solid #333333;
    background-color: #333333;
    cursor: default;
    min-width: 25px;
    color: #C0C0C0;
}


/* Tabelle  -----------------------------------------------------------------*/

th
{
    margin: 0;
    padding: 0 4px;
    height: 27px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: "Helvetica Neue" , helvetica, "microsoft sans serif" , arial, sans-serif;
    font-size: 90%;
    color: #FFFFFF;
    text-decoration: none;
}

td
{
    border: solid 1px gray;
    margin: 0;
    padding: 0.5em;
    text-align: left;
}

.popupcalendar
{
    padding: 0;
    margin: 0;
    width: 300px;
}

/* Varie ----------------------------------------------------------------------------- */

.divnotizie
{
    width: 290px;
    float: left;
    padding-top: 8px;
}

.divevidenza
{
    border: 1px dotted #808080;
    width: 290px;
    float: left;
    padding: 5px;
    margin-bottom: 1em;
    margin-top: 1em;
    padding-top: 8px;
    background-color: #FFFFEC;
    border-radius: 5px;
   /* -moz-border-radius: 5px;*/
    box-shadow: 2px 2px 5px #888888;
  /*  -webkit-box-shadow: 2px 2px 5px #888888; /* Safari */       
}

.bannerini
{
    display: block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.letterale
{
    list-style-type: lower-latin;
}

.iframe
{
    border: none;
    border-width: 1px;
    border-color: #000;
    height: 400px;
    overflow: auto;
    padding: 5px;
    float: left;
}

.nobordo
{
    border: none;
}

.grassetto
{
    font-weight: bold;
}

.corsivo
{
    font-style: italic;
}

.nascosto, hr, h1, h2
{
    position: absolute;
    left: 0px;
    top: -500px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.rosso
{
    color: #CC0000;
    font-weight: bold;
}

.verde
{
    color: #009933;
    font-weight: bold;
}

.clear
{
    float: none;
    clear: both;
    margin: 0;
    padding: 0;
    border: none;
}

.box
{
    border: 1px solid #BCDCFC;
    background-color: #E6E6FF;
    padding: 4px;
}

.center
{
    text-align: center;
}

.info
{
    border: thin dotted red;
    padding: 0.5em 0.5em 0.5em 50px;
    margin: 0.5em;
    min-height: 40px;
    background: url(/images2/info.jpg) no-repeat left center;
}

.indietro
{
    background-image: url(/images2/indietro.gif);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
    margin-left: 10px;
    margin-top: 10px;
}

.destra, .right
{
    text-align: right;
}

.sinistra, .left
{
    text-align: left;
}

/* Calendario ----------------------------------------------------------------------------- */

#calendario, #calendario2
{
    padding: 10px 0;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

#calendario .OtherMonthDayStyle, #calendario2 .OtherMonthDayStyle
{
    color: #CCCCCC;
    background-color: #FFFFFF;
}

#calendario .WeekEndStyle, #calendario2 .WeekEndStyle
{
    color: #CCCCCC;
    background-color: #FFECEC;
}

#calendario table, #calendario2 table
{
    width: 100%;
}

#calendario tfoot td, #calendario2 tfoot td
{
    border: none;
}

#calendario tfoot td#prev, #calendario2 tfoot td#prev
{
    text-align: left;
    font-weight: bold;
    border: none;
}

#calendario tfoot td#prev a, #calendario2 tfoot td#prev a
{
    border: none;
}

#calendario tfoot td#next, #calendario2 tfoot td#next
{
    text-align: right;
    font-weight: bold;
    border: none;
}

#calendario tfoot td#next a, #calendario2 tfoot td#next a
{
    border: none;
}

#calendario td, #calendario2 td
{
    padding: 2px 0;
    margin: 0;
    text-align: center;
}

/* Tabelle  -----------------------------------------------------------------*/

th
{
    margin: 0;
    padding: 0 4px;
    height: 27px;
    line-height: 27px;
    text-transform: uppercase;
    font-family: "Helvetica Neue" , helvetica, "microsoft sans serif" ,arial,sans-serif;
    font-size: 90%;
    color: #333333;
    text-decoration: none;
    background: transparent url(/images2/bg-bubplastic-h-orange.gif) top left repeat-x;
}

td
{
    border: solid 1px gray;
    margin: 0;
    padding: 0.5em;
    text-align: left;
}

.headerstyle, .footerstyle
{
    background-color: #999999;
    color: #FFFFFF;
}

.rowstyle
{
    background-color: #EFF3FB;
}

.pagerstyle
{
    background-color: #999999;
    color: #FFFFFF;
    text-align: center;
}

.Alternatingrowstyle
{
    background-color: #DCDCDC;
}

/* Form ----------------------------------------------------------------------------- */

#login
{
    width: 95%;
    padding: 4px;
    border: 1px solid #BCDCFC;
    background-color: #E6E6FF;
}

#login label
{
    font-weight: bold;
    float: left;
    width: 85px;
    display: block;
    padding-top: 5px;
    color: #333333;
}
#login input
{
    font-family: Tahoma;
    font-size: 11px;
    margin-bottom: 2px;
}

input
{

}

.form
{
    padding: 1em;
}

.form label
{
    float: left;
    width: 250px;
    display: block;
    padding-top: 5px;
    color: #333333;
    clear: both;
    margin-bottom: 0.5em;
}

.form input, .form select, .form textarea
{
    border: 1px ridge #808080;
    background: #E2E1E0 url(/images2/bg7711304181.png) repeat-x;
    font-family: tahoma, helvetica, sans-serif;
    font-style: normal;
    padding: 2px;
    color: #000000;
    margin-bottom: 0.5em;
}

/* -------------------------------------------------------------------------*/
/* Layout  -----------------------------------------------------------------*/
/* -------------------------------------------------------------------------*/

#contenitore
{
    border-width: 1px;
    border-color: #C0C0C0;
    width: 741px;
    margin: 0 auto;
    color: #717171;
    border-right-style: solid;
    border-left-style: solid;
    background-color: #FFFFFF;
}

/* Legenda -----------------------------------------------------------------*/

#legenda
{
    line-height: 22px;
    min-height: 22px;
    height: 22px;
}

/* Testata  ----------------------------------------------------------------*/

#template-alto
{
    background-image: url('../images2/top1.jpg');
    background-repeat: no-repeat;
    height: 55px;
    padding: 0 10px 0 15px;
}

#cerca
{
    float: left;
    width: 200px;
    padding-top: 30px;
}

/* Menù alto ------------------------------------------------------------------*/

#menu-alto
{
    float: right;
    width: 495px;
    font-weight: bold;
    text-transform: uppercase;
    color: #333333;
    padding-top: 18px;
}

#menu-alto li
{
    padding-right: 0.5em;
    display: inline;
    padding-left: 0.5em;
    border-left: 1px solid #ffffff;
    padding-bottom: 0px;
    margin: 0;
}
#menu-alto ul
{
    padding-left: 0px;
    padding-bottom: 0px;
    margin: 0;
}
#menu-alto li.first
{
    border-left-width: 0px;
}
#menu-alto a:link, #menu-alto a:visited
{
    color: #333333;
    text-decoration: none;
}
#menu-alto a:hover
{
    color: #000000;
    text-decoration: underline;   
}
#testata
{
    background-image: url('../images2/top2.jpg');
    background-repeat: no-repeat;
    height: 200px;
    clear: both;
}

/* Briciole ------------------------------------------------------------------------ */

#briciole
{
    padding: 2px 0 2px 5px;
    color: #000000;
    background-color: #F2FBFF;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-color: #000099;
    border-bottom-color: #000099;
    margin-bottom: 1em;
    display: block;
    width: 100%;
    min-height: 25px;
}

#briciole p
{
    text-align: left;
    padding: 0;
    margin: 0;
}

#briciole a:link, #briciole a:visited
{
    color: #000000;
}

#briciole a:hover
{
    color: #FF0000;
    text-decoration: underline;
}

/* Contenuto ---------------------------------------------------------------*/

#utilita
{
    text-align: right;
    display: block;
    width: 100%;
    min-height: 25px;    
}

 #utilita img, #utilita span
{
    float: right;
    line-height: 22px;
    height: 22px;
}

#contenuto
{
    padding: 0 10px 0 0;
    margin-bottom: 5px;
    color: Black;
    display: block;
}

#contenuto img
{
    background: #ffffff;
    padding: 3px;
    border: 1px solid #999999;
    margin: 4px;
}

#contenuto p, #contenuto li
{
    line-height: 1.4em;
}


#contenuto a:link, #contenuto a:visited
{
    color: #000099;
    text-decoration: none;
}

#contenuto a:hover
{
    color: #FF3535;
    text-decoration: underline;
}


#sezione-sinistra
{
    float: left;
    width: 205px;
    padding-left: 5px;
    border-right-width: 1px;
    border-right-style: solid;
    border-right-color: #e2e2e2;
    padding-right: 5px;
}

#sezione-sinistra ul, #colonna-destra ul
{
    padding: 0;
    margin: 0;
}

#sezione-sinistra ul li, #colonna-destra ul li
{
    background-color: #f1f1f1;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #b2b2b2;
    padding: 1px 0 1px 9px;
    margin: 2px 0 0 0;
    list-style-type: none;
}

#sezione-destra
{
    float: right;
    width: 490px;
}

#colonna-destra
{
    width: 178px;
    float: right;
    padding-top: 8px;
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: #e2e2e2;
    padding-left: 5px;
}


#contenuto-admin
{
    margin: 1em auto;
    padding: 1em;
    max-width: 1280px;
    border: solid 1px gray;
}

.barra
{
    background-color: #f1f1f1;
    height: 12px;
    border-left-width: 2px;
    border-left-style: solid;
    border-left-color: #b2b2b2;
    padding: 1px 0 1px 5px;
    margin-bottom: 2px;
}

.barra a, .barra a:visited
{
    color: #333333;
    text-decoration: none;
}
.barra a:hover
{
    color: #CC3300;
    text-decoration: underline;
}
h3
{
    border-width: 1px;
    border-color: #000066;
    font-family: Georgia;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000066;
    border-bottom-style: solid;
}
.rightimg
{
    display: block;
    float: right;
    margin-left: 6px;
}
.leftimg
{
    display: block;
    float: left;
    margin-right: 6px;
}

.ruler
{
    background-color: #e2e2e2;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 1px;
}

.datap
{
    border-width: 1px;
    border-color: #000066;
    display: block;
    float: right;
    width: 50%;
    border-bottom-style: dotted;
    font-style: italic;
}


/* Pié di pagina ------------------------------------------------------------------------ */

#loghi
{
    clear: both;
    width: 741px;
    height: 59px;
    margin: 0 auto;
    padding: 5px;
    text-align: center;
}

#loghi img
{
    margin: 0 14px;
}

#piedipagina
{
    clear: both;
    width: 741px;
    height: 59px;
    margin: 0 auto;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #e2e2e2;
    padding: 5px;
    text-align: center;
    color: #333333;
    background-image: url(../images2/bottom-bg.jpg);
    background-repeat: repeat-x;
}

#piedipagina p
{
    padding: 0;
    margin: 0;
}
