﻿body {
    margin: 0px;
    padding: 0;
    height: 100%;
    width: 100%;
   
    display: block;
}

.btn_orange {
    width: 120px;
    height: 40px;
    font-size: 15px;
    font-weight: bold;
    background-image: url(../images/box-bg.gif);
    border: solid 1px #003f6f;
    border-radius: 5px;
    color: White;
}

.table-login {
    font-family: Verdana;
    font-size: 12px;
    color: white;
    padding: 20px;
    text-decoration: none;
    background: linear-gradient(to bottom, #7bc158 10%, #7bc158 100%);
    border: solid 1px #003f6f;
    border-radius: 5px;
    margin-top: 20px;
}

    .table-login input {
        border: solid 1px #003f6f;
        width: 200px;
        height: 25px;
        border-radius: 5px;
    }

#erps {
    font-family: Times New Roman;
    font-weight: bold;
    color: saddlebrown;
    font-size: 60px;
    padding-left: 10px;
    text-shadow: 4px 2px 2px black;
}

#slogen {
    font-family: Freehand521 BT;
    font-weight: bold;
    color: White;
    font-size: 20px;
    padding-bottom: 20px;
    text-shadow: 5px 5px 3px black;
}

#right_header {
    float: right;
    height: 74px;
}

#top_nav {
    width: 170px;
    padding-bottom: 34px;
    padding-right: 20px;
    float: left;
    height: 24px;
}

    #top_nav ul {
        float: right;
    }

    #top_nav li {
        float: left;
        background: url(../images/sep-header.png) no-repeat left center;
        padding: 0 6px 0 8px;
    }

        #top_nav li:first-child {
            background: none;
        }

        #top_nav li a {
            display: block;
            float: left;
            line-height: 21px;
            font-family: tahoma, arial, sans-serif;
            color: #fff;
            padding-left: 5px;
            text-decoration: none;
        }

            #top_nav li a:hover, #top_nav li a.active {
                background: url(../images/bg-topnav-left.png) no-repeat left top;
                color: #fff;
            }

                #top_nav li a:hover span, #top_nav li a.active span {
                    background: url(../images/bg-topnav-right.png) no-repeat right top;
                }

            #top_nav li a span {
                display: block;
                float: left;
                padding-right: 5px;
            }

.strip_header {
    height: 10px;
    background-color: #CF2A28;
    box-shadow: 10px 10px 5px #fff;
}

.strip_footer {
    height: 10px;
    background-color: #CF2A28;
    box-shadow: -5px -5px 5px #fff;
}

#outer_footer {
    width: 100%;
    font-family: Verdana;
    font-size: 12px;
    height: 120px;
    padding-top: 10px;
    padding-left: 10px;
    float: left;
    color: white;
    box-shadow: 5px 10px 10px #888888;
    background-color: #003F6F;
}

#footer {
    width: 100%;
    margin: 0 auto;
    color: white;
}

.bottom_footer {
    width: 100%;
    float: left;
    color:saddlebrown;
}

.bottom_footer1 {
    width: 100%;
}

    .bottom_footer1 a:hover {
        color: white;
    }

    .bottom_footer1 a:link {
        color: white;
    }

    .bottom_footer1 a:visited {
        color: white;
    }


.bottom_footer p {
    float: left;
    width: 850px;
    color: white;
}

.bottom_footer a#topScroll {
    color: white;
    display: block;
    float: right;
    padding-right: 27px;
    background: url(../images/btn-top.png) no-repeat right top;
    line-height: 19px;
}

.img_stph {
    height: 120px;
    width: 100px;
    border: solid 2px #003f6f;
}

.ad {
    padding: 8px;
    width: 200px;
    background-color: #4DE829;
    color: Black;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
}

.ex {
    width: 200px;
    background-color: Yellow;
    color: Black;
    padding: 8px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
}

.re {
    width: 200px;
    background-color: Orange;
    color: Black;
    padding: 8px;
    font-weight: bold;
    font-size: 12px;
    border-radius: 5px;
}



