BODY {
    background-color: #FFFFFF;
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
    marginheight: 0;
    marginwidth: 0;
}

H1.title2 {
    font-size: 20
}

H2.title2 {
    font-size: 18
}

H3.title2 {
    font-size: 16
}

H4.title2 {
    font-size: 14
}

a {
    font-family: sans-serif;
    font-size: 11;
    white-space: nowrap;
}

INPUT.button {
    width: 75px;
    font-family: sans-serif;
    font-size: 11;
    padding:0px;
}

INPUT.buttonDisabled {
    width: 75px;
    font-family: sans-serif;
    color: gray;
    font-size: 11;
    padding:0px;
}

INPUT.longButton {
    width: 153px;
    font-family: sans-serif;
    font-size: 11;
    padding:0px;
}

INPUT.longButtonDisabled {
    width: 120px;
    font-family: sans-serif;
    color: gray;
    font-size: 11;
    padding:0px;
}

INPUT.buttonVeryLong {
    width: 180px;
    font-family: sans-serif;
    font-size: 11;
    padding:0px;    
}

INPUT {
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

input.disabled {
    /*background:#D4D0C8;
  color:black;
  */

    color: black;
    background-color: #ffc;
    /*font-weight: bold;   */

    cursor: default;
}

TD {
    /* text-align: left;*/

    color: black;
    font-family: sans-serif;
    font-size: 11;
}

TD.leftLabel {
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
    vertical-align: top;
}

TD.rightLabel {
    text-align: right;
    color: black;
    font-family: sans-serif;
    font-size: 11;
    vertical-align: top;
}


TD.lLabel {
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
    vertical-align: top;
}

TD.lLabel_man {
    text-align: left;
    color: red;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 11;
}

TD.mLabel {
    text-align: center;
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

TD.rLabel {
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
    vertical-align: top;
}

TD.rLabel_man {
    text-align: right;
    color: red;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 11;
}

SELECT {
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

SELECT.editable {
    color: black;
    font-family: sans-serif;
    font-size: 11;
    onKeyDown: fnKeyDownHandler(this, event);
    onKeyUp: fnKeyUpHandler_A(this, event);
    return
    false;
    onKeyPress: return fnKeyPressHandler_A(this, event);
    onChange: fnChangeHandler_A(this, event);
}

OPTION.editable {
    COLOR: #ff0000;
    BACKGROUND-COLOR: #ffff00;
}

SELECT.listbox {
    width: 100%
}

TD.addRemove {
    width: 10%
}

TD.header1 {
    font-family: sans-serif;
    font-size: 11;
    font-weight: bold;
    text-align: left;
}

TD.heading {
    background-color: #000066;
    color: #CCCCCC;
    font-family: sans-serif;
    font-size: 12;
    font-weight: bold;
    text-align: center;
}

TD.listbox {
    width: 45%
}

TABLE {
    border: none;
    cellpadding: 0;
    cellspacing: 0
}

TABLE.other {
    width: 95%
}

TABLE.title {
    border: solid 1px;
    width: 100%
}

TH.growable {
    background-color: gray;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 11;
    text-align: center
}

TR.growable {
    background-color: gray;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 11;
    text-align: center
}

TH.colHead {
    background-color: gray;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 11;
    text-align: center
}

TD.colTitle {
    background-color: gray;
    color: #FFFFFF;
    font-family: sans-serif;
    font-size: 11;
    text-align: center
}

SPAN.column {
    background-color: #FFFFFF;
    border-bottom: solid 1px black;
    border-left: solid 1px black;
    color: #000000;
    font-family: sans-serif;
    font-size: 11;
    height: 12
}

SPAN.text {
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

SPAN.lLabel {
    valign: middle;
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

SPAN.mLabel {
    valign: middle;
    text-align: center;
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

SPAN.rLabel {
    valign: middle;
    text-align: right;
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

SPAN.required {
    valign: middle;
    text-align: right;
    color: red;
    font-family: sans-serif;
    font-size: 11;
}

SPAN.menuText {
    text-align: left;
    color: blue;
    font-family: sans-serif;
    font-size: 12;
}

SPAN.appName {
    text-align: center;
    color: blue;
    font-family: sans-serif;
    font-size: 13;
}

SPAN.pageTitle {
    text-align: center;
    color: blue;
    font-family: sans-serif;
    font-size: 11;
    font-weight: bold;
}

DIV.text {
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

DIV.div {
    margin: 10px;
}

TEXTAREA {
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

.title {
    color: black;
    font-family: sans-serif;
    font-size: 12;
    font-weight: bold
}

.title2 {
    color: #8C7853;
    font-family: sans-serif;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}

.title3 {
    color: black;
    font-family: sans-serif;
    font-size: 18;
    font-weight: bold
}

.ttd {
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

.lLabel {
    text-align: left;
    color: black;
    font-family: sans-serif;
    font-size: 11;
}

.column {
    top: 20px;
    /* 90px; */
    /* just estimate it ;-) */

    position: absolute;
    overflow: hidden;
    background: transparent;
    margin: 0;
    padding: 0;
}

.tipStyle {
    position: absolute;
    visibility: hidden;
    overflow: hidden;
    font-family: sans-serif;
    font-size: 11;
    color: #330;
    background: #ffc;
    border: 1px solid #330;
    margin: 0;
    padding: 2px;
    width: 180px;
    height: auto;
    z-index: 10;
}

.noteStyle {
  position:absolute; visibility:hidden; overflow:hidden;
  color:#330; background:blue; border:1px solid #330;
  margin:0; padding:2px;
  width:180px; height:auto;
  z-index:10;
}

.big_title_white {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22pt;
    font-weight: bold;
    color: #FFF;
}

ul .appUl {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    color: #0F143F;
    list-style-image: url(../images/dot.gif);
    list-style-type: none;
}

div.draggable {
    position: absolute;
    width: 60px;
    height: 50px;
    padding: 0px;
    visibility: hidden;
}