
.DetailControl {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #e0e0e0;
    padding: 10px;
}
.DetailControl .Title {
    color: #444;
    font: bold 14px arial;
    padding: 10px 4px;
}
.DetailControl .Content .col1 {
    border-right: 1px solid #e0e0e0;
    color: #444;
    font: bold 14px arial;
    width: 140px;
}
.DetailControl .Content td {
    border-bottom: 1px solid #e0e0e0;
    border-collapse: collapse;
    border-spacing: 0;
    height: 28px;
    font-size: 14px;
    font-family: arial;
}
.DetailControl .Content tr:last-child td {
    border-bottom: medium none;
}
.DetailControl .Content tr:last-child td a{
font-size: 14px;
font-family: arial;
}