﻿body, html {
    color: #000;
}

.popupPnl_bhudarna_survey, .popupPnl_holder_survey {
    border: 2px solid;
    position: absolute;
    min-height: 50px;
    max-height: 500px;
    opacity: 1;
}

#header, .heading, h1 {
    clear: both;
}

#midCont, .cal .ajax__calendar_body, .curveBox, .divBox, .divMSG, .failureNotification, .linkBox, .linkCont, .messgae, .msgImg, .msgText, .navBlock ul, .rowContact, .searchBox {
    overflow: hidden;
}

    #cssmenu ul, .bottomLink li, .bullet li, .navBlock ul li, .sitemap ul, ul li {
        list-style: none;
    }

html {
    font-family: Arial,Helvetica,sans-serif,'Microsoft Sans Serif';
}

body {
    /*background: url(../Images/bodyBG.gif) left top #FFF;*/
    margin: 0;
    padding: 0;
    letter-spacing: .4px;
    font-size: .85em !important;
}

.popupPnl_holder_survey {
    left: 30%;
    right: 30%;
    top: 30%;
    min-width: 40%;
}

.popupPnl_bhudarna_survey {
    left: 10%;
    right: 10%;
    top: 20%;
    min-width: 80px;
}

ajax__calendar {
    display: inline;
}

img {
    border: none;
}

a {
    font-size: small;
    color: #315375;
    font-family: Sakal Marathi;
}

    a:link {
        color: #00f;
        cursor: pointer;
    }

    a:visited {
        color: #090;
    }

.cal .ajax__calendar_container {
    background-color: #fff;
    border: 1px solid grey;
    font-family: 'Sakal Marathi';
    cursor: default;
    width: 205px;
    font-size: 12px;
    text-align: center;
    padding: 0;
}

.cal .ajax__calendar_body {
    height: 139px;
    width: 205px;
    position: relative;
}

.cal .ajax__calendar_days, .cal .ajax__calendar_months, .cal .ajax__calendar_years {
    top: 0;
    left: 0;
    height: 139px;
    width: 195px;
    padding: 5px;
    position: absolute;
    text-align: center;
}

.cal .ajax__calendar_next, .cal .ajax__calendar_prev {
    margin-top: 2px;
    height: 15px;
    width: 25px;
    border-color: #000;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
}

.cal .ajax__calendar_days table {
    border-spacing: 0;
    border-collapse: collapse;
    font: 100% sans-serif;
    text-align: center;
}

input[type=text], input[type=file], input[type=password] {
    line-height: 24px;
    height: 24px;
    padding: 0 6px;
    border: 1px solid #e3ecf1;
}

.cal .ajax__calendar_prev {
    margin-left: 4px;
    float: left;
    background-image: url(Image/left.png);
}

.cal .ajax__calendar_next {
    margin-right: 4px;
    float: right;
    background-image: url(Image/right.png);
}

.cal .ajax__calendar_title {
    cursor: pointer;
    font-weight: 700;
    text-align: center;
}

.cal .ajax__calendar_footer, .cal .ajax__calendar_today {
    display: none;
}

.cal .ajax__calendar_dayname {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 5px;
    margin-left: 2px;
    margin-right: 2px;
    text-align: center;
    font-weight: 700;
    font-size: 10pt;
    color: #000;
    border-bottom: solid 1px #a6a6a6;
}

form {
    margin: 0;
    padding: 0;
    border: none;
}

input[type=text].focus, input[type=text]:focus {
    border: 1px solid #707070;
    box-shadow: 0 0 5px 2px #969696;
    transform: scale(1.2);
    font-size: 16px;
}

.alertmsg {
    background: #b61a15;
    border-color: #5b0d0b #72100d #9f1713;
    background-image: -webkit-linear-gradient(top,#921511,#e4201b);
    background-image: -moz-linear-gradient(top,#921511,#e4201b);
    background-image: -o-linear-gradient(top,#921511,#e4201b);
    background-image: linear-gradient(to bottom,#921511,#e4201b);
}

input[type=submit] {
    display: inline-block;
    vertical-align: top;
    /*min-width: 45px;*/
    min-height: 25px;
    padding: 0 24px;
    font-size: 14px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 1px #154c86;
    background-color: green;
    background-clip: padding-box;
    border: 1px solid #0ff;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px rgba(255,255,255,.4),0 1px 2px rgba(0,0,0,.2);
    box-shadow: inset 0 1px rgba(255,255,255,.4),0 1px 2px rgba(0,0,0,.2);
    background-image: -webkit-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0) 50%,rgba(0,0,0,.12) 51%,rgba(0,0,0,.04));
    background-image: -moz-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0) 50%,rgba(0,0,0,.12) 51%,rgba(0,0,0,.04));
    background-image: -o-linear-gradient(top,rgba(255,255,255,.3),rgba(255,255,255,0) 50%,rgba(0,0,0,.12) 51%,rgba(0,0,0,.04));
    background-image: linear-gradient(to bottom,rgba(255,255,255,.3),rgba(255,255,255,0) 50%,rgba(0,0,0,.12) 51%,rgba(0,0,0,.04));
}

.lblTitle, .lblTitle2 {
    text-align: left !important;
    float: left;
}

input[type=submit]:hover {
    cursor: pointer;
    border: 1px solid;
    box-shadow: inset 0 0 20px rgba(255,255,255,.5),0 0 20px rgba(255,255,255,.2);
    outline-color: #0ff;
    outline-offset: 15px;
    text-shadow: 1px 1px 2px #427388;
    background: #dc143c;
    border-radius: 7px;
    transform: scale(1.2);
}

.linkButton_btn, .linkButton_btn:disabled {
    cursor: not-allowed;
    transform: scale(1);
    opacity: .6;
}

input[type=submit][disabled] {
    border: 1px solid #000;
    background-color: #333;
    opacity: .6;
    color: #fff;
    cursor: not-allowed;
    transform: scale(1);
}

