﻿.pageheader
{
    background-color: #999999;
    border-bottom: 1px solid #FFFFFF;
    height: 35px;
    width: 780px;
}

#main_container
{
    background-color: #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #FFFFFF;
    width: 780px;
}

.pageheader h2
{
    font-size: 12px;
    font-weight: bold;
    padding: 0.7em 0 0 15px;
    text-align: left;
}

.distribRegular
{
    line-height: 17px;
    text-align: left;
    font-size: 11px;
    color: #666666;
    padding: 5px 0;
}

.whiteStar
{
    font-size: 11px;
    color: #FFFFFF;
    /*Needs to be the same color as the background of the main_container*/
}


.chkbox input
{
    margin-right: 4px;
}

.chkbox
{
    padding-top: 5px;
}

.notify
{
    color: #3F9FD5;
    font-weight: bold;
    text-decoration:none;
}

.corpNavItalic
{
    color: #3F9FD5;
    font-size: 11px;
    font-style: italic;
}
.finishlabel {
    clear:both;
    float:left;
    text-align: left;
    font-size: 12px;
    color: #666666;
    padding: 15px 0 20px 10px;
    
}
