* {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 8pt;
}
.default_text {
}
.default_audit_text {
        color: red;
}
.default_check_label {
        cursor: hand;
}
.default_separator_text {
        font-weight: bold;
}
.default_button {
        cursor: hand;
}
.default_input {
}
.default_combo {
}
.default_href {
        cursor: hand;
        text-decoration: none;
        color: #2211FF;
}
.default_href:hover {
        text-decoration: underline;
}
.default_error {
        color: red;
}
.default_form_error {
        color: yellow;
        background-color: #FF0000;
}
.default_header {
        font-weight: bold;
}
.default_footer {
        font-weight: bold;
}
.default_header_row {
        background-color: #EEEEEE;
}
.default_js_href {
        cursor: hand;
        text-decoration: none;
        color: #2211AA;
}
.default_js_href:hover {
        text-decoration: underline;
}
.default_js_href:visited {
}
.default_tab {
        border-width: 0px 1px 1px 0px;
        border-color: #D0D0D0;
        border-style: solid;
        background-color: #EEEEEE;
}
.default_first_tab {
        border-width: 0px 1px 1px 0px;
        border-color: #D0D0D0;
        border-style: solid;
        background-color: #EEEEEE;
}
.default_last_tab {
        border-width: 0px 0px 1px 0px;
        border-color: #D0D0D0;
        border-style: solid;
        background-color: #EEEEEE;
}
.default_selected_tab {
        border-width: 0px 1px 0px 0px;
        border-color: #D0D0D0;
        border-style: solid;
        background-color: #FFFFFF;
}
.default_table_border {
        background-color: #D0D0D0;
}
.default_table_interior {
        background-color: #EEEEEE;
}
.invisible {
        display:none;
}
.visible {
        display:inline;
}
.default_app_title {
        font-size: 10pt;
        font-weight: bold;
        color: #FFFFFF;
}
.default_app_copyright {
        font-size: 10pt;
        font-weight: bold;
        color: #FFFFFF;
}
.default_menu {
        font-size: 10pt;
        font-weight: bold;
        text-transform: none;
        color: #FFFFFF;
        text-decoration: none;
}
.default_menu:hover {
        text-decoration: underline;
}
.default_menu_selected {
        font-size: 10pt;
        font-weight: bold;
        text-transform: uppercase;
        color: #FFFFFF;
        text-decoration: underline;
}
.default_small_menu {
        font-size: 10pt;
        text-transform: none;
        text-decoration: none;
}
.default_small_menu:hover {
        text-decoration: underline;
}
.default_small_menu_selected {
        font-size: 10pt;
        text-transform: uppercase;
        text-decoration: underline;
}
.default_row {
        background-color: #FFFFFF;
}
.default_row_even {
        background-color: #FFFFEE;
}
.default_row_selected {
        background-color: #EEEEFF;
}
