body{
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
}

table {
        font-size : 9pt;
}
td {
        font-size : 9pt;
}
th {
        font-size : 9pt;
        font-weight : bold;
}
input {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
}

a:link{
        text-decoration: none;
        color: #000080;
}
a:hover{
        text-decoration: underline;
        color: #000080;
}
a:visited{
        text-decoration: none;
        color: #000080;
}
.input {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 200px;
}
.inp50 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 50px;
}
.inp40 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 40px;
}
.inp60 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 60px;
}
.inp75 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 75px;
}

.inp80 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 80px;
}
.inp120 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 120px;
}
.inp170 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 170px;
}
.inp300 {
        font-family : Tahoma, Arial, Helvetica;
        font-size : 9pt;
        width : 300px;
}
.disabled {
        color : Gray;
}
.bggreen {
        background-color: #E0F0E0;
}

.bgyell {
        background-color: #FFFFE0;
}

.bggray {
        background-color: #E8E8E8;
}
.info {
        font-family : Tahoma, Arial, Helvetica;
        font-size   : 7pt;
        text-align  : center;
        font-weight : normal;
}
.inplus {
        font-family : Tahoma, Arial, Helvetica;
        font-size   : 10pt;
        text-align  : center;
        font-weight : bold;
}
.debug {
        background-color: Silver;
}

.selrow {
    color: #F00F0F;
    font-weight : bold;
    background-color: #C0F0F0
}

.nb{
        font-family : Tahoma, Arial, Helvetica;
        font-size : 8pt;
}

.tbl_grid {
    border-left: 1px solid gray;
    border-top: 1px solid gray;
}

.tbl_th {
    background-color: #E0E0E0;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

.tbl_td {
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
}

