﻿span.titoloGrigliaMolti
{
    font-size: 1.2em;
    letter-spacing: 0.1em;
    font-weight: bold;
    font-variant: small-caps;
    line-height: 2em;
}

table.ndGrigliaMolti
{
    border: 1px solid lightgray;
}

table.ndGrigliaMolti thead
{
    font-variant: small-caps;
    font-weight: normal;
    text-align: center;
    background-color: #9CB6DE;
    background-image: url("/_linkND/controls/_images/ndTH.png");
    background-repeat: repeat-x;
    color: White;
}

table.ndGrigliaMolti th
{
    border: 1px solid lightgray;
    padding: 5px 0;
}

table.ndGrigliaMolti th.clsObb
{
    font-weight: bold;
    font-variant: small-caps;
}

table.ndGrigliaMolti td
{
    border: 1px solid lightgray;
    border-collapse: collapse;
    vertical-align: middle;
    padding: 2px;
    background-color: #fff;
}
table.ndGrigliaMolti.readonly td
{    
    background-color: transparent;
}


table.ndGrigliaMolti tr.button td
{
    text-align: right;
    background-color: transparent;
}


table.ndGrigliaMolti input.new
{
    width: 100px;
    height: 22px;
}

table.ndGrigliaMolti input
{
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;    
    background-color: transparent;
}

table.ndGrigliaMolti input[readonly]
{
    cursor: not-allowed;
}

table.ndGrigliaMolti textarea {
    border: 0;
}