#bottom_bg {
    width: 971px;
    height: 21px;
    background: url(images/bg.jpg) bottom repeat-y;
}

.footer {
       
    margin-top: 2px;
    padding: 2px;
    color: #000;
    font-weight: bold;
    width: 99.5%;
    /* background: #c5e155;*/
    height: 20px;
    line-height: 20px;
    
}

.box_p {
    margin: 2px auto;
    padding: 0 1px;
    color: #fff;
    background: #04349d;
    height: 30px;
    border-radius: 0 0 15px 15px;
    -webkit-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
}



body {
    font-family: Arial;
    font-size: 12px;
    margin: 0;
    padding: 0;
}

#container {
    width: 98%;
    margin: 0 auto;
    padding: 0;
    border-radius: 0 0 15px 15px; /* background-color:rgba(239, 255, 227, 0.5);*/
}

#maincontainer1 {
    border-radius: 15px;
    width: 80%;
    margin: 30px auto;
    padding: 3px 0;
    min-height: 440px;
}

.container2 {
    background: url('Images/loginbg_03.png') no-repeat left top;
}

#maincontainer1 .left {
    width: 40%;
    float: left;
    border-radius: 10px 10px;
    padding: 0% 1%;
    margin: 0% 1%;
    color: #000;
    font-size: 100%;
}

#maincontainer1 .right {
    width: 40%;
    float: right;
    padding: 0.5% 1% 0% 0%;
    margin: 0% 0% 0% 0%;
    text-align: justify;
    line-height: 18px;
    color: #000;
    font-size: 100%;
}

#maincontainer1 h1 {
    font-family: @MS Gothic;
    font-size: 250%;
    padding: 0px;
    text-align: center;
    margin: 3px auto;
    color: #d4ffb4;
    text-shadow: 0px 2px 2px #454545;
    border-bottom: 2px dotted #409600;
}

/*login page........2nd design css*/

#content {
    border-radius: 20px 20px;
    background: url('Images/loginbg_03.png') no-repeat left top;
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    -webkit-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 4px 4px #888, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 4px 4px #888, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 4px 4px #888, 0 -2px 5px rgba(0,0,0,0.08) inset;
    border: 2px solid #fbfbfb;
    margin: 10px auto;
    padding: 10px 0 0 0;
    position: relative;
    text-align: center;
    width: 100%;
    height: 100%;
}

    #content h1 {
        color: #fff;
        font-family: Verdana;
        font-size: 140%;
        text-shadow: 0px 1px #454545;
        font-weight: normal;
        line-height: 22px;
        margin: 3px auto;
        padding: 0;
    }

    #content h3 {
        font-family: Verdana;
        font-size: 130%;
        padding: 0px;
        text-align: center;
        margin: 3px auto;
        color: #006837;
        text-shadow: 0px 1px #454545;
        border-bottom: 2px dotted #c1c1c1;
    }



    #content input[type="text"], #content input[type="password"] {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        background-color: #f1f1f1 /*url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;*/;
        border: 1px solid #472402;
        color: #000;
        font: 104% Helvetica, Arial, sans-serif;
        box-shadow: inset 0 0 2px 2px #472402;
        margin: 10px auto;
        padding: 2% 3% 2% 2%;
        width: 80%;
    }

        #content input[type="text"]:focus, #content input[type="password"]:focus {
            -webkit-box-shadow: 0 0 2px #472402 inset;
            -moz-box-shadow: 0 0 2px #472402 inset;
            -ms-box-shadow: 0 0 2px #472402 inset;
            -o-box-shadow: 0 0 2px #472402 inset;
            box-shadow: 0 0 2px #472402 inset;
            background-color: #fff;
            border: 1px solid #472402;
            outline: none;
            width: 80%;
            padding: 2% 3% 2% 2%;
            margin: 10px auto;
        }

    #content .LoginSelectBox {
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
        border-radius: 5px;
        -webkit-transition: all 0.1s ease;
        -moz-transition: all 0.1s ease;
        -ms-transition: all 0.1s ease;
        -o-transition: all 0.1s ease;
        transition: all 0.1s ease;
        background-color: #f1f1f1 /*url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;*/;
        border: 1px solid #472402;
        color: #000;
        font: 104% Helvetica, Arial, sans-serif;
        box-shadow: inset 0 0 2px 2px #472402;
        margin: 10px auto;
        padding: 2% 3% 2% 2%;
        width: 80%;
    }

        #content .LoginSelectBox:hover {
            -webkit-box-shadow: 0 0 2px #472402 inset;
            -moz-box-shadow: 0 0 2px #472402 inset;
            -ms-box-shadow: 0 0 2px #472402 inset;
            -o-box-shadow: 0 0 2px #472402 inset;
            box-shadow: 0 0 2px #472402 inset;
            background-color: #fff;
            border: 1px solid #472402;
            outline: none;
            width: 80%;
            padding: 2% 3% 2% 2%;
            margin: 10px auto;
        }

        #content .LoginSelectBox:focus {
            -webkit-box-shadow: 0 0 2px #472402 inset;
            -moz-box-shadow: 0 0 2px #472402 inset;
            -ms-box-shadow: 0 0 2px #472402 inset;
            -o-box-shadow: 0 0 2px #472402 inset;
            box-shadow: 0 0 2px #472402 inset;
            background-color: #fff;
            border: 1px solid #472402;
            outline: none;
            width: 80%;
            padding: 2% 3% 2% 2%;
            margin: 10px auto;
        }



