/* general tuning */

table, a, a:visited, a:active, a:hover,
a.navigator, a.navigator:visited, a.navigator:active, a.navigator:hover,
.db_table_in_frame, .db_calendar,
.db_field_100ps, .db_textarea_100ps, .db_textarea_mail, .db_check_box,
.db_button, .db_button_100px, .db_button_200px, .db_button_calendar {

    font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}

/* common style */

table {
}

/* table style */

.db_table_in_frame {

    border-style: ridge;
    border-color: #000000;
    border-width: 1px;
}

/* calendar style */

.db_calendar {

    font-size: 11px;
}

/* field form style */

.db_field_100ps {

    border-style: solid;
    border-color: #555555;
    border-width: 1px;
    background-color: #ffffff;
    width: 100%;
    margin-right: 2px;
}

.db_textarea_100ps, .db_textarea_mail {

    background-color: #f5f5f5;
/*  scrollbar-base-color: #ffffff;
    scrollbar-darkshadow-color: #ffffff;
    scrollbar-shadow-color: #000000;
    scrollbar-highlight-color: #FFCC66;
    scrollbar-arrow-color: #000000;
*/  border-style: solid;
    border-color: #FFCC66;
    border-width: 1px;
    padding: 5px;
    width: 100%;
}

.db_textarea_100ps {

    /*height: 120px;*/
}

/* button style */

.db_button, .db_button_100px, .db_button_200px, .db_button_calendar {

    background-color: #FFFFCC;
    border-width: 1px;
    border-color: #000000;
    font-weight: Bold;
    color: #000000;
    height: 20px;
}

.db_button_100px {

    width: 80px;
}

.db_button_200px {

    width: 240px;
}

.db_button_calendar {

    font-size: 10px;
    width: 17px;
}

/* check_box style */

.db_check_box {

}

/* anchor style */

a, a:visited, a:active, a:hover {

    color: black;
    margin: 0px;
    padding: 0px;
/*    white-space: wrap;
*/
}

a, a:visited, a:active {

    text-decoration: none;
}

a:hover {

    text-decoration: underline;
}

a.navigator, a.navigator:visited, a.navigator:active, a.navigator:hover {

    color: #7498ae;
    margin: 2px;
    padding: 2px;
    /*white-space: wrap;*/
    font-weight: bold;
    display: inline-block;
}

a.navigator, a.navigator:visited, a.navigator:active {

    text-decoration: none;
}

a.navigator:hover {

    text-decoration: underline;
}

td.error {

    border-top: 1px dashed red;
    border-left: 1px dashed red;
    border-right: 1px dashed red;
    border-bottom: 1px dashed red;
    padding: 10px;
    width: 100%;
}

button {

    font-weight: bold;
    white-space: pre;
}

div.hide {

    display: none;
    visibility: hidden;
}

table._db_field_100ps {

    width: 100%;
}
