table.tablestriped th.header {
    background-image: url("../images/small.gif");
    background-position: left center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-left: 2em;
    padding-right: 1em;


}



table.tablestriped th.headerSortDown {
    background-color: #58585a;
    background-image: url("../images/small_desc.gif");
    color:white;

}


table.tablestriped th.headerSortUp {
    background-color: #58585a;
    background-image: url("../images/small_asc.gif");
    color:white;
 
}
table.tablestriped
{
border-collapse:collapse;
width:740px;
} 

table.tablestriped tr:hover {
background-color: #fbf8ed;
}

table.tablestriped th {
border-left: 2px solid #FFFFFF;
    border-right: 2px solid #FFFFFF;}