body input {
    border-radius: 3px;
    border: 1px solid #0099FF;
}

    body input:focus {
        border-radius: 3px;
        border: 1px solid #003f6f;
    }

    body input:hover {
        border-radius: 3px;
        border: 1px solid #003f6f;
    }

body textarea {
    border-radius: 3px;
    border: 1px solid #0099FF;
}

    body textarea:focus {
        border-radius: 3px;
        border: 1px solid #003f6f;
    }

    body textarea:hover {
        border-radius: 3px;
        border: 1px solid #003f6f;
    }

body select {
    border-radius: 3px;
    border: 1px solid #0099FF;
}

    body select:focus {
        border-radius: 3px;
        border: 1px solid #003f6f;
    }

    body select:hover {
        border-radius: 3px;
        border: 1px solid #003f6f;
    }

.GridviewDiv {
    font-size: 100%;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, Arial, Helevetica, sans-serif;
    color: #303933;
}

Table.Gridview {
    border: solid 1px #df5015;
}

.GridviewTable {
    border: none
}

    .GridviewTable td {
        margin-top: 0;
        padding: 0;
        vertical-align: middle
    }

    .GridviewTable tr {
        color: White;
        background-color: #df5015;
        height: 30px;
        text-align: center
    }

.Gridview th {
    color: #FFFFFF;
    border-right-color: #abb079;
    border-bottom-color: #abb079;
    padding: 0.5em 0.5em 0.5em 0.5em;
    text-align: center
}

.Gridview td {
    border-bottom-color: #f0f2da;
    border-right-color: #f0f2da;
    padding: 0.5em 0.5em 0.5em 0.5em;
}

.Gridview tr {
    color: Black;
    background-color: White;
    text-align: left
}

:link, :visited {
    color: #DF4F13;
    text-decoration: none
}

.data {
    font-family: Verdana;
    font-size: 12px;
    color: #003f6f;
}

.present {
    background-color: #B3FCAB;
    color: Black;
    padding: 3px;
    border-radius: 4px;
}

.absent {
    background-color: #FCDDB9;
    padding: 3px;
    color: Black;
    border-radius: 4px;
}

.icard_bk {
    background: transparent url(images/dde_logo_b.png) no-repeat center;
    width: 100%;
    height: 100%;
}

.icard_text {
    color: Black;
    font-size: 12px;
    background: url(images/ac_body.jpg) repeat-x top;
}

    .icard_text table td {
        color: Black;
        font-size: 12px;
        text-align: left;
    }

.icard_svsu {
    color: White;
    font-size: 12px;
    padding-top: 10px;
}

.icard_dde {
    color: White;
    font-size: 16px;
    padding-top: 20px;
    font-weight: bold;
}



.btn {
    color: White;
    background-color: #003f6f;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
}

.td_left {
    border-left: solid 1px black;
}

.td_right {
    border-right: solid 1px black;
}

.td_top {
    border-top: solid 1px black;
}

.td_bottom {
    border-bottom: solid 1px black;
}



.gridview {
    width: 95%;
}

.gvlog {
    background-color: White;
    color: Black;
    font-size: 12px;
}

.gvlogitem {
    padding-left: 3px;
}

.gvheader {
    background-image: url(../Images/GVHeader.jpg);
    height: 25px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    color: #003f6f;
}


.gvfooter {
    background-image: url(../Images/GVHeader.jpg);
    height: 25px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    color: #003f6f;
}

.gvpager {
    background-image: url(../Images/GVHeader.jpg);
    height: 25px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    padding: 10px;
    color: #003f6f;
}

.gvitem {
    height: 25px;
    font-family: Verdana;
    text-align: left;
    margin-left: 10px;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
    color: Black;
    background-color: White;
}


.rgvheader {
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    color: Black;
}

.rgvrow {
    text-align: center;
    font-family: Arial;
    font-size: 12px;
    color: Black;
}

