﻿.navtable {
    width: 100%;
}

    .navtable.navcol {
        width: 150px;
    }

    .navtable.navcol220 {
        width: 220px;
    }

.cellContainer {
    padding-left: 6px;
    padding-right: 6px;
}
/*table row - text overflow form long strings*/
.CellsEllipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*Entry Table props and sizes  iPad 768 x 1024   */

.tablenavbarcol {
    width: 180px;
    /*margin-left: 40px;*/
}

.tablenavbarWidecol {
    width: 170px;
}

.col850{
    width: 850px;
}

.tableeditcol1 {
    width: 150px;
    vertical-align: top;
}

.tableeditcol2 {
    width: 550px;
}


table.entry {
    border-bottom: 1em solid transparent;
}

    table.entry td {
        margin-left: 40px;
    }

.entry tr.entryRow {
    height: 32px;
}

.entry tr.memoRow {
    height: 80px;
}

.entry tr.memoRowMed {
    height: 86px;
}

.entry tr.memoRowLarge {
    height: 100px;
}


tr.spacerRow {
    /*border-bottom: .7em solid transparent;*/
    height: 8px;
}

td.spacerRow {
    /*height:8px;*/
}

td.col1_200 {
    width: 200px;
}


td.col_300 {
    width: 300px;
}


td.col_180 {
    width: 180px;
}

td.col_400 {
}

td.col_Wide {
    width: 500px;
}


td.col_spacer {
    width: 12px;
}

td.col_actionBtns {
    width: 24px;
}

td.col_800 {
    width: 800px;
}

td.col_50perc {
    width: 50%;
}



table.entry {
    border-bottom: 1em solid transparent;
}

table.rightsconfig td {
}

.rightsconfig tr.configRow {
    height: 32px;
}

.rightsconfig td.caption {
    width: 200px;
}

.rightsconfig td.selection {
    width: 320px;
}

.rightsconfig td.buttoncol {
    width: 150px;
}