input[type=submit]:active {
    color: rgba(255,255,255,.9);
    text-shadow: 0 -1px #154c86;
    background: #1f71c8;
    border-color: #113f70 #154c86 #1c65b2;
    -webkit-box-shadow: inset 0 1px 3px rgba(0,0,0,.2),0 1px rgba(255,255,255,.4);
    box-shadow: inset 0 1px 3px rgba(0,0,0,.2),0 1px rgba(255,255,255,.4);
    background-image: -webkit-linear-gradient(top,#1a5da5,#3a8be0);
    background-image: -moz-linear-gradient(top,#1a5da5,#3a8be0);
    background-image: -o-linear-gradient(top,#1a5da5,#3a8be0);
    background-image: linear-gradient(to bottom,#1a5da5,#3a8be0);
}

input[type=text][disabled] {
    border: 1px solid #999;
    background-color: #ddd;
    font-weight: 700;
    cursor: not-allowed;
}

.linkButton_btn {
    border: none;
    border: 1px solid #000;
    padding: 2px 5px;
    font-family: Sakal Marathi;
    font-size: 11pt;
    height: 28px;
    font-weight: 700;
    color: #333;
}

    .linkButton_btn:disabled {
        background-color: #333;
        color: #fff;
    }

.bullet li {
    background: url(../Images/iconList.png) left 9px no-repeat;
    float: left;
    padding: 0 10px 0 15px;
}

h1, h2, h3, h4, h5, h6, p {
    margin: 0;
    padding: 0;
}

h1 {
    font-weight: 700;
    color: #32271d;
    margin-bottom: 13px;
    font-size: 1.1em;
}

h2 {
    font-size: 1em;
    font-weight: 700;
    margin-bottom: 2px;
    color: #7E3600;
}

h3 {
    padding: 0;
    line-height: 18px;
    margin: 0 0 10px;
    color: #333;
    font-size: .98em;
}

.heading {
    font-weight: 700;
    color: #32271d;
    border-bottom: 4px solid #e2e3e3;
    margin-bottom: 13px !important;
    font-size: 1.1em;
}

.hidden {
    position: absolute;
    left: -9999px;
}

p {
    padding-bottom: 13px;
}

.indent {
    float: left;
    margin-left: 1.2em;
}

.u {
    text-decoration: underline !important;
}

input[type=text] {
    transition: box-shadow .3s,border .3s; /*background:url(../Images/searchInput.gif) left top repeat-x #FFF;*/
    font-weight: 700;
}

input[type=file] { /*background:url(../Images/searchInput.gif) left top repeat-x #FFF*/
}

.login input[type=submit] {
    padding: 5px;
    background: #0178c1;
    color: #fff;
}

.login textarea {
    height: 150px;
    border: 1px solid #e3ecf1;
}

.gridView {
    margin: 20px 0;
}

.searchInner {
    padding: 5px 10px;
    background: #fef1dc;
    border: 1px solid #dfd2be;
}

.calIcon {
    background: url(../Images/calIcon.png) right center no-repeat #fefefe !important;
}

.searchMarg {
    margin-top: 20px;
}

.searchInner .col1 {
    float: left;
    width: 49% !important;
    margin-right: 1%;
}

.searchInner .col2 {
    float: left;
    width: 50% !important;
}

.searchInner .col3 {
    float: left;
    width: 100% !important;
}

.lblTitle {
    width: 30% !important;
    font-weight: 700;
}

.lblDesc {
    float: left;
    width: 70% !important;
}

.lblTitle2 {
    width: 32% !important;
}

.lblDesc2 {
    float: left;
    width: 68% !important;
}

.seperator {
    width: 100%;
    float: left;
}

.uidTxt {
    width: 36%;
    margin-right: 2em;
}

.cdacTxt {
    width: 62% !important;
    float: left;
}

.cdacCabinet {
    width: 38% !important;
    float: left;
}

textarea {
    border: 1px solid #dde8ee;
    padding: 6px;
}

select {
    height: 24px;
    padding: 0 0 0 6px;
    font-size: .9em;
}

.searchBox {
    width: 170px;
    margin-top: 10px;
    background: url(../Images/searchBG.png) left bottom no-repeat;
    height: 42px;
    float: left;
}

.searchBG, .searchBTN {
    margin-top: 2px;
    float: left;
}

.searchBTN {
    width: 23px;
    height: 24px;
    display: block;
    border: 0;
    text-indent: -999px;
    background: url(../Images/searchIcon.png) left top no-repeat #fff;
    cursor: pointer;
}

.searchBG {
    font-size: .9em !important; /*background:url(../Images/searchInput.gif) left top repeat-x;*/
    height: 22px !important;
    border: 1px solid #e3ecf1 !important;
    border-right: 0 !important;
    line-height: 20px !important;
    padding: 0 6px !important;
    color: #666;
    width: 120px;
}

#main, .headBG {
    margin: 0 auto;
}

#main {
    width: 95%;
    height: auto;
}

#header, .headBG, .headMid {
    width: 100%;
}

#header {
    height: auto;
}

#midCont {
    background: #FFF;
    padding: 8px;
    border-left: 1px solid #d4dbe5;
    border-right: 1px solid #d4dbe5;
    min-height: 350px;
}

.headBG {
    /*background-image: url(../Image/farmers.jpg);*/
    background-size: 100% 113px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
    display: block;
    height: 113px;
    position: relative;
    z-index: 9999;
}

.depName {
    float: left;
}

    .depName div {
        margin-right: 15px;
        width: auto;
    }

        .depName div img {
            padding-top: 0;
        }

.depNameLogo {
    background: url(../Images/depName.jpg) left top no-repeat;
    display: block;
    height: 60px;
    width: 497px !important;
}

.depNameR {
    float: right;
}

    .depNameR div img {
        padding-right: 15px;
        margin-top: -1px;
    }

.headerTop {
    width: 970px;
    padding: 4px;
    height: 22px;
    float: right;
}

    .headerTop .top_links {
        float: right;
        text-align: right;
    }

.topLinks ul.other_links {
    padding: 0 5px;
    list-style-type: none;
    float: right;
    font-size: .85em;
    text-align: center;
    color: #fff;
    margin-top: 4px;
}

.floatL, .msgImg, .msgText, .relImg, .relText {
    float: left;
}

.topLinks ul.other_links li {
    float: left;
    color: #fff;
    /*background: url(../../Images/linkSeperator.gif) right center no-repeat;*/
    padding: 0 5px;
}

    .topLinks ul.other_links li:last-child {
        background: 0 0 !important;
    }

    .topLinks ul.other_links li a, .topLinks ul.other_links li a:visited {
        text-align: center;
        text-decoration: none;
        color: #fff !important;
        display: inline-block;
    }

        .topLinks ul.other_links li a:hover {
            color: #eee !important;
            text-decoration: none;
        }

        .topLinks ul.other_links li a:focus {
            color: #fff !important;
            border: 1px dotted #d16800 !important;
        }

.topLinks input {
    margin: 0 3px;
    cursor: pointer;
    color: #FFF;
    font-size: 100%;
    font-weight: 700;
}

    .topLinks input:focus {
        color: #fff !important;
        border: 1px dotted #d16800 !important;
    }

.btnBlack, .btnWhite {
    font-size: .85em;
    text-align: center;
    padding: 1px 4px;
    border: 1px solid #eee;
}

.btnResizer {
    background: 0 0;
    color: #fff;
    font-size: .85em;
    text-align: center;
}

    .btnResizer:hover {
        color: #eee;
    }

.btnBlack, .btnBlack:hover {
    color: #fff;
}

.btnBlack {
    background: #333;
}

.btnWhite, .btnWhite:hover {
    color: #333;
}

.btnWhite {
    background: #fff;
    display: block;
}

.curveBox {
    background: url(../Images/rightPaneTop.png) left top no-repeat;
    padding: 5px 0 0 5px;
}

.curveMarg {
    margin-top: 14px;
}

.linkBox {
    margin-top: 0;
    background: #eee8c5;
    border: 1px solid #ccc6a2;
    padding: 0 10px 8px;
}

.linkBoxHeading {
    color: #5f4705;
    border-bottom: 4px solid #a49d76;
    line-height: 33px;
    height: 33px;
    font-size: 1.2em;
    font-weight: 700;
}

