html, body, table, table td {
    font-family: Arial,  sans-serif;
    font-size: 12px;
}

input, select {
    font-size: 11px;
}

table#poweredtable {
    float: left;
    width: 100%;
}

div#poweredby {
    color: black;
    font-family: verdana, arial, sans-serif;
    font-style: italic;
    font-size: 10px;
    text-align: right;
}

div#poweredby a {
    color: #0015a6;
    text-decoration: none;
}

div#poweredby a:hover {
    color: #01188e;
    text-decoration: none;
}

div#poweredby a:visited {
    color: #0015a6;
    text-decoration: none;
}


/* tooltip */
.tooltip {
    FONT-family: Arail,courier;
    FONT-SIZE: 11px;
    font-weight: bold;
    border: 1px solid #000000;
    padding: 1px;
    background-color: #ffffff;
    color: #000000;
}

#dhtmltooltip {
    position: absolute;
    width: 300px;
    border: 1px solid #000000;
    padding: 6px;
    background-color: #ffffff;
    visibility: hidden;
    z-index: 100;
}