TABLE.sortabletable {
    margin-left: auto;
    margin-right: auto;
}

TD.right, TH.right {
    text-align: right !important;
    padding-right: 4px;
}

TABLE.sortabletable TH.sortabletableresize {
    width: 4px;
}
.tableicon{
    width: 20px;
    height: 20px;
    float: left;
    position: relative;
    bottom: 3.5px;
    margin: 0 5px;
}

TABLE.sortabletable TH {
    text-align: left;
    border-bottom: 1px solid RGB(200,200,200);
    padding: 1px 5px 0px 5px;
    margin-bottom: 4px;
    white-space: nowrap;
    color: white;
    background: #820263;
}

TABLE.sortabletable TH.sortcol {
    overflow: hidden;
    white-space: nowrap;
}

TABLE.sortabletable TH.sortcol:hover {
    overflow: visible;
}

TABLE.sortabletable TD {
    padding: 1px 5px 0px 5px;
    color: RGB(65,64,66);
}

TABLE.sortabletable TD.editcolumn {
    border-top: none;
    border-left: none;
    background: none;
    padding-top: 5px;
}

TABLE.sortabletable TD.dyntablepgnocontainer {
    border: none;
    background: none;
    padding-top: 2px;
    padding-bottom: 2px;
}

TABLE.sortabletable DIV.dyntablegoto {
    border: 1px solid #cccccc;
    background: white;
    color: #666;
    font-weight: bold;
    float: right;
    padding-right: 5px;
    padding-left: 5px;
    cursor: pointer;
}

TABLE.sortabletable DIV.dyntablegoto {
    padding-top: 2px;
}

TABLE.sortabletable TR.sortablegroup {
    background-color: #b9a;
}

TABLE.sortabletable TR.sortablegroup2 {
    background-color: #d0c3c3;
}
TABLE.sortabletable TR.sortablegroup2footer {
    background-color: white;
}

TABLE.sortabletable DIV.dyntablegoto:hover {
    background: #ccc;
}

TABLE.sortabletable DIV.dyntablepgno {
    border: 1px solid #888888;
    background: white;
    color: #666;
    font-weight: bold;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
}

TABLE.sortabletable DIV.dyntablepgno:hover {
    background: #ccc;
}

SPAN.dyntablerowcount {
    color: #844;
    font-weight: bold;
    cursor: pointer;
}

TABLE.sortabletable INPUT.dyncheck {
    margin-top: -8px !important;
}

TABLE.sortabletable .sttpop {
    vertical-align: top;
}

SPAN.dyntablerowcount {
    color: #844;
    font-weight: bold;
    cursor: pointer;
}

DIV.sortabletablediv {
    overflow: hidden;
    white-space: nowrap;
    height: 18px;
}

DIV.sortabletablerevealer {
    overflow: visible;
    white-space: normal !important;
    position: absolute;
    height: auto;
}

DIV.sttedit {
    background: #EEEEEE;
    border: 1px solid black;
    padding: 5px;
}

DIV.sttedit UL.fieldlist {
    list-style-type: none;
    width: 175px;
    padding-left: 0px;
    padding-bottom: 20px;
    border: 1px dotted black;
}

DIV.sttedit UL.fieldlist LI {
    cursor: move;
    border: 1px solid black;
    background: #AAAAAA;
    padding: 1px 5px 1px 5px;
    margin: 5px;
}

DIV.sttedit UL.fieldlist LI.requiredcol {
    background: #AACCAA;
}

DIV.sttedit UL.fieldlist LI .editicon {
    cursor: pointer;
}
DIV.sttedit UL.fieldlist.hidden LI .editicon {
    display: none;
}





TABLE.proplist TH {
    margin: 0px;
    padding-right: 3px;
    vertical-align: top;
    font-weight: bold;
    text-align: right;
}

TABLE.proplist TD {
    margin: 0px;
    vertical-align: top;
}

TABLE.regular {
    background: #EEEEEE;
    border: 1px solid black;
    margin-left: auto;
    margin-right: auto;
}

TABLE.regular TH {
    text-align: left;
    padding-left: 3px; padding-right: 3px;
    vertical-align: top;
    font-weight: bold;
}

TABLE.regular TH.side {
    text-align: right;
    padding-left: 3px; padding-right: 3px;
    vertical-align: top;
    font-weight: bold;
}

TABLE.regular TD {
    text-align: left;
    padding-left: 3px; padding-right: 3px;
    vertical-align: top;
    border-top: 1px solid #AAAAAA;
    border-left: 1px solid #AAAAAA;
}

TABLE.fast TH,TABLE.fast TD {
    vertical-align: top;
    padding: 4px 5px 0px 0px;
    text-align: left;
}

TABLE .pinkhead {
    background: #820263;
    color: white;
    font-weight: bold;
}

TABLE.lightgrid {
    border-spacing: 0px;
    margin: 20px auto 10px auto;
    border-left: 1px solid #9FA4A9;
    border-bottom: 1px solid #9FA4A9;
}

TABLE.lightgrid TH.side {
    text-align: left;
    padding: 3px;
}

TABLE.lightgrid TD, TABLE.lightgrid TH {
    border-right: 1px solid #9FA4A9;
    border-top: 1px solid #9FA4A9;
}

TABLE.lightgrid TH.secondary {
    background: #CCCCCC;
}

TABLE.lined {
    border-spacing: 0px;
}

TABLE.lined TH,TABLE.lined TD {
    vertical-align: top;
    padding: 3px 5px 3px 3px;
    text-align: left;
    margin: 0px;
}

TABLE.lined TR:nth-child(odd) TD {
    background-color: #DDD;
}
