.searchresults * {
    margin: 0px;
    padding: 0px;
}

.searchresults td,.searchresults th {
    padding:6px 0 6px 12px;
    border-bottom:1px dotted #B7D7FF;
}

.searchresults tr.even {
    background-color: #424893;
}

.searchresults tr.oneven {
    background-color: #2C3276;
}

.searchresults th {
    width: 185px;
    text-align: left;
    border-right:1px dotted #B7D7FF;
    padding-left: 8px;
}

.searchresults {
    width: 100%;
}


