body {
    background-color: #FFF;
    font-size: 12pt;
    font-family: 'lucida grande',tahoma,verdana,arial,sans-serif;
    color: #585858;
    margin: 0px;
    padding: 0px;
}

form {
    margin-left: 0.3em;
    margin-bottom: 1em;
}

a {
    color: #585858;
    padding: 3pt;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a.th {
    color: #585858;
}

table

table,legend {
    border-spacing: 1px;
}

table.list,span.list {
    position: absolute;
    top: 5px;
    left: 5px;
    z-index: 1;
}

legend {
    font-weight: bold;
}

tr.table {
    text-align: left;
}

tr.shaded {
    text-align: left;
}

td {
    padding: 4px;
}

thead.list {
    background: -moz-linear-gradient(center top , #fafafa, #fff) repeat scroll 0 0 transparent;
}
tbody.list {
    background: -moz-linear-gradient(center top , #fff, #fff) repeat scroll 0 0 transparent;
}
th {
    color: #585858;
    font-weight: bold;
    padding: 7px;
    border-left: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
}

td {
    border-left: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
}
tbody.list tr:hover {
    background: -moz-linear-gradient(center top, #fafafa, #fafafa) repeat scroll 0 0 transparent;
}

th.left {
    text-align: left;
}

span.bbar {
    z-index: 3;
    position: absolute;
    top: 75px;
    right: 25px;
    min-width: 100px;
    width: 100px;
}

button {
    min-width: 115px;
    width: 115px;
    text-align: center;
}

div.success,div.error {
    background-color: green;
    color: white;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
}

div.rot,div.error,div.green {
    background-color: red;
    color: white;
}

div.green {
    background-color: green;
}

div.dialog {
    width: 500px;
    text-align: center;
    border-style: solid;
    border-width: thin;
}

img {
    border: 0px;
}

div.autocomplete {
    position: absolute;
    width: 250px;
    background-color: white;
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
}

div.autocomplete ul {
    border: 1px solid #888;
    margin: 0px;
    padding: 0px;
    width: 100%;
    list-style-type: none;
}

div.autocomplete ul li {
    margin: 0;
    padding: 3px;
    cursor: pointer;
}

div.autocomplete ul li.selected {
    background-color: #87ceeb;
}

fieldset {
    color: #585858;
    border: 0px;
}

div.fieldset {
    background: -moz-linear-gradient(center top , #fafafa, #fff) repeat scroll 0 0 transparent;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    max-width: 500px;
}
.ui-autocomplete-loading {
    background: white url('images/ajax-loader-small.gif') right center no-repeat;
}
.ui-widget {
    font-size: 11pt;
}
