
.DetailControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    padding: 10px;
    margin-top: 35px;
}
.DetailControl .Title {
    color: #444;
    border-bottom:2px solid #0351a0;
    font: 0.95rem  arial;
    padding: 10px 4px;
    font-weight: 700;
    line-height: 22px;
}
.DetailControl .Content .col1 {
    border-right: 1px solid #e0e0e0;
    color: #444;
    font: bold 0.95rem  arial;
    width: 181px;
}
.DetailControl .Content td a{
    font-size :0.95rem
}
.DetailControl .Content td {
    border-bottom: 1px solid #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0;
    height: 28px;
}
.DetailControl .Content tr:last-child td {
    border-bottom: medium none;
}
