@import 'default.css';

.TopRow {
        background-color: #ffffff; }

.LeftFiller {
        background-image: url('/csgrr_images/blue-back.gif'); }

.ShadedForm {
        background-color: #eaebd6; }
textarea {
        border: 1px solid black; }

.TableTitle {
        background-color: #989933; }
.ListTable {
        border: 1px solid #c1c285; }
.ListTable td {
        border-bottom: 1px solid #c1c285; }
.ListTable th {
        background-color: #c1c285; }
.ListTable .NumBlock {
        background-color: #c1c285; }
.ListTable .odd {
        background-color: #eaebd6; }

.CaseChart {
        border: 1px solid #989933; }
.CaseChart th {
        background-color: #989933;
        text-align: left; }
.CaseChart .SubHead {
        background-color: #c1c285;
        font-weight: bold;
        }

.CaseDetails th {
        background-color: #989933;
        border-bottom: 1px solid white;
        text-align: left; }
.CaseDetails td {
        background-color: #eaebd6;
        border-bottom: 1px solid white; }

.FeaturedTable {
        border: 1px solid #12285d; }
.FeaturedTable th {
        border-bottom: 1px solid #12285d; }
.FeaturedTable td {
        font-size: 10px; }
.FeaturedTable a {
        font-weight: bold; }

/* legacy styles */
.title {
        color: #12285d;
        font-size: 16px;
        font-weight: bold; }
.headings {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 13px;
        line-height: 145%;
        font-weight: bold; }
.endmark {
        color: #12285d; }
.endnote {
        font-size: 10px;
        border-top: 1px solid #999999; }
.RightBar {
        background-color: #989933;
        width: 300px;
        float: right; }
.RightBar, .RightBar td {
        font-size: 10px; }
.RightBar .headings {
        font-size: 11px;
        font-weight: bold; }

.Disclaimer {
        border: 1px solid #506fa6;
        margin-left: 16px;
}
.Disclaimer th {
        text-align: left;
        font-weight: bold;
        background-color: #506fa6;
}
.Disclaimer th, .Disclaimer td {
        font-size: 11px;
        color: #95accc;
        padding-left: 12px;
        padding-right: 12px;
}
