﻿/* TWU 565 StyleSheet */

body
{
    font-family: Verdana;
    background-image: url('images/background.jpg');
    background-repeat: repeat;
    font-size: 10pt;
}

/* Classes */

.default_table
{
    border: 1px solid #800080;
    width: 900px;
}

.sitemapbar
{
    width: 50%;
    height: 25px;
    background-image: url('images/navbackground.jpg');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF;
    vertical-align: middle;
    text-indent: 10px;
}


.sitemapbar a:link
{
    color: #FFFFFF;
}
.sitemapbar a:active
{
    color: #FFFFFF;
}
.sitemapbar a:hover
{
    color: #FFFFFF;
}
.sitemapbar a:visited
{
    color: #FFFFFF;
}

.quicklinkbar
{
    width: 50%;
    height: 25px;
    background-image: url('images/navbackground.jpg');
    background-repeat: repeat-x;
    font-family: Verdana;
    font-size: 8pt;
    color: #FFFFFF;
    vertical-align: middle;
    text-align: right;
}
.quicklinkbar a:link
{
    color: #FFFFFF;
}
.quicklinkbar a:active
{
    color: #FFFFFF;
}
.quicklinkbar a:hover
{
    color: #FFFFFF;
}
.quicklinkbar a:visited
{
    color: #FFFFFF;
}

.content_table
{
    width: 100%;
    background-color: #FFFFFF;
}

.footer
{
    background-image: url('images/footerbackground.jpg');
    background-repeat: repeat-x;
    height: 100px;
    text-align: center;
    vertical-align: middle;
    font-size: 8pt;
}

.referral
{
    font-size: 8pt;
    text-align: center;
    vertical-align: bottom;
    height: 100px;
}
.nav_table
{
    padding: 10px;
    border: 1px solid #C0C0C0;
    width: 185px;
    font-size: 10pt;
    text-align: left;
    line-height: 30px;
    background-color: #F7F6F3;
}
.forms_table
{
    width: 600px;
}
.login
{
    text-align: center;
    width: 600px;
}
/* blog elements */

#maincontent
{
    background-color: #FFFFFF;
    height: 800px;
}
.shoutbox
{
    border: thin solid #000080;
    overflow: scroll;
    text-align: left;
    padding-left: 10px;
    height: 300px;
}
.comment
{
    color: #0000FF;
}
.postcomment
{
    border: thin solid #000080;
    text-align: center;
    height: 50px;
    padding-top: 5px;
    padding-bottom: 7px;
}