﻿/***** tables and forms *****/
table {
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
    border-spacing: 0px;
    background-repeat: no-repeat;
}
table.top td {
    vertical-align: top;
}
table.bottom td {
    vertical-align: bottom;
}
table.middle td {
    vertical-align: middle;
}
.table_td, .table_td_0, .table_td_1, .table_td_2, .table_td_3, 
.table_td_noline, .table_td_0_noline, .table_td_1_noline, .table_td_2_noline, .table_td_3_noline,
.table_td_only, .table_td_0_only, .table_td_1_only, .table_td_2_only, .table_td_3_only,
.table_td_last, .table_td_0_last, .table_td_1_last, .table_td_2_last, .table_td_3_last,
.table_td_first, .table_td_0_first, .table_td_1_first, .table_td_2_first, .table_td_3_first {
    font-size: 12px;
    line-height: 16px;
    color: #666666;
}
.table_td, .table_td_0, .table_td_1, .table_td_2, .table_td_3,
.table_td_first, .table_td_0_first, .table_td_1_first, .table_td_2_first, .table_td_3_first {
    border-bottom: 1px solid #cccccc;
}
.table_td_0, .table_td_0_noline, .table_td_0_only, .table_td_0_last, .table_td_0_first {
    background-color: #ffffff;
}
.table_td_1, .table_td_1_noline, .table_td_1_only, .table_td_1_last, .table_td_1_first {
    background-color: #ebeff6;
}
.table_td_2, .table_td_2_noline, .table_td_2_only, .table_td_2_last, .table_td_2_first {
    background-color: #cfdaeb;
}
.table_td_3, .table_td_3_noline, .table_td_3_only, .table_td_3_last, .table_td_3_first {
    background-color: #b8cbe3;
}
.table_td_only, .table_td_0_only, .table_td_1_only, .table_td_2_only, .table_td_3_only,
.table_td_first, .table_td_0_first, .table_td_1_first, .table_td_2_first, .table_td_3_first {
    padding-top: 6px;
}
.table_td_only, .table_td_0_only, .table_td_1_only, .table_td_2_only, .table_td_3_only, 
.table_td_last, .table_td_0_last, .table_td_1_last, .table_td_2_last, .table_td_3_last {
    padding-bottom: 6px;
}
.table_hl, .table_hl_right, .table_hl_center {
    font-weight: bold;
    font-size: 12px;
    color: #666666;
    line-height: 12px;
    padding: 12px 6px 4px 6px;
}
.table_item, .table_item_right, .table_item_center  {
    font-size: 11px;
    color: #666666;
    line-height: 16px;
    padding: 2px 6px;
}
.table_item_right, .table_hl_right {
    text-align: right;
}
.table_item_center, .table_hl_center {
    text-align: center;
}
.table_sup, .table_sup_min5 {
    font-size: 11px;
}
.table_sup_min5 {
    margin-right: -5px;
}
.table_input, .table_input_medium, .table_input_narrow, .table_input_wide {
    margin: 4px 0 4px 12px;
    font-size: 11px;
    color: #666666;
}
.table_input_medium {
    width: 184px;
}
.table_input_narrow {
    width: 172px;
}
.table_input_wide {
    width: 368px;
}
textarea {
    font-family: Arial, Helvetica, sans-serif;
}
textarea.table_input_narrow, textarea.table_input_wide, textarea.table_input_medium {
    height: 80px;
}
/***** /tables and forms *****/