/*
(c) 2013 S[&]T Corporation
*/
/*table.palered {
    border-collapse: collapse;
    /*border-color: #CCC;
    border: 1px solid #DDD;*/
}*/

/*table.palered,*/
table.palered +  ul.pagination, table.palered + a + ul.pagination  {
    font: normal 11px/14px 'Lucida Grande', Verdana, Helvetica, Arial, sans-serif;
}

/*table.palered a:link,
table.palered a:visited,*/
table.palered + ul.pagination > li > a, table.palered + a + ul.pagination > li > a {
    color: #B2805B;
    text-decoration: none;
    font-weight: bold;
}

/*table.palered a:hover {
    color: #036;
}*/

/*table.palered td,
table.palered th {
    padding-left: 5px;
    line-height: 13px;
    border-bottom: 1px solid #EEE;
    border-left: 1px solid #DDD;
    text-align: left;
}*/

/*table.palered thead th:first-child,
table.palered thead td:first-child {
    border-left: none !important;
}*/

/*table.palered thead th > a:link,
table.palered thead th > a:visited {
    color: #666;
}*/

table.palered thead th.orderable > a {
    padding-right: 13px;
    /*padding-left: 3px;*/
    background: url(../django_tables2/themes/paleblue/img/arrow-inactive-up.png) right center no-repeat;
}
table.palered thead th.orderable.asc > a {
    background-image: url(../django_tables2/themes/paleblue/img/arrow-active-up.png);
}
table.palered thead th.orderable.desc > a {
    background-image: url(../django_tables2/themes/paleblue/img/arrow-active-down.png);
}

table.palered + ul.pagination, table.palered + a + ul.pagination {
    background: white url(../django_tables2/themes/paleblue/img/pagination-bg.gif) left 180% repeat-x;
    overflow: auto;
    margin: 0;
    padding: 10px;
    border: 1px solid #DDD;
    list-style: none;
}

table.palered + ul.pagination > li, table.palered + a +ul.pagination > li  {
    float: left;
    line-height: 22px;
    margin-left: 10px;
}

table.palered + ul.pagination > li:first-child, table.palered + a + ul.pagination > li:first-child {
    margin-left: 0;
}

table.palered + ul.pagination > li.cardinality, table.palered + a + ul.pagination > li.cardinality {
    float: right;
    color: #8d8d8d;
}

table.palered > tbody > tr > td > span.true,
table.palered > tbody > tr > td > span.false {
    background-position: top left;
    background-repeat: no-repeat;
    display: inline-block;
    height: 10px;
    overflow: hidden;
    text-indent: -200px;
    width: 10px;
}

table.palered > tbody > tr > td > .missing {
    background: transparent url(../django_tables2/themes/paleblue/img/missing.png) right center no-repeat;
    color: #717171;
    padding-right: 20px;
}

/*table.palered > tbody > tr > td > .missing:hover {
    color: #333;
}*/

table.palered > tbody > tr > td > span.true {
    background-image: url(../django_tables2/themes/paleblue/img/true.gif);
}

table.palered > tbody > tr > td > span.false {
    background-image: url(../django_tables2/themes/paleblue/img/false.gif);
}

/*div.table-container {
    display: inline-block;
}*/
