.topicsLeft 
{
    float: left; 
    width: 50%; 
    font-size: 9pt; 
    margin-top: 5px;
}

.topicsRight 
{
    float: right; 
    width: 50%; 
    font-size: 9pt; 
    margin-top: 5px;
}

.topicsContainer 
{
    clear: both; 
    margin-bottom: 5px;
    width: 478px;
    height: auto;
    overflow: auto;
    border: 1px solid #204a87;
}

.topicsContainerR 
{
    clear: both; 
    margin-bottom: 3px;
    width: 100%;
    height: auto;
    overflow: auto;
    border: 1px solid #204a87;
}

.topicsContainer_closed
{
    clear: both; 
    margin-bottom: 5px;
    min-height: 25px; 
    height:auto;
    width: 478px; 
    border: 1px solid #204a87;
}

.topicsContainer_closedR
{
    clear: both; 
    margin-bottom: 5px;
    height: 22px; 
    width: 100%; 
    border: 1px solid #204a87;
}

.pbutton 
{
    float: left; 
    margin-left: 3px; 
    width: 25px;
    height: 22px;
}

.topheader 
{
    width: 100%;
    min-height: 25px;
    height:auto;
    background: #729fcf;
    color:white;
    font-family: Arial,sans-serif;
    font-size: 10pt;
    font-weight: bolder;
}

.topheaderR 
{
    width: 100%;
    min-height: 22px;
    height:auto;
    background: #729fcf;
    color:white;
    font-family: Arial,sans-serif;
    font-size: 12px;
    font-weight: bolder;
}

.topheader_empty
{
    width: 100%;
    height: 25px;
    background: #708090;
}

.topicsContainer_closed .pbutton, .topicsContainer_closedR .pbutton
{
    background: url('/images/dright.png') left center no-repeat #729fcf;
}

.topicsContainer .pbutton, .topicsContainerR .pbutton
{
    background: url('/images/ddown.png') left center no-repeat #729fcf;
}

.topicsContainer_closed .inviz, .topicsContainer_closedR .inviz, .topicsContainer .ichkd, .topicsContainerR .ichkd
{
    position: absolute;
    visibility: hidden;
}

.topicsContainer .inviz, .topicsContainer_closed .ichkd
{
    position: relative;
    visibility: visible;
    width: 100%;
}

.topicsContainerR .inviz, .topicsContainer_closedR .ichkd
{
    position: relative;
    visibility: visible;
    width: 96%;
}

.digestHeader
{
    float: left;
    display: inline;
    margin-top: 4px;
/*    font-family: Arial,sans-serif; 
    font-size: 10pt; 
    font-weight: bolder; */
    text-align: center;
}
