﻿body
{
    background: #660000;
    margin: 0px;
    margin-left: 0px;
}

/* ============ Text Related Tags ============ */
H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    color: #000000;
}

/* ============ Headers Tags ============ */
H1
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #ac0027;
    font-size: 20px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    text-align: left;
    padding-top: 20px;
    padding-bottom: 5px;
    padding-left: 10px;
}

H2
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    color: #5E5858;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}

H3
{
    color: #A83333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 0px;
}

.loginHeading
{
    color: #A83333;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    word-spacing: normal;
    letter-spacing: normal;
    text-transform: none;
}

.BreadCrumbs
{
    font-family: verdana, arial, helvetica, sans serif;
    font-size: 11px;
    color: #FFFFFF;
    padding: 5px;
    padding-left: 15px;
    background-color: #000000;
    border-bottom: #636466 2px solid;
}

/* ============ Content Tags ============ */
.Content, p, body
{
    color: #000000;
    font-family: Verdana, Arial;
    font-size: 11px;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 0px;
    text-align: justify;
}
a:hover, a:link:hover
{
    color: #2400ff;
    text-decoration: underline;
    font-weight: 100;
}
a:link
{
    color: #0d05a6;
    text-decoration: none;
}
a:visited
{
    color: #ba6767; /*a8797a*/
    text-decoration: none;
}
a:visited:hover
{
    color: #9f3d3d;
    text-decoration: underline;
    font-weight: 100;
}



/* ============ Logo Tags ============ */
.LogoText
{
    font-family: Arial Black;
    font-size: 20px;
    color: #cc2127;
    text-transform: capitalize;
    font-variant: small-caps;
    padding-right: 20px;
    padding-bottom: 15px;
    letter-spacing: 1pc;
}

.LogoTextSmall
{
    font-family: Arial;
    font-weight: bold;
    font-size: 14px;
    color: #FFFFFF;
    text-transform: capitalize;
    padding-right: 80px;
    padding-bottom: 15px;
    letter-spacing: .5pc;
}

/* ============ Copywrite Tags ============ */
.Copywrite
{
    font-size: 10px;
    font-weight: bold;
    color: Gray;
    font-family: Tahoma;
    text-align: center;
}


/* ============ Table Related Tags ============ */
.tblMain
{
    width: 974px;
    margin: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    border-width: 5px;
    border-right: #636466 6px solid;
    border-top: #636466 6px solid;
    border-left: #636466 6px solid;
    border-bottom: #636466 6px solid;
    border-collapse: collapse;
    background-color: #FFFFFF;
}

.tblShell
{
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    padding-left: 0px;
    margin: 0px;
    border-top-style: none;
    border-right-style: none;
    border-left-style: none;
    border-bottom-style: none;
    width: 100%;
}

.tdNavBar
{
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    height: 100%;
}

.tblClassTimes
{
    border-right: #636466 1px solid;
    border-top: #636466 1px solid;
    border-left: #636466 1px solid;
    border-bottom: #636466 1px solid;
    border-collapse: collapse;
    text-align: center;
    background-color: #e7e7e7;
    padding: 5px;
}

.tdHeader
{
    border-bottom: #636466 2px solid;
    background-color: #000000;
    text-align: center;
    padding: 0px;
    margin: 0px;
}

.picHeader
{
    padding: 0;
    margin: 0;
}

.tdNavHeading
{
    background-color: #000000;
    font-family: Tahoma;
    font-weight: bold;
    font-size: 11px;
    width: 200px;
}

.tdStudents
{
    border-right: gray 1px solid;
    border-top: gray 1px solid;
    border-left: gray 1px solid;
    border-bottom: gray 1px solid;
    height: 30px;
}

th
{
    background-color: Silver;
    font-family: Tahoma, Verdana;
    font-weight: bold;
    font-size: 11px;
    color: Black;
    text-align: center;
}

ul
{
    list-style-image: url(Images/kanku_bullet.jpg);
    line-height: 12pt;
}
li
{
    padding-bottom: 5px;
}

.picProfile
{
    padding-left: 10px;
    padding-top: 0px;
    padding-bottom: 5px;
}
