body {
    margin: 0px;
    padding: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
}

html {
    height: 100%;
    width: 100%;
}

td {
    padding-right: 5px;
    padding-left: 5px;
}

.loginbg {
    background-image: url(../images/loginbg.jpg);
    background-repeat: repeat-x;
    background-position: left top;
    background-color: #e8eeef;
}

.abtlogo {
    background-image: url(../images/abtlogo.png);
    background-repeat: no-repeat;
    padding: 0px;
    height: 76px;
    width: 112px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
    margin-bottom: 10px;
}

.bmttitle {
    font-size: 30px;
    color: #12859e;
    background-image: url(../images/bmtlogo.png);
    background-repeat: no-repeat;
    background-position: left center;
    height: 52px;
    margin-top: 20px;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
    padding-left: 60px;
    line-height: 1.5em;
    width: 400px;
    text-shadow: 1px 1px 1px #fff;
    font-weight: bold;
}

.loginwindow {
    background-image: url(../images/loginwindow.png);
    background-repeat: no-repeat;
    background-position: center center;
    padding: 0px;
    height: 359px;
    width: 372px;
    margin-top: 20px;
    margin-right: auto;
    margin-left: auto;
}

.logintxt {
    background-color: transparent;
    width: 230px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 25px;
    outline: none;
    font-size: 14px;
    color: #333333;
}

.copyright {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #67747a;
    text-align: center;
    width: auto;
    margin-top: 20px;
}

.btn_blue {
    text-transform: uppercase;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #12859e;
    border: 1px solid #26aecb;
    color: #FFF;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    outline: none;
}

    .btn_blue:hover {
        background-color: #086377;
    }

.btn_grey {
    text-transform: uppercase;
    padding-right: 35px;
    padding-left: 35px;
    background-color: #d0d0d0;
    border: 1px solid #FFFFFF;
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
    cursor: pointer;
    outline: none;
}

    .btn_grey:hover {
        background-color: #a7a7a7;
    }

/*input {
    /*-moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
}

    input:focus, input:hover {
        box-shadow: 0px 0px 5px #0CC;
    }*/

textarea {
    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
    resize: none;
    outline: none;
}

select {
    /*-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;*/
}

.top {
    background-color: #67747a;
    height: 54px;
    width: 100%;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #c8d3d4;
    float: left;
    width: auto;
    margin-top: 10px;
    margin-left: 10px;
}

.contents {
    clear: both;
    width: 100%;
    position: relative;
}

.leftpanel {
    margin: 0px;
    padding: 0px;
    float: left;
    height: auto;
    width: 200px;
    background-color: #67747a;
}

.bmtlogo {
    margin: 0px;
    height: 52px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-image: url(../images/bmtlogo.png);
    background-repeat: no-repeat;
    background-position: center center;
}

#nav {
    margin: 0px;
    clear: both;
    height: auto;
    width: 100%;
    padding-top: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
}

    #nav ul {
        margin: 0px;
        padding: 0px;
        list-style-type: none;
    }

    #nav li {
        height: 46px;
        border-top-width: 1px;
        border-bottom-width: 1px;
        border-top-style: solid;
        border-bottom-style: solid;
        border-top-color: #79868b;
        border-bottom-color: #575F62;
        margin: 0px;
        padding: 0px;
        clear: both;
        list-style-type: none;
    }

        #nav li span {
            float: left;
            height: 16px;
            width: 16px;
            padding-top: 15px;
            padding-right: 0px;
            padding-left: 0px;
            margin-left: 20px;
            margin-right: 10px;
        }

    #nav ul li a {
        font-size: 14px;
        color: #FFF;
        text-decoration: none;
        line-height: 3em;
        border-left-width: 5px;
        border-left-style: solid;
        border-left-color: #67747A;
        display: block;
        height: 46px;
        width: auto;
        padding-left: 10px;
    }

        #nav ul li a:hover {
            border-left-color: #12859e;
            background-color: #566369;
        }

    #nav li a.current {
        background-color: #566369;
        border-left-color: #12859e;
    }

