﻿body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    margin: 0px;
    background-color: #9ebce3;
}
h1
{
    font-size: large;
}
h2
{
    font-size: larger;
}
h3
{
    font-size: medium;
}
hr
{
    border: 1px dashed #808080;
}
.main_table
{
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0px;
}
.header
{
    background-image: url(images/header_bkgrd.jpg);
    background-repeat: repeat-x;
    height: 250px;
}
.header_logo
{
    float: left;
    position: absolute;
    margin-top: 50px;
    margin-left: 20px;
}
.header_title
{
    float: right;
    color: #FFFFFF;
    font-size: xx-large;
    font-weight: bold;
    margin-top: 80px;
    margin-right: 10px;
}
.left_sidebar
{
    vertical-align: top;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    color: #FFFFFF;
    width: 290px;
    border: none;
}
.newsfeed_title
{
    margin-top: 25px;
    font-size: large;
    font-weight: bold;
    text-decoration: underline;
}
.main_content
{
    vertical-align: top;
    padding-left: 15px;
    padding-right: 40px;
}
.content
{
    background-color: #FFFFFF;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
}
.content_spacer
{
    background-color: #FFFFFF;
}
.nav_spacer_leftcorner
{
    float: left;
}
.nav_spacer_rightcorner
{
    float: right;
}
.footer
{
    background-color: #FFFFFF;
    text-align: center;
    font-size: smaller;
    font-weight: bold;
    padding-bottom: 25px;
}

.SeparatorCss
{
    background-image: url(images/btn_separator.png);
    background-repeat: no-repeat;
    position: relative;
    top: 6px;
}
a, a:active
{
    color: #005BDB;
    text-decoration: none;
}
a:visited
{
    color: #005BDB;
    text-decoration: none;
}
a:hover
{
    text-decoration: underline;
}
.radUploadmodule
{
    border: 1px solid #DADADA;
    padding: 12px;
    background: #F6F6F6;
    font-family: Arial, Verdana;
    font-size: 11px;
    color: #333333;
    vertical-align: top;
    margin-right: 3px;
}

.radUploadmodule TD, .radUploadmodule A
{
    font-size: 11px;
    color: #333333;
}
