﻿.plaza_table {
    width: 878px;
}
.plaza_table .paging_full_numbers > .paginate_button 
{
    width: 16px;
    height: 16px;
    background-image: url('/Images/Icons/actions.png');
}
.plaza_table .paginate_button
{
    display: inline-block;
    margin: 0px 3px;
    cursor: pointer;
    height: 16px;
}
.plaza_table .paging_full_numbers span span 
{
    position: relative;
    bottom: 3px;
    padding: 2px 4px;
}
.plaza_table .paging_full_numbers span span.paginate_button
{
    background-color: #f2f1f6;
    color: #247573;
}
.plaza_table .paginate_button.first 
{
    background-position: -112px -48px;
}
.plaza_table .paginate_button.previous {
    background-position: -48px -64px;
}
.plaza_table .paginate_button.next {
    background-position: -32px -64px;
}
.plaza_table .paginate_button.last {
    background-position: -16px -64px;
}
.plaza_table .controls > div {
    display: inline;
}
.plaza_table .dataTables_length {
    padding: 0px 20px;
    position: relative;
    bottom: 3px;
}
.plaza_table .dataTables_info {
    float: right;
}

.bottomBorder td
{
    vertical-align: top;
    border-right: 0px;
}

.noBorder td
{
    vertical-align: top;
    border-right: 0px;
    border-bottom: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0px 0px;
    width: 100%;
}
td 
{
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    vertical-align: top;
}
.plaza_table td.ko_view
{
    padding: 0px;
}
thead {
    border: 1px solid white;
    background-color: #e6f6f5;
    text-align: left;
}
th, td {
    padding: 7px;
}
tr.odd {
    background-color: #e9edee;
}
tr.even {
    background-color: #dee2e2;
}
tr.expanded,
td.expandCol
{
    background-color: #a9e0da;
}
td.toggle-spacer
{
    background-color: #d3f0ec ;
}
.expandCol div
{
    width: 16px;
    height: 16px;
    background-image: url('/Images/Icons/actions.png');
    background-position: -96px -64px;
}
.noteCol>div
{
    position:relative;
    width: 16px;
    height: 16px;
    background-image: url('/Images/Icons/actions.png');
    background-position: -112px -32px;
}
.expanded .expandCol div
{
    background-position: -112px -64px;
}
