td
{
    font-family: Verdana;
    font-size: 11px;
    color: #5f5f5f;
}

.general
{
    font-family: Verdana;
    font-size: 10px;
    color: #5f5f5f;
}

.standard_form
{
    display: inline;
}

.lbl_disabled
{
    color: #cccabd;
}

.ctrl_drop_list
{
    font-family: verdana;
    font-size: 10px;
    color: #464646;
}

.bug_comments_major_container
{
    height: 225px;
    overflow: auto;
    border: 1px solid #e0e0e0;
    cursor: default;
}

.bug_comments
{
    vertical-align: top;
    padding-left: 10px;
    padding-right: 0px;
}

.bug_comments_container
{
    border-bottom: 1px solid #e0e0e0;
    padding-left: 10px;
    padding-right: 0px;
    padding-bottom: 10px;
    padding-top: 5px;
    margin-bottom: 5px;
    width: auto;
}

.bug_add_comments_container
{
    border: 1px solid #e0e0e0;
    padding-left: 11px;
    padding-bottom: 8px;
    padding-top: 10px;
    padding-right: 11px;
    margin-top: 6px;
}

.bug_comments_title
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    display: block;
    padding-bottom: 8px;
    color: #8e8d8d;
}

.bug_comment_text
{
    padding-top: 5px;
    padding-bottom: 0px;
    padding-left: 5px;
    padding-right: 5px;
    display: block;
}

.bug_comment_sort_by
{
    color: #797979;
    font-size: 10px;
    padding-bottom: 3px;
    display: inline-block;
}

.bug_comment_sort_by_disabled
{
    color: #cccabd;
    font-size: 10px;
    padding-bottom: 3px;
    display: inline-block;
}

.bug_comment_number
{
    font-size: 13px;
    font-weight: bold;
    background-color: #8e8d8d;
    color: #ffffff;
    padding-left: 4px;
    padding-right: 5px;
    padding-bottom: 0px;
    padding-top: 0px;
}

.bug_comment_quote_text
{
    font-family: Times New Roman;
    font-size: 13px;
    color: #8e8d8d;
    font-style: italic;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 5px;
    margin-top: 12px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
}

.bug_comment_metadata_heading
{
    border: 1px solid #cccccc;
    font-size: 9px;
    background-color: #e9e9e9;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
}

.bug_comment_metadata
{
    border: 1px solid #cccccc;
    font-size: 9px;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
    height: 16px;
    text-align: left;
}

.bug_comment_spacer
{
    border: none;
    padding-right: 4px;
}

.account_type_mock_icon
{
    font-family: Verdana;
    font-size: 9px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: center;
    width: 12px;
    background-color: #c9c9c9;
    color: #ffffff;
    display: block;
}


a.paging_hyperlink:link, a.paging_hyperlink:visited, a.paging_hyperlink:active, a.paging_hyperlink:hover
{
    border: none;
}

a.icon_hyperlink:link, a.icon_hyperlink:visited, a.icon_hyperlink:active, a.icon_hyperlink:hover
{
    border: none;
}

.btn_padding
{
    padding-left: 4px;
}

.small_note
{
    font-weight: normal;
    font-size: 9px;
    color: #929292;
}

.standard_note
{
    font-weight: normal;
    color: #929292;
}

.icon_paging
{
    vertical-align: middle;
    border: none;
    padding-left: 1px;
    padding-right: 1px;
}

.icon_general
{
    vertical-align: middle;
}

.icon_comments
{
    vertical-align: middle;
    padding-left: 3px;
    padding-top: 1px;
}

.current_assignment
{
    background-color: #FFFF99;
    padding: 2px;
    border: 1px dashed #cccccc;
}

.bug_not_looked_at
{
    background: url('../images/bkg_dashed_pattern_rev_02.gif');
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 3px;
    padding-right: 3px;
}

.bug_not_looked_at_orig
{
    background-color: #FFFF99; /* ffffc6 */
    padding-top: 1px;
    padding-bottom: 3px;
    padding-left: 4px;
    padding-right: 2px;
    right: 4px;
}

a:link
{
    font-family: Verdana;
    font-size: 11px;
    color: #6a8fed;
    text-decoration: none;
    border-bottom: 1px dotted #6a8fed;
}

a:visited
{
    font-family: Verdana;
    font-size: 11px;
    color: #6a8fed;
    text-decoration: none;
    border-bottom: 1px dotted #6a8fed;
}

a:active
{
    font-family: Verdana;
    font-size: 11px;
    color: #6a8fed;
    text-decoration: none;
    border-bottom: 1px dotted #6a8fed;
}

a:hover
{
    font-family: Verdana;
    font-size: 11px;
    color: #0048ff;
    text-decoration: none;
    border-bottom: 1px dotted #0048ff;
}

.heading_bug_list
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #61615a;
    padding-top: 10px;
}

.bug_list_table_header
{
    color: #5f5f5f;
    font-weight: bold;
    border-bottom: 1px dotted #cccccc;
    padding-bottom: 5px;
}

