.NewSteeringControl {
        background: #fff none repeat scroll 0 0;
        border-radius: 5px 5px 0 0;
        margin-bottom: 10px;
        box-shadow: 5px 5px 9px #ececec;
}
.NewSteeringControl .Header {
        background: #336cb4;
        border-bottom: 3px solid #044987;
        height: 30px;
}
.NewSteeringControl .Header > a {
        color: #fff;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        white-space: nowrap;
        padding-left: 20px;
        line-height: 30px;
}
.NewSteeringControl .Header > span {
        color: #d80404;
        font: bold 10pt/27px arial;
        padding: 0 6px;
        text-transform: uppercase;
        white-space: nowrap;
}
.NewSteeringControl .Detail {
        border: 1px solid #e0e0e0;
        height: 285px !important;
        padding: 10px;
}
.NewSteeringControl .Detail .Title {
        cursor: pointer;
        font: bold 13px arial;
        margin-bottom: 6px;
}
.NewSteeringControl .Detail .Expand a {
        display: inline-block;
        font: italic 12px arial;
        padding: 5px 0 0;
}
.NewSteeringControl .Detail .Title:hover {
        color: #ce1110;
}
.NewSteeringControl .download {
        color: #ae0002;
        display: inline-block;
        float: right;
        font-size: 13px;
        margin-bottom: 5px;
        text-decoration: underline;
}
.NewSteeringControl .DetailScroll {
        /* border-radius: 0 0 5px 5px; */
        height: 380px !important;
        padding: 10px;
        box-shadow: 0px 2px 5px rgb(0 0 0 / 20%);
}
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin: 0;
}
.NewSteeringControl .DetailScroll .Title {
        color: #333;
        cursor: pointer;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
        display: inline-block;
        font-size: 13px;
        padding: 6px 0 0;
        color: #424242;
        margin-bottom: 2px;
        font-style: italic;
}
.NewSteeringControl .DetailScroll .Title:hover {
        color: #b82805;
}
.NewSteeringControl .DetailScroll ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
