.ui-autocomplete { max-height: 400px; overflow-y: scroll; overflow-x: hidden;}
BODY
{
    margin: 0px;
    font-size: 9px;
    color: #000000;
    font-family: Verdana;
    background-color: white;
}
P
{
    color: #000000;
    margin-top: 0px;
    margin-bottom: 12px;
    font-family: Verdana;
}
h2
{
    border-bottom: #003366 1px solid;
    margin-top: 5px;
    font-weight: bold;
    font-size: 1.5em;
    margin-bottom: 10px;
    margin-left: 0px;
    color: #003366;
}
H1
{
    padding-left: 15px;
    font-weight: normal;
    font-size: 26px;
    filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=1, StartColorStr=#003366, EndColorStr=#FFFFFF);
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 3px;
    margin-left: 0px;
    color: #ffffff;
    padding-top: 10px;
    font-family: Tahoma;
    background-color: #003366;
}
table
{
    border-collapse: collapse;
    border-spacing: 0px;
}
tr[rowid] td, div[rowid]
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    padding: 3px 3px 3px 1px;
}
TH
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #e5e5e5;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
    padding: 3px 3px 3px 2px;
    color: #000000;
    text-align: left;
}
caption
{
    font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: normal;
    background-color: #C5CED8;
    padding: 4px 3px;
    color: #000000;
    text-align: left;
}
thead
{
    position: static;
}
.form
{
    font-family: Arial;
    font-size: 14px;
    background-color: #efefef;
    padding: 5px;
}
fieldset
{
    border-top: 1px dashed #ccc;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    margin-bottom: 10px;
}
legend
{
    font-weight: bold;
    font-size: 11px;
}
div.form label
{
    display: block;
    width: 100px;
    text-align: right;
    float: left;
    padding-right: 10px;
    margin: 5px 0;
}
label.error
{
    color: Red;
    text-align: left;
    float: none;
    display: inline;
}
div.form input, div.form select
{
    margin: 5px 0;
}
input[type=text], select
{
    padding: 0 0 0 3px;
    border: 1px solid #aaaaaa;
}
A
{
    color: #000000;
    text-decoration: none;
}
A:HOVER
{
    color: #003366;
    text-decoration: underline;
    font-weight: 700;
}
A:link
{
    font-weight: bold;
    color: #336699;
    text-decoration: underline;
}
A:visited
{
    font-weight: bold;
    color: #336699;
    text-decoration: underline;
}
A:active
{
    font-weight: bold;
    color: #336699;
    text-decoration: underline;
}
A.TaskLink
{
    display: block;
    padding-left: 25px;
    background-image: url(grafik/task.gif);
    padding-bottom: 6px;
    margin-left: 10px;
    background-repeat: no-repeat;
}

.h-scroll, .h-ruler
{
    display: block;
    clear: right;
    overflow: auto;
}

.h-ruler
{
    border-bottom: 1px solid #cccccc;
    border-bottom-color: #FF9900;
    height: 250px;
}
.v-ruler
{
    border-right: 1px solid #cccccc;
    float: left;
    overflow: auto;
}
.span100
{
    width: 100px;
}
.span200
{
    width: 200px;
}
.span300
{
    width: 300px;
}
.span400
{
    width: 400px;
}
.span500
{
    width: 500px;
}
.span600
{
    width: 600px;
}
.span700
{
    width: 700px;
}
.span800
{
    width: 800px;
}
.rowselected
{
    background-color: #C5CED8;
}
.rowdirty
{
    background-color: #FFFFE6;
}
.row
{
    clear: both;
    display: block;
}
tr[rowid], div[rowid], tr.row
{
    cursor: pointer;
    border-bottom: 1px solid #efefef;
}
td label.error
{
    font-size: 9px;
}
.col
{
    float: left;
    padding: 2px;
    margin: 0 4px;
}
.clear
{
    clear: both;
}
.right
{
    text-align: right;
}
.bar
{
    vertical-align: middle;
    padding: 2px;
    margin: 0;
}
.small-button
{
    font-size: 6px !important;
}
.ui-button
{
    font-size: 10px;
}
.ui-button-text-only .ui-button-text
{
    padding: 1px;
}
.menu td
{
    padding-left: 16px;
    font-size: 10px;
}
.menu a
{
    text-decoration: none;
}
/* Tag */
.tag
{
    vertical-align: middle;
    display: inline-block;
    padding: 3px;
    margin: 1px;
    border: 1px solid #efefef;
}
.tag label
{
    font-size: 11px;
}
.tag img
{
    float: right;
    cursor: pointer;
}
.fixed
{
    left: 0px;
    position: fixed;
    top: 0px;
    border-bottom: 1px solid #E0E0E0 ;
    border-right: 1px solid #E0E0E0 ;
    background-color:#ffffff;
}