.bug_list_table_text
{
    color: #5f5f5f;
    border-bottom: 1px dotted #e9e9e9;
    padding-top: 3px;
    padding-bottom: 5px;
}

.item_list_table
{
    color: #5f5f5f;
    border-bottom: 1px dotted #e0e0e0;
    padding-top: 3px;
    padding-bottom: 3px;
}

.project_list
{
    font-weight: normal;
}

.heading_summary
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #5f5f5f;
    padding-top: 10px;
    padding-bottom: 5px;
    border-top: 1px dashed #cccccc;  
}

.sub_heading_summary
{
    font-family: Verdana;
    font-size: 13px;
    font-weight: bold;
    color: #8e8d8d;
    padding-top: 10px;
    padding-bottom: 5px;
}

.summary_text
{
    font-family: Verdana;
    font-size: 10px;
    color: #5f5f5f;
}

.summary_text
{
    font-family: Verdana;
    font-size: 10px;
    color: #5f5f5f;
}

.save_successful_message
{
    color: #628138;
    font-weight: bold;
    background-color: #d1fcb3;
    padding: 3px;
    padding-top: 2px;
    border: 1px dashed #cccccc;
    font-size: 11px;
    min-height: 15px;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 10px;
    vertical-align: middle;
    width: 161px;
}

.save_cancel_message
{
    color: #9b3f40;
    font-weight: bold;
    background-color: #ffc7c5;
    padding: 2px;
    border: 1px dashed #cccccc;
    font-size: 11px;
    min-height: 15px;
    display: inline-block;
    margin-bottom: 5px;
}

.validation_msg
{
    background-image: url('../images/icon_warning_small.gif');
    background-repeat: no-repeat;
    background-position: left center;
    color: #9b3f40;
    background-color: #ffc7c5;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 19px;
    padding-right: 2px;
    margin-top: 2px;
    border: 1px dashed #cccccc;
    font-size: 9px;
    height: 14px;
    float: left;
}

.validation_warning_msg
{
    background-image: url('../images/icon_warning_small_alt_02.gif');
    background-repeat: no-repeat;
    background-position: left top;
    color: #e36c0a;
    background-color: #fde9d9;
    padding-top: 2px;
    padding-bottom: 1px;
    padding-left: 19px;
    padding-right: 4px;
    margin-top: 5px;
    border: 1px dashed #d5c4b6;
    font-size: 10px;
    min-height: 14px;
    float: left;
    font-weight: normal;
}


.icon_toggle_on
{
    margin-left: 7px;
    margin-top: 3px;
    margin-right: 5px;
}

.icon_toggle_off
{
    margin-left: 7px;
    margin-top: 3px;
    margin-right: 5px;
}

.show_icon_adjustment_open_bugs
{
    margin-left: 9px;
    margin-top: 4px;
    margin-right: 5px;
}

.bullet_icon_adjustment
{
    margin-right: 4px;
}

.show_icon_adjustment_on_hold_bugs
{
    margin-left: 9px;
    margin-top: 2px;
    margin-right: 5px;
}

.show_icon_adjustment_closed_bugs
{
    margin-left: 6px;
    margin-bottom: 1px;
    margin-right: 5px;
}

.show_icon_priority_up
{
    margin-left: 9px;
    margin-top: 2px;
    margin-left: 5px;
}

.show_icon_priority_down
{
    margin-left: 6px;
    margin-bottom: 3px;
    margin-right: 8px;
}

.show_icon_type_bug
{
    margin-left: 9px;
    margin-top: 2px;
    margin-left: 3px;
}

.show_icon_type_feature
{
    margin-left: 9px;
    margin-top: 2px;
    margin-left: 3px;
}

.show_icon_type_general
{
    margin-left: 9px;
    margin-top: 2px;
    margin-left: 3px;
}

.heading
{
    font-family: Verdana;
    font-size: 14px;
    font-weight: bold;
    color: #5f5f5f;
}

.sub_heading
{
    font-family: Verdana;
    font-size: 11px;
    font-weight: bold;
    color: #5f5f5f;
}

.page_sub_mode_heading
{
    color: #8e8d8d;
}

.subtle_text
{
    font-family: Verdana;
    font-size: 10px;
    color: #808080;
}

a.subtle_hyperlink:link, a.subtle_hyperlink:visited, a.subtle_hyperlink:active
{
    font-family: Verdana;
    font-size: 10px;
    color: #6a8fed;
    text-decoration: none;
    border-bottom: 1px dotted #6a8fed;
}

a.subtle_hyperlink:hover
{
    color: #0048ff;
    border-bottom: 1px dotted #0048ff;
}


a.footer_hyperlink:link, a.footer_hyperlink:visited, a.footer_hyperlink:active, a.footer_hyperlink:hover
{
    font-family: Verdana;
    font-size: 9px;
    color: #bbbbbb;
    text-decoration: none;
    border-bottom: 1px dotted #bbbbbb;
}

.hyperlink_list
{
    padding-bottom: 8px;
}

.training_mode_text
{
    font-family: Verdana;
    font-size: 10px;
    color: #808080;
    top: -7px;
    top: -5px;
    right: 3px;
}

