/* main color */
/*
table.mainColor, tr.mainColor, th.mainColor, td.mainColor {
    background-color: #8299ae;
    color: #ffffff;
}
*/

table.mainColor, tr.mainColor, th.mainColor, td.mainColor {
    background-color: #ffffff;
    color: #333333;
}

/* belt color */
table.beltColor, tr.beltColor, th.beltColor, td.beltColor {
    background-color: #4d94fe;
    color: #ffffff;
}

/* error color */
tr.errorColor {
    background-color: #ffcc66;
}

/* belt link */
a.beltLink {
    text-decoration: none;
    color: #ffffff;
}
a.beltLink:hover {
    text-decoration : none;
    color: #bbbbbb;
}

/* table line color (for border) */
td.tableLineColor {
    background-color: #666666;
}

/* table line color (for item border) */
th.tableItemColor, td.tableItemColor {
    background-color: #BBCCDD;
}

/* table data cell color */
td.tableDataColor {
    background-color: #eeeeee;
}

/* menu */
table.menu {
    margin: 0px 0px 0px 0px;
    padding: 5px 0px 0px 0px;
    font-size: 10pt;
    font-weight: bold;
    color:  #8299ae;
}

/* menu label */
/*
th.menuLabel {
    background-color: #8299ae;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}
*/

th.menuLabel {
    background-color: #e9931a;
    color: #ffffff;
    font-weight: bold;
    text-align: center;
}

/* menu link */
table.menu a:link {
    color: #6690cc;
    text-decoration: none;
    font-weight: bold;
}
a.menuItem {
    color: #6690cc;
    text-decoration: none;
    font-weight: bold;
}
a.menuItem:hover {
    color: #ff0000;
    position: relative;
    top: 1.5px;
    left: 1.5px;
}

/* list item */
tr.listItem1 {
    background-color: #ffffff;
}
tr.listItem2 {
    background-color: #fff6f6;
}

/* title font */
div.title {
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
    font-align: left;
}
