body
{
    margin: 0;
    color: black;
}

input
{
    color: black;
    border: 1px solid #808080;
    font-size: 10pt;
}

textarea
{
    color: black;
    border: 1px solid #808080;
    font-size: 10pt;
}

select
{
    color: black;
    border: 1px solid #808080;
    font-size: 10pt;
}

a
{
    font-weight: bold;
    color: #666666;
}

a.unselect
{
    font-size: 12pt;
    font-weight: bold;
    color: #333333;
    text-decoration: none
}

a.select
{
    font-size: 12pt;
    font-weight: bold;
    color: #330099;
    text-decoration: none
}

a:link
{
    color: #000099;
    text-decoration: none;
}

.title
{
    background-color: #c32435;
    color: #ffffff;
    font-size: 18pt;
    font-weight: bold;
    text-align: left
}

.unimportant
{
    color: #b0b0b0;
}

.light
{
}

.shadow
{
}

.button
{
    background-color: gainsboro;
    color: #555555;
    font-weight: 600;
    font-size: 10pt;
    height: 24px;
    padding-left: 3px;
    padding-right: 3px;
    cursor: pointer;
}

.menu
{
    background-color:#ff6600;
    margin:0px;
}

.menutitle
{
    background-color: #ff6600;
    color: #ffffff;
    font-size: 10pt;
    font-weight: bold;
    text-align: center
}

.menu_items
{
    background-color:#ff6600;
    margin: 0px;
    padding: 5px;
}

.menu_items td
{
    background-color: #ff6600;
    margin: 0px;
    color: white;
    font-size: 9pt;
    font-weight: bold;
    white-space: nowrap;
    padding: 2px;
    border: 1px solid #ff6600;
}

.menu_items .over
{
    color: white;
    background-color: #ff6600;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', gradienttype=0, startcolorstr='#ffff6600', endcolorstr='#ff800000');
    border: 1px solid white;
}

.menu_items .out
{
    color: white;
    background-color: #ff6600;
    border: 1px solid #ff6600;
}

.page_top
{
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', gradienttype=0, startcolorstr='#ffee5500', endcolorstr='#ffffffa0');
    border-left: 1px solid #ffffff;
    width: 100%;
    height: 75px;
}

.page_top td
{
    font-size: 10pt;
    font-weight: bold;
    white-space: nowrap;
    text-align: left;
    vertical-align: bottom;
    cursor: default;
}

.page_top .page_title
{
    color: white;
    text-align: right;
    vertical-align: top;
    padding-right: 20px;
    filter:progid:DXImageTransform.Microsoft.dropshadow(offx=1, offy=1, color='black', positive='true');
}

.tab_active
{
    background-image: url(images/tab_active.gif);
    height: 18px;
    vertical-align: bottom;
    font-size: 10pt;
    font-weight: bold;
    color: #000080;
    text-justify:inter-word;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.tab_active_left
{
    background-image: url(images/tab_active_leftcurve.gif);
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.tab_active_right
{
    background-image: url(images/tab_active_rightcurve.gif);
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.tab_deactive
{
    background-image: url(images/tab_deactive.gif);
    height: 18px;
    vertical-align: bottom;
    font-size: 10pt;
    font-weight: bold;
    padding-top: 1px;
    padding-left: 5px;
    padding-right: 5px;
    white-space: nowrap;
    cursor: pointer;
}

.tab_deactive_left
{
    background-image: url(images/tab_deactive_leftcurve.gif);
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.tab_deactive_right
{
    background-image: url(images/tab_deactive_rightcurve.gif);
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.table_form
{
    background-color: #c32435;
    width: 300px;
    height: 100px;
}

.table_message
{
    background-color: #ffee77;
    color: black;
    font-size: 10pt;
    width: 300px;
    height: 100px;
}

.table_message .title
{
    background-color: #ff6600;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', gradienttype=0, startcolorstr='#ffff6600', endcolorstr='#ff880000');
    color: white;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    white-space: nowrap;
    padding: 1px;
}

.table_message .box
{
    border: 2px dashed #ff6600;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    padding: 10px;
}

.user_helper_title
{
    background-color: #d0d0d0;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', gradienttype=0, startcolorstr='#ffe87000', endcolorstr='#ffffff80');
    color: black;
    font-size: 9pt;
    font-weight: normal;
    text-align: center;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    white-space: nowrap;
    padding: 2px;
}

.user_helper
{
    background-color: #eeeeee;
    border: 1px solid #a0a0a0;
    font-size: 9pt;
    font-weight: bold;
    text-align: center;
    padding: 2px;
}

.table_form th
{
    color: white;
    font-size: 11pt;
    text-align: center;
}

.table_form td
{
    background-color: white;
    color: black;
    font-size: 10pt;
}

.form_browse
{
    background-color: #ffffff;
}

.form_browse tr
{
    cursor: default;
    height: 20px;
}

.form_browse th
{
    background-color: #ff6600;
    color: white;
    font-size: 10pt;
    font-weight: normal;
    text-align: center;
    border-left: 1px solid white;
    border-top: 1px solid white;
    border-right: 1px solid gray;
    border-bottom: 1px solid gray;
    white-space: nowrap;
    padding: 1px;
}

.form_browse .caption_setorder
{
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', gradienttype=0, startcolorstr='#ffff6600', endcolorstr='#ff000080');
}

.form_browse .caption_out
{
    background-color: #ff6600;
    filter: ;
}

.form_browse td
{
    background-color: white;
    font-size: 10pt;
    white-space: nowrap;
    height: 20px;
}

.form_browse .form_title
{
    color: #ff0000;
    font-size: 12pt;
    font-weight: bold;
    text-align: left;
    width: 100%;
}

.form_browse .actions
{
    background-color: white;
    text-align: left;
    border: 0;
}

.form_browse .row_over
{
    background-color: #cccccc;
    color: black;
    border: 1px solid #aaaaaa;
}

.form_browse .row_out
{
    background-color: white;
    color: black;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
    border-bottom: 1px solid silver;
}

.form_browse .row_select
{
    background-color: #ffddc0;
    color: black;
    border: 1px dotted #ff6600;
}

.table_detail
{
    background-color: #ffffff;
}

.table_detail .title
{
    background-color: white;
    color: #ff6600;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ff6600;
}

.table_detail .hline
{
    background-color: white;
    color: #ff6600;
    font-size: 10pt;
    font-weight: bold;
    text-align: left;
    border-bottom: 1px solid #ff6600;
}

.table_detail tr
{
    cursor: default;
}

.table_detail th
{
    background-color: #ffffff;
    color: #000000;
    font-size: 10pt;
    font-weight: bold;
    text-align: right;
    padding-left: 10px;
    padding-right: 5px;
}

.table_detail td
{
    background-color: #ffffff;
    color: #000000;
    font-size: 10pt;
    text-align: left;
    height: 24px;
}

.readonly
{
    background-color: #f0f0f0;
    color: #000000;
    font-size: 10pt;
    text-align: left;
    vertical-align: middle;
    padding: 2px;
    border: 1px solid #a0a0a0;
    cursor: default;
}

.readonly td
{
    background-color: #f0f0f0;
    padding: 0px;
    height: 10px;
    cursor: default;
}

.table_note
{
    background-color: white;
    border: 1px solid #a0a0a0;
}

.table_note td
{
    font-size: 9pt;
    white-space: nowrap;
    padding: 0px;
}
