﻿a.navLink:link,
a.navLink:active,
a.navLink:hover,
a.navLink:visited
{
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

a.navLinkBottom:link,
a.navLinkBottom:active,
a.navLinkBottom:hover,
a.navLinkBottom:visited
{
    font-family: Arial;
    font-size: 10px;
    text-decoration: underline;
    color: #000000;
}

a:link,
a:active,
a:hover,
a:visited
{
    font-family: Arial;
    font-size: 12px;
    text-decoration: underline;
    color: #BD3826;
}

td.mainBannerCell
{
    background-image:url('../images/banner.jpg');
    width: 720px;
    height: 200px;
    vertical-align: top;
    text-align:center;
}

.mainLeftFade
{
    background-image:url('../images/left_shade.gif');
    width:10px;
    font-family:Arial;
    font-size:8px;
}

.mainRightBorder
{
    background-image:url('../images/right_shade.gif');
    width:10px;
    font-family:Arial;
    font-size:8px;
}

table.mainNavigation
{
    margin-top: 130px;
    border: 1px solid #666;
    border-right: 0px none;
}

table.mainNavigation td
{
    border-right: 1px solid #666;
    font-family: Arial;
    font-size: 10px;
    font-weight: bold;
    color: #000000;
    padding: 5px 10px 5px 10px;
    cursor: pointer;
    cursor: hand;
}

table.mainNavigation td.nav
{
    background-image:url('../images/nav_back.png');
}

table.mainNavigation td.navOver
{
    background-image:url('../images/nav_back_over.png');
}

td.bottomNavigation
{
    background-color: #CCCCCC;
    border-top: 1px solid #000000;
    border-bottom: 2px solid #000000;
    text-align: center;
    font-family: Arial;
    font-size: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

td.mainContentCell
{
    background-image:url('http://www.csihouston.org/images/blueprint_bg.jpg');
    background-repeat:no-repeat;
    background-color: #FFFFFF;
    border-top: 2px solid #000000;
    height: 500px;
    padding: 7px;
    padding-bottom: 20px;
    vertical-align: top;
    text-align: left;
    font-family: Arial;
    font-size: 12px;
}

span.mainTitle
{
    font-weight:bold;
    font-size:large;
}

span.subTitle
{
    font-weight:bold;
    background-color:#CCC;
    padding:5px;
}

div.subTitleUnderline
{
    background-color:#CCC;
    width:100%;
    font-size:5px;
    border-bottom:1px solid #000000;
}

.tableSpacer
{
    font-size:20px;
}

table.dataTable
{
    border: 1px solid #CCC;
    border-right: 0px none;
    width:100%;
}

table.dataTable td
{
    padding:5px;
    border-right: 1px solid #CCC;
}

table.dataTable tr.altRow td
{
    background-color:#CCC;
}

table.infoBox
{
    border: 1px solid #CCC;
}

table.infoBox td.boxTitle
{
    background-color: #CCC;
    padding: 3px;
}

table.infoBox td.boxContent
{
    padding: 7px;
}