.LoginPageTextBox {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #f1f1f1;
    width: 100px;
    border: 1px solid #472402;
    color: #000;
    font: 104% Helvetica, Arial, sans-serif;
    box-shadow: inset 0 0 1px 1px #472402;
    background-color: #fff;
    margin: 2px auto;
    padding: 2% 1% 2% 1%;
}

    .LoginPageTextBox:focus {
        -webkit-box-shadow: 0 0 2px #472402 inset;
        -moz-box-shadow: 0 0 2px #472402 inset;
        -ms-box-shadow: 0 0 2px #472402 inset;
        -o-box-shadow: 0 0 2px #472402 inset;
        box-shadow: 0 0 2px #472402 inset;
        background-color: #fff;
        border: 1px solid #472402;
        outline: none;
        margin: 2px auto;
        padding: 1% 1% 1% 1%;
    }


.LoginPageDDL {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease;
    -moz-transition: all 0.1s ease;
    -ms-transition: all 0.1s ease;
    -o-transition: all 0.1s ease;
    transition: all 0.1s ease;
    background-color: #f1f1f1 /*url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) no-repeat;*/;
    border: 1px solid #472402;
    color: #000;
    font: 104% Helvetica, Arial, sans-serif;
    box-shadow: inset 0 0 2px 2px #472402;
    margin: 2px auto;
    padding: 1% 1% 1% 1%;
    width: 80px;
}

    .LoginPageDDL:hover {
        -webkit-box-shadow: 0 0 2px #472402 inset;
        -moz-box-shadow: 0 0 2px #472402 inset;
        -ms-box-shadow: 0 0 2px #472402 inset;
        -o-box-shadow: 0 0 2px #472402 inset;
        box-shadow: 0 0 2px #472402 inset;
        background-color: #fff;
        border: 1px solid #472402;
        outline: none;
        width: 80px;
        margin: 2px auto;
        padding: 1% 1% 1% 1%;
    }

    .LoginPageDDL:focus {
        -webkit-box-shadow: 0 0 2px #472402 inset;
        -moz-box-shadow: 0 0 2px #472402 inset;
        -ms-box-shadow: 0 0 2px #472402 inset;
        -o-box-shadow: 0 0 2px #472402 inset;
        box-shadow: 0 0 2px #472402 inset;
        background-color: #fff;
        border: 1px solid #472402;
        outline: none;
        width: 80px;
        margin: 2px auto;
        padding: 1% 1% 1% 1%;
    }

/*.username
{
    background-position: 10px 3px !important;
}
.password
{
    background-position: 10px -60px !important;
}*/
#content div {
    color: #fff;
    font-size: 100%;
}

    #content div a {
        color: #5aff00;
        text-decoration: none;
        font-size: 120%;
        margin: 30px 15px 5px 0;
    }

