﻿body {
    margin: 0px;
    padding: 0px;
    font-family: "Trebuchet MS" !important;
    font-size: 13px;
    font-weight: normal;
    color: #4D5569; /*4D5569*/
}

.font {
    font-family: "Trebuchet MS";
    font-size: 12px;
    font-weight: normal;
    color: #4D5569; /*4D5569*/
}


#GVStudentPayments input[disabled='disabled'] {
    /* Your CSS Styles */
    background-color: rgba(240, 240, 240, 0.50) !important;
    color: #303030 !important;
}

.status_text {
    color: #ff0000;
    font-size: 14px;
}

.success_status_text {
    color: #1569EB;
    font-size: 14px;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background-color: #eaeaea;
    border-left: 1px solid #ccc;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #aaa;
    }

input.title {
    position: absolute;
    width: 100px;
    height: 20px;
    line-height: 20px;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    color: rgb(113, 157, 171);
    background: rgb(255, 255, 255);
    border: 4px solid rgb(255, 255, 255);
    border-radius: 5px;
    text-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 1px;
    box-shadow: rgba(0, 0, 0, 0.0980392) 1px 1px 2px 0px;
}

    input.title:after {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        border-width: 10px;
        border-style: solid;
        border-color: #FFFFFF transparent transparent transparent;
        top: 44px;
        left: 50px;
    }

.page {
    width: 100%;
    margin: 0px;
}

.header {
    position: fixed;
    top: -10px;
    padding: 0px;
    width: 100%;
    height: 50px;
    border-bottom: solid 0px #580316;
    background-color: #286090;
    color: #969696;
    z-index: 1;
}

/*.footer {
    width: 100%;
    height: 45px;
    position: fixed;
    bottom: -8px;
    background-image: url(images/footerbar.gif);
    background-repeat: repeat-x;
    z-index: 10;

}*/

.FooterLogo {
    background-image: url(images/footerlogo.gif);
    background-repeat: no-repeat;
}


.footer {
    position: fixed;
    bottom: 0px;
    padding: 0px;
    width: 100%;
    height: 24px;
    z-index: 10;
    border-top: 2px solid #286090;
    display: block;
    line-height: 25px;
    color: #eee;
    background-color: #286090;
}

