﻿

#login {
    margin: 8px 0 0 35%;
    width: 299px;
}

.LoginTextbox {
    background-color: #e5e5e5;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #5a5656;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 14px;
    height: 34px;
    outline: none;
    padding: 0px 10px;
    width: 280px;
    -webkit-appearance: none;
}

.Login {
    background-color: #008dde;
    border: none;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    color: #f4f4f4;
    cursor: pointer;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    height: 40px;
    text-transform: uppercase;
    width: 300px;
    -webkit-appearance: none;
}

.Container {
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    width: 98%;
}

 

.Page {
    border-color: #888888;
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 2px 2px 2px 2px #888888;
    text-align: center;
    width: 100%;
}

.MainTable {
    text-align: center;
    border: 1px solid;
    border-radius: 10px;
    min-height:500px;
}

.HeaderHeading {
    text-align: center;
    color: blue;
    font-size: 18px;
    font-weight: bold;
}

.FooterHeading {
    text-align: center;
    background-color: #6FA7DD;
    color: white;
    font-weight: bold;
}

.tdheader {
    background-color: #1E90FF;
    color: white;
    font-family: Verdana,Tahoma,Arial;
    font-size: 10pt;
    font-weight: bold;
    height: 25px;
    text-align: left;
}

.tdRightText {
    font-family: "Tahoma",Geneva,sans-serif;
    font-size: 13px;
    padding: 5px;
    text-align: right;
    width: 40%;
}

.tdLeftText {
    text-align: left;
    font-size: 11px;
    width: 25%;
    text-transform: uppercase;
}


.tdRightText1 {
    font-family: "Tahoma",Geneva,sans-serif;
    font-size: 13px;
    padding: 5px;
    text-align: right;
    width: 20%;
}

.tdLeftText1 {
    text-align: left;
    font-size: 11px;
    width: 30%;
    text-transform: uppercase;
}

.mandatory {
    color: #ce0000;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    font-weight: normal;
    text-decoration: none;
}

.myButton {
    -moz-box-shadow: 0px 1px 0px 0px #f0f7fa;
    -webkit-box-shadow: 0px 1px 0px 0px #f0f7fa;
    box-shadow: 0px 1px 0px 0px #f0f7fa;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #33bdef), color-stop(1, #019ad2));
    background: -moz-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -webkit-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -o-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: -ms-linear-gradient(top, #33bdef 5%, #019ad2 100%);
    background: linear-gradient(to bottom, #33bdef 5%, #019ad2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33bdef', endColorstr='#019ad2',GradientType=0);
    background-color: #33bdef;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border: 1px solid #057fd0;
    display: inline-block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 6px;
    text-decoration: none;
    text-shadow: 0px -1px 0px #5b6178;
}

    .myButton:hover {
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #019ad2), color-stop(1, #33bdef));
        background: -moz-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -webkit-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -o-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: -ms-linear-gradient(top, #019ad2 5%, #33bdef 100%);
        background: linear-gradient(to bottom, #019ad2 5%, #33bdef 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#019ad2', endColorstr='#33bdef',GradientType=0);
        background-color: #019ad2;
    }

    .myButton:active {
        position: relative;
        top: 1px;
    }

.boxshadow {
    -moz-box-shadow: 3px 3px 5px #535353;
    -webkit-box-shadow: 3px 3px 5px #535353;
    box-shadow: 3px 3px 5px #535353;
}

.roundbox {
    -moz-border-radius: 6px 6px 6px 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px 6px 6px 6px;
}

.logout {
    background: none repeat scroll 0 0 #000;
    border-radius: 5px;
    clear: both;
    color: #fff;
    font-weight: bold;
    line-height: 20px;
    padding: 6px;
}

    .logout a {
        color: #CF6544;
    }
 

.upper-case {
    text-transform: uppercase;
    background-image: url("../images/txtbg.png");
    border: 1px solid #6297BC;
    width: 80%;
    padding: 3px;
}

.hovertable {
    font-family: verdana,arial,sans-serif;
    font-size: 9px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

    .hovertable th {
        background-color: #C5874E;
        border-color: #a9c6c9;
        border-style: solid;
        border-width: 1px;
        color: white;
        padding: 5px;
    }

    .hovertable tr {
        background-color: #E0E0E0;
    }

    .hovertable td {
        border-width: 1px;
        padding: 5px;
        border-style: solid;
        border-color: #a9c6c9;
    }

.DivStyle {
    width: 200px;
    height: 150px;
    border: solid 1px #555;
    background-color: #eed;
    box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 0px 10px 5px rgba(0,0,0,0.6);
    border-radius: 25px;
    text-align: center;
    vertical-align: middle;
    display: table-cell;
    font-size: 25px;
    font-family: Georgia,serif;
    white-space: normal;
}


.web_dialog {
    background-color: #ffffff;
    border: 2px solid #336699;
    /*display: none;*/
    font-family: Verdana;
    height: auto;
    left: 0%;
    position: fixed;
    top: 2%;
    width: 650px;
    z-index: 102;
    font-size: 12px;
}

.web_dialog_overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 228px;
    left: 0;
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #000000;
    opacity: 1;
    filter: alpha(opacity=15);
    -moz-opacity: .15;
    z-index: 101;
    /*display: none;*/
}


.RightText {
    font-family: "Tahoma",Geneva,sans-serif;
    font-size: 13px;
    padding: 8px;
    text-align: right;
    width: 15%;
}

.Leftext {
    font-family: "Tahoma",Geneva,sans-serif;
    font-size: 13px;
    padding: 8px;
    text-align: left;
}

.LeftText {
    text-align: Left;
    font-size: 11px;
    width: 25%;
    text-transform: uppercase;
}

.content {
    background: #fff none repeat scroll 0 0;
    /*border: 1px solid #cccccc;
    border-radius: 0 5px 5px;
    box-shadow: 0 1px 1px 1px rgba(0, 0, 0, 0.5);*/
    /*float: left;*/
    height: auto;
    padding: 1px 3px;
    position: relative;
    z-index: 2;
}

#tabs {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs #current a, #tabs #current a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs #current a, #tabs #current a::after {
        background: #89CB43 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
        font-size: 20px;
    }

    #tabs a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 3.0em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }


/*Tab 1*/

#tabs1 {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs1 #current1 a, #tabs1 #current1 a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs1 a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs1 #current1 a, #tabs1 #current1 a::after {
        background: #89CB43 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
        font-size: 20px;
    }

    #tabs1 a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 3.0em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }


/*Tab 2*/

#tabs2 {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs2 #current2 a, #tabs2 #current2 a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs2 a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs2 #current2 a, #tabs2 #current2 a::after {
        background: #C5874E  none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
        font-size: 20px;
    }

    #tabs2 a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 3.0em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

.hovertableCounselling {
    font-family: verdana,arial,sans-serif;
    font-size: 11px;
    color: #333333;
    border-width: 1px;
    border-color: #999999;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

    .hovertableCounselling th {
        background-color: #C5874E;
        border-color: #a9c6c9;
        border-style: solid;
        border-width: 1px;
        color: white;
        padding: 5px;
    }



    .hovertableCounselling td {
        border-width: 1px;
        padding: 5px;
        border-style: solid;
        border-color: #a9c6c9;
    }

    
#tabs3 {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs3 #current3 a, #tabs3 #current3 a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs3 a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs3 #current3 a, #tabs3 #current3 a::after {
        background: #3D738B none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
        font-size: 20px;
    }

    #tabs3 a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 3.0em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

/*Tab 4 For Girls*/

#tabs4 {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs4 #current4 a, #tabs4 #current4 a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs4 a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs4 #current4 a, #tabs4 #current4 a::after {
        background: #a0522d none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
        font-size: 20px;
    }

    #tabs4 a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 3.0em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