.button1 {
    border: 1px solid #25729a;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 103%;
    font-family: arial, helvetica, sans-serif;
    padding: 1.5% 4%;
    text-decoration: none;
    display: inline-block;
    text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
    font-weight: bold;
    color: #FFFFFF;
    background-color: #3e5bab;
    cursor: pointer;
    background-image: linear-gradient(to bottom, #4dab3e, #006837);
}

    .button1:hover {
        border: 1px solid #1c5675;
        cursor: pointer;
        background-color: #006837;
        background-image: linear-gradient(to bottom, #006837, #4dab3e);
    }


/*login page........2nd design css*/
.heading_Emp {
    background: #04349d repeat-x top left;
    height: 10px;
    color: White;
    font-family: Arial;
    font-size: 12px;
    font-weight: 500;
    line-height: 10px;
    padding: 4px 5px;
    text-align: left;
}

.heading_Bg {
    /*background-image: url('Images/headerbg.jpg');*/
    width: 100%;
    height: 90px;
    background-repeat: no-repeat;
}

    .heading_Bg .right {
        background-image: url('Images/headerright.png');
        float: right;
        height: 90px;
        width: 23%;
        background-repeat: no-repeat;
    }

.headingForm {
    background: #04349d repeat-x top left;
    height: 30px;
    color: White;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    /*margin-top: 3px;
    line-height:10px;
     padding: 5px 5px;
     vertical-align:middle;*/
    text-align: center;
}

.headingFormNew {
    background: LightGrey repeat-x top left;
    height: 30px;
    color: Black;
    font-family: Arial;
    font-size: 9pt;
    font-weight: bold;
    /*line-height:10px;
     padding: 5px 5px;
     vertical-align:middle;*/
    text-align: center;
}

.HeaderClassRpt {
    font-size: 9pt;
    font-family: Arial;
    height: 25px;
    color: LightGray;
    text-align: center;
}

.HeaderClass {
    font-size: 9pt;
    font-family: Arial;
    height: 25px;
    color: #04349d;
    text-align: left;
}

/* for empty data ForeColor="#2c2c2c"*/

.FooterClass {
    font-size: 9pt;
    font-family: Arial;
    height: 25px;
    color: #fff;
    background: #04349d;
    text-align: left;
    font-weight: bold;
}

    .FooterClass a {
        font-size: 9pt;
        font-family: Arial;
        height: 25px;
        color: #000;
        background: #04349d;
        text-align: left;
    }

.panel {
    background: white;
    border: 1px solid #454545;
    -moz-border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    border-radius: 8px 8px;
    height: auto;
    overflow-y: scroll;
    overflow: auto;
    top: 90%;
}

.Modalpanel {
    background: white;
    border: 1px solid #454545;
    -moz-border-radius: 8px 8px;
    -webkit-border-radius: 8px 8px;
    border-radius: 8px 8px;
    height: 500px;
    width: 800px;
    overflow-y: scroll;
    overflow: auto;
    top: 90%;
}

.modalBackground {
    padding: 0px;
    margin: 0px;
    position: absolute; /*background-color: #FFFFFF;*/ /*background: #FFFFFF url(images/processing.gif) no-repeat 50%;*/
    z-index: 100; /*left: 50%;     margin-left: -100px;*/
    width: 100%;
    height: 100%;
    background: rgba(150,150,150,.5) url(images/processing.gif) no-repeat 50%;
    top: 0;
    left: 0;
}

.modelpanelheader {
    text-align: left;
    padding: 4px 4px;
    font-size: 12px;
    font-weight: bold;
    color: #222;
    background: #35B949;
    height: 25px;
    width: 100%;
    box-shadow: 2px 2px 2px #888;
    -moz-border-radius: 8px 8px 0 0;
    -webkit-border-radius: 8px 8px 0 0;
}

    .modelpanelheader .text {
        font-size: 12px;
        font-weight: bold;
        color: #fff;
        vertical-align: bottom;
    }

.CommentBox {
    padding-left: 5px;
    cursor: pointer;
    color: #000000;
    background-color: #BED3D3;
    font-size: 9pt;
    width: 10%;
    border: 2px solid #A8C4C4;
    /*border-radius:0.5em; */
    /* background-image:url('Images/UserName.png'); 
     background-repeat:no-repeat; 
     background-position:top right ;*/
}

.textbox:hover {
    border: 1px solid #996633;
    OUTLINE-STYLE: none;
    background-color: #f4f4f4;
    color: Black;
}

.textbox:focus {
    border: 1px solid maroon;
    OUTLINE-STYLE: none;
    background-color: #FFFFCC;
    color: Black;
}

.txtHindi {
    font-family: Kruti Dev 010;
    font-size: large;
}

.htextbox:hover {
    border: 1px solid #996633;
    OUTLINE-STYLE: none;
    background-color: #f4f4f4;
    color: Black;
}

.textbox:focus {
    border: 1px solid maroon;
    OUTLINE-STYLE: none;
    background-color: #FFFFCC;
    color: Black;
}

.inputbutton {
    background: url('Images/btn-middle-bg1.jpg') repeat-x left top;
    border: 1px solid #cbcbcb;
    font-size: 11px;
    font-weight: bold;
    color: #333333;
    height: 20px;
    cursor: pointer;
    font-family: Arial;
    padding: 2px 8px;
    height: 28px;
    -moz-border-radius: 10px;
    text-decoration: none;
    border-radius: 5px;
    margin: 2px;
}

    .inputbutton:hover {
        background: url('Images/btn-middle-bg2.jpg') repeat-x left top;
        border: 1px solid #c2c2c2;
        cursor: pointer;
        color: #000;
        -moz-border-radius: 15px;
        border-radius: 5px;
    }



.HeaderClass a {
    font-size: 9pt;
    font-family: Arial;
    height: 25px;
    color: #04349d; /*e29415*/
    text-align: left;
    text-decoration: underline;
}


.HeaderClass th {
    text-align: left;
}

.grdClassRpt {
    border-color: #000; /*1B477D;*/
    border-style: inset;
    border-width: 1px;
    /*  border-top-left-radius: 1em ; 
    border-top-right-radius: 1em ; eedf62*/
    /* background-color:#04349d/*7F525D;*/
}

.grdClass {
    border-color: #000; /*1B477D;*/
    border-style: inset;
    border-width: 1px;
    /*  border-top-left-radius: 1em ; 
    border-top-right-radius: 1em ; eedf62*/
    background-color: #a3d7ff; /*7F525D;*/
}

.rowClass {
    background-color: #fff; /*f1e9a3;*/
    height: 28px;
    color: #2b2b2b;
    font-size: 8pt;
    font-family: Arial;
    border-style: inset;
    text-align: left;
    border-color: #1B477D;
    border-width: 1px 0px 2px 0px;
    margin-top: 5px;
}

.alterRowClass {
    background-color: rgba(239, 248, 255, 1);
    height: 28px;
    color: #2b2b2b;
    font-size: 8pt;
    font-family: Arial;
    border-style: inset;
    text-align: left;
    border-color: #1B477D;
    border-width: 1px 0px 2px 0px;
    margin-top: 5px;
}




.CLabel {
    margin-top: 0px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border: 0;
    position: relative;
    color: black;
    font-family: Arial;
    font-weight: bold;
    line-height: 18px;
    text-align: left;
}

.cmdbutton1 {
    margin-top: 0px;
    padding: 2px;
    position: relative;
    font-family: Arial;
    font-weight: bold;
    background-color: #cdddff;
    color: #04349d;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 70px;
    cursor: pointer;
}

    .cmdbutton1:hover {
        margin-top: 0px;
        padding: 2px;
        position: relative;
        font-family: Arial;
        font-weight: bold;
        background-color: #2ca24c;
        color: White;
        -moz-border-radius: 5px;
        border-radius: 5px;
        cursor: pointer;
    }

.PageHeaddingBox {
    background: url('Images/heading.png') repeat-x left top;
    font-weight: bold;
    height: 20px;
    font-size: 15px;
    font-family: Arial;
    color: #fff;
    font-style: italic;
    text-align: center;
    border-bottom: 2px solid #6a6a6a;
    padding: 3px 2px 3px 10px;
    margin: 0px;
}

.text {
    /*text-shadow:0 1px 1px #04349d; */
}

.messageboxpannel {
    color: #c31a1a;
    text-align: center;
    font-weight: 700;
    background-color: #ffffff;
    padding: 2px;
}

.indexpagehead {
    font-family: Arial;
    color: #ffffff;
    background: #009292;
    height: 20px;
    font-size: 14px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.infolable {
    color: #AEFB00;
    font-family: Calibri;
    font-size: 13pt;
    padding: 8px 10px;
}

.textlable {
    font-weight: bold;
    color: #fff;
    font-size: 100%;
    text-align: right;
    padding: 8px 5px;
}

.button {
    background: url('Images/btn-bg.jpg') repeat-x left top;
    border: 1px solid #009292;
    font-size: 11px;
    font-weight: bold;
    color: #fff;
    height: 25px;
    cursor: pointer;
    font-family: Arial;
    padding: 2px 10px;
    margin: 2px 10px;
    text-decoration: none;
    height: 25px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

    .button:hover {
        background: url('Images/btn-bg2.jpg') repeat-x left top;
        border: 1px solid #009292;
        cursor: pointer;
        color: #fff;
        -moz-border-radius: 5px;
        border-radius: 5px;
    }

.loginbg {
    padding: 5px;
    margin: 0;
    border-radius: 20px 20px;
    -moz-box-shadow: 0px 1px 2px 3px #030303;
    -webkit-box-shadow: 0px 1px 2px 3px #030303;
    background: url('Images/loginbg_03.png') no-repeat left top;
}

.loginpannel {
    width: 58%;
    table-layout: fixed;
    border-radius: 20px 20px;
    padding: 2px;
    background: #fff;
    float: right;
    /*background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,249,249,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,249,249,1) 100%);*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#f9f9f9',GradientType=0 );
    -webkit-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -moz-box-shadow: 0 4px 4px #222, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 4px 4px #888, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 4px 4px #888, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 4px 4px #888, 0 -2px 5px rgba(0,0,0,0.08) inset;
    margin-right: 50px;
}



.login-form {
    width: 480px;
    float: right;
    margin: 0 auto;
    position: relative;
    z-index: 5;
    background: /* #f3f3f3;*/ url(Images/login_hp.png) no-repeat;
    height: 330px;
}


.coolPanel h3 {
    background: url("Images/sprite.png") 8px 5px no-repeat;
    display: block;
    padding: 5px;
    padding-left: 32px;
    margin: 0;
    font-size: 12px;
    font-family: Arial;
    color: #000;
    text-decoration: none;
    font-weight: normal;
    border: 1px solid #e6e6e6;
    text-shadow: 1px 1px 1px #e6e6e6;
}



    .coolPanel h3:hover {
        background: #9ccf52 url("Images/sprite.png") 8px 5px no-repeat;
        color: #fff;
        text-shadow: 1px 1px 1px #e6e6e6;
    }

    .coolPanel h3.open1 {
        background: #f1e36c;
        color: #fff;
    }

        .coolPanel h3.open1 a {
            background-position: 13px -25px;
            ;
        }

    .coolPanel h3 + div {
        padding: 10px;
    }

    .coolPanel h3 + div,
    .content {
        border-radius: 20px 20px;
        -moz-box-shadow: 0px 1px 2px 3px #030303;
        -webkit-box-shadow: 0px 1px 2px 3px #030303;
        background: url('Images/loginbg_03.png') no-repeat left top;
        overflow: hidden;
        -moz-border-radius: 20px;
        -webkit-border-radius: 20px;
        margin-bottom: 20px;
        font-size: 12px;
        font-family: Arial;
        text-align: left;
        border: 2px solid #b6b6b6;
        /*-moz-box-shadow: 10px 10px 5px #888;
        -webkit-box-shadow: 10px 10px 5px #888;
        box-shadow: 5px 5px 3px #888;*/
    }

    /* Pre hide sections with JavaScript on
--- */
    .coolPanel h3 + div {
        display: none;
    }

/* CSS3 Animation example
---
#css3-animated-example h3 + div {
  height: 0px;
  padding: 0px;
  overflow: hidden;
  background: #000;
  display: block!important;
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition:all 0.3s ease;
	transition: all 0.3s ease;
}
#css3-animated-example .content {
  padding: 10px;   border:1px solid rgba(10, 57, 128, 0.5);
}

#css3-animated-example h3.open1 + div {
  height: auto;
  background: #fff;
  border:1px solid rgba(10, 57, 128, 0.5);
  
}


pre#event-log {
  background: #fafacc;
  padding: 10px;
  display: block;
}
 */
#css3-animated-example h3 {
    margin: 0;
}

    #css3-animated-example h3 a {
        background: url("../Images/sprite.png") no-repeat scroll 8px 5px transparent;
        border: 1px solid #f1e36c;
        color: #000000;
        display: block;
        font-family: Arial;
        font-size: 12px;
        font-weight: normal;
        margin: 0;
        padding: 5px 5px 5px 32px;
        text-decoration: none;
        text-shadow: 1px 1px 1px #E6E6E6;
    }

        #css3-animated-example h3 a:hover {
            background: url("../Images/sprite.png") no-repeat scroll 8px 5px #9ccf52;
            color: #000;
            text-shadow: 1px 1px 1px #E6E6E6;
        }

    #css3-animated-example h3.open1 {
        background: none repeat scroll 0 0 #f1e36c;
        color: #FFFFFF;
    }

        #css3-animated-example h3.open1 a {
            background-position: 13px -25px;
        }

    #css3-animated-example h3 + div {
        padding: 10px;
    }

