/* style for data pager */
table.pager {
    /*border: solid 1px #666666;*/
    color: #000000;
    /*background-color: #eeeeee;*/
    font-family: arial,sans-serif;
    width: 100%;
    padding: 10px;
}
table.pager tr.pagerheader {
    background-color: #666666;
    height: 20px;
}
table.pager th a {
    color: #ffffff;
    text-decoration: none !important;
    padding: 0 10px 0 10px ;

}
table.pager th a.asc {
    background-image: url(resources/asc.gif);
    background-repeat: no-repeat;
    background-position: 0px;
}
table.pager th a.desc {
    background-image: url(resources/desc.gif);
    background-repeat: no-repeat;
}

table.pager tr.even {
    background-color: #dddddd;
}
table.pager tr.selected {
    background-color: #ddc;
}
table.pager tr.selected a.row {
    color: red;
}
table.pager td a.row {
    color: #333;
    text-decoration: none !important;
    padding: 2px;
}
table.pager td a.script
table.pager td a.script {
    
    text-decoration: underline !important;
    
    padding: 2px;
}
table.pager tr.pagerbottom {
    background-color:  #999999;
}
/* end style for data pager */