.small_text
{
    font-family: Verdana;
    font-size: 8pt;
    color: #808080;
}

.expanding_zone_title
{
    font-family: Verdana;
    font-size: 9px;
    color: #a2a1a1;
    background-color: #ececec;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    left: 5px;
}

.tiny_text
{
    font-family: Verdana;
    font-size: 7pt;
    color: #bbbbbb;
}

.small_bold
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: #5f5f5f;
}

.form_control_general
{
    font-family: Verdana;
    font-size: 10px;
}

.form_control_radio_button
{
    margin-left: -5px;
    margin-right: 4px;
}

.form_control_radio_button_text
{
    margin-right: 10px;
}

.control_textbox
{
    font-family: Verdana;
    font-size: 11px;
    color: #343434;
}

.control_textbox_search
{
    font-family: Verdana;
    font-size: 11px;
    width: 120px;
    margin-bottom: 4px;
    color: #5f5f5f;
}

.control_textbox_extra_small
{
    font-family: Verdana;
    font-size: 11px;
    width: 80px;
    color: #5f5f5f;
}

.control_textbox_ultra_small
{
    font-family: Verdana;
    font-size: 11px;
    width: 45px;
    color: #5f5f5f;
}

.control_textbox_small
{
    font-family: Verdana;
    font-size: 11px;
    width: 200px;
    color: #5f5f5f;
}

.control_textbox_medium
{
    font-family: Verdana;
    font-size: 11px;
    width: 300px;
    color: #5f5f5f;
}

.control_drop_list
{
    font-family: Verdana;
    font-size: 11px;
    color: #5f5f5f;
}

.control_drop_list_medium
{
    font-family: Verdana;
    font-size: 11px;
    width: 306px;
    color: #5f5f5f;
}

.control_drop_list_small
{
    font-family: Verdana;
    font-size: 11px;
    width: 206px;
    color: #5f5f5f;
}

.control_textbox_large
{
    font-family: Verdana;
    font-size: 11px;
    width: 400px;
    color: #5f5f5f;
}

.control_textarea
{
    font-family: Verdana;
    font-size: 11px;
    width: 300px;
    color: #5f5f5f;
}

.control_button
{
    font-family: Verdana;
    font-size: 10px;
}

.control_checkbox
{
    right: 3px;
    bottom: 3px;
}

.control_checkbox_alt_02
{
    margin-left: -4px;
    margin-right: 4px;
}

.checkbox_text
{
    margin-right: 4px;
}

.note
{
    font-family: Verdana;
    font-size: 9px;
    color: #ADADAD;
}

.note_disabled
{
    font-family: Verdana;
    font-size: 9px;
    color: #cccabd;
}

.navigation_zone
{
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    padding-top: 0px;
}

.footer_region
{
    border-top: 1px dashed #cccccc;
    font-family: Verdana;
    font-size: 7pt;
    color: #bbbbbb;
    padding-top: 5px;
}

.navigation_zone_icon_adjustment
{
    padding-right: 5px;
    padding-bottom: 6px;
    margin-right: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0px;
    margin-right: 0px;
}

.note_general
{
    font-weight: normal;
    font-size: 9px;
    color: #aca899;
}

.general_note
{
    font-weight: normal;
    font-size: 9px;
    color: #aca899;
}


.general_icon_adjustment
{
    padding-right: 5px;
}


a.image_button:link, a.image_button:visited, a.image_button:active, a.image_button:hover
{
    border-bottom: 0px;
}

.summary_header
{
    border-bottom: 1px dashed #cccccc;
    padding-bottom: 5px;
    padding-top: 5px;
}

.summary_footer
{
    font-family: Verdana;
    font-size: 9px;
    color: #bbbbbb;
    border-top: 1px dashed #cccccc;
}

.summary_heading
{
    font-family: Verdana;
    font-size: 12px;
    font-weight: bold;
    color: #cccccc;
}

.nav_separator
{
    vertical-align: middle;
}

.tbl_100_percent_width
{
    border-collapse: collapse;
    width: 100%;
}

.tbl_standard
{
    border-collapse: collapse;
}

.metadata
{
    border: 1px solid #cccccc;
    font-size: 9px;
    color: #aca899;
    padding-left: 3px;
    padding-right: 3px;
    padding-bottom: 1px;
}

.metadata_heading
{
    background-color: #e5e5e5;
    text-align: right;
}

.metadata_spacer
{
    border: none;
    padding-right: 3px;
}

.major_heading
{
    font-family: Verdana;
    font-size: 14px;
    color: #61615a;
}

.spacer_10x10
{
    height: 10px;
    width: 10px;
}

.spacer_05x05
{
    height: 5px;
    width: 5px;
}

.cell_tutorial_video
{
    border: 1px solid #cccccc;
    padding-left: 3px;
    padding-right: 3px;
    padding-top: 2px;
    padding-bottom: 3px;
}

a.invisible_hyperlink:link, a.invisible_hyperlink:visited, a.invisible_hyperlink:active, a.invisible_hyperlink:hover
{
    text-decoration: none;
    border: none;
}