#css3-animated-example h2 + div, .content {
    background: none repeat scroll 0 0 #f5f5f5;
    border: 2px solid #b6b6b6;
    border-radius: 0.1em 0.1em 0.1em 0.1em;
    box-shadow: 5px 5px 3px #454545;
    font-family: Arial;
    font-size: 12px;
    margin-bottom: 20px;
    overflow: hidden;
    text-align: left;
}

#css3-animated-example h3 + div {
    display: none;
}

#css3-animated-example h3 + div {
    background: none repeat scroll 0 0 #000000;
    display: block !important;
    height: 0;
    overflow: hidden;
    padding: 0;
    transition: all 0.3s ease 0s;
}

#css3-animated-example .content {
    border: 1px solid #0A3980;
    padding: 10px;
}

#css3-animated-example h3.open1 + div {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid rgba(10, 57, 128, 0.5);
    height: auto;
}

pre#event-log {
    background: none repeat scroll 0 0 #FAFACC;
    display: block;
    padding: 10px;
}

.table td {
    border: 1px solid #E6E6E6;
    margin: 0;
    padding: 0;
}

/* master page processing popup*/
#ajaxProgress {
    padding: 0;
    position: absolute; /*background-color: #FFFFFF;*/ /*background: #FFFFFF url(images/processing.gif) no-repeat 50%;*/
    z-index: 100; /*left: 50%;     margin-left: -100px;*/
    width: 100%;
    height: 100%;
    border: solid 2px #232323;
    background: rgba(0,0,0,.5) url(images/processing.gif) no-repeat 50%;
    top: 0;
    left: 0;
}

