﻿.BodyContainer
{
    margin: 0 auto;
    width: 1002px;
}
/* Header - Begin */
.SearchBand
{
    width: 100%;
    height: 38px;
    background: url(../../resources/images/bgs/topsearchband.gif) repeat-x;
    text-align: left;
}
.GrayBand
{
    width: 100%;
    background: #EEE;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
.GlobalMessage
{
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    color: #C00;
    text-align: center;
    padding-top: 2px;
    padding-bottom: 2px;
}
/* Header - End */
/* Navigation - Begin */
.FilterPanel
{
    font-size: 10px;
    padding: 3px 4px 3px 30px;
    background: #DDD url(../../resources/images/bgs/listmenu_t.png) left repeat-y;
}
.DirectoryPanel
{
    padding: 13px 4px 8px 30px;
    background: #FFF url(../../resources/images/bgs/listmenu_o.png) left repeat-y;
}
/* Navigation - End */
/* Body - Begin */
.PreContainerBlock
{
    width: 200px;
    vertical-align: top;
}
.MainContainerBlock
{
    width: 802px;
    vertical-align: top;
    padding: 0px 0px 5px 5px;
}
/* Body - End */
/* Footer - Begin */
.BottomNavigation
{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.IconContainer
{
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: middle;
}

.IconContainer img
{
    margin-left: 5px;
    margin-right: 5px;
    border: none;
}

.PolicyContainer
{
    font-size: 9px;
    text-align: center;
}
/* Footer - End */