.hastable {
    height: 278px;
    overflow-x: hidden;
    overflow-y: auto;
    clear: both;
}

.hastable table {
    -moz-border-bottom-colors: none;
    -moz-border-image: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: #DEDEDE #DEDEDE -moz-use-text-color;
    border-style: solid solid none;
    border-width: 1px 1px medium;
    width: 100%;
}

.hastable thead td, .hastable thead th {
    background-color: #E6E6E6;
    padding: 8px;
    text-align: left;
}

.hastable tr td, .hastable thead th {
    color: #616161;
    padding: 3px;
    text-align: left;
}

.hastable thead td, .hastable thead th {
    font-weight: bold;
}

.hastable th, .hastable td {
    border-bottom: 1px solid #DEDEDE;
}

.hastable tr td {
    vertical-align: middle;
}

.hastable tr td, .hastable thead th {
    color: #616161;
    padding: 3px;
    text-align: left;
}

.hastable th, .hastable td {
    border-bottom: 1px solid #DEDEDE;
}