.dataGrid {
    border-collapse: collapse;
    font-size:11px;
    font-family:Tahoma;
    width:100%;
}

.dataGrid th.headerSortDown {
    background-image: url(../../images/desc.gif);
    background-repeat: no-repeat;
    text-decoration: underline;
}

.dataGrid th.headerSortUp {
    background-image: url(../../images/asc.gif);
    background-repeat: no-repeat;
    text-decoration: underline;
}
.dataGrid th {
    border: 2px solid white;
    background-color: #ee730a;
    padding: 2px;
    color: White;
    font-weight: bold;
    font-size: 11px;
    cursor:pointer;
}

.dataGrid td {
    border: 2px solid white;
    color: #3B3B3B;
    background-color:white;
    padding: 1px;
}
.dataGrid tr.alt td {
    color: #3B3B3B;
    background-color:  #f6f5f5;
}
.dataGrid input{
    width: 100%;
}