.relBlock {
    padding: 0;
}

.linkCont {
    padding: 9px 0;
    height: auto;
    border-bottom: 1px dashed #acacac;
}

.last-child, .navBlock {
    border-bottom: none !important;
}

.relImg {
    width: 31px;
    height: auto;
    margin-right: 9px;
}

.relText {
    width: 150px;
    height: auto;
    margin: 4px 0 0 8px;
    line-height: 18px;
    text-align: left;
}

    .relText a {
        font-size: 1em;
        text-decoration: none;
        color: #333 !important;
        font-weight: 700;
    }

        .relText a:focus, .relText a:hover {
            text-decoration: underline;
        }

        .relText a:hover {
            color: #000 !important;
        }

        .relText a:visited {
            text-decoration: none;
            color: #000 !important;
        }

.navBlock ul {
    padding: 0;
}

    .navBlock ul li {
        width: auto;
    }

        .navBlock ul li.last-child {
            border: none;
        }

        .navBlock ul li a {
            display: block;
            width: auto;
            line-height: 22px;
            color: #362801 !important;
            font-size: 1em;
            margin: 2px 0 6px 4px;
            min-height: 24px;
        }

            .navBlock ul li a:hover {
                color: #000 !important;
                text-decoration: underline;
            }

        .navBlock ul li .last-child {
            background: 0 0 !important;
        }

        .navBlock ul li a img {
            padding-right: 5px;
        }

.messageBox {
    background: url(../Images/rightPaneTop.png) left top no-repeat;
    padding: 5px 0 0 5px;
    overflow: hidden;
    margin: 15px 0;
}

.messgae {
    background: #fbf5e2;
    border: 1px solid #ded7c0;
    padding: 8px 12px;
}

.msgImg {
    width: 105px;
    margin-right: 14px;
    background: url(../Images/msgSepT.png) right top no-repeat;
}

.msgText {
    width: 520px;
    font-size: 12px;
    color: #646363;
}

.msgName {
    font-size: 12px;
    color: #632727;
    padding-top: 6px;
}

.msgSep {
    background: url(../Images/msgSepB.png) right top no-repeat;
    width: 25px;
    padding-left: 8px;
    height: 20px;
}

.visitCount {
    padding-right: 3px;
    margin-top: 6px;
    color: #362801;
    font-size: 10px;
    font-weight: 700;
}

.divBox {
    width: 100%;
}

.divMSG a, .divMSG a:visited {
    color: #013faa !important;
}

.divHead, .divHead1 {
    font-weight: 700;
    color: #744933;
}

.divMSG {
    border: 1px solid #dedccf;
    background: #f5f4ef;
    margin: 5px 0 7px;
    padding: 10px;
}

.divHead {
    border-bottom: 1px dashed #e0dede;
    padding-bottom: 6px;
    margin-bottom: 10px;
}

.divHead1 {
    padding-bottom: 1px;
    margin-bottom: 1px;
}

.floatR {
    float: right;
}

.paneLeft {
    background: url(../Images/topLeftCurve.png) left top no-repeat;
    width: 20px;
    height: 33px;
    float: left;
}

.paneMid {
    background: #4e4e4f;
    width: auto;
    height: 32px;
    padding: 0 5px;
    float: left;
    border-bottom: 1px solid #101010;
}

.container, .container_upper {
    margin: 0 auto;
    padding: 15px 1% 6px;
    line-height: 20px;
    clear: both;
}

.paneRight {
    background: url(../Images/topRightCurve.png) right top no-repeat;
    width: 19px;
    height: 33px;
    float: left;
}

.container {
    width: 93%;
    /*background-image: url(../Image/bgcontent.jpg);*/
    height: 100%;
    border: 1px solid #e0e0e0;
    border-radius: 25px;
    min-height: 457px;
}

.container_upper {
    width: 95%;
}

.rightPanel {
    float: left;
    width: 672px;
    text-align: justify;
    padding: 0 15px 0 0;
}

