/* base */
BODY, P, TABLE, TR, TD, INPUT, SELECT, FORM, TEXTAREA, CHECKBOX {
    font-family: verdana;
    font-size: 8pt;
    vertical-align: top;
}
BODY {
    margin: 4px 4px 4px 4px;
}
.select {
/*  font-size: 8pt;*/
}
P, TABLE, TR, TD, INPUT, SELECT, FORM, TEXTAREA, CHECKBOX {
    margin: 0px 0px 0px 0px;
}
A:visited {
    color: blue;
}
EM {
    color: red;
    font-weight: bold;
    font-style: normal;
}
.bottom {
    vertical-align: bottom;
}
.inline {
    display: inline;
}
hr {
    width:100%;
    height:0px;
    line-height:0;
    padding:0;
    margin:0;
    border-bottom: 2px solid #a0a0a0;
    font-size:0pt;
}

/* menus */
.menu-0 {
    margin: 1px;
    margin-top:3px;
    border: 0px;
    width: 100%;
    color: white;
    padding-left: 5px;
    background: #6060ff;
}
.menu-0 TD {
    font-size: 11px;
    font-weight: bold;
    font-variant: small-caps;
    color: white;
    padding-left: 5px;
    background: #6060ff;
}
.menu-0 A {
    color: white;
}
.menu-0 A:visited {
    color: white;
}
.menu-1 {
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
}
.menu-1 TABLE {
    margin-left: 10px;
}
.menu-1 TD {
    font-size: 11px;
    font-weight: bold;
    margin-left: 10px;
}
.menu-2 {
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
}
.menu-2 TABLE {
    margin-left: 20px;
}
.menu-2 TD {
    font-size: 11px;
    font-weight: bold;
    margin-left: 20px;
}

/* forms */
.table-nice1 TD {
/*  background-color: #e8e8e8;*/
}
.table-nice2 TD {
/*  background-color: #e8e8e8;*/
}
.butt {
    cursor:hand;
    background-color:yellow;
    font-size: 9pt;
}
.delimeter {
    font-weight: bold;
}

/* text */
.caption {
    font-size: 10pt;
    font-weight: bold;
    line-height: 100%;
}
.action {
    font-size: 8pt;
    font-weight: bold;
    line-height: 150%;
}
.error {
    color: red;
    font-weight: bold;
    line-height: 150%;
}
.message {
    color: blue;
    font-size: 8pt;
    font-weight: bold;
}
.comment {
    font-size: 7pt;
}
.marked {
    background-color: #d0d0ff;
}
.hint {
    border-width: 1px;
    border-style: solid;
    border-color: #e0e0e0;
    padding-left: 5px;
    margin: 10px;
}
.hint TD {
    font-size: 7pt;
    padding-left: 5px;
    background: #ffffe0;
}
.ruler {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.query-col {
    font-size: 8pt;
    font-weight: bold;
    background: #f0f0f0;
}
.query-col A {
}
.query-results TD {
    font-size: 8pt;
}


/* other */
.demo A {
    color: #786549;
}
.demo A:visited {
/*  color: #f0cb93; */
    color: #786549;
}