#ajaxProgressBg {
    border: 0;
    padding: 0;
    margin: 0;
    width: 100%;
    position: absolute;
    opacity: 0.3;
    filter: Alpha(opacity:30);
    z-index: 0;
}

/* Auto Complete Extender */
td ul {
    border: 1px solid black;
    list-style: none;
    margin: auto;
}

/*Dashboard*/

#tab h1 {
    /*background: url("Images/sprite.png") no-repeat scroll 8px 5px transparent;*/
    background-color: #f0f8ff /*#080085*/;
    color: #04349d;
    border: 2px solid #080085;
    padding: 3px 3px 5px 5px;
    display: block;
    text-shadow: 0px 1px 1px #6a6a6a;
    font-family: calibri;
    cursor: pointer;
    font-size: 16px;
    border-left: 2px solid #080085;
    border-right: 2px solid #080085;
    border-bottom: 2px solid #080085;
    border-radius: 0.1em 0.1em 0.1em 0.1em;
    box-shadow: 3px 3px 3px #454545;
    font-weight: 500;
    margin: 10px 0;
    text-decoration: none;
}

    #tab h1:hover {
        padding: 3px 3px 5px 5px;
        color: #000;
        background: #A3D7FF;
        text-shadow: 1px 1px 1px #E6E6E6;
    }


    #tab h1.open {
        background: #98cc76;
        color: #000;
    }

#tab h3 {
    /*background: url("Images/sprite.png") no-repeat scroll 8px 5px transparent;*/
    color: #000;
    border: 2px solid #5d8e32;
    display: block;
    font-family: Arial;
    cursor: pointer;
    font-size: 12px;
    border-left: 2px solid #5d8e32;
    border-right: 2px solid #5d8e32;
    border-bottom: 2px solid #5d8e32;
    border-radius: 0.1em 0.1em 0.1em 0.1em;
    box-shadow: 5px 5px 3px #454545;
    font-weight: normal;
    margin: 10px 0;
    text-decoration: none;
    text-shadow: 1px 1px 1px #E6E6E6;
    margin: 4px auto;
}

    #tab h3:hover {
        color: #000;
        background: #c6d594;
        /*text-shadow: 1px 1px 1px #E6E6E6;*/
    }



    #tab h3.open {
        background: #dfe6ee;
        color: #000;
    }

.SubHeading {
    background-color: rgba(182, 207, 80, 1) /* #A0A0A0*/;
    font-weight: bold;
    padding: 5px;
    margin: 3px;
}

legend {
    color: #04349d;
    background: #eff4ff;
    padding: 2px 10px;
    font-weight: 500;
    font-size: 110%;
    /*font-style: italic;*/
    display: block;
    -webkit-padding-start: 10px;
    -webkit-padding-end: 10px;
    border: 1px solid #222;
    /*margin-left: 5px;*/
}

