﻿#bannerContainer { margin-bottom: 5px; }

.left  { float: left;  }
.right { float: right; }

.subjectContainer img
{
    vertical-align: bottom;
}

.subjectContainer
{
    margin: 5px;
    width: 460px;
    padding-bottom: 5px;
    border-bottom: 2px solid silver;
    font-size: 9px;
    color: Gray;
}

.subjectContainer a
{
    color: Gray;
    text-decoration: underline;
}

.subjectContainer a:hover { color: Silver; }

.subjectContainer a:visited
{
    color: Silver;
    text-decoration: none;
}

.subjectContainer img
{
    vertical-align:middle;
}

.contentContainer
{
    margin: 0px 5px 20px;
    width: 460px;
}

.data-item { border-bottom: dotted 1px Gray; }

.data-item .datefield
{
    float: left;
    width: 100px;
    line-height: 20px;
    font-size: 10px;
    color: Gray;
}

.data-item a
{
    font-size: 12px;
    color: Black;
    text-decoration: none;
}

.data-item a:hover { text-decoration: underline; }

.warnContent
{
    font-size: 12px;
    height: 320px;
    margin-bottom: 20px;
    overflow: auto;
    color: Gray;
    line-height: 20px;
}

.warnContent p
{
    padding: 0px 0px 10px 0px;
    margin: 0px;
}

.btnAgree
{
    float: right;
    display: none;
}

.btnDisagree
{
    float: right;
    display: none;
}

#details { display: none; }