body {
    background-color: white;
    margin-top: 0px;
    margin-bottom: 0px;
    font-family: Verdana, sans-serif;
}

.htext {
    font-family: arial, geneva, helvetica;;
    font-weight: bold;
    font-size: 16px;
}

.htable {
    width: 750px;
    border-collapse: collapse;
    empty-cells: show;
}

.htable td {
    padding: 2px;
}

.hlinks {
    height: 26px;
    width: 8px;
    background-color: #666666;
}

.hmitte {
    height: 26px;;
    background-color: #666666;
    border: none;
    font-size: 17px;
    text-align: center;
    font-weight: 900;
    width: 800px;
    color: white
}

.hrechts {
    height: 26px;
    width: 16px;
    background-color: #666666;
}

.subheader {
    height: 26px;
    color: black;
    background-color: white;
    font-size: 13pt;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    text-align: center;
    border-top: red 1px solid;
    border-bottom: red 1px solid;
    padding-bottom: 2px;
    padding-top: 2px;
}

.simpleborder {
    border: 1px red solid;
}

.dlbutton {
    width: 120px;
    text-align: center;
    font-family: verdana, arial, geneva, helvetica;
    font-size: 13px;
}

.normaltext {
    font-family: arial, geneva, helvetica;
    text-align: left;
    font-size: 10pt;
}

table, div {
    /*font-family: arial, geneva, helvetica;*/
    /*font-size: 8pt;*/
    text-align: left;
}

div.border {
    border: solid 1px red;
}

.hide {
    display: none;
}

.show {
    display: inline;
}

.buttonLink, .buttonText {
    background-color: white;
    background-image: url("/ribon/pictures/tree/black_arrow_right.gif");
    /*background-position: 0px 4px;*/
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
    padding: 0px;
    margin: 0px;
    padding-left: 12px;
    text-align: left;
    text-decoration: none;
    border: none;
    color: black;
}

.ui-autocomplete {
    position: absolute;
    top: 79px;
    left: 43px;
}