/* vedit - vertical table (signup, profile edit) */

/* vedit - usual column (right) */
table.vedit td {
    text-align: left;
    vertical-align: top;
    padding: 5px;

    background-color: white;
}
/* vedit - header column (left) */
.vedit th {
    padding: 5px 10px 5px 0;
    vertical-align: top;
   font-weight: bold; 

}
/* vedit - heading row */
.vedit .headrow { font-weight: bold; text-align: center; }


/* hedit - horizontal table (payments list) */
.hedit {
    border: solid 1px #8CACBB;
}
/* hedit - usual column */
.hedit td {
    padding: 5px;
    background-color: #E0E0E0;
    font-size: 8pt;
    background-color: white;
    border: solid 1px #8CACBB;
}
/* hedit - header column */
.hedit th {
    padding: 5px;
    font-weight: bold;
    text-align: center;

    background-color: #DEE7EC;
    border: solid 1px #8CACBB;
}

table.errmsg
{
    color: red;
    margin: 5px 0px;
}
table.errmsg td
{
    padding: 5px 0;
    font-weight: bold;
}
table.errmsg td li
{
    list-style: square;
}

.small {font-size: 85%; color: #666;}