﻿#leftColumn
{
    width: 410px;
    height: 475px;
    float: left;
    border-right: 1px solid #4B607F;
}

#leftColumn .promo
{
    background: transparent url(../../images/spreadsheet.jpg) no-repeat;
    width: 100%;
    height: 100%;
    margin-top: 100px;
}

#rightColumn
{
    width: 375px;
    float: right;
}

.header
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: bold;
    color: #006699;
    text-align: left;
    padding-top:15px;
}

.description
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.subHeader
{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
    color: #006699;
    text-align: left;
    border-bottom-width: thin;
    border-bottom-style: solid;
    border-bottom-color: #666666;
    padding-top:10px;
}

.section
{
    margin: 0 0 0 20px;
}

.innerSection
{
    padding: 5px 0 5px 0;
}

.innerSection table
{
    border: solid 1px black;
    border-collapse: collapse;
}

.innerSection table tr td
{
    border: solid 1px black;
    padding: 3px;
}


.innerSection2 
{
    border-collapse: collapse;
    padding-top:10px;
    padding-bottom:10px;
}

.innerSection2 tr td
{
    border: solid 1px black;
    padding: 3px;
}

.submitButtons
{
    width:100%;
    text-align:center;
    padding-top:20px;
}

.radFocusedCss_Default,
.radEnabledCss_Default,
.radHoverCss_Default,
.radFocusedCss_Default,
.EditedItem,
input[type="text"]
{
    height:18px;
    vertical-align:middle;
    border:solid 1px #777;
    color:#242424;
    font: normal 12px Arial, Verdana, Tahoma, Sans-Serif;
}
