
.NewSteeringControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
    box-shadow: 5px 5px 9px #ececec;
    height: 100% !important;
    margin-bottom: 10px;
}
.NewSteeringControl .Header {
    background: #0b477b no-repeat scroll right 5px center;
    border-bottom: 1px solid #ddd;
    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 {
      background: #5195cf;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding: 0 0 0 15px;
    text-transform: uppercase;
    line-height: 31px;
}
.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;
    overflow-y: scroll !important;
}
.NewSteeringControl .DetailScroll .ListItem .item {
    display: block;
    margin: 0;
    min-height: 100px;
}
.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;
}

