﻿Body 
{
  font-family: verdana;
  font-size: 11px;
}



.LinkObject A:link
{
	text-decoration: none;
	color: #0066CC;
}

.LinkObject A:visited
{
	text-decoration: none;
	color: #0066CC;
}

.LinkObject A:hover
{
	text-decoration: underline;
	cursor: pointer;
	color: #0066CC;
}

.LinkObject A:active
{
	text-decoration: none;
	color: #0066CC;
}


.TestoStandard
{
  font-family: verdana;
  font-size: 11px;
}

.SchedaBordo
{
    border: solid 1px gray;
    padding: 10px 10px 10px 10px;
    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
{
   padding:3px;
   border: none 0px;
}

.Tabella tr
{
}

.Scheda
{
    margin: 0px;
    border-style: none;
    border-width: 0px;
    padding: 0px;
    width: 100%;
    background-color: #f5f5f5;
    border-spacing: 0px;
}


.Scheda td.FirstCell
{
    margin: 0px;
    border-style: Solid;
    border-width: 5px;
    padding: 0px;
    width: 100%;
    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;
}

.TestoCentrato
{
    text-align:center;
}

.Importo
{
    text-align:right;
}

.ImportoTotale
{
    text-align:right;
    background-color:#D2DEEF;
}

.TestiPerValidazione
{
    font-weight: bold;
    color: #FF0000;
    vertical-align: text-bottom;
    text-indent: 3px;
}

.CampoObbligatorio
{
    font-weight: bold;
    color: #FF0000;
    vertical-align: text-bottom;
    text-indent: 3px;
}

.TestoEvidenziato
{
    font-family: Verdana;
    font-size: medium;
    font-variant: small-caps;
    color: #000000;
}


[disabled] { color:Black;}

input[disabled] { color:Black;}


.ModificaSoloASL {
    background-color:Orange;
}

.VedeSoloASL {
    background-color:Yellow;
}

.Cliccabile 
{
    cursor:pointer;
    color:Blue;
    text-decoration:underline;
}



.PannelloBarraTitolo
{
    font-weight:bold;
    background: url(/images/toolbar/backgroundgradient.gif);
    border: Solid 1px Gray;
    border-spacing: 0px;
    padding:4px;
}

.Pannello
{
    background-color:#C8D8ED;
    border:Solid 1px black;
}