body
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #707070;
    margin: 0;
    padding: 0;
    background-color: #e6e6e6;
    background-image: url('/App_Themes/Site/Images/Bg.gif');
    background-repeat: repeat-x;
    border: 0; /* This removes the border around the viewport in old versions of IE */
}
form
{
    padding: 0;
    margin: 0;
}
table
{
    /*border-collapse: separate;*/
}
tr, td
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input
{
}
select
{
}
textarea
{
}
p
{
    line-height: 18px;
}
h1
{
    color: #377FB4;
    font-size: 14px;
    font-weight: normal;
    padding: 12px 0px 12px 0px;
    margin: 0;
    text-transform: uppercase;
}
h2
{
    font-size: 14px;
    font-weight: normal;
    color: #377FB4;
}
h3
{
    font-size: 12px;
    font-weight: normal;
    color: #377FB4;
}
h2 a:link, a:active, a:visited
{
    font-size: 12px;
    font-weight: normal;
    color: #377FB4;
}
a:link, a:active, a:visited
{
    color: #707070;
    text-decoration: underline;
}
a:hover
{
    color: #707070;
}

/* Common */

table.mainwrapper
{
    width: 816px;
}
table.pageheaderwrapper .banner
{
    background-image: url('/App_Themes/Site/Images/Banner.jpg');
    width: 816px;
    height: 166px;
    background-repeat: no-repeat;
}
table.pageheaderwrapper .menu
{
    padding-left: 6px;
    background-color: #FFF;
    background-image: url('/App_Themes/Site/Images/Shadow.gif');
    background-repeat: repeat-y;
    background-position: right;
}
table.contentwrapper
{
    /**/
    width: 100%;
    background-color: #FFF;
    background-image: url('/App_Themes/Site/Images/Shadow.gif');
    background-repeat: repeat-y;
    background-position: right;
}
table.contentwrapper .content
{
    padding: 0px 9px 0px 7px;
    margin: 0;
}
table.contentwrapper .content .heading
{
    background-image: url('/App_Themes/Site/Images/headingBG.gif');
    background-repeat: repeat-x;
    padding: 0px 24px 12px 24px;
    
}
table.pagefooterwrapper
{
    background-image: url('/App_Themes/Site/Images/pagefooterbar.gif');
    background-repeat: no-repeat;
    background-position: bottom;
    height: 34px;
    width: 100%;
}
table.pagefooterwrapper td
{
    color: White;
    font-size: 11px;
}
table.pagefooterwrapper a
{
    color: White;
    font-size: 11px;
    text-decoration: none;
}

