table.EntityList{
    border-collapse: collapse;
}
table.EntityList th {
    margin:0; padding:2px 6px; border:solid gray 1px;
    vertical-align:top; text-align:left; font-weight:bold;
    background-color:#444; color:white;
}
table.EntityList th a {
    color:white; text-decoration:none; padding-left:20px;
}
table.EntityList th a.Ascending {
    background-image:url(/++res++/rayservice.static/sortasc.gif);
    background-repeat:no-repeat;
}
table.EntityList th a.Descending {
    background-image:url(/++res++/rayservice.static/sortdesc.gif);
    background-repeat:no-repeat;
}


table.EntityList td {
    margin:0; padding:2px 6px; border:solid gray 1px;
    vertical-align:top; text-align:left; font-weight:normal;
}
table.EntityList tr.Odd {
    background-color:white; color:black;
}
table.EntityList tr.Even {
    background-color:#E0E0E0; color:black;
}




div.EntityListPager {
    margin-bottom:10px;
}
div.EntityListPager span.Summary {
    font-weight:bold;
}
div.EntityListPager a {
    font-weight:bold; color:blue;
}
div.EntityListPager a.Selected {
    color:black;
}