.leftPanel {
    float: left;
    width: 90%;
    color: #fff;
    padding: 3px;
    background-image: -ms-linear-gradient(right,#FFF 0,#315375 100%);
    background-image: -moz-linear-gradient(right,#FFF 0,#315375 100%);
    background-image: -o-linear-gradient(right,#FFF 0,#315375 100%);
    background-image: -webkit-gradient(linear,right top,left top,color-stop(0,#FFF),color-stop(1,#315375));
    background-image: -webkit-linear-gradient(right,#FFF 0,#315375 100%);
    background-image: linear-gradient(to left,#FFF 0,#315375 100%);
}

.FBheading, .rightPanel h1 {
    color: #32271d;
    border-bottom: 4px solid #e2e3e3;
    height: 26px;
    margin-bottom: 13px;
    font-weight: 700;
}

.rightPanel h1 {
    font-size: 1.1em;
}

.FBheading {
    font-size: 1.3em;
    margin-top: 25px;
    padding-left: 40px;
    background: url(../Images/iconFB.png) left top no-repeat;
    padding-bottom: 8px;
}

.btnBG, .more {
    font-size: 11px;
}

.more {
    color: #059eca;
    text-align: right;
    background: url(../Images/iconMore.png) right center no-repeat;
    padding-right: 12px;
    letter-spacing: 1px;
}

.contLabel {
    width: 100px;
    padding: 10px 15px 0 0;
    display: inline;
}

.ontop, .ontop_cirlce {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
    background-color: #dbe2f2;
    filter: alpha(opacity=90);
}

.rowContact {
    padding: 6px 0 7px;
}

.ontop {
    position: -ms-device-fixed;
    opacity: .6;
}

.ontop_cirlce {
    position: absolute;
    opacity: .88;
}

.popupPnl_holder, .popupPnl_khata {
    border: 2px solid;
    position: fixed;
    top: 30%;
}

.popupPnl_holder {
    left: 30%;
    right: 30%;
    min-height: 20%;
    min-width: 40%;
    opacity: 1;
}

.popupPnl_khata {
    left: 40%;
    right: 40%;
    min-height: 10%;
    min-width: 20%;
    opacity: 1;
    background-color: Gray;
}

.popupPnl_adesh, .popupPnl_holderhakkden {
    left: 5%;
    right: 5%;
    min-width: 60%;
    opacity: 1;
    border: 2px solid;
    position: fixed;
    top: 20%;
}

.popupPnl_holderhakkden {
    min-height: 30%;
}

.popupPnl_adesh {
    min-height: 20%;
    bottom: auto;
}

.popupPnl_bhudarna, .popupPnl_bhudarnanew {
    border: 2px solid;
    position: fixed;
    left: 10%;
    right: 10%;
    top: 20%;
    min-height: 30%;
    min-width: 80%;
    opacity: 1;
}

.popupPnl_kul, .popupPnl_kul3 {
    top: 20%;
    min-height: 50%;
    border: 2px solid;
    opacity: 1;
    position: fixed;
}

.popupPnl_kul {
    left: 18%;
    right: 18%;
    min-width: 70%;
}

.popupPnl_kul3 {
    left: 20%;
    right: 20%;
    min-width: 60%;
}

.popupPnl_kul22 {
    border: 2px solid;
    position: fixed;
    left: 25%;
    right: 25%;
    top: 30%;
    min-height: 30%;
    min-width: 50%;
    opacity: 1;
}

.popupPnl_iter {
    border: 2px solid;
    position: fixed;
    left: 10%;
    right: 10%;
    top: 5%;
    opacity: 1;
    bottom: 15%;
    border-radius: 20px;
}

.popupPnl_deal, .popupPnl_iter2, .popupPnl_survey {
    border: 2px solid;
    opacity: 1;
}

.popupPnl_deal {
    position: fixed;
    left: 2%;
    right: 2%;
    top: 20%;
}

.popupPnl_iter2 {
    position: fixed;
    left: 25%;
    right: 25%;
    top: 20%;
    bottom: 10%;
}

.popupPnl_survey {
    height: auto;
    width: auto;
}

#popup {
    width: 300px;
    height: 100px;
    position: -ms-device-fixed;
    color: #000;
    background-color: #fff;
    top: 50%;
    left: 50%;
    bottom: 50%;
}

.clkText {
    padding-top: 10px;
    font-weight: 700;
    clear: both;
}

.btnBG {
    background: url(../Images/btnBG.png) left top repeat-x;
    border: 1px solid #000;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    width: auto;
    height: 24px;
    padding: 0 10px;
    cursor: pointer;
}

.buttonPad {
    padding: 18px 0 8px;
}

.errorMsg {
    color: #8F0000;
    padding-top: 3px;
    text-align: left;
}

.failureNotification {
    background: #F5F5F5 !important;
    border: 1px solid #ccc;
    height: auto;
    padding: 10px !important;
    color: #8F0000 !important;
}

.portalImg, .portalImg a:focus {
    width: 249px;
    height: 68px;
}

.failureNotification ul {
    padding-left: 20px;
}

    .failureNotification ul li {
        list-style-image: url(../Images/linkArrow.png);
        line-height: 20px;
        padding-left: 2px;
    }

.pdfDownload1 {
    color: #3a7dda;
    display: inline !important;
    float: left;
    margin-right: 3px;
}

.download, .download:visited {
    color: #0056b2;
}

.siteMap ul li a:visited, .sitemap ul li a {
    color: #000203 !important;
    font-weight: 400 !important;
    font-family: Sakal Marathi;
}

.right {
    text-align: right;
}

.Mentor {
    list-style-type: none;
}

    .Mentor li {
        background: url(../Images/listIcon.png) 0 6px no-repeat;
        margin: 5px 5px 10px;
        padding-left: 15px;
    }

.portalImg {
    margin: 10px 0 0 4px;
}

.imgBlock {
    display: block;
}

.sitemap ul {
    font-family: Sakal Marathi;
}

    .sitemap ul li {
        margin: 10px 0 3px;
        float: left;
        font-family: Sakal Marathi;
        width: 40%;
    }

        .sitemap ul li a {
            background: url(../Images/iconList.png) left center no-repeat;
            padding: 5px 0 0 20px;
        }

        .sitemap ul li ul {
            width: 100%;
            font-family: Sakal Marathi;
            list-style: none;
        }

            .sitemap ul li ul li {
                margin: 0 0 0 20px;
                font-family: Sakal Marathi;
                clear: both;
            }

                .sitemap ul li ul li a {
                    display: inline-block;
                    border-bottom: 0;
                    color: #333;
                    font-weight: 400;
                    font-family: Sakal Marathi;
                    background: url(../Images/GreayArrow.jpg) 0 4px no-repeat #fff;
                    padding: 3px 0 0 31px;
                    line-height: 20px;
                }

.blockPdf {
    padding: 6px 0 0 7px;
    font-size: 1em !important;
}

    .blockPdf a {
        background: url(../Images/iconPDF.png) left center no-repeat !important;
        padding-left: 20px;
        margin-left: 3px;
    }

.updateDate {
    font-size: 1em;
    color: #2c2c2c;
}

.training {
    width: 100%;
}

.trainingHeader .gomLogo {
    margin: 0 auto;
    width: 80px;
    display: block;
}

.trainingHeader span {
    font-size: 1em;
    font-weight: 700;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.trainingHeader .gadLogo, .trainingHeader .text {
    float: left;
    display: inline;
}

.trainingHeader .text {
    font-size: 1.3em;
    width: 400px;
    margin-top: 20px;
    margin-left: 50px;
    text-align: center !important;
    color: #a85100;
    font-weight: 700;
}

#footer, .footerTop {
    width: 100%;
}

.bbLogo, .footerLogo {
    float: right;
}

.bottomBG, .copyRight, .footerIcon, .hr {
    display: block;
}

.training h2 {
    font-size: 1.1em;
    margin: 15px 0 10px !important;
    color: #7E3600 !important;
}

.seperator {
    height: 20px;
}

#footer, .footerLeft {
    height: auto;
    text-align: center;
    overflow: hidden;
}

.hr {
    border-bottom: 1px dotted #333;
    margin-bottom: 10px;
}

.sublist li {
    list-style-image: url(../Images/arrowUp.png) !important;
}

.training ul li {
    margin-left: 20px;
    list-style-image: url(../Images/iconList.png);
    padding-top: 3px;
    line-height: 22px;
}

#footer {
    clear: both;
    bottom: 0;
    position: relative;
    left: 0;
    z-index: -1;
}

.footerLeft {
    margin: 0 auto;
}

.footerLogo {
    line-height: 14px;
    color: #fff;
    width: 100%;
}

.bottomLink {
    width: 30%;
    clear: both;
    font-size: 20px;
    font-weight: 700;
}

    .bottomLink li {
        float: left;
        padding: 0 7px;
        /*background: url(../../Images/linkSeperator.gif) right center no-repeat;*/
        color: #fff;
    }

        .bottomLink a:visited, .bottomLink li a {
            font-weight: 700;
            padding: 0 4px;
        }

            .bottomLink li a:focus, .bottomLink li a:hover {
                text-decoration: underline !important;
            }

.footerBottom span {
    float: left;
    width: 54%;
    margin: 0 20px 0 5px;
}

.footerBottom img {
    float: left;
    padding-right: 8px;
    margin-top: 5px;
}

.molLogo {
    margin: 10px 0 0;
    float: right;
    clear: both;
    width: 154px;
    height: 42px;
}

.lastReviewed {
    padding: 10px 0 8px 10px;
    clear: both;
    color: #fff;
}

    .lastReviewed span {
        float: left;
    }

.footerRight {
    float: right;
    color: #fff;
    width: 35%;
}

.update {
    text-align: right;
    padding-right: 10px;
    margin-top: -12px;
    font-weight: 400;
    color: #8897a3;
    font-size: 12px;
}

#accordion .accordion_toggle, #accordion h3 {
    font-size: 1em;
    font-weight: 700;
}

#FooterMenu1_LastReviewedDate1_lblReviewDate1, #FooterMenu1_visitcount_lblTodayVisitHeading {
    padding-left: 15px;
}

.footerIcon {
    float: right;
    margin: 0 6px;
}

.bottomBG {
    background: url(../Image/bgfooter1.jpg) no-repeat;
    background-size: 100%;
    height: auto;
    left: 0;
    margin: 0 auto;
    color: #000;
}

.copyRight {
    color: #fff;
    font-size: 1em;
    padding: 5px 15px;
    font-weight: 400;
    clear: both;
    width: 56%;
    background-color: rgba(0,0,0,.5);
    border-radius: 20px;
    margin-bottom: 5px;
}

#accordion {
    margin: 15px 0;
}

    #accordion .accordion_toggle {
        display: inline-block;
        height: 30px;
        width: 200px;
        background: url(../Images/arrowUp.png) 6px center no-repeat #f7f7f7;
        padding: 0 5px 0 15px;
        line-height: 30px;
        text-decoration: none;
        outline: 0;
        color: #202a40;
        border: 1px solid #e5e5e5;
        cursor: pointer;
        margin: 1px 0;
    }

        #accordion .accordion_toggle a, #accordion .accordion_toggle a:visited {
            color: #202a40 !important;
        }

    #accordion .ui-state-active {
        background: url(../Images/arrowDown.png) 6px center no-repeat #977101;
        color: #FFF;
        border-bottom: 1px solid #87849f;
        padding-left: 25px;
    }

    #accordion .accordion_content {
        overflow: hidden;
        padding: 8px 0 8px 10px;
        height: auto !important;
    }

        #accordion .accordion_content h2 {
            margin: 15px 0 5px 10px;
            color: #7E3600;
        }

