﻿.bodybgcss {
    margin: 0;
    padding: 0px;
    font-family: Verdana;
    background-image: url(../../images/bg.png);
    background-repeat: repeat;
}

    .bodybgcss .header {
        width: 1000px;
        height: 95px;
        margin: 0 auto;
    }

.midcontent {
    margin: 0 auto;
    background-image: url(../../images/mid.png);
    background-repeat: repeat-y;
    width: 1000px;
    min-height: 480px;
}

.footer {
    width: 1000px;
    margin: 0 auto;
    background-image: url(../../images/foot.png);
    background-repeat: no-repeat;
    color: white;
    font-family: Verdana,Tunga;
    text-align: center;
    height: 30px;
    padding-top: 5px;
    font-size: 12px;
}

    .footer a, .footer a:hover {
        color: #FFF;
    }

.login {
    margin: 0px auto;
    background-image: url('../../images/login.png');
    background-repeat: no-repeat;
    width: 382px;
    height: 350px;
}

.login1 {
    margin: 0px auto;
    height: 270px;
    color: #070707;
    width: 382px;
}

.barcss {
    margin: 0px auto;
    background-image: url(../../images/barbg.png);
    background-repeat: repeat-x;
    width: 982px;
    height: 28px;
    color: White;
}

.barcss1 {
    margin: 1px auto; /*background-image:url(../../images/barbg1.png); background-repeat:repeat-x*/
    background-color: #efb0ba;
    width: 982px;
    height: 25px;
    color: Black;
}

.contentbg {
    width: 980px;
    margin: 0 auto;
    background-color: #f4dde1;
}

.menu {
    display: flex;
    width: 100%; /* Fill parent container */
    height: 23px;
    background-color: #742160;
    color: white;
    font-size: 10pt;
    position: relative;
    justify-content: space-between; /* Even spacing */
    align-items: center;
    padding: 0;
    margin: 0;
}



    .menu a {
        background-color: #742160;
        border-right: 1px solid #7795BD;
        color: white;
        display: block;
        font-weight: bold;
        font-size: 13px;
        font-family: Verdana,Arial;
        line-height: 23px;
        text-decoration: none;
        padding: 0 50px;
        text-align: initial;
        white-space: nowrap;
    }


        .menu a:hover {
            background-color: #f098b7;
            color: #3c232b;
            font-weight: bolder;
            width: 100%;
        }

.submenu {
    background-color: #742160;
    position: initial;
    color: #fff;
    z-index: 1000;
    font-size: 12px;
    font-family: Verdana, Arial;
    left: 0;
}

    .submenu a {
        background-color: #742160;
        color: #fff;
        display: block;
        font-weight: bold;
        padding: 6px 6px;
        white-space: nowrap;
        text-decoration: none;
        text-align: initial;
    }

        .submenu a:hover {
            background-color: #f098b7;
            color: #3c232b;
        }
