@font-face {
    font-family: 'Open Sans';
    src: url(nvn4/default.aspx?ca=OpenSans-Regular.ttf) format('truetype');
    font-weight: normal;
    font-style: normal;
}

html, input, div, td {
    font-family: Open Sans;
    font-size: 12px;
}

#hdrCo {
    font-size: 18px;
    font-weight: bold;
    color: #002c56;
}
/*
#hdrRi {
}
*/
.ftr {
    font-size: 12px;
    color: white;
}

.nav {
    white-space: nowrap;
    /*text-decoration: underline;*/
    text-decoration: none;
    color: white;
}

    .nav:hover {
        cursor: pointer;
        color: #d2bd7c;
    }

img#imgUser {
    background-image: url(image/dn_light.png);
}
img#imgUser:hover{
    background-image: url(image/dn_orange.png);
}

img#navBtnH {
    background-image: url(image/muchlt_light.png);
}
img#navBtnH:hover {
    background-image: url(image/muchlt_orange.png);
}
img#navBtnS {
    background-image: url(image/muchgt_light.png);
}
img#navBtnS:hover {
    background-image: url(image/muchgt_orange.png);
}

img#imgFac {
    background-image: url(image/dn_light.png);
}
img#imgFac:hover {
    background-image: url(image/dn_orange.png);
}


/*
.navDvdr {
}
*/
.navHdr {
    text-align: right;
    color: white;
    white-space: nowrap;
}
/*
.navBtn {
}
*/
.navBtn:hover {
    cursor: pointer;
}

.navHdr:hover {
    cursor: pointer;
}

.navUser {
    white-space: nowrap;
    /*text-decoration: underline;*/
    text-decoration: none;
    text-align: right;
}

    .navUser:hover {
        cursor: pointer;
        background-color: #d2bd7c;
    }

#UserDiv {
    background-color: White;
    border: solid 1px black
}

.navFac {
    white-space: nowrap;
    /*text-decoration: underline;*/
    text-decoration: none;
    text-align: right;
}

    .navFac:hover {
        cursor: pointer;
    }

#FacDiv {
    background-color: White;
    border: solid 1px black
}

.bl {
    border-left: solid 1px black;
}

.br {
    border-right: solid 1px black;
}

.bt {
    border-top: solid 1px black;
}

.bb {
    border-bottom: solid 1px black;
}

.bn {
    outline: 0;
}

.rounded-corners {
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    /*-khtml-border-radius: 10px;*/
}

a.ftr {
    text-decoration: none;
    font-size: 12px;
    font-family: Open Sans;
    color: #002c56;
    /*font-weight:bold;*/
}

#tdFtr {
    background-color: #002c56;
}

a.ftr:hover {
    color: #d2bd7c;
}

#lblFac {
    color: #002c56;
}

#tdNav {
    /*border-right: solid #005480 2px;*/
    background-color: #002c56;
}

input[type="button"] {
    border: 2px solid #f68b29;
    background-color: white;
    color: #f68b29;
    font-size: 13px;
    min-width: 150px;
    float: right;
    outline: 0;
    height: 26px;
}

    input[type="button"]:hover {
        border: 1px solid #cccccc;
        padding: 1px;
        background-color: #f68b29;
        color: white;
        outline: 0;
        cursor: pointer;
    }
    input[type="button"]:focus {
        border: 1px solid #cccccc;
        padding: 1px;
        background-color: #f68b29;
        color: white;
        outline: 0;
    }

    input[type="button"][disabled] {
        color: #666666;
        background-color: #CCCCCC;
        /*background-image: url(nvn/default.aspx?ca=btnDis_bg.png); background-repeat:repeat;*/
        font-family: Open Sans;
        font-size: 12px;
        font-weight: bold;
        border: 1px solid #999999;
        cursor: not-allowed;
        height: 20px;
        min-width: 40px;
        width: auto;
        overflow: visible;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center;
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        /*-khtml-border-radius: 5px;*/
    }

#tblLogo {
    width: 100%;
    height: 75px;
    background-color:white;
}

#lblUser {
   color: #002c56;
}

input[type="text"] {
    width: 240px;
    font-size: 15px;
    border: none;
    border-bottom: 1px solid #cccccc;
}

    input[type="text"]:focus {
        width: 240px;
        font-size: 15px;
        border: hidden;
        outline: 0;
        border-bottom: 1px solid #f68b29;
    }

input[type="password"] {
    width: 240px;
    font-size: 15px;
    border: none;
    outline: 0;
    border-bottom: 1px solid #cccccc;
}

    input[type="password"]:focus {
        width: 240px;
        font-size: 15px;
        border: hidden;
        outline: 0;
        border-bottom: 1px solid #f68b29;
    }

#tdHdr {
    outline: 0;
    background-color: white;
}
.ftr.br:hover {
    color: #d2bd7c;
}
img#imgLogo {background-image: url("image/IDS_BP.png"); width: 500px; height: 80px; background-size: auto 80px; background-repeat: no-repeat; }
#tdHdr {background-color: #253455;}
#tdNav {background-color: #253455;}