/* Regular elements */
body
{
    margin: 0px;
    padding: 0px;
    background: #ffffff;
    font-family: verdana;
    font-size: 10pt;
    color: #000022;
}

a
{
    color: #dd0000;
    text-decoration: none;
}

h1, h2, h3, h4, h5
{
    margin: 5px;
    font-family: verdana;
    color: #000022;    
}

/* Speacial classes */
.noextra
{
    margin: 0px;
    padding: 0px;
    border: 0px;
}

.toplinks
{
    margin: 10px;
    font-family: verdana;
    font-size: 10pt;
    font-weight: bold;
    color: #ffffff;
}

.menulinks
{
    color: #0000bb;
    font-weight: bold;
    font-size: 10pt;
}

.menumain
{
    font-family: verdana;
    font-size: 12pt;
    font-weight: bold;
    color: #ffffff;
    text-align: center;
    vertical-align: middle;
}

.menucontent
{
    text-align: left;
    vertical-align: bottom;
    margin: 5px;
}

.newslink
{
        text-decoration: underline;
}

/* Identified object */
table#maintable
{
    margin: 0px;
    border: 0px;
    padding: 0px;
    width: auto;
}

td#topback
{
    height: auto;
    width: auto;
    background-image: url("/img/topback.gif");
    background-color: #0000dd;
}

td#topleft
{
    text-align: left;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
}

img#logoimg
{
    height: 100px;
    width: 400px;
    margin: 0px;
    padding: 0px;
    border: 0px;
}

td#topright
{
    text-align: right;
    vertical-align: top;
    margin: 0px;
    padding: 0px;
    color: #ffffff;
    font-weight: bold;
}

td#topmiddle
{
    background-repeat: repeat-x;
    background-image: url("/img/redbar.gif");
    width: auto;
    height: 5px;
    font-size: 5pt;
}

td#mainleft
{
    width: 250px;
    vertical-align: top;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

td#mainright
{
    width: auto;
    vertical-align: top;
    text-align: center;
}

table#mainmenutable
{
    width: auto;
    margin: 5px;
    padding: 0px;
    border: 0px;
}

td#maincontent
{
    width: auto;
    text-align: left;
    vertical-align: top;
    margin: 5px;
    padding: 0px;
}

/* Menu classes */
.menutable
{
    width: 250px;
    margin: 5px;
    padding: 0px;
    border: 0px;
}

.menutl
{
    width: 35px;
    height: 35px;
    text-align: right;
    vertical-align: bottom;
    background-color: #ffffff;
    background-image: url("/img/menutopleft.gif");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.menutm
{
    width: auto;
    height: 35px;
    text-align: center;
    vertical-align: middle;
    background-color: #0000dd;
    margin: 0px;
    padding: 0px;
}

.menutr
{
    width: 35px;
    height: 35px;
    text-align: left;
    vertical-align: bottom;
    background-color: #ffffff;
    background-image: url("/img/menutopright.gif");
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.menuml
{
    width: 35px;
    height: auto;
    text-align: right;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: url("/img/menuleft.gif");
    margin: 0px;
}

.menumr
{
    width: 35px;
    height: auto;
    text-align: left;
    vertical-align: bottom;
    background-color: #ffffff;
    background-image: url("/img/menuright.gif");
    margin: 0px;
}

.menubl
{
    width: 35px;
    height: 35px;
    text-align: right;
    vertical-align: top;
    background-color: #ffffff;
    background-image: url("/img/menubottomleft.gif");
    margin: 0px;
}

.menubm
{
    width: auto;
    height: 35px;
    text-align: center;
    vertical-align: top;
    background-color: #ffffff;
    background-image: url("/img/menubottom.gif");
    margin: 0px;
}

.menubr
{
    width: 35px;
    height: 35px;
    text-align: left;
    vertical-align: top;
    background-color: #ffffff;
    background-image: url("/img/menubottomright.gif");
    margin: 0px;
}

/* GPA Calculator */
.tableBorders
{
    border: 1px outset;
    padding: 5px;
}

.gpaField
{
    width: 75px;
    text-align: center;
    font-family: Verdana;
    font-size: 12pt;
}

.dataSpan
{
    margin: 15px;
    margin-bottom: 5px;
    font-family: Verdana;
    font-size: 12pt;
}

/* Temporary Announcement */
div#tempAnnouncement
{
    width: auto;
    text-align: center;
    top: 0px;
    left: 0px;
    z-index: 100;
    position: absolute;
}

div#tempAnnouncement2
{
    width: 400px;
    background: #ffffff;
    color: #ff0000;
    font-family: verdana;
    font-size: 12pt;
    margin: 5px auto;
    border: solid 1px #000000;
    text-align: center;
}