/*Tab 5 For Girls*/

#tabs5 {
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

    #tabs5 #current5 a, #tabs5 #current5 a::after {
        background: #00ace6 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
    }

    #tabs5 a::after {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 0 5px 0 0;
        bottom: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
        content: "";
        position: absolute;
        right: -0.5em;
        top: 0;
        transform: skew(10deg);
        width: 1em;
        z-index: 1;
    }

    #tabs5 #current5 a, #tabs5 #current5 a::after {
        background: #438790 none repeat scroll 0 0;
        color: #ffffff;
        z-index: 3;
        font-size: 20px;
    }

    #tabs5 a {
        background: #ddd linear-gradient(to bottom, #fff, #ddd) repeat scroll 0 0;
        border-radius: 5px 0 0;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4);
        color: #444;
        float: left;
        padding: 0.2em 3.0em;
        position: relative;
        text-decoration: none;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    }

.HeaderHeading {
    padding: 3px;
    height: 2px;
    background-color: #6FA7DD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    font-family: Cambria,Georgia,serif;
    text-align: center;
}

.PageHeader {
    padding: 3px;
    height: 2px;
    background-color: #6FA7DD;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 20px;
    font-family: Cambria,Georgia,serif;
    text-align: left;
}

.Loginbox {
    background: url(../images/login_bg.png) no-repeat;
    background-size: 100% 100%;
    padding-top: 50%;
    width: 80%;
    /*margin: 20px auto;*/
    padding: 8em 2em 6em 2em;
    /*background: #fafafa;*/
    /*border: 1px solid #ebebeb;
    box-shadow: rgba(0,0,0,0.14902) 0px 1px 1px 0px,rgba(0,0,0,0.09804) 0px 1px 2px 0px;*/
}

.buttonBlue {
    background: #855439;
    text-shadow: 1px 1px 0 rgba(39, 110, 204, .5);
    top: 0px;
    left: 0px;
    border-radius: 15px;
    font-family: 'Pacifico', cursive;
}

TextBox {
   
    background-image: url("../images/txtbg.png");
    border: 1px solid #6297BC;
    width: 80%;
    padding: 3px; 
}