.accordion_content {
    margin-bottom: 10px;
    padding-bottom: 10px;
    clear: both;
    border-bottom: 1px dotted #c4c2c2;
}

.fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

.login {
    width: 350px;
    padding: 10px 15px;
    float: left;
}

    .login label {
        margin: 5px 0 0;
        padding: 0;
        font-weight: 700;
        font-size: .9em;
    }

    .login input[type=text] {
        margin: 0 0 15px;
        width: 320px;
        clear: both;
    }

    .login .checkbox {
        clear: both;
        display: inline-block;
        float: left;
        width: 20px;
        height: 20px;
        margin-top: 15px;
        padding: 0;
    }

    .login .inline {
        float: left;
        clear: none;
        width: 150px;
        margin: 15px 0 0 5px;
        font-weight: 400;
    }

    .login .button {
        background: #0262b6;
        display: inline-block;
        float: right;
        margin-left: 5px;
        text-align: center;
        height: 25px;
        padding: 0 8px;
        color: #fff;
        font-weight: 700;
        border: 1px solid #0163b9;
    }

.delLink, .imgBG, .pdfDownload, .viewLink {
    display: block;
}

.content, .innerCont, .innerContAdmin {
    text-align: justify;
    line-height: 22px;
}

.login .button:hover {
    background: #fff;
    color: #0262b6;
    font-weight: 700;
    border: 1px solid #0163b9;
}

s.pageHeading {
    font-size: 15px;
    font-weight: 700;
    color: #286680;
    border-bottom: 4px solid #e2e3e3;
    height: 26px;
    margin-bottom: 20px;
}

.subPageHeading {
    font-size: 13px;
    font-weight: 700;
    color: #6b3e3e;
    height: 28px;
    border-bottom: 1px dashed #e0dede;
    background: url(../Images/subHeadIcon.gif) left 7px no-repeat;
    padding-left: 24px;
}

.content {
    padding: 18px 12px 0;
}

.innerCont {
    padding: 10px 14px 10px 6px;
}

.innerContAdmin {
    padding: 10px;
}

.contMargin {
    margin-right: 7px;
}

.headPad {
    padding: 25px 10px 15px 6px;
    background: url(../Images/MH_Map.jpg) center center no-repeat;
    overflow: hidden;
}

.imgBG {
    background: #FFF;
    border: 1px solid #e4e4e4;
    padding: 4px;
    margin-bottom: 4px;
}

.emailLabel, .phoneLabel {
    padding-left: 26px;
    float: left;
}

.phoneLabel {
    background: url(../Images/phoneIcon.gif) left center no-repeat;
    margin-right: 30px;
}

.emailLabel {
    background: url(../Images/emailIcon.gif) left center no-repeat;
}

.paddL {
    padding-left: 15px;
}

table.t_view {
    background-color: #F4F4F4;
    border: 1px solid #E1DFE0;
    margin: 15px auto;
    width: 100%;
    padding: 2px;
}

.t_view caption {
    padding: 5px;
    font-size: 20px;
    color: #12678D;
    font-weight: 700;
    font-family: Cardo,serif;
}

.t_view th {
    background-color: #004598;
    color: #FFF;
    text-align: center;
}

.t_view td, .t_view th {
    padding: 3px 5px;
    vertical-align: top;
}

.t_view td {
    background-color: #fcfcfc;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #d3d3d3;
}

.t_view em {
    color: #d73236;
    font-weight: 700;
}

.tableClass {
    border: 1px solid #ebebeb !important;
}

    .tableClass tr th {
        background: #666784;
        height: 30px;
        color: #FFF;
        padding: 0 8px;
        font-size: 12px;
        font-weight: 700;
        text-align: left;
    }

.divCont, .pdfShow, .pdflabel {
    height: auto;
    overflow: hidden;
}

.tableClass tr td {
    background: #fafafa;
    padding: 4px 8px;
    color: #474747;
    text-align: left;
    vertical-align: top;
}

.pdfDownload {
    background: url(../Images/pdfIcon.png) left center no-repeat;
    padding-left: 35px;
    font-weight: 700;
    color: #3a7dda;
    font-size: 12px;
}

.delLink, .editLink, .viewLink {
    padding-left: 28px;
    color: #3a7dda;
    font-size: 12px;
}

.viewLink {
    background: url(../Images/viewIcon.png) left center no-repeat;
}

.editLink {
    background: url(../Images/editIcon.png) left center no-repeat;
    margin-right: 8px;
}

.delLink {
    background: url(../Images/delIcon.png) left center no-repeat;
}

.pdfShow {
    width: auto;
    padding: 3px;
    border: 1px solid #e4e4e4;
}

.pdflabel {
    background-color: #efefef;
    color: #333;
    float: left;
    width: 550px;
    padding: 5px 10px;
    min-height: 26px;
}

.pdflabelDescription {
    font-family: Verdana,Tahoma,arial;
    text-align: left;
    color: #000;
    width: 100px;
    float: left;
    padding: 6px 10px;
    border-left: 2px solid #fff;
    border-collapse: collapse;
}

.divCont {
    background: #f9f9f9;
    border: 1px solid #fff;
}

.adminHead {
    font-size: 30px !important;
    font-weight: 700;
    width: 70%;
    margin: 100px auto;
    line-height: 50px;
    text-align: center;
    color: #631111;
}

.tenderTab {
    margin: 8px 0;
}

