
.SP_TOOL_BAR_SYS_BTN_UP {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #BBBBFF;
    color: #000000;
    text-align: center;
    border-width: 1;
    border-style: outset;
    border-color: gray;
    padding: 0px;
    z-index: 3;
    cursor: pointer;
}

.SP_TOOL_BAR_SYS_BTN_OVR {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #DDDDFF;
    color: #FFFFFF;
    text-align: center;
    border-width: 1;
    border-style: outset;
    border-color: gray;
    padding: 0px;
    z-index: 3;
    cursor: pointer;
}

.SP_TOOL_BAR_SYS_BTN_DN {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #EFEFFF;
    color: #000000;
    text-align: center;
    border-width: 1;
    border-style: outset;
    border-color: gray;
    padding: 0px;
    z-index: 3;
    cursor: pointer;
}

.SP_TOOL_BAR_USER_BTN_UP {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #AAAAFF;
    color: #000000;
    text-align: center;
    border-width: 1;
    border-style: outset;
    border-color: gray;
    padding: 0px;
    z-index: 3;
    cursor: pointer;
}

.SP_TOOL_BAR_USER_BTN_OVR {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #CCCCFF;
    color: #FFFFFF;
    text-align: center;
    border-width: 1;
    border-style: outset;
    border-color: gray;
    padding: 0px;
    z-index: 3;
    cursor: pointer;
}

.SP_TOOL_BAR_USER_BTN_DN {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #EEEEFF;
    color: #000000;
    text-align: center;
    border-width: 1;
    border-style: outset;
    border-color: gray;
    padding: 0px;
    z-index: 3;
    cursor: pointer;
}

.SP_TOOL_BAR {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #BBBBFF;
    text-align: center;
    border-width: 0;
    border-style: outset;
    border-color: gray;
    padding: 0px;
    z-index: 2;
}

.COL_SEP {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #a0a0c0;
    text-align: center;
    border-width: thin;
    border-style: none;
    border-color: gray;
    padding: 0px;
    z-index: 2;
}

.COL_HEAD {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #aaaacf;
    text-align: center;
    border-width: 0px;
    border-style: groove;
    border-color: gray;
    padding: 0px;
    z-index: 2;
}

.ROW_HEAD {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    #background-color: #bbaaFF;
	background-color: #aaaadf;
    text-align: center;
    border-width: 0px;
    border-style: groove;
    border-color: gray;
    padding: 0px;
    z-index: 2;
}

.STATIC_CELL {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #eeeeee;
    text-align: center;
    border-width: thin;
    border-style: none;
    border-color: gray;
    padding: 0px;
    z-index: 2;
}

.SP_DIV {
    position: absolute;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #aaaacc;
    text-align: center;
    border-width: thin;
    border-style: none;
    border-color: gray;
    padding: 0px;
    z-index: 2;
}

.SP_DIV_LEFT {
    position: relative;
    font-size: 10px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #aaaacc;
    text-align: left;
    border-width: thin;
    border-style: none;
    border-color: gray;
    padding: 0px;
    z-index: 2;
}


.INPUT_STYLE {
    position: absolute;
    color: darkblue;
    font-size: 12px;
    font-family: arial, helvetica, sans-serif;
    border-color: #000000;
    background-color: #ffffff;

    border: 0px;
    border-width: 0px;
    border-style: groove;

    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;

    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;

    padding: 0;
    z-index: 2;
}

.COMPOUND_POPUP {
    position: absolute;
    font-size: 12px;
    margin: 0px;
    font-family: arial, helvetica, sans-serif;
    background-color: #6699dd;
    text-align: center;
    border: 1px;
    border-width: thin;
    border-style: outset;
    border-color: darkblue;
    padding: 0px;
    z-index: 100;
    visibility: hidden;
}


INPUT {
    color: darkblue;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    border-color: #000000;
    background-color: #ffffff;

    border: 1px;
    border-width: 1px;
    border-style: inset;

    padding-top: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-right: 0px;

    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;

    padding: 0;
    z-index: 2;
    text-align: left;
}

BODY {
    margin: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    margin-right: 0px;

    background-color: #cccccc;
}
