
a.menu_item {
    text-decoration: underline;
    font-family: Tahoma, Arial, Helvetica, Times;
}

td.menu_row {
    padding-left : 0px;
    padding-top : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    background-color : white;
}

td.menu_row_active {
    padding-left : 0px;
    padding-top : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    background-color : #DDE8FC;
}

td.submenu_row {
    padding-left : 30px;
    padding-top : 0px;
    padding-right : 0px;
    padding-bottom : 10px;
    background-color : white;
}

a.submenu_item {
    text-decoration: none;
    font-family: Tahoma, Arial, Helvetica, Times;
    font-size: 11px;
}

.work_row_light {
    background-color : white;
}

.work_row_dark {
    background-color : #FAFBFD;
}

.work_row_title {
    background-color : #DFE4FE;
}

.work_title {
    text-align: center;
    font-weight: bold;
}

td.input_row {
    padding-top : 5px;
    padding-bottom : 5px;
    background-color : white;
    font-size: 11px;
}

.small {
    font-size: 11px;    
}

td.popup_title {
    padding-left : 20px;
    padding-top : 5px;
    padding-bottom : 5px;
    background-color : white;
    font-weight: bold;
    border-right : 1px solid #000000;
    border-bottom : 1px solid #C0C0C0;
    border-left : 1px solid #000000;
    border-top : 1px solid #000000;
    font-size: 11px;
}

table.popup_table {
    width: 450px;
}

td.popup_body {
    padding-left : 10px;
    padding-top : 5px;
    padding-bottom : 5px;
    background-color : #FFFFE1;
    border-right : 1px solid #000000;
    border-bottom : 1px solid #000000;
    border-left : 1px solid #000000;
}

td.popup_text_left {
    font-size: 11px;
    font-weight: bold;
    padding-right : 10px;
    vertical-align: top;
}

td.popup_text_right {
    font-size: 11px;
    width: 100%;
}

td.popup_status {
    color: green;
    padding-right : 10px;
    font-size: 9px;
}

/* стили для подстветки строк */
tr.mark_default {
    background-color : white;
}

tr.mark_over {
    background-color : #dddddd;
}

tr.mark_down {
    background-color : #DFE4FE;
}
