﻿.pageLayout
{
    margin-left: 25px;
    margin-right: 25px;
}


.webContainer
{
    border: 1px solid #c4c4d7;
}

.webContainer_header
{
    background-image: url('../../images/listbar/ListBarHeaderBG.jpg');
    border-bottom: 1px solid #c4c4d7;
    height: 18px;
    font-family: Arial;
    font-size: 8pt;
    font-weight: bold;
}

div.webContainer_header > table.awc_webContainerHeader_table
{
    background-image: url('../../images/listbar/ListBarCollapseUp.jpg');
    background-position: right;
    background-repeat: no-repeat;
}


.webContainer_header_collapsed
{
    border-bottom: none;
    font-weight: normal;
}

div.webContainer_header_collapsed > table.awc_webContainerHeader_table
{
    background-image: url('../../images/listbar/ListBarCollapseDown.jpg');
    background-position: right;
    background-repeat: no-repeat;
}

.webContainer_content
{
    padding: 10px 25px 5px 25px;
}