﻿body
{
    background-color: #FAFFFF;
    font-family: Tahoma;
    font-size: 0.7em;
    line-height: 1;
    margin: 0;
}

#ndWrapper
{
    border: solid 1px #31619C;
    border-bottom: 5px solid #739AD6;
    border-radius: 20px 20px 10px 10px;
    margin: 5px;
    padding: 2px;
}

input, textarea
{
    margin: 0;
    border: 1px #CCCCCC solid;
    padding: 1px 0 1px 2px;
    border-radius: 5px;
    font-family: Tahoma;
    font-size: 1em;
}

#divButtonPage
{
    background: url('/_linkND/controls/_images/divButtonPage.png') repeat-x scroll 50% 50% #DEEDF7;
    border: 1px solid #AED0EA;
    border-radius: 6px 6px 0 0;    
}

/*** ndBtn ***/
.ndBtnWrap
{    
    background-repeat: repeat-x;
    border-radius: 10px;
    font-size: 1em;
    font-variant: small-caps;
    font-weight: bold;
    padding: 16px 6px;
}
.ndBtn
{
    background-color: #fff;
    border: 1px solid #093D6F;
    border-radius: 5px;
    box-shadow: 2px 2px 2px #9CB2DE;
    color: #000;
    cursor: pointer;
    height: 14px;
    margin: 0 3px;
    padding: 8px 10px;    
}
.ndBtnYellow
{
    background-color: yellow;
}
.ndBtn span
{
    color: #008ddd;
}
.ndBtn:hover
{
    background-color: #5279B5;
    border: 1px solid gray;
    color: #fff;
}
.ndBtn span:hover
{
    color: #093d6f;
}
/*** FINE ndBtn ***/

/*** table, tr, td ***/
td.ndNotAllowed
{
    background-image: url('/_link/resources/icon/notAllowed-16.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: not-allowed;
}
td.ndNotAllowed *
{
    display: none;
}
/*** FINE table, tr, td ***/