fieldset {
    color: #000;
    background-color: white;
    display: block;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    padding: 3px 0;
    border: 2px groove #000;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    min-width: -webkit-min-content;
    box-shadow: 0 2px 2px #888;
    margin: 4px 6px;
}

.textbox {
    background: #fff;
    border-radius: 1px 1px;
    border: 1px solid #002d50;
    padding: 1px 1px;
    margin: 1px;
    width: 200px;
}

    .textbox:focus {
        background: #d9eeff;
        border-radius: 1px 1px;
        border: 1px solid #002d50;
        padding: 1px 1px;
        margin: 1px;
        width: 200px;
    }

.LoginBox {
    padding-left: 5px;
    padding-right: 25px;
    color: #000000;
    background-color: #BED3D3;
    font-size: 9pt;
    border: 2px solid #A8C4C4;
    border-radius: 0.5em;
    background-image: url('Images/UserName.png');
    background-repeat: no-repeat;
    background-position: top right;
}

    .LoginBox:hover {
        color: #494949;
        background-color: #A2BFBF;
    }

    .LoginBox:focus {
        color: #494949;
        background-color: #FFFFFF;
    }

.PasswordBox {
    padding-left: 5px;
    padding-right: 25px;
    color: #000000;
    font-size: 9pt;
    background-color: #BED3D3;
    border: 2px solid #A8C4C4;
    border-radius: 0.5em;
    background-image: url('Images/password.png');
    background-repeat: no-repeat;
    background-position: top right;
}

    .PasswordBox:hover {
        color: #494949;
        background-color: #A2BFBF;
    }

    .PasswordBox:focus {
        color: #494949;
        background-color: #FFFFFF;
    }

.select {
    border-color: #055B89;
    border-width: 1px;
    border-style: solid;
    width: 200px;
}

    .select:hover {
        border-color: #996633;
        border-width: 1px;
        border-style: solid;
        width: 200px;
        background-color: #f4f4f4;
    }

    .select:focus {
        border-color: Maroon;
        border-width: 1px;
        border-style: solid;
        width: 200px;
        background-color: #FFFFCC;
    }

.SelectBox {
    padding-left: 5px;
    padding-right: 2px;
    color: #000000;
    background-color: #f4f4f4;
    font-size: 9pt;
    border: 2px solid #A8C4C4;
    border-radius: 0.5em;
    webkit-border-radius: 0.5em;
    width: 200px;
}

    .SelectBox:hover {
        color: #494949;
        background-color: #f4f4f4;
    }

    .SelectBox:focus {
        color: #494949;
        background-color: #FFFFFF;
    }

.loginlable {
    color: #90f3ff;
    border: 1px solid #c7f9ff;
    padding: 1px;
}


