
.NewSteeringControl {
    background: #fff none repeat scroll 0 0;
    border-radius: 5px 5px 0 0;
    margin-bottom: 10px;
}
.NewSteeringControl .Header {
    background: #1a79eb;
    height: 35px;
    width: 100%;
}
.NewSteeringControl .Header > a {
    position: relative;
    color: #207ae3;
    font-weight: bold;
    height: 30px;
    margin-left: 10px;
    line-height: 33px;
    margin-top: 5px;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: #fff url(images/i.jpg) 9px center no-repeat;
    padding: 0 20px;
    padding-left: 40px;
    vertical-align: bottom;
}
.NewSteeringControl .Header > span {
    position: relative;
    color: #207ae3;
    font-weight: bold;
    height: 34px;
    margin-left: 10px;
    line-height: 35px;
    margin-top: 5px;
    border-radius: 8px 8px 0 0;
    text-transform: uppercase;
    font-size: 14px;
    display: inline-block;
    background: #fff url(images/i.jpg) 10px center no-repeat;
    padding: 0 20px;
    padding-left: 40px;
    vertical-align: bottom;
}
.NewSteeringControl .Detail {
    border: 1px solid #e0e0e0;
    height: 200px !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: bold 12px arial;
    margin-bottom: 5px;
    text-decoration: underline;
}
.NewSteeringControl .DetailScroll {
    border: 1px solid #e0e0e0;
    border-radius: 0 0 5px 5px;
    height: 280px !important;
    padding: 10px;
}
.NewSteeringControl .DetailScroll .ListItem .item {
    display: inline-block;
    margin: 0;
}
.NewSteeringControl .DetailScroll .Title {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font: bold 13px arial;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
    color: #424242;
    display: inline-block;
    font: italic 12px arial;
    margin-bottom: 2px;
    padding: 6px 0 0;
}
.NewSteeringControl .DetailScroll .Title:hover {
    color: #b82805;
}
.NewSteeringControl .DetailScroll ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}
