table.display thead th {
    /*cursor: pointer;*/
    font-size: 12px;
    font-weight: bold;
    padding: 3px 0 3px 5px;
}
table.display {
    border-collapse: collapse;
    border-left: 1px solid #D3D3D3;
    border-right: 1px solid #D3D3D3;
    clear: both;
    font: 13px/1.45em "Lucida Grande",Verdana,Arial,Helvetica,sans-serif;
    margin: 0 auto;
    width: 100%;
    border-bottom: 1px solid #D3D3D3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
table.display tfoot th {
    font-weight: normal;
    padding: 3px 0 3px 10px;
}
table.display tr.heading2 td {
    border-bottom: 1px solid #AAAAAA;
}
table.display th {
    text-align: left;
    border-left: 1px solid #D3D3D3;
}
table.display td {
    padding: 0px 10px;
    height:32px;
}
table.display td.center {
    text-align: center;
}
table.display tr.odd {
    background-color: #F8F8F8;
}
table.display tr.even {
    background-color: #FFFFFF;
}
table.display tr:hover {
    background-color: #E8EAEF;
}
table.display tr td {
    border-left: 1px dotted #BEBEBE;
}

table.display tr th.last {
    border-left:none;
}
table.display tr td.last {
    border-left:none;
}
.normal-t {
    border-bottom: 1px solid #D3D3D3;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.normal-t thead th {
    overflow:hidden;
    background:#fafafa url("../images/datagrid_header_bg.gif") repeat-x left bottom;
    border-bottom:1px solid #ccc;
    outline: medium none;
    height:26px;
    color: #555555;
    font-weight: normal;
}
.normal-t tr:nth-child(2n+1) {
    background-color: #f7f7fb;
}
.normal-t tr:nth-child(2n) {
    background-color: #FFFFFF;
}
.normal-t tr:hover {
    background-color: #E8EAEF;
}
.normal-t tbody tr{
    border-top: 1px solid #eaeaea;
}
.normal-toppadding tr td{
    padding-top: 6px;
}
.normal-t th.right{
    text-align: right;
    padding-right: 8px;
}
.normal-t th.center{
    text-align: center;
}
.normal-t tfoot th {
    border-top:1px solid #ccc;
}