.topright {
    float: right;
    width: 150px;
    position: relative;
}

.wrapper-dropdown-3 {
    /* Size and position */
    position: relative;
    width: 100px;
    border-radius: 7px;
    border: 1px solid #115766;
    box-shadow: 0 1px 1px rgba(50,50,50,0.1);
    cursor: pointer;
    outline: none;
    color: #FFFFFF;
    font-size: 12px;
    background-color: #12859e;
    height: 25px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0;
    margin-left: auto;
    line-height: 2em;
    float: right;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 10px;
    z-index: 1000;
}


    .wrapper-dropdown-3:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        top: 50%;
        margin-top: -3px;
        border-width: 6px 6px 0 6px;
        border-style: solid;
        border-color: #8aa8bd transparent;
        right: 15px;
    }

    .wrapper-dropdown-3 .dropdown {
        /* Size & position */
        position: absolute;
        top: 100%;
        right: 0;
        /* Styles */
        background: white;
        border-radius: inherit;
        border: 1px solid rgba(0,0,0,0.17);
        box-shadow: 0 0 5px rgba(0,0,0,0.1);
        font-weight: normal;
        -webkit-transition: all 0.5s ease-in;
        -moz-transition: all 0.5s ease-in;
        -ms-transition: all 0.5s ease-in;
        -o-transition: all 0.5s ease-in;
        transition: all 0.5s ease-in;
        list-style: none;
        /* Hiding */
        opacity: 0;
        pointer-events: none;
        width: 150px;
        text-align: center;
        color: #000;
        margin-right: 0px;
        margin-bottom: 0px;
        margin-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    }


        .wrapper-dropdown-3 .dropdown:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 15px;
            border-width: 0 6px 6px 6px;
            border-style: solid;
            border-color: #fff transparent;
        }

        .wrapper-dropdown-3 .dropdown:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            bottom: 100%;
            right: 13px;
            border-width: 0 8px 8px 8px;
            border-style: solid;
            border-color: rgba(0,0,0,0.1) transparent;
        }

        .wrapper-dropdown-3 .dropdown li a {
            display: block;
            padding: 5px;
            text-decoration: none;
            color: #8aa8bd;
            border-bottom: 1px solid #e6e8ea;
            box-shadow: inset 0 1px 0 rgba(255,255,255,1);
            -webkit-transition: all 0.3s ease-out;
            -moz-transition: all 0.3s ease-out;
            -ms-transition: all 0.3s ease-out;
            -o-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

        .wrapper-dropdown-3 .dropdown li i {
            float: right;
            color: inherit;
        }

        .wrapper-dropdown-3 .dropdown li:first-of-type a {
            border-radius: 7px 7px 0 0;
        }

        .wrapper-dropdown-3 .dropdown li:last-of-type a {
            border: none;
            border-radius: 0 0 7px 7px;
        }

        /* Hover state */

        .wrapper-dropdown-3 .dropdown li:hover a {
            background-color: #D3DBDD;
            color: #000;
        }

    /* Active state */

    .wrapper-dropdown-3.active .dropdown {
        opacity: 1;
        pointer-events: auto;
    }

.contentsright {
    margin-left: 200px;
    position: absolute;
    padding: 0px;
    width: auto;
    display: block;
}

.pagetitle {
    background-color: #FFF;
    height: 38px;
    display: block;
    font-size: 14px;
    color: #12859e;
}

    .pagetitle img {
        height: 16px;
        padding-top: 11px;
        padding-right: 10px;
        padding-left: 10px;
    }

.boxes {
    clear: both;
    width: 100%;
    margin: 20px;
}

    .boxes ul {
        margin: 0px;
        padding: 0px;
    }

        .boxes ul li {
            background-image: url(../images/boxes_bg.png);
            background-repeat: no-repeat;
            height: 81px;
            width: 163px;
            list-style-type: none;
            float: left;
            text-align: center;
            padding-top: 10px;
            padding-right: 0px;
            padding-bottom: 0px;
            padding-left: 0px;
            margin: 15px;
            position: relative;
        }

            .boxes ul li:hover {
                background-image: url(../images/boxes_bg1.png);
                background-repeat: no-repeat;
                color: #FFF;
            }

            .boxes ul li img {
                margin-right: auto;
                margin-left: auto;
                padding-top: 10px;
                clear: both;
                float: none;
            }

            .boxes ul li a {
                font-size: 12px;
                text-decoration: none;
                color: #000000;
                text-align: center;
                clear: both;
                float: none;
                line-height: 2em;
            }

                .boxes ul li a:hover {
                    font-weight: bold;
                    color: #FFF;
                }

            .boxes ul li .highlights {
                height: 32px;
                width: 32px;
                position: absolute;
                right: -5px;
                background-image: url(../images/highlights.png);
                background-repeat: no-repeat;
                top: -5px;
                font-size: 12px;
                font-weight: bold;
                color: #FFF;
                line-height: 2.5em;
                text-align: center;
            }


.divforms {
    clear: both;
    width: 90%;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 10px;
    background-color: #edf2f3;
    overflow: hidden;
    font-size: 14px;
    padding-top: 20px;
    padding-right: 5%;
    padding-bottom: 20px;
    padding-left: 5%;
}

.contentstab {
    width: 70%;
    margin-right: auto;
    margin-left: auto;
}

.contentstabin {
    padding-top: 10px;
    padding-bottom: 10px;
    overflow: hidden;
    clear: both;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #C5D0D2;
}

.contentstab label {
    float: left;
    width: 30%;
    clear: left;
    margin-left: 10%;
    line-height: 2em;
}

.contentstab span {
    float: left;
    width: 60%;
}

.txtbx {
    border: 1px solid #566369;
    outline: none;
    width: 180px;
    text-indent: 5px;
    padding-top: 3px;
    padding-right: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
}

    .txtbx:focus {
        border-top-color: #12859E;
        border-right-color: #12859E;
        border-bottom-color: #12859E;
        border-left-color: #12859E;
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        box-shadow: 0px 0px 5px #0CC;
    }

.editbtn {
    background-color: #3c8198;
    background-image: url(../images/icon_edit.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    background-position: 5px center;
    border: 5px solid #3c8198;
    box-shadow: none;
}

    .editbtn:hover {
        padding-left: 2px;
        padding-right: 25px;
        background-position: right center;
        box-shadow: none;
    }

.deletebtn {
    background-color: #c96e6e;
    background-image: url(../images/icon_delete.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    background-position: 5px center;
    border: 5px solid #c96e6e;
}

    .deletebtn:hover {
        padding-left: 2px;
        padding-right: 25px;
        background-position: right center;
        box-shadow: none;
    }


.viewbtn {
    background-color: #889062;
    background-image: url(../images/icon_view.png);
    background-repeat: no-repeat;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: #FFF;
    padding-left: 25px;
    padding-top: 0px;
    padding-right: 2px;
    padding-bottom: 0px;
    background-position: 5px center;
    border: 5px solid #889062;
}

    .viewbtn:hover {
        padding-left: 2px;
        padding-right: 25px;
        background-position: right center;
        box-shadow: none;
    }



.modalBackground {
    height: 100%;
    width: 100%;
    z-index: 1999;
    opacity: 0.7;
    filter: alpha(opacity=80);
    background-color: Gray;
    left: 0px;
    border: 1px solid #333;
    top: 0px;
    position: fixed; /* background-image: url('../images/opacity85.png');
            background-repeat: repeat;*/
}

.divCls {
    height: 50%;
    width: 50%;
    z-index: 2000;
    left: 25%;
    border: 1px solid #333;
    top: 25%;
    background-color: #EFF3FB;
    position: fixed;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(243, 237, 237, 0.9);
    -webkit-box-shadow: 0 4px 16px rgba(000, 000, 000, 0.9);
}

.popupDivHeader {
    height: 20px;
    width: 100%;
    font-size: medium;
    font-weight: bold;
}

.Header {
    background-color: #889062;
}

.modeldivCls {
    font-size: medium;
    height: 60%;
    width: 50%;
    z-index: 2000;
    border: 1px solid #333;
    top: 25%;
    left: 25%;
    background-color: #EFF3FB;
    position: fixed;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
    box-shadow: 0 4px 16px rgba(243, 237, 237, 0.9);
    -webkit-box-shadow: 0 4px 16px rgba(000, 000, 000, 0.9);
}



.UpdateProgressBackground {
    height: 100%;
    width: 100%;
    z-index: 149;
    opacity: 0.7;
    filter: alpha(opacity=80);
    background-color: Gray;
    left: 0px;
    border: 1px solid #333;
    top: 0px;
    position: fixed;
}

.UpdateProgressImage {
    font-size: medium;
    z-index: 150;
    top: 25%;
    left: 25%;
    position: fixed;
    overflow: hidden;
}

.inputbtn {
    background-repeat: no-repeat;
    background-position: 5px center;
    padding-left: 25px;
    border: 1px solid #999;
    background-color: #c2dff3;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    margin: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .inputbtn:hover {
        background-color: #c6e4ef;
        border-top-color: #008ccd;
        border-right-color: #008ccd;
        border-bottom-color: #008ccd;
        border-left-color: #008ccd;
        color: #00547b;
    }

.imgbtn {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding-left: 25px;
    border: 1px solid #999;
    background-color: #c2dff3;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin: 10px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: bold;
    width: 150px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}

    .imgbtn:hover {
        background-color: #c6e4ef;
        border-top-color: #008ccd;
        border-right-color: #008ccd;
        border-bottom-color: #008ccd;
        border-left-color: #008ccd;
        color: #00547b;
    }



.Grid {
    background-color: #E7EBEE;
    margin: 5px 0 10px 0;
    border: solid 1px #12859e;
    border-collapse: collapse;
    font-family: Calibri;
    color: #474747;
    padding: 4px;
    color: #333333;
    width: 100%;
}

    .Grid th {
        padding: 4px 2px;
        background: #12859e;
        font-weight: bold;
        color: white;
        font-size: 13px;
        font-family: Verdana;
        height: 20px;
    }


.gridAlternateRow {
    background-color: #e0e8eb; /*LightGrey*/
    padding: 2px;
    font-size: 12px;
}

.gridRow {
    background-color: White;
    padding: 2px;
    font-size: 12px;
    word-wrap: hyphenate;
}

.gridFooter {
    background-color: #5D7B9D;
    font-weight: bold;
    color: white;
}

.gridPager {
    text-align: center;
    color: white;
    background-color: #12859e;
}

.gridEdit {
    background-color: #999999;
}

.gridSelect {
    background-color: #E2DED6;
    font-weight: bold;
    color: #333333;
}

.gridlink {
    cursor: hand;
    cursor: pointer;
}


.lnkbutton {
    background: none!important;
    border: none;
    padding: 0!important;
    font: inherit;
    /*border is optional
    border-bottom: 1px solid #444;*/
    text-decoration: underline;
    cursor: pointer;
    width: 100%;
    font-weight: normal;
}

    .lnkbutton:hover {
        background: none!important;
        border: none;
        padding: 0!important;
        font: inherit;
        /*border is optional
        border-bottom: 1px solid #444;*/
        text-decoration: underline;
        cursor: pointer;
        color: blue;
        width: 100%;
        font-weight: bold;
    }