.rcourse {
    padding-left: 5px;
}

.actext {
    font-family: Verdana;
    font-size: 12px;
    color: #003f6f;
}

    .actext table {
        width: 100%;
    }

        .actext table td {
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

.hpbtn a:link {
    background: linear-gradient(to bottom, #7bc158 10%, #7bc158 100%);
    height: 60px;
    color: white;
    font-family: Cambria;
    font-weight: bold;
    font-size: 17px;
    width: 180px;
    text-decoration: none;
    padding-top: 40px;
    text-align: center;
    border-radius: 8px;
}

.heading {
    font-family: Arial;
    font-weight: bold;
    font-size: 22px;
    color: #003f6f;
}

.heading2 {
    font-family: Arial;
    font-weight: bold;
    font-size: 26px;
    color: Black;
    text-decoration: underline;
}

.heading3 {
    font-family: Arial;
    font-size: 22px;
    color: Black;
}

.asfooter {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: Black;
}



.astable table td {
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: Black;
}

.rpgvheader {
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 12px;
    background-color: #003f6f;
    color: White;
}

.rpgvrow {
    text-align: center;
    font-family: Arial;
    font-size: 11px;
    background-color: White;
    color: Black;
}

.gvlitem {
    padding-left: 5px;
}

.asgvheader {
    height: 45px;
    text-align: center;
    font-family: Arial;
    font-weight: bold;
    font-size: 18px;
    color: Black;
}

.asgvrow {
    height: 35px;
    text-align: center;
    font-family: Arial;
    margin: 5px;
    font-size: 18px;
    color: Black;
}


.dtlist {
    border: 1px solid #0099FF;
}

.dtlistItemAC {
    background: url(images/ac_body.jpg) repeat-x top;
    border: 1px solid #0099FF;
    font-family: Verdana;
    text-align: left;
    font-size: 12px;
    color: #003f6f;
}

.dtlistItemIC {
    border: 1px solid #0099FF;
    font-family: Verdana;
    text-align: left;
    font-size: 12px;
    color: #003f6f;
}

.dtlistheader {
    background-image: url(../Images/GVHeader.jpg);
    background-repeat: repeat-x;
    height: 25px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #003f6f;
}

.dtlistfooter {
    background-image: url(../Images/GVHeader.jpg);
    background-repeat: repeat-x;
    height: 25px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #003f6f;
}


.dtlistItem {
    background-color: #FFFFFF;
    border: 1px solid #0099FF;
    font-family: Verdana;
    text-align: left;
    margin-left: 10px;
    font-size: 12px;
    padding-left: 10px;
    margin-left: 10px;
    color: #003f6f;
}

.dtlistheaderDS {
    background-image: url(../Images/GVHeader.jpg);
    background-repeat: repeat-x;
    height: 25px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #003f6f;
    border: 1px solid #0099FF;
}

.dtlistfooterDS {
    background-image: url(../Images/GVHeader.jpg);
    background-repeat: repeat-x;
    height: 25px;
    font-family: Verdana;
    font-weight: bold;
    font-size: 14px;
    color: #003f6f;
    border: 1px solid #0099FF;
}

.dtlistItemDS {
    background-color: White;
    margin: 0px;
    font-family: Verdana;
    text-align: left;
    font-size: 12px;
    padding-left: 0px;
    color: #003f6f;
}

.border_lbr {
    padding: 5px;
    border-left: 1px solid #0099FF;
    border-right: 1px solid #0099FF;
    border-bottom: 1px solid #0099FF;
}

.border_rb {
    padding: 5px;
    border-right: 1px solid #0099FF;
    border-bottom: 1px solid #0099FF;
}

.border_r {
    border-right: 1px solid #0099FF;
}

.border_b {
    padding: 5px;
    border-bottom: 1px solid #0099FF;
}

.msgpnl {
    padding-top: 100px;
}


.msg {
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
}

.pnlmsg {
    padding-top: 50px;
}

.text {
    font-family: Verdana;
    font-size: 12px;
    color: #003f6f;
}



.smalltext {
    font-family: Verdana;
    font-size: 10px;
    color: #003f6f;
}

.smalltextbold {
    font-family: Verdana;
    font-size: 10px;
    color: #003f6f;
    font-weight: bold;
}

.dtlist {
    font-family: Arial;
    font-size: 14px;
    color: #003f6f;
}

.mwtext {
    font-family: Arial;
    font-size: 20px;
    color: Green;
    font-weight: bold;
}

.btnReg {
    font-family: Arial;
    font-size: 20px;
    color: Blue;
    font-weight: bold;
    text-decoration: none;
    width: 751px;
}

.tableStyle {
    font-family: Times New Roman;
    font-size: 15px;
    color: #003f6f;
    font-weight: bold;
    text-decoration: none;
    background-color: #daf4fa;
    border: solid 1px #003f6f;
}

.tableStyle1 {
    font-family: Times New Roman;
    font-size: 15px;
    color: #003f6f;
    font-weight: bold;
    text-decoration: none;
    background-color: #A4CDED;
    border: solid 1px #003f6f;
}

.tableStyle2 {
    font-family: Verdana;
    font-weight: bold;
    font-size: 12px;
    color: #003f6f;
    text-decoration: none;
    background-image: url(../Images/upperstrip3.jpg);
    border: solid 1px #003f6f;
}

    .tableStyle2 input {
    }


.welcome {
    font-family: Times New Roman;
    font-size: 35px;
    color: Blue;
    font-weight: bold;
    text-decoration: none;
}

.lblMessage {
    font-family: Times New Roman;
    font-size: 16px;
    color: Green;
    font-weight: bold;
    text-decoration: none;
}

.lbltext {
    font-family: Century Gothic;
    font-size: 14px;
    color: Olive;
}

.studentinfo {
    font-family: Arial;
    font-size: 12px;
    color: #003f6f;
    font-weight: bold;
}

.commonlinks {
    font-family: Arial;
    font-size: 12px;
    color: #003f6f;
    font-weight: bold;
    background-color: #66CCFF;
}

    .commonlinks a:link {
        font-family: Arial;
        font-size: 12px;
        color: #003f6f;
        font-weight: bold;
        text-decoration: none;
    }

    .commonlinks a:hover {
        font-family: Arial;
        font-size: 12px;
        color: #003f6f;
        font-weight: bold;
        text-decoration: none;
    }

    .commonlinks a:visited {
        font-family: Arial;
        font-size: 12px;
        color: #003f6f;
        font-weight: bold;
        text-decoration: none;
    }

.mailsidebar a:link {
    font-family: Times New Roman;
    font-size: 15px;
    color: #003f6f;
    font-weight: bold;
    text-decoration: none;
}

.mailsidebar a:hover {
    font-family: Times New Roman;
    font-size: 15px;
    color: #003f6f;
    font-weight: bold;
    text-decoration: none;
}

.mailsidebar a:visited {
    font-family: Times New Roman;
    font-size: 15px;
    color: #003f6f;
    font-weight: bold;
    text-decoration: none;
}

.borderleft {
    text-align: center;
    border-left: solid 2px gray;
}


.borderright {
    text-align: center;
    border-right: solid 2px gray;
}

.borderright_tal {
    text-align: left;
    padding-left: 5px;
    border-right: solid 2px gray;
}


.bordertop {
    text-align: center;
    border-top: solid 2px gray;
}


.borderbottom {
    text-align: center;
    border-bottom: solid 2px gray;
}

.subjects {
    padding-left: 20px;
}

.homebtn {
    text-decoration: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    color: white;
}

    .homebtn a:link {
        text-decoration: none;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

    .homebtn a:hover {
        text-decoration: none;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }

    .homebtn a:visited {
        text-decoration: none;
        font-family: Arial;
        font-size: 14px;
        font-weight: bold;
        color: white;
    }