.header1 {
    position: fixed;
    top: -10px;
    padding: 0px;
    width: 100%;
    height: 70px;
    border-bottom: solid 0px #eee;
    /*background-color:#2A0000;
    background-image: url(images/header_bg_top.jpg), url(images/header_bg_bottom.jpg);
    background-position: center -12px, center 25px;
    background-repeat: no-repeat, repeat-x;*/
    background: #000000; /* Old browsers */
    background: -moz-linear-gradient(top, #000000 1%, #000000 47%, #0072c6 47%, #0072c6 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#000000), color-stop(47%,#000000), color-stop(47%,#0072c6), color-stop(100%,#0072c6)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* IE10+ */
    background: linear-gradient(to bottom, #000000 1%,#000000 47%,#0072c6 47%,#0072c6 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#0072c6',GradientType=0 ); /* IE6-9 */
    color: #969696;
    z-index: 1;
}

.header_left {
    float: left;
    border: solid 0px #0000ff;
    display: block;
    height: 40px;
    width: 128px;
    font-size: 6.5pt;
    color: #fff;
    line-height: 15px;
    margin-top: 15px;
    margin-left: 7px;
    text-decoration: none;
    background: url(images/eduspark_logo.png) no-repeat left 0px, center 2px;
}

.header_left_menu {
    float: left;
    border: solid 0px #0000ff;
    display: block;
    height: 30px;
    width: 33px;
    /*background-image:url(images/menu_icon.png),url(images/menu_arrow.png) ;*/
    background-image: url(images/activity.png);
    background-repeat: no-repeat;
    background-position: 5px center,right 10px;
    margin-top: 15px;
    margin-left: 1px;
    background-color: #fff;
    border-radius: 3px;
}

    .header_left_menu:hover {
        border: medium 1px #F36C00;
        display: block;
        /*background-color:rgba(8, 97, 126, 0.50);*/
        background-color: #eee;
        opacity: 0.9;
        text-transform: fullwidth;
        border-radius: 3px;
        cursor: pointer;
    }

.header_middle {
    float: left;
    padding-top: 12px;
    border: solid 0px #00ff00;
}

.header_right {
    float: right;
    padding-top: 12px;
    border: solid 0px #0000ff;
}

.header_titlebar {
    font-size: 13px;
    color: #fff;
    border: solid 0px #ff0000;
    line-height: 15px;
    display: block;
}

.toplink {
    color: #fff;
    font-size: 14px;
}

    .toplink a {
        color: #fff;
        text-decoration: none;
    }

        .toplink a:hover {
            color: #ff0000;
            text-decoration: none;
        }

.header_menubar {
    border: solid 0px #00ff00;
    line-height: 25px;
    display: block;
    margin-top: 12px;
}

.container_left {
    width: 170px;
    border: solid 0px 0px 2px 0px #ff0000;
    position: absolute;
    overflow: hidden;
    background-color: rgba(0, 33, 71, 0.81);
    top: 40px;
    left: 0px;
    z-index: 0;
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#sliderNavigation {
}

.container {
    border: solid 0px #ff0000;
    overflow: auto;
    position: absolute;
    /*background-color:#ffffff;*/
    background-color: #ffffff;
    top: 40px;
    left: 171px;
    z-index: 10;
    /*opacity:0.9;*/
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.iframe {
    -webkit-transition-duration: 0.4s;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

.container_body {
    width: 98%;
    min-height: 2000px;
    margin: auto;
}

.content {
    border: solid 1px #ccc;
    background-color: #ffffff;
    padding: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.footer_content {
    margin: auto;
    line-height: 25PX;
    border: solid 0px #ff0000;
    width: 100%;
}

.footer_left {
    float: left;
    margin-left: 20px;
    border: solid 0px #ff0000;
    color: #ffffff;
    padding-bottom: 3px;
    width: 75%;
}

.footer_right {
    float: right;
    /*margin-right: 05px;*/
    border: solid 0px #000000;
    font-size: 14px;
    width: 23%;
}

.clear {
    clear: both;
}

.roundbox {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

/*-------------------------------------------------------------*/
.date {
    font-size: 13px;
    font-weight: bold;
    color: #fff;
    float: left;
    text-align: right;
    margin-right: 20px;
    padding-left: 40px;
}

.watch {
    font-size: 14px;
    font-weight: bold;
    color: #888;
    border: solid 1px #999;
    background-color: #fafafa;
    padding: 0px;
    line-height: 18px;
    width: 80px;
    float: right;
    text-align: center;
    margin-right: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: inset 0px 0px 8px 2px #cccccc;
    -moz-box-shadow: inset 0px 0px 8px 2px #cccccc;
    box-shadow: inset 0px 0px 8px 2px #cccccc;
}

.loginbox {
    border: solid 2px #286090;
    background-color: #ffffff;
    background-position: 5px center;
    background-repeat: no-repeat;
    margin: auto;
    margin-top: 75px;
    position: relative;
    z-index: -100;
    width: 400px;
    color: #000;
    /*opacity:0.8;
	filter:alpha(opacity=80);*/
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding: 5px;
    height: 310px;
    -moz-box-shadow: 0 0 3px #286090;
    -webkit-box-shadow: 0 0 3px #286090;
    box-shadow: 0 0 3px #286090;
    font-family: "Trebuchet MS";
    font-size: 12px;
}

.loginbox_title {
    background: url(images/edusparklogo.png) no-repeat center;
    height: 50px;
}

.login_image {
    top: 0px;
    width: 100%;
    z-index: 100;
    /*opacity:0.8;
	filter:alpha(opacity=80);
    background-color:rgba(53, 53, 53, 0.38)*/
    /*background:url(bgimages/Lighthouse.jpg) repeat-x  scroll left -3px transparent ;*/
}

/*============= Control CSS ============================================*/
.div_shadow {
    box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
    -webkit-box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
    -moz-box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
    -o-box-shadow: inset 0px 0px 0px -3px #ABABAB,2px 2px 0px 2px #EEEEEE;
}

fieldset {
    border: solid 1px #CBCED3;
    background-color: #ffffff;
    border-radius: 8px;
    -moz-border-radius: 8px;
    text-align: left;
}

legend {
    border: solid 1px #CBCED3;
    background-color: #ffffff;
    padding: 4px 8px 4px 8px;
    margin: auto;
    color: red;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

a {
    text-decoration: none;
    color: #2C2F4E;
}

    a:hover {
        color: #A10C4F;
    }

.Toplink {
    color: #6A0099;
}

    .Toplink a {
        color: #6A0099;
    }

        .Toplink a:hover {
            color: #6BA00D;
        }

.tooltiptext {
    color: #2A2E36;
    font-size: 11px;
    font-weight: bold;
}

.textbox {
    border: solid 1px #bbb;
    padding: 3px;
    margin: 0px;
    font: normal 14px "Trebuchet MS";
    color: #4D5569;
    height: 20px;
    border-radius: 3px;
    -moz-border-radius: 3px;
}

.textboxPlain {
    border: solid 1px Transparent;
    padding: 2px;
    margin: 0px;
    font: normal 13px "Trebuchet MS";
    color: #4D5569;
    height: 20px;
    background-color: Transparent;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.searchtextbox {
    border: solid 0px #bbb;
    padding: 3px;
    margin: 0px;
    font: normal 13px "Trebuchet MS";
    color: #4D5569;
    height: 18px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-box-shadow: inset 0px 0px 8px 2px #dddddd;
    -moz-box-shadow: inset 0px 0px 8px 2px #dddddd;
    box-shadow: inset 0px 0px 8px 2px #dddddd;
}

.listbox {
    font-size: 12px;
    font-weight: normal;
    color: #606060;
    border: solid 1px #CECECB;
    padding: 4px;
    height: 28px;
    background-color: #ffffff;
    border-radius: 3px;
    font-family: "Trebuchet MS";
}

.fileinput {
    height: 29px;
    text-align: right;
    background: url(images/browse.png) no-repeat scroll right -3px transparent;
    cursor: pointer;
}

    .fileinput input {
        cursor: pointer;
        width: 50px;
        margin-right: 4px;
        margin-top: 5px;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.visible {
    display: block;
}

.invisible {
    display: none;
}

.RFV {
    color: Red;
}

.buttonstyle {
    border: solid 0px #286090;
    margin: 0px;
    font-size: 11px;
    padding: 4px;
    color: #ffffff;
    width: 100px;
    height: 26px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: #0099CC;
    font-family: "Trebuchet MS";
    border-color: #122b40
}

    .buttonstyle:hover {
        background-color: #33B5E5;
    }

.primary {
    background-color: #0D47A1 !important;
}

    .primary:hover {
        background-color: #337ab7 !important;
        border-color: #4285F4;
    }

.danger {
    background-color: #d90000 !important;
}

    .danger:hover {
        background-color: #FF3547 !important;
    }

.info {
    background-color: #0099CC !important;
}

    .info:hover {
        background-color: #33B5E5 !important;
    }

.warning {
    background-color: #FF8800 !important;
}

    .warning:hover {
        background-color: #FFBB33 !important;
    }


.revisebuttonstyle {
    border: solid 0px #568600;
    margin: 0px;
    font-size: 10pt;
    color: #C50900;
    padding-bottom: 4px;
    height: 20px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    background-color: transparent;
    font-family: "Trebuchet MS";
}

    .revisebuttonstyle:hover {
        color: green;
    }

input:focus, select:focus {
    outline: none;
    border: solid 1px #286090;
    -moz-box-shadow: 0 0 1px 1px #286090;
    -webkit-box-shadow: 0 0 1px 1px #286090;
    box-shadow: 0 0 1px 1px #286090;
}

input.nooutline:focus, select.nooutline:focus, textarea.nooutline:focus {
    outline: none;
    border: solid 0px #FFAA00;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(255, 170, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(255, 170, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(255, 170, 0, 0);
}

.ellipsebutton {
    border: solid 0px #286090;
    margin: 0px;
    font-size: 11px;
    padding: 4px;
    color: #ffffff;
    width: 100px;
    height: 26px;
    cursor: pointer;
    border-radius: 3px;
    -moz-border-radius: 3px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 2px;
    background-color: #0099CC;
    font-family: "Trebuchet MS";
    /*background-image: url(images/Add.png);*/
}

    .ellipsebutton:hover {
        background-color: #33B5E5;
    }

.ButtonBar {
    border: 0px solid #969696;
    background-color: #F5F8FF;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
}

/*============Headings=======================================*/
h1 {
    font: bold 22px "Trebuchet MS";
    margin: 0px;
    padding: 3px;
    color: #800000;
}

h2 {
    font: bold 19px "Trebuchet MS";
    margin: 0px;
    padding: 2px;
    color: #800000;
}

h3 {
    font: bold 16px "Trebuchet MS";
    margin: 0px;
    padding: 2px;
    color: #800000;
}

h4 {
    font: bold 13px "Trebuchet MS";
    margin: 0px;
    padding: 2px;
    color: #800000;
}

h5 {
    font: normal 12px "Trebuchet MS";
    margin: 0px;
    padding: 1px;
    color: #800000;
}

h6 {
    font: normal 11px "Trebuchet MS";
    margin: 0px;
    padding: 1px;
    color: #800000;
}

h7 {
    font: bold 18px "Trebuchet MS";
    margin: 0px;
    padding: 0px;
    color: #800000;
}

h8 {
    color: Red;
    font-weight: bold;
    font-size: x-small;
}

a {
    text-decoration: none;
    text-decoration-color: #ffffff;
}

p {
    text-align: justify;
}

/*Dynamic div window=====================================================================*/
.MaskingLayer {
    background-color: #000000;
    display: none;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 1010;
    opacity: 0.4;
    filter: alpha(opacity=40);
}

.progress1 {
    height: 30px;
    border: solid 4px #3696EB;
    text-align: center;
    padding-left: 40px;
    padding-top: 10px;
    padding-right: 8px;
    padding-bottom: 0px;
    position: absolute;
    z-index: 150;
    background-color: #ffffff;
    background-image: url(images/busy.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    top: 45%;
    left: 45%;
    color: #062FAC;
    font-size: 12px;
    font-weight: bold;
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.progress {
    line-height: 30px;
    border: solid 4px #286090;
    text-indent: 35px;
    padding: 8px;
    position: absolute;
    z-index: 1012;
    background-color: #ffffff;
    background-image: url(images/busy.gif);
    background-repeat: no-repeat;
    background-position: 5px center;
    top: 45%;
    left: 55%;
    color: #286090;
    font-size: 12px;
    font-weight: bold;
    display: none;
    -moz-box-shadow: 0 0 2px 2px rgba(41, 140, 173, 0.26);
    -webkit-box-shadow: 0 0 2px 2px rgba(41, 140, 173, 0.26);
    box-shadow: 0 0 2px 2px rgba(41, 140, 173, 0.26);
    border-radius: 8px;
    -moz-border-radius: 8px;
}

.progressWait {
    display: none;
    border: solid 0px #D4F00D;
    background-color: #286090;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 2px center;
    height: 15px;
    width: 150px;
    position: absolute;
    top: 40px;
    z-index: 10;
    left: 50%;
    color: #ffffff;
    padding: 4px;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(10, 10, 10, .4);
    -moz-box-shadow: 0px 0px 5px 2px rgba(10, 10, 10, .4);
    box-shadow: 0px 0px 5px 2px rgba(10, 10, 10, .4);
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
}

.window {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: auto;
    background-color: #ffffff;
    text-align: left;
    color: black;
    font-size: 12px;
    border: solid 1px #0a4f65;
    display: none;
    z-index: 1000;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -moz-box-shadow: 0 0 5px #286090;
    -webkit-box-shadow: 0 0 5px #286090;
    box-shadow: 0 0 5px #286090;
    /*opacity:0.95;
	filter:alpha(opacity=95);*/
}

.tittlebar {
    margin: auto;
    width: 100%;
    height: 30px;
    line-height: 25px;
    cursor: move;
    border: solid 0px #ff0000;
    /*-webkit-border-top-left-radius: 8px;
       -webkit-border-top-right-radius: 8px;
       -moz-border-radius-topleft: 8px;
       -moz-border-radius-topright: 8px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;*/
}

.titletext {
    float: left;
    text-align: left;
    color: #ffffff;
    font-weight: normal;
    font-size: 13px;
    padding-top: 2px;
    height: 30px;
    line-height: 25px;
    text-indent: 22px;
    background: url(images/ball.png) no-repeat scroll 5px center transparent;
}

.closebox {
    float: right;
    width: 30px;
    height: 30px;
    line-height: 25px;
    cursor: pointer;
    background: url(images/close.png) no-repeat scroll center center transparent;
}

.win_content {
    margin: auto;
    width: 95%;
    margin-bottom: 5px;
    margin-top: 5px;
    border: solid 0px #000;
    overflow: auto;
    /*-webkit-border-bottom-left-radius: 8px;
       -webkit-border-bottom-right-radius: 8px;
       -moz-border-radius-bottomleft: 8px;
       -moz-border-radius-bottomright: 8px;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;*/
}

/*Dynamic div window ENDS=====================================================================*/

.collapse_button {
    height: 30px;
    width: 99%;
    line-height: 30px;
    cursor: pointer;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    /*background-color: #40535E;*/
    background-color: #002147;
    padding-left: 5px;
    z-index: 1000;
}

    .collapse_button a:hover {
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
    }

.collapsemenu {
    display: none;
    width: 95%;
    margin: auto;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 1px;
    /*background-color: #40535E;*/
    /*background-color: rgba(169, 3, 41, 0.07);*/
    z-index: -1000;
    overflow: auto;
    /*-webkit-box-shadow: inset 0px 0px 14px 1px #40535E;
        box-shadow: inset 0px 0px 14px 1px #40535E;*/
}

.collapsemenu_item {
    display: block;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    border-bottom: solid 1px #286090;
    height: 20px;
    color: #ffffff;
    font-size: 12px;
    white-space: nowrap;
    z-index: -1000;
}

    .collapsemenu_item:hover {
        color: #fff;
        text-decoration: none;
        /*color: #ffffff;
        background: #4c4c4c; 
        background-color: #233842;*/
    }

.rowstyle {
    border: solid 1px #ccc;
    height: 20px;
    color: #444;
}

.PagerStyle {
    margin-top: 8px;
    border: solid 1px #E8E9EC;
    font: bold 10px;
    background-color: #ffffff;
    color: #000000;
    height: 40px;
}

.SearchOptionBar {
    background-color: #ffffff;
    margin-bottom: 1px;
    padding: 0px;
    padding-top: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 13px;
    border: solid 0px #ccc;
}

.PagerDiv {
    background-color: rgba(237, 237, 237, 0.50);
    margin-bottom: 1px;
    padding: 0px;
    padding-top: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
    border: solid 1px #ccc;
    border-top: 0px;
}

.PagerDivTable {
    background-color: #ffffff;
    right: 10px;
    margin-bottom: 1px;
    padding: 0px;
    padding-top: 0px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    font-size: 12px;
    border: solid 1px #ccc;
    border-top: 0px;
    color: #286090;
    font-weight: bold;
    height: 24px;
    border-bottom-color: none;
    border-bottom-color: #ccc;
}

    .PagerDivTable td {
        border-color: #ccc;
    }

.PagerTable {
    width: 100%;
    margin-top: -2px;
    border-collapse: collapse;
    border: 1px solid #CCC;
}

ul.fluidmenu {
    margin: 0;
    padding: 0px;
    margin-right: 0px;
    position: relative;
    top: 1px;
    list-style: none outside none;
}

    ul.fluidmenu li {
        display: inline;
        margin: 0;
        padding: 0;
        float: left;
        margin: 0;
        cursor: pointer;
    }

        ul.fluidmenu li a {
            color: #0099CC;
            font-size: 12px;
            font-weight: bold;
            padding-left: 10px;
            padding-right: 10px;
            padding-top: 7px;
            padding-bottom: 5px;
            display: block;
            text-align: center;
            width: 60px;
            height: 20px;
            margin-left: 1px;
            margin-right: 1px;
            border: solid 1px #ddd;
            border-bottom: solid 0px #ddd;
            /*background-image:url(images/textbg.gif);*/
            background-repeat: repeat-x;
            background-position: center top;
            -moz-border-radius-topleft: 0px;
            -moz-border-radius-topright: 0px;
            -moz-border-radius-bottomright: 0px;
            -moz-border-radius-bottomleft: 0px;
            -webkit-border-radius: 3px 3px 0px 0px;
            border-radius: 3px 3px 0px 0px;
        }

            ul.fluidmenu li a.selected {
                color: #d90000;
                background-color: #ffffff;
                border: solid 1px #ccc;
                border-bottom: solid 0px #ccc;
            }


            ul.fluidmenu li a:hover {
                text-decoration: none;
                color: #286090;
            }


.disableButton {
    background-image: url(images/textbg.gif);
}

.displayusername {
    color: #ff0000;
    font-size: 13px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    border: solid 10px #000000;
    font-weight: bold;
    height: 50px;
    z-index: 10;
    background-color: #E7DEE0;
    display: none;
}

.DynDivBox {
    display: none;
    border: solid 1px #999;
    background-color: #ffffff;
    position: absolute;
    text-align: left;
    padding: 5px;
    vertical-align: top;
    border-radius: 2px;
    -moz-border-radius: 2px;
}

.DynMenuDiv {
    cursor: pointer;
    font: bold 10px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    height: 20px;
}

.searchButoon {
    border: solid 0px #37A7DE;
    margin: 0px;
    font-size: 11px;
    background: url(images/search.png);
    font-weight: bold;
    padding: 0px;
    padding-bottom: 4px;
    color: #ffffff;
    height: 24px;
    width: 100px;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

.Hide {
    display: none;
}

.Block {
    display: block;
}

.Leftborder {
    border-right: 0px solid #c0c0c0;
}

.testReport {
    margin: 0px;
    font-size: 11px;
    font-weight: bold;
    padding: 0px;
    width: 99%;
    border-radius: 4px;
    -moz-border-radius: 4px;
    overflow: auto;
    background-color: #ffffff;
    border-collapse: collapse;
    border: solid 0px #F7F7F7;
}

.PatientList {
    border: solid 1px #ccc;
    background-color: #fff;
    padding: 5px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.dashBoard_HeaderLeft {
    float: left;
    width: 60%;
    font-size: 14px;
    font-weight: bold;
    color: Red;
}

.dashBoard_HeaderRight {
    float: right;
    width: 38%;
    text-align: right;
}

.dashBoard_ListViewItems {
    padding: 3px;
    font: normal 12px;
    color: #4D5569;
}

.barcode {
    font-size: 10.0pt;
    height: 20px;
}

/*New Classes*/
.refresh {
    height: 20px;
    width: 20px;
    cursor: pointer;
    background: url(images/refresh.png);
    background-repeat: no-repeat;
}
/**/

.sub_menu_icon {
    /*line-height:30px;*/
    border: solid 0px #0099CC;
    height: 25px;
    background-image: url(images/activity.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    margin-top: 0px;
    cursor: pointer;
    margin-left: 5px;
}

.sub_menu {
    display: none;
    border: solid 1px #286090;
    background-color: #ffffff;
    position: absolute;
    text-align: left;
    padding: 5px;
    vertical-align: top;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -moz-box-shadow: 0 0 2px #286090;
    -webkit-box-shadow: 0 0 2px #286090;
    box-shadow: 0 0 2px #286090;
}

    .sub_menu div {
        padding: 6px;
        cursor: pointer;
        text-align: left;
        z-index: 10;
        padding-left: 10px;
        font-size: 10pt;
    }

        .sub_menu div:hover {
            background-color: #286090;
            z-index: 50;
            border-radius: 2px;
            -moz-border-radius: 2px;
            color: #ffffff;
        }

/* From Sept 24*/
.subheading {
    text-align: left;
    color: Maroon;
    font: bold 13px Trebuchet MS;
}

::-webkit-scrollbar {
    width: 11px;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
}

::-webkit-scrollbar-track {
    background-color: #E8E8EC;
    border-left: 1px solid #ccc;
    border-radius: 3px;
}

::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 3px;
}

    ::-webkit-scrollbar-thumb:hover {
        background-color: #888888;
        border-radius: 3px;
    }

.changePhoto {
    position: absolute;
    height: 24px;
    padding-top: 10px;
    background-color: #000;
    display: none;
    overflow: hidden;
    font-size: 13px;
    color: #fff;
    text-align: center;
    z-index: 2;
    opacity: 0.6;
    filter: alpha(opacity=60);
    cursor: pointer;
}

.viewLoader {
    display: none;
    position: absolute;
    width: 140px;
    height: 125px;
    opacity: 0.8;
    background-color: #ccc;
    text-align: center;
    vertical-align: middle;
}

.masklayer {
    background-color: #000000;
    display: none;
    top: 0px;
    left: 0px;
    position: absolute;
    z-index: 8;
    display: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.details_literal {
    text-align: right;
    font-size: 12px;
    cursor: pointer;
}

.pagetitle {
    float: left;
    margin-top: 0px;
    font-size: 14px;
    /*color: #b54800;*/
}
/*menu icon*/

.headoffice_tab {
    background: url(images/hostel_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.setting_tab {
    background: url(images/setting_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.hr_tab {
    background: url(images/hr_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.message_tab {
    background: url(images/message_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: #ABABAB;
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.transport_tab {
    background: url(images/transport-tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.student_tab {
    background: url(images/student_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.timetable_tab {
    background: url(images/timetable_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.exams_tab {
    background: url(images/exam_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.fees_tab {
    background: url(images/fees_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.library_tab {
    background: url(images/library_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.hostel_tab {
    background: url(images/hostel_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.assignment_tab {
    background: url(images/assignment_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.account_tab {
    background: url(images/accounts_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.inventory_tab {
    background: url(images/sale_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}


.report_tab {
    background: url(images/reports_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

.notes_tab {
    background: url(images/notes_tab.png) no-repeat,url(images/rightnav_white.png) no-repeat;
    background-position: 5px center,140px center;
    display: block;
    color: rgba(255, 255, 255, 0.6);
    text-indent: 30px;
    border: solid 0px #fff;
    font-size: 13px;
    white-space: nowrap;
}

/*Leave Calendar------------------------------------------------------------------*/
#tabsFace {
    display: block;
    border: 1px solid #D1E0F0;
    border-top: 0px solid #fff;
    width: 100%;
}

#tabsmonth {
    float: left;
    display: block;
    width: 100%;
    font-size: 12px;
    line-height: normal;
    border-bottom: 1px solid #D1E0F0;
}

    #tabsmonth ul {
        margin: 0;
        padding: 0px 0px 0px 0px;
        list-style: none;
    }

    #tabsmonth li {
        display: inline;
        margin: 0;
        padding: 0;
    }

    #tabsmonth a {
        float: left;
        background: url("images/tableft.gif") no-repeat left top;
        margin: 0;
        padding: 0 0 0 4px;
        text-decoration: none;
    }

        #tabsmonth a span {
            float: left;
            display: block;
            background: url("images/tabright.gif") no-repeat right top;
            padding: 3px 15px 3px 13px;
            color: #627EB7;
            font-weight: bold;
        }
        /* Commented Backslash Hack hides rule from IE5-Mac \*/
        #tabsmonth a span {
            float: none;
        }
        /* End IE5-Mac hack */

        #tabsmonth a:hover {
            background-position: 0% -42px;
        }

            #tabsmonth a:hover span {
                background-position: 100% -42px;
                color: #25435B;
            }

    #tabsmonth #current a {
        background-position: 0% -42px;
    }

        #tabsmonth #current a span {
            background-position: 100% -42px;
            color: #25435B;
            font-weight: bold;
            color: #ff0000;
        }

.selectbox {
    background: url("images/select_btn.gif") no-repeat scroll 130px center;
    border: 1px solid #D6DADE;
    padding-right: 3px;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 4px;
    -moz-border-radius: 4px;
}

    .selectbox .selectItem {
        height: 15px;
        padding-top: 2px;
        padding-bottom: 2px;
        vertical-align: middle;
        width: 90%;
        overflow: hidden;
        font-size: 11px;
        color: #333333;
        font-weight: bold;
    }

#maintable, #maintable th, #maintable td {
    border-collapse: collapse;
    text-align: left;
    border-bottom: solid 1px #ccc;
    border-top: solid 1px #ccc;
    padding: 6px;
}

    #maintable thead th {
        height: 20px;
    }
    /*#maintable tbody tr {
        height: 31px;
        
    }*/

    #maintable tbody td {
        font-size: 12px !important;
        height: 20px !important;
    }

    #maintable tr:nth-child(even) {
        background-color: #f0f3f8;
    }


.viewDetails {
    background: url("images/details.png") no-repeat center left 15px;
    cursor: pointer;
}

.Details {
    background: url("images/PaymentDetails.png") no-repeat center left 7px;
    cursor: pointer;
}

.labledata {
    font-size: 11px;
    color: #800000;
    font-style: italic;
}
