table.grid {
    border-left: solid 1px #948e9f;
    border-top: solid 1px #948e9f;
    border-bottom: solid 1px #948e9f;
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif; 
    font-size: 11px;
    border-collapse: collapse;     
    /*width: 36em;*/
}

table.grid caption {
    font-weight: bold;
    text-align: left;
    padding-bottom: 0.5em;
    white-space: nowrap;
}

table.grid th {
    text-align: center;
    border-right: solid 1px #948e9f;
    border-bottom: solid 1px #948e9f;
    background: #4643ab;
    padding: 2px;
    color: white;
    padding-left: 1em;
    padding-right: 1em;
}

table.grid th a {
    color: white;
    text-decoration: none;
}

table.grid th a:hover {
    color: #EEEEEE;
}
    
table.grid td {
    /* text-align: right; */
    border-right: solid 1px #948e9f;
    padding: 4px;
}

table.grid td.edit, table.grid td.pod {
    text-align: center;
}

table.grid tr {
    background: white;
}

table.grid tr.odd {
    background: #F6f5fc;
}

p.paging {
    text-align: center;
    font-weight: bold;
}

p.paging a {
    color: #948e9f;
}

a.pod {
    border: solid 1px #5F90CC;
    color: #2B64AD;
    background: white;
    font-size: 10px;
    font-weight: bold;
    /* font-family: courier, monospace; */
    padding: 1px;
    text-decoration: none;
}

.plannedMove { background-color: #e2f9e1 !important; }
.plannedMoveOdd { background-color: #cff8cc !important; }
.outputMove { background-color: #f9e1e6 !important;}
.outputMoveOdd { background-color: #f8ccd5 !important;}
.inputMove { background-color: #e4e1f9 !important; }
.inputMoveOdd { background-color: #d1ccf8 !important; }