.txtBlock {
    margin: 15px 0 25px;
    overflow: hidden;
}

.txtDesc {
    padding-top: 15px;
}

.addBlock {
    padding: 0 10px;
    background: #f4f4f4;
    border: 1px solid #dedede;
    margin: 10px auto;
}

.innerUl ul li.lastChild, .innerUlB ul li.lastChild {
    background: 0 0;
}

.panelHead {
    font-size: 15px;
    font-weight: 700;
    color: #56412f;
    border-bottom: 4px solid #d6dadc;
    height: 26px;
    margin-right: 10px;
}

.innerUl {
    padding-top: 15px;
}

    .innerUl ul {
        height: auto;
        padding: 0 15px 0 37px;
    }

        .innerUl ul li {
            list-style-image: url(../Images/listIcon.png);
            color: #000203;
            margin: 8px 0;
            line-height: 20px;
        }

            .innerUl ul li a {
                color: #000203;
                font-size: 12px;
            }

                .innerUl ul li a:hover {
                    color: #f46f03;
                }

.innerUlB ul {
    height: auto;
    padding-left: 15px;
}

    .innerUlB ul li {
        list-style-image: url(../Images/iconList.png);
        padding-bottom: 4px;
    }

        .innerUlB ul li a {
            color: #0C397C;
        }

            .innerUlB ul li a:hover {
                color: maroon;
            }

.searchResult {
    overflow: hidden;
    height: auto;
}

    .searchResult ul {
        padding: 0;
        margin: 0;
    }

        .searchResult ul li {
            margin-bottom: 20px;
        }

            .searchResult ul li a {
                font-weight: 700;
                padding-bottom: 5px;
                text-decoration: underline;
            }

            .searchResult ul li span {
                display: block;
                padding: 5px 0 7px;
            }

.breadcrumbDiv {
    margin-bottom: 25px;
    color: #545c66;
    font-size: 12px;
}

.breadcrumbHeading {
    float: left;
    padding-right: 5px;
}

.breadcrumb {
    float: left;
}

    .breadcrumb li {
        background: url(../../Images/BulletF.png) left center no-repeat;
        float: left;
        padding-left: 12px;
        margin-right: 7px;
        color: #545c66;
    }

        .breadcrumb li a, .breadcrumb li a:visited {
            padding: 0;
            color: #545c66 !important;
            text-decoration: underline;
        }

.print {
    float: right;
    padding-left: 20px;
    display: inline-block;
}

    .print img {
        float: left;
        padding-right: 5px;
        display: block;
    }

    .print a, .print a:visited {
        font-size: .8em;
        color: #007edc;
    }

.lblText {
    font-weight: 700;
    text-align: left !important;
    margin-right: .5em !important;
}

.button, .profile .button {
    text-align: center;
    height: 25px;
}

.editGrid {
    display: none !important;
}

.btnDisplay, .hide {
    position: absolute;
    left: -9999px;
}

.innerAccod {
    clear: both;
}

    .innerAccod h2 {
        font-size: 1em;
        color: #7E3600;
        margin: 20px 0 10px;
        clear: both;
    }

.galMore, .galMore:visited {
    color: #333;
    display: inline-block;
    clear: both;
    font-size: .85em;
    padding: 3px 10px 0;
    line-height: 15px;
    background: url(../../Images/newsicon.png) right 8px no-repeat #eee8c5;
    border: 1px solid #eee8c5;
}

    .galMore:focus, .galMore:hover {
        color: #333 !important;
        background: url(../../Images/newsicon.png) right 8px no-repeat;
        border: 1px solid #eee8c5;
    }

.notification {
    font-size: .9em;
    color: red;
}

blockquote {
    border: 1px dashed #c5ae56;
    margin: 17px 0 10px;
    color: #8c6e33;
    line-height: 20px;
    padding: 6px;
    background-color: #fbf8eb;
    font-size: .9em;
    clear: both;
}

.button, .button:hover {
    font-weight: 700;
    border: 1px solid #394a59;
}

.button {
    background: #394a59;
    display: inline-block;
    margin-left: 5px;
    padding: 0 8px;
    color: #fff;
}

    .button:hover {
        background: #fff;
        color: #0262b6;
    }

.profile {
    width: 340px;
    padding: 10px 25px;
    float: left;
    border: 1px solid #c4c4c4;
}

    .profile .button, .profile .button:hover {
        border: 1px solid #0163b9;
        font-weight: 700;
    }

    .profile label {
        clear: both;
        margin: 5px 0 0;
        padding: 0;
        font-weight: 700;
        font-size: .9em;
    }

    .profile input[type=text] {
        margin: 0 0 15px;
        width: 320px;
        clear: both;
    }

.link, .pdf {
    margin: 0 0 0 5px;
}

.profile .button {
    background: #0262b6;
    display: inline-block;
    float: right;
    width: 60px;
    padding: 0 8px;
    color: #fff;
}

.email, .fax {
    padding: 0 0 0 20px;
}

.profile .button:hover {
    background: #fff;
    color: #0262b6;
}

.email {
    background: url(../Images/email.png) left center no-repeat;
}

.fax {
    background: url(../Images/fax.png) left center no-repeat;
}

.phone, .web {
    padding-left: 20px;
}

.phone {
    background: url(../Images/phone.png) left center no-repeat;
}

.web {
    background: url(../Images/web.png) left center no-repeat;
}

.pdf {
    background: url(../images/pdf.jpg) left center no-repeat;
    padding: 0 0 0 20px;
}

.link {
    background: url(../images/ink.png) left center no-repeat;
    padding: 0 0 10px 20px;
}

.archive {
    padding: 5px;
    border-bottom: 1px dotted #ccc;
    clear: both;
    margin-bottom: 15px;
}

    .archive h2 {
        color: #7E3600;
        margin: 0 0 8px;
        font-size: 1.1em;
    }

    .archive div {
        padding-bottom: 15px;
        font-size: .9em;
    }

    .archive .read_more, .archive .read_more:visited {
        color: #fff;
        display: inline-block;
        clear: both;
        font-size: .8em;
        padding: 3px 10px 0;
        line-height: 16px;
        background: #475887;
    }

.imgC, .imgL, .imgR {
    box-shadow: 2px 2px 5px #BFBFBF;
    padding: 2px;
    border-right: 1px solid #D0D0D0;
    border-bottom: 1px solid #D0D0D0;
    display: block;
}

.archive .read_more:focus, .archive .read_more:hover {
    background-color: #0a8bcd;
    color: #fff;
}

.imgL {
    float: left;
    margin: 0 15px 10px 0;
}

.admintab .button, .imgR {
    float: right;
}

.imgR {
    margin: 0 0 10px 20px;
}

.imgC {
    margin: 0 auto 30px;
}

table.t_default {
    border-collapse: collapse;
    margin: 0 auto 15px;
    border: 1px solid #e6d3b0;
    vertical-align: top;
    text-align: left;
    letter-spacing: normal;
    background-color: #fffaef;
    color: #242424;
}

.t_default caption {
    padding: 5px;
    font-size: 16px;
    color: #12678D;
    font-weight: 700;
    text-align: center;
}