#menubg {
    background: rgba(183,222,237,1);
    background: -moz-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(96,202,240,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(183,222,237,1)), color-stop(50%, rgba(113,206,239,1)), color-stop(51%, rgba(33,180,226,1)), color-stop(100%, rgba(96,202,240,1)));
    background: -webkit-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(96,202,240,1) 100%);
    background: -o-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(96,202,240,1) 100%);
    background: -ms-linear-gradient(top, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(96,202,240,1) 100%);
    background: linear-gradient(to bottom, rgba(183,222,237,1) 0%, rgba(113,206,239,1) 50%, rgba(33,180,226,1) 51%, rgba(96,202,240,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b7deed', endColorstr='#60caf0', GradientType=0 );
    border: 2px solid #21b5e2;
    border-radius: 4px 4px;
}

.dynamicmenu {
    color: #000;
    /*background: url(images/btn-middle-bg1.jpg) repeat-x; #990E00*/
    margin-right: 0px;
    font-weight: bold;
    font-size: 12px;
    padding: 0 5px;
    font-family: verdana;
    text-decoration: none;
    display: block;
    height: 25px;
    line-height: 25px;
}

    /*vertical menu*/
    .dynamicmenu a {
        color: #000;
        /*background: url(images/btn-middle-bg1.jpg) repeat-x; #990E00*/
        margin-right: 0px;
        font-weight: bold;
        font-size: 12px;
        font-family: verdana;
        text-decoration: none;
        display: block;
        height: 25px;
        line-height: 25px;
    }

    .dynamicmenu:hover {
        color: #fff;
        /* text-shadow: 0 1px 1px #888;
       background: url(images/btn-middle-bg2.jpg) repeat-x;*/
        font-weight: bold;
        text-decoration: none;
        display: block;
        height: 25px;
        background: rgba(135,213,255,1);
        background: -moz-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,213,255,1)), color-stop(51%, rgba(0,174,255,1)), color-stop(100%, rgba(0,111,171,1)));
        background: -webkit-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -o-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -ms-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: linear-gradient(to bottom, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d5ff', endColorstr='#006fab', GradientType=0 );
        line-height: 25px;
    }

    .dynamicmenu a:hover {
        color: #fff;
        /* text-shadow: 0 1px 1px #888;
       background: url(images/btn-middle-bg2.jpg) repeat-x;*/
        font-weight: bold;
        text-decoration: none;
        display: block;
        background: rgba(135,213,255,1);
        background: -moz-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,213,255,1)), color-stop(51%, rgba(0,174,255,1)), color-stop(100%, rgba(0,111,171,1)));
        background: -webkit-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -o-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -ms-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: linear-gradient(to bottom, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d5ff', endColorstr='#006fab', GradientType=0 );
        height: 25px;
        line-height: 25px;
    }

.dynamicmenusublinks {
    color: #112b73;
    background: #ACDEF6;
    font-weight: 600;
    text-decoration: none;
    display: block;
    width: auto;
    height: auto;
    font-size: 12px;
    line-height: 20px;
    padding: 1px;
    text-align: justify;
}

    .dynamicmenusublinks a {
        color: #112b73;
        font-weight: 600;
        text-decoration: none;
        display: block;
        width: auto;
        height: auto;
        font-size: 12px;
        line-height: 20px;
        padding: 1px 3px 1px 16px;
        text-align: justify;
        background: #ACDEF6 url(images/Bullet1.png) no-repeat 2px 5px;
    }

    .dynamicmenusublinks:hover {
        color: #000;
        background: rgba(135,213,255,1) url(images/Bullet1.png) no-repeat 2px 5px;
        background: -moz-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,213,255,1)), color-stop(51%, rgba(0,174,255,1)), color-stop(100%, rgba(0,111,171,1)));
        background: -webkit-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -o-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -ms-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: linear-gradient(to bottom, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d5ff', endColorstr='#006fab', GradientType=0 );
        text-align: center;
        font-weight: 600;
        /* text-shadow: 0 1px 1px #888;*/
        text-decoration: none;
        display: block;
        width: auto;
        padding: 1px;
        height: auto;
        font-size: 12px;
        line-height: 20px;
    }

    .dynamicmenusublinks a:hover {
        color: #000;
        text-align: center;
        /* text-shadow: 0 1px 1px #888;*/
        background: url(images/Bullet1.png) no-repeat 2px 5px;
        background: rgba(135,213,255,1);
        background: -moz-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(135,213,255,1)), color-stop(51%, rgba(0,174,255,1)), color-stop(100%, rgba(0,111,171,1)));
        background: -webkit-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -o-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: -ms-linear-gradient(top, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        background: linear-gradient(to bottom, rgba(135,213,255,1) 0%, rgba(0,174,255,1) 51%, rgba(0,111,171,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#87d5ff', endColorstr='#006fab', GradientType=0 );
        /*background: #017876;*/
        font-weight: 600;
        text-decoration: none;
        display: block;
        width: auto;
        padding: 1px 3px 1px 16px;
        height: auto;
        font-size: 12px;
        line-height: 20px;
    }



/*vertical menu*/
