
.NewSteeringControl {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: #fff none repeat scroll 0 0;
    border-color: #e5e6e9 #dfe0e4 #d0d1d5;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-bottom: 10px;
}
.NewSteeringControl .Header {
    background: #207ae3;
    height: 38px;
    padding: 0 8px;
    margin: 0 0px 0px 0px;
    background-size: 18px 18px;
    position: relative;
}

.NewSteeringControl .Header:before {content: '';position: absolute;border-style: solid;border-color: transparent;bottom: -8px;border-width: 0 6px 8px 0;/* border-right-color: #014D8F; */left: 0;}


.NewSteeringControl .Header > a {
   color: #207ae3;
    display: inline-block;
    font: bold 14px/35px "Segoe UI",Tahoma,Verdana;
    padding: 0 20px 0 45px;
    white-space: nowrap;
    text-transform: uppercase;
    background: white url(images/logo1.png) no-repeat scroll left 10px center;
    border-radius: 5px 5px 0 0;
    margin-top: 5px;
}
.NewSteeringControl .Header > span {
    color: #207ae3;
    display: inline-block;
    font: bold 14px/35px "Segoe UI",Tahoma,Verdana;
    padding: 0 20px 0 45px;
    white-space: nowrap;
    text-transform: uppercase;
    background: white url(images/logo1.png) no-repeat scroll left 10px center;
    border-radius: 5px 5px 0 0;
    margin-top: 5px;
}
.NewSteeringControl .Detail {
    height: 207px !important;
    margin: 10px 0;
    padding: 0 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 {
    height: 340px !important;
    margin: 10px 0;
    padding: 0 10px;
}

.NewSteeringControl .DetailScroll>.ListItem{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}

.NewSteeringControl .DetailScroll .ListItem .item {
    display: inline-block;
    margin: 0;
    flex-grow: 1;
    width: 45%;
    margin: 5px;
    border-bottom: 1px dotted #e4e4e4;
}
.NewSteeringControl .DetailScroll .Title {
    color: #333;
    cursor: pointer;
    display: inline-block;
    font: bold 14px 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;
}
