﻿Body 
{
  font-family: verdana;
  font-size: 11px;
}

.TestoStandard
{
  font-family: verdana;
  font-size: 11px;
}

.SchedaBordo
{
    border: solid 1px silver;
    padding: 10px 10px 10px 10px;
    background-color: #f5f5f5;
}

.SchedaBordoRistretto
{
    border: solid 1px silver;
    padding: 3px 3px 3px 3px;
    background-color: #f5f5f5;
}

.SchedaTitolo
{
    color: #000000;
    background-color: #D3DAE4;
    white-space: nowrap;
    
    border-left-style: solid;
    border-left-width: 1px;
    border-left-color: silver;

    border-top-style: solid;
    border-top-width: 1px;
    border-top-color: silver;

    border-right-style: solid;
    border-right-width: 1px;
    border-right-color: silver;

    border-bottom-style: none;
    border-bottom-width: 0px;
    border-bottom-color: silver;
    
    font-family: Verdana;
    font-size: small;
    font-variant: small-caps;
    text-indent: 3px;
}

.SchedaTitolo2
{
    cursor: default; 
    color: #FFFFFF;  
    font-family: Verdana;
    font-size: medium;
    font-variant: small-caps;
    padding-left: 5px;
    height: 20px;
    background-image: url(../images/grid/grid_headerBg.gif); 
    background-color: #8988A5; 
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #2E5588;
    border-bottom: 1px solid #57566F; 
}

.SchedaTitolo3
{
    color: #000000;
    background-color: #999999;
    border-right-style:none;
    border-right-width: 0px;
    border-left-style: solid;
    border-left-width: 10px;
    border-left-color: #2E5588;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #2E5588;
    font-family: Verdana;
    font-size: medium;
    font-variant: small-caps;
}

.Tabella
{
   border: none 0px;
   left: 0px;
   right: 0px;
   padding:3px;
}

.Scheda
{
    margin: 0px;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    left: 0px;
    right: 0px;
    background-color: #f5f5f5;
    border-spacing: 0px;
}


.Scheda td.FirstCell
{
    margin: 0px;
    border-style: Solid;
    border-width: 5px;
    padding: 0px;
    left: 0px;
    right: 0px;
    background-color: Red;
    border-spacing: 0px;
}

.CodeLabel
{
    font-family: Verdana;
    font-size: x-large;
    vertical-align: middle;
    text-align: center;
    background-color: #757495;
    color: #FFFFFF;
    border: 1px solid #000080;
}

.Importo
{
    text-align:right;
}

.TestiPerValidazione
{
    font-weight: bold;
    color: #FF0000;
    vertical-align: text-bottom;
    text-indent: 3px;
}

.Scrollbars
{
    scrollbar-face-color:#FFFFFF; 
    scrollbar-arrow-color:''; 
    scrollbar-track-color:#E2EFFF; 
    scrollbar-shadow-color:''; 
    scrollbar-highlight-color:''; 
    scrollbar-3dlight-color:''; 
    scrollbar-darkshadow-Color:''; 
}

.Prenotazione
{
    /*
    background-image:url('/images/prenotazione-background-top2.png');
    background-repeat:repeat-x;
    */
}

.PrenotazioneUtente
{
    /* gecko based browsers */
    background: -moz-linear-gradient(top, transparent, #FFFFFF);

    /* webkit based browsers */
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#FFFFFF));


    /* IE based browsers */
    /* filter:progid:DXImageTransform.Microsoft.Gradient(startColorstr='transparent', endColorstr='#FFFFFF', gradientType='0'); */

}

.CP1 
{
    width:50px;
    text-align:center;
    font-size:9px;
    background-color:#D0E1F2;
    border-left:1px Solid Black;
}

.AllineaDx
{
    text-align:right;
}

@media (max-width: 750px) {
    .NascondiSePiccolo {
        display: none;
    }
}
