
TABLE.sortabletable {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    font-size: 10px;
    border-collapse: collapse;
}

TABLE.sortabletable TH {
    text-align: left;
    margin-bottom: 4px;
    white-space: nowrap;
    color: black;
    text-transform: uppercase;
    overflow-x: hidden;

    height: 18px;
    padding: 2px 5px 2px 5px;
    border-right: 1px solid #bbbbbb;
    border-left: 1px solid #bbbbbb;

    background: #e2e2e2; /* Old browsers */
    background: -moz-linear-gradient(top, #e2e2e2 0%, #ffffff 0%, #d1d1d1 100%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(0%,#ffffff), color-stop(100%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #e2e2e2 0%,#ffffff 0%,#d1d1d1 100%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #e2e2e2 0%,#ffffff 0%,#d1d1d1 100%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #e2e2e2 0%,#ffffff 0%,#d1d1d1 100%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom, #e2e2e2 0%,#ffffff 0%,#d1d1d1 100%,#fefefe 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
}


TABLE.sortabletable TH:last-child {
  x-border-right: none;
}

TABLE.sortabletable TR.oddrow {
  background: #ebebeb;
}
TABLE.sortabletable TR.evenrow {
  background: #f5f5f5;
}
TABLE.sortabletable TR:hover {
  background: #e0e0e0;
}

TABLE.sortabletable TD {
    border-top: 1px solid #bbb;
    border-right: 1px solid #bbb;
    border-left: 1px solid #bbb;
    padding: 2px 5px 2px 5px;
    color: RGB(65,64,66);
}

TABLE.sortabletable TD:last-child {
    x-border-right: none;
}

TABLE.sortabletable TD.editcolumn {
    padding-top: 5px;
}

DIV.sortabletablediv {
    overflow: hidden;
    /*height: 14px;
    white-space: nowrap;*/
}

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-right: 5px;
    text-align: left;
}


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

TABLE.pagenotable TD.dyntablepgnocontainer {
    border: none;
    background: none;
    padding-top: 5px;
}

TABLE.pagenotable DIV.dyntablegoto {
    border: 1px solid #dddddd;
    background: none;
    font-weight: bold;
    font-size: 1.2em;
    cursor: pointer;
    color: #666; 
    float: right;
    padding-right: 5px;
    padding-left: 5px;
}

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

TABLE.pagenotable DIV.dyntablepgno {
    border: 1px solid #888888;
    background: none;
    font-weight: bold;
    font-size: 1.2em;

    color: #666;
    float: right;
    padding-left: 5px;
    padding-right: 5px;
}

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

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

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

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

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;
    font-size: 13px;
}

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

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

TABLE.sortabletable TH.sortabletableresize {
    width: 4px;
}


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;
}


