
table.no-style {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}
table.full {
    width: 100%;
}
table.no-style td, table.no-style th {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
}
table.paginate {
    border: 1px solid #AAAAAA;
    border-collapse: separate;
}
table.paginate thead th {
    background: -moz-linear-gradient(center top , #F7F7F7, #E1E1E1) repeat scroll 0 0 transparent;
    color: #333333;
    cursor: pointer;
    text-shadow: 0 1px 0 #FFFFFF;
}
table.paginate, table.paginate thead th:first-child {
    border-top-left-radius: 5px;
}
table.paginate, table.paginate thead th:last-child {
    border-top-right-radius: 5px;
}
table.paginate, table.paginate tbody tr:last-child td:first-child {
    border-bottom-left-radius: 5px;
}
table.paginate, table.paginate tbody tr:last-child td:last-child {
    border-bottom-right-radius: 5px;
}
table.paginate th, table.paginate td {
    padding: 5px;
}
table.paginate tbody tr:nth-child(2n+1) td {
    background: none repeat scroll 0 0 #F9F9F9;
}
table.paginate td.column-selected {
    background: none repeat scroll 0 0 #FFFFC0 !important;
}