.t_default th {
    font-weight: 700;
    color: #fff;
    background-color: #394A59;
    border: 1px solid #fff;
    text-align: left;
}

    .t_default th em {
        font-size: .75em;
        color: #fff;
        font-weight: 400;
        clear: both;
        display: block;
    }

.t_default td, .t_default th {
    padding: 6px;
    vertical-align: top;
}

.t_default td {
    padding: 7px;
    border: 1px solid #e6d3b0;
    vertical-align: top;
}

.t_default em {
    color: #d73236;
    font-weight: 700;
}

.t_default a, .t_default a:visited {
    outline: 0;
    text-decoration: none;
    color: #0056b2 !important;
}

.alt_tr {
    background-color: #f7f5ee;
}

table.a_default {
    background-color: #f9f9f9;
    border: 1px solid #E1DFE0;
    margin: 15px auto;
    padding: 2px;
}

.a_default caption {
    padding: 5px;
    font-size: 20px;
    color: #12678D;
    font-weight: 700;
}

.a_default th {
    background-color: #2b5477;
    color: #FFF;
    text-align: center;
    padding: 6px 5px;
}

.a_default td {
    padding: 3px 5px;
    vertical-align: top;
    background-color: #fcfcfc;
    border-bottom: 1px solid #D3D3D3;
    border-left: 1px solid #d3d3d3;
}

.a_default em {
    color: #d73236;
    font-weight: 700;
}

.alt_trs {
    background-color: #f7f5ee;
}

.admintab {
    border-bottom: 4px solid #394a59;
    padding-top: 15px;
}

.feedback {
    margin: 0 0 0 20px;
}

    .feedback label {
        font-size: .8em;
        margin-top: 8px;
        float: left;
    }

    .feedback .labels {
        font-weight: 700;
        float: left;
        width: 150px;
    }

    .feedback .labelt {
        font-weight: 400;
        float: left;
        width: 160px;
    }

    .feedback input {
        width: 250px;
        float: left;
        display: inline-block;
        margin: 0 0 15px;
    }

    .feedback .span {
        width: 10px;
        height: 2px;
        float: left;
        color: Red;
        vertical-align: top;
    }

    .feedback textarea {
        width: 250px;
        height: 70px;
        float: left;
        margin: 0 0 15px;
        border: 1px solid #c6dff2;
    }

    .feedback .captcha {
        width: 100%;
        float: left;
    }

    .feedback .button {
        margin-right: 10px;
    }

.wid {
    display: block;
    padding: 15px 0 0 160px;
    clear: both;
}

.clr {
    clear: both;
}

.para {
    width: 350px;
    float: left;
    margin-right: 20px;
}

    .para input[type=checkbox] {
        width: 15px;
        float: left;
        height: 15px;
        margin: 0 7px 0 0;
    }

    .para label {
        float: left;
        clear: none;
        font-weight: 400;
        margin-top: 0;
    }

.divis {
    width: 350px;
    float: left;
    text-align: left;
}

.log_center, .login_box {
    text-align: center;
}

.divis input[type=checkbox] {
    width: 15px;
    float: left;
    height: 15px;
    margin: 0 7px 0 0;
}

.divis label, .para1 label {
    float: left;
    clear: none;
    font-weight: 400;
    margin-top: 0;
}

.twid {
    width: 720px;
}

.para1 {
    width: 700px;
}

    .para1 input[type=checkbox] {
        width: 15px;
        float: left;
        height: 15px;
        margin-right: 7px;
        margin-bottom: 8px;
    }

.theme_color_1, .theme_color_2 {
    height: 10px;
    text-decoration: none;
}

.form_header_txt, .header_text1 {
    color: tomato;
    font-size: small;
    font-weight: bolder;
    font-family: Sakal Marathi;
}

.header_text1 {
    margin: 0 auto;
}

#theme_option {
    float: right;
    width: 70px;
    padding-top: 2px;
}

.theme_color_1 {
    min-width: 10px;
    background-color: #fff;
    border: 1px solid #000;
}

.theme_color_2 {
    width: 10px;
    background-color: #000;
    border: 1px solid #fff;
}

.stripe {
    height: 2px;
    background-color: #315375;
    width: 100%;
}

#cssmenu a, #cssmenu li, #cssmenu span, #cssmenu ul {
    border: 0;
    margin: 0;
    padding: 0;
    position: relative;
    z-index: 99999;
}

#cssmenu {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 2px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: 0 0 2px 1px rgba(0,0,0,.15);
    background: -moz-linear-gradient(top,#f2edea 0,#c0bebf 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2edea),color-stop(100%,#c0bebf));
    background: -webkit-linear-gradient(top,#f2edea 0,#c0bebf 100%);
    background: -o-linear-gradient(top,#f2edea 0,#c0bebf 100%);
    background: -ms-linear-gradient(top,#f2edea 0,#c0bebf 100%);
    background: linear-gradient(to bottom,#f2edea 0,#c0bebf 100%);
    font-family: Sakal Marathi;
    font-weight: 600;
    height: 37px;
}

    #cssmenu ul:after, #cssmenu:after {
        content: '';
        display: block;
        clear: both;
    }

    #cssmenu a {
        box-shadow: inset 0 1px 0 #f5f5f5;
        -moz-box-shadow: inset 0 1px 0 #f5f5f5;
        -webkit-box-shadow: inset 0 1px 0 #f5f5f5;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100% #f2edea;
        background: -moz-linear-gradient(top,#f2edea 0,#c0bebf 100%);
        background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#f2edea),color-stop(100%,#c0bebf));
        background: -webkit-linear-gradient(top,#f2edea 0,#c0bebf 100%);
        background: -o-linear-gradient(top,#f2edea 0,#c0bebf 100%);
        background: -ms-linear-gradient(top,#f2edea 0,#c0bebf 100%);
        background: linear-gradient(to bottom,#f2edea 0,#c0bebf 100%);
        color: #000;
        display: inline-block;
        font-family: Sakal Marathi;
        font-size: 12px;
        line-height: 37px;
        padding: 0 28px;
        text-decoration: none;
    }

    #cssmenu ul {
        box-shadow: inset 0 1px 0 #f5f5f5;
        -moz-box-shadow: inset 0 1px 0 #f5f5f5;
        -webkit-box-shadow: inset 0 1px 0 #f5f5f5;
    }

    #cssmenu > ul {
        float: left;
    }

        #cssmenu > ul > li {
            float: left;
            font-family: Sakal Marathi;
        }

            #cssmenu > ul > li:first-child a {
                border-radius: 5px 0 0 5px;
                -moz-border-radius: 5px 0 0 5px;
                -webkit-border-radius: 5px 0 0 5px;
                font-family: Sakal Marathi;
            }

            #cssmenu > ul > li:hover > a {
                box-shadow: inset 0 -2px 3px rgba(0,0,0,.15);
                -moz-box-shadow: inset 0 -2px 3px rgba(0,0,0,.15);
                -webkit-box-shadow: inset 0 -2px 3px rgba(0,0,0,.15);
                color: #fff;
                font-family: Sakal Marathi;
                background: #333;
                background: -moz-linear-gradient(top,#315375 0,#58748F 100%);
                background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#315375),color-stop(100%,#58748F));
                background: -webkit-linear-gradient(top,#315375 0,#58748F 100%);
                background: -o-linear-gradient(top,#315375 0,#58748F 100%);
                background: -ms-linear-gradient(top,#315375 0,#58748F 100%);
                background: linear-gradient(to bottom,#315375 0,#58748F 100%);
            }

    #cssmenu .has-sub {
        z-index: 1;
    }

        #cssmenu .has-sub:hover > ul {
            display: block;
        }

        #cssmenu .has-sub ul {
            box-shadow: 0 1px 2px rgba(0,0,0,.15);
            -moz-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.15);
            display: none;
            position: absolute;
            width: 200px;
            top: 100%;
            left: 0;
        }

.grid, .grid_dark {
    font-family: Sakal Marathi;
    width: 100%;
}

#cssmenu .has-sub ul li a {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAA0CAIAAADEwMXAAAAAA3NCSVQICAjb4U/gAAAAMklEQVQImWP49PYV0////6GYAcFm+I9d/P9/JgZkcRR12NVDzMMihlMtRJyBkHpMNwIA6ZmLp7k56KwAAAAASUVORK5CYII=) 100% 100% #f2edea;
    border-bottom: 1px solid #59636f;
    box-shadow: inset 0 1px 0 #58748F;
    -moz-box-shadow: inset 0 1px 0 #58748F;
    -webkit-box-shadow: inset 0 1px 0 #58748F;
    font-family: Sakal Marathi;
    color: #000;
    display: block;
    line-height: 60%;
    padding: 15px 10px;
}

#cssmenu .has-sub ul li:hover a {
    background: #315375;
    background: -moz-linear-gradient(top,#315375 0,#58748F 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#315375),color-stop(100%,#58748F));
    background: -webkit-linear-gradient(top,#315375 0,#58748F 100%);
    background: -o-linear-gradient(top,#315375 0,#58748F 100%);
    background: -ms-linear-gradient(top,#315375 0,#58748F 100%);
    background: linear-gradient(to bottom,#315375 0,#58748F 100%);
    color: #fff;
}

#cssmenu .has-sub .has-sub:hover > ul {
    display: block;
}

#cssmenu .has-sub .has-sub ul {
    display: none;
    position: absolute;
    left: 100%;
    top: 0;
}

    #cssmenu .has-sub .has-sub ul li a {
        background: #606a76;
        box-shadow: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
    }

        #cssmenu .has-sub .has-sub ul li a:hover {
            background: #315375;
            box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
            -moz-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
            -webkit-box-shadow: inset 0 0 3px 1px rgba(0,0,0,.15);
        }

#cssmenu ul li a:hover {
    color: #fff;
}

#page_header, .page_header {
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    background-color: #315375;
    text-align: center;
    margin-bottom: 10px;
    padding: 2px;
    font-family: Sakal Marathi;
}

.grid {
    font-size: 13px;
}

.grid_dark {
    font-size: 16px;
    font-weight: 700;
}

.gridheader, .gridheader1 {
    background-color: #315375;
    color: #fff;
    font-size: 15px;
    width: 100px;
    border-color: #315375;
    border-style: Solid;
    border-width: 2px;
    font-weight: 700;
}

.btn_close {
    float: right;
    margin-right: 30px;
}

.gridheader {
    height: 30px;
}

.gridheader1 {
    position: relative;
}

.zindex0 {
    z-index: 0;
}

.gridrow {
    font-size: 13px;
    border-color: #315375;
    border-style: Solid;
    border-width: 2px;
    azimuth: center;
    font-weight: 700;
}

.form_color, .form_lbl_clr {
    font-size: small;
    color: #315375;
    font-family: Sakal Marathi;
}

.form_lbl_color_underline {
    font-family: Sakal Marathi;
    color: #315375;
    font-weight: bolder;
    text-decoration: underline;
    margin-left: 1%;
}

.form_lbl_color_underline_no {
    font-family: Sakal Marathi;
    color: #315375;
    font-weight: 700;
    margin-left: 1%;
}

.form_lbl_color {
    font-family: Sakal Marathi;
    color: #315375;
    font-weight: 700;
    background-color: #ff0;
    margin-left: 1%;
}

.form_color {
    font-weight: 700;
    height: 9px;
}

.form_b_color {
    color: #315375;
    font-family: Sakal Marathi;
    font-size: medium;
    font-weight: 700;
}

.form_bl_color {
    color: #315375;
    font-family: Sakal Marathi;
    font-size: 20px;
    font-weight: 700;
}

.form_lbl_red_s, .log_errmsg, .log_lbl {
    font-size: small;
    font-family: Sakal Marathi;
}

.form_lbl_red_s {
    color: Red;
    padding: 3px;
}

.dbonline, .login_box {
    width: 55%;
    padding: 2px;
    position: relative;
}

.login_box {
    border: 1px solid #315375;
    margin: -20px auto 0;
}

.dbonline {
    margin: 0 auto;
}

.log_col, .log_col_Left {
    padding-left: 10px;
    float: left;
}

.log_row {
    width: 100%;
}

.log_col {
    width: 49%;
}

.log_col_Left {
    width: 43%;
}

.log_lbl {
    width: 94px;
    font-weight: 700;
}

.log_txt {
    width: 140px;
    font-family: Sakal Marathi;
}

.log_errmsg {
    color: Red;
}

.right_home {
    width: 60px;
    float: right;
    margin-right: 10px;
    font-family: Sakal Marathi;
}

.clear {
    overflow: hidden;
    clear: both;
}

.heading_pagewise {
    background-image: -ms-linear-gradient(bottom,#FFF 0,#315375 100%);
    background-image: -moz-linear-gradient(bottom,#FFF 0,#315375 100%);
    background-image: -o-linear-gradient(bottom,#FFF 0,#315375 100%);
    background-image: -webkit-gradient(linear,left bottom,left top,color-stop(0,#FFF),color-stop(1,#315375));
    background-image: -webkit-linear-gradient(bottom,#FFF 0,#315375 100%);
    background-image: linear-gradient(to top,#FFF 0,#315375 100%);
    color: #fff;
    height: 25px;
    padding: 5px;
    font-size: medium;
    font-weight: 700;
}

.form_lbl_red_ss {
    font-family: Sakal Marathi;
    color: Red;
    font-size: small;
    padding: 3px;
    background-color: orange;
}

.popupPnl_pins {
    border: 2px solid;
    position: fixed;
    left: 30%;
    right: 30%;
    top: 40%;
    min-height: 10%;
    min-width: 40%;
    opacity: 1;
    bottom: 45%;
}

.sitemap a {
    color: #E6B800;
}


.textarea {
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 50px;
    z-index: 99;
    background: #fafafa;
    border: none;
    outline: none;
    padding-left: 55px;
    padding-right: 55px;
    color: #666;
    font-weight: 400;
}
