﻿#PrinterValue_ChangeBack {display:none;}
#PrinterValue_Print2{display:none;}

body 
{
    padding: 5px;
    font-family:Verdana;
    font-size:9pt;
    background-color: #FFFFFF;
}

input 
{
    border-color:#CCCCCC;
    border-style:solid;
    border-width: 1px;
    font-size:8pt;   
}

input:focus
{
    border-color: green;
    background-color: #D8F2D8;
}

select 
{
    border-color:#CCCCCC;
    border-style:solid;
    border-width: 1px;
    font-size:8pt;   
}

select:focus
{
    border-color: green;
    background-color: #D8F2D8;
}

textarea 
{
    font-family:Verdana;
    border-color:#CCCCCC;
    border-style:solid;
    border-width: 1px;
    font-size:8pt;       
}

textarea:focus
{
    border-color: green;
    background-color: #D8F2D8;
}

h1
{
    font-size:16pt;    
    color: #436585;
}

h2
{
    font-size:14pt; 
    color: #663300;
}

h3
{
    font-size:14pt; 
    color: #436585;  
}

hr
{
    height:1px;
    background-color: #E0E0E0;
}    

.hrToolTip
{
    height:1px;
    background-color: #FF751E;
	border:0 solid #FF751E;
}

.UCH2Notes
{
    font-family:Arial;
    font-weight:bold;
    font-size:14pt; 
    color: #444444;
}

.UC_Text
{
    color: #333333;    
    font-size:8pt;
}

.UC_NotesBox
{
    background-color: #F9F9F9;
    border-right-width: 1px; 
    border-right-style: dashed;
    border-right-color: #AAAAAA; 
}

.UCH2 
{
    font-family:Arial;
    font-weight:bold;
    font-size:14pt; 
    color: #436585;  
}

ul
{
    margin-top:0em;
    margin-left: 0.5em; 
    padding-left: 0.5em;
}

li
{
    margin-top:0em;
    list-style-type: square;
    padding-bottom: 0.5em;
}

.ulTip
{
    margin-top:0.5em;
    margin-left: 1em; 
    padding-left: 1em;
}

.liTip
{
    margin-top:0.5em;
    list-style-type: square;
    padding-bottom: 0em;
}

.ulTipHead
{
    margin-top:0.5em;
    margin-left: 0.4em; 
    padding-left: 0.4em;
}

.liTipHead
{
    margin-top:0.5em;
    list-style-type: none;
    padding-bottom: 0em;
    font-style:italic;
}

a
{
    font-size:9pt;
    font-weight:bold;
    font-style:normal;
    color: #FF751E;
    text-decoration: none;
    cursor:pointer;
}

a:hover 
{
    text-decoration: underline;
} 


.button_menu, .button_menu:focus
{
    background-color:green;
    width: 100px;
    height: 28px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight:bold;
    border-color: Gray;
    border-width: 2px;   
    border-style:outset;
    margin-right: 0.5em; 
}

.button_submit, .button_submit:focus
{
    background-color:green;
    width: 170px;
    height: 28px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight:bold;
    border-color: Gray;
    border-width: 2px;
    border-style:outset;
}

.button_clear, .button_clear:focus
{
    background-color:#436585;
    width: 170px;
    height: 28px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight:bold;
    border-color: Gray;
    border-width: 2px;
    border-style:outset;
}

.button_login,.button_login:focus
{
    background-color:#436585;
    width: 125px;
    height: 25px;
    color: #FFFFFF;
    font-size: 10pt;
    font-weight:bold;
    border-color: Gray;
    border-width: 2px;
    border-style:outset;
}

.button_small,.button_small:focus
{
    background-color:#436585;
    height: 20px;
    color: #FFFFFF;
    font-size: 9pt;
    font-weight:bold;
    border-color: Gray;
    border-width: 2px;
    border-style:outset;
}

.error
{
    background-color: #FFE7E7;
    border-color: #F29696;
}

.master_content
{
    text-align: left;
    width: 100%;
}

.master_menu_button
{
    font-size: 10pt;
    font-weight:bold;
    border-style:solid;    
    border-width: 2px;   
    border-color:#324C62;
    width: 275px;
    background: #FFFFFF; 
    color:#FF6600
}

.master_menu_slide_content
{
    background-color: #FAFAFA;
    border: 1px none #416262;
    border-top: none;
    padding: 0px;
    padding-top: 0px;
    padding-left: 25px;
}

.master_menu_slide_header
{
    background-color: #F2F2F2;
    border-top: 0px solid #7A7A7A;
    border-bottom: 10px solid #FAFAFA;
    border-left-style:none;
    border-right-style:none;
    color: #436585;
	font-size: 14px;
	font-weight: bold;
    cursor:pointer;
}

.master_menu_slide_header:hover
{
    text-decoration: underline;
}

.master_menu_slide_header_standard
{
    border: 0;
    margin-top: 0px;
}

.master_menu_text
{
    color: #7A7A7A;
    font-weight:bold;
    font-size:9pt;
}

.pointer_hand 
{
    cursor:pointer;
}

.tbl_footer
{
    padding:0 0 0 0;   
    background-color:#FFFFFF;
    border-spacing:0px; 
    border-bottom-color:#E0E0E0;
    border-bottom-style:solid;
    border-bottom-width:0px;
    width: 100%;
}

.tbl_item_standard
{
    background-color:#FFFFFF;
    border-spacing:0px;
    border-bottom-color:#E0E0E0;
    border-bottom-style:solid;
    border-bottom-width:0px;
    border-top-color:#E0E0E0;
    border-top-style:solid;
    border-top-width:1px;
}

.tbl_item_standard th
{
    background-color:#F1F1F1;
    text-align: left;
    color: #000000;
    font-weight:bold;
    padding-bottom:7px;
}

.tbl_item_standard_header
{
    background-color:#F1F1F1;
    text-align: left;
    vertical-align: top;
    color: #000000;
    font-weight:bold;
}

.tbl_item_standard_header td
{
    padding-top: 5px;
    padding-bottom: 10px;
}

.tbl_item_standard_result
{
    font-size: 8pt;
    background-color:#FFFFFF;
    border-spacing:0px;
    border-color:#E0E0E0;
    border-style:solid;
    border-width:1px;
}

.tbl_item_standard_result td
{
    border-left-color:#E0E0E0;
    border-left-style:solid;
    border-left-width:1px;
    
}

.tbl_item_standard_result_header
{  
    background-color:#F1F1F1;
    text-align: left;
    vertical-align: top;
    color: #000000;
    font-weight:bold;
    border-bottom-color:#E0E0E0;
    border-bottom-style:solid;
    border-bottom-width:1px;
}

.tbl_item_standard_result_header td
{  
    padding-top: 5px;
    padding-bottom: 10px;
}

.tbl_item_standard_result_alternate_row
{
    background-color:#F1F1F1;
}

.tbl_menu_head
{
    background-color:#E0E0E0;
}

.tbl_menu_tr
{
    background-color:#F1F1F1;
}

tbl_menu_tr_page
{
    background-color:#FFFFFF;
}

.tbl_logo
{
    background-color: #FFFFFF;
    border-spacing:0px;
    border-style:none;
    border-width:0px;
    border-top-color:#BABABA;
    border-top-width:1px;
    border-top-style: solid;
}

.tbl_master 
{
    border-spacing:0px;
    border-style:solid;
    border-width:1px;
    border-bottom-color: #EAEAEA;
    border-top-color: #EAEAEA;
    border-left-color: #EAEAEA;
    border-right-color: #EAEAEA;
    background-color: #FFFFFF;
    width: 100%;
}

.tbl_master_login
{
    border-spacing:0px;
    border-style:solid;
    border-width:1px;
    border-bottom-color: #EAEAEA;
    border-top-color: #EAEAEA;
    border-left-color: #EAEAEA;
    border-right-color: #EAEAEA;
    background-color: #FFFFFF;
    width: 100%;
}

.tbl_master_menu 
{
    background-color: #FFFFFF;
    border-color:#436585;
    border-spacing:0px;
    border-style:solid;
    border-width:0px; 
}

.tbl_spacer
{
    background-color: #FFFFFF;   
    border-spacing:0px;
    border-style:none;
    border-width:0px;
}

.tbl_standard 
{
    border-spacing:0px;
    border-style:none;
    border-width:0px;
}

.tbl_box
{
    border-spacing:0px;
    border-style:solid;
    border-width:1px;
    border-bottom-color: #EAEAEA;
    border-top-color: #EAEAEA;
    border-left-color: #EAEAEA;
    border-right-color: #EAEAEA;
    background-color: #FFFFFF;
}

.tbl_box_login
{
    border-spacing:0px;
    border-style:solid;
    border-width:1px;
    border-bottom-color: #EAEAEA;
    border-top-color: #EAEAEA;
    border-left-color: #EAEAEA;
    border-right-color: #EAEAEA;
    background-color: #F5F6FF;
}

.tbl_welcome 
{
    background-color:#E5E5E5; 
    border-spacing:0px; 
    border-bottom-color:#F1F1F1;
    border-bottom-style:solid;
    border-bottom-width:4px;    
    border-top-color:#BABABA;
    border-top-style:solid;
    border-top-width:0px;
    text-align: left;
    width: 100%;
}

.text_copyright 
{
    color: #BDBDBD;    
    font-weight:bold;
    font-size:8pt;
}

.text_highlight
{
    font-size:9pt;
    font-weight:bold;
    font-style:normal;
    color: #663300;
    text-decoration: none;
}

.text_normal 
{
    color: #000000;    
    font-size:9pt;
}

.text_smaller
{
    color: #333333;    
    font-size:8pt;
    font-weight:normal;
}

.text_modified
{
    color: #3D3D3D;    
    font-weight:bold;
    font-size:9pt;
}

.text_plain 
{
    color: #000000;
    font-weight:bold;
    font-size:9pt;
}

.text_error
{
    color: #FF0000;
    font-weight: bold;
    font-size:8pt;
}

.text_intro
{
    color: #333333;
    font-size:8pt;
    font-style: italic;
}

.text_help
{
    color: #436585;
    font-size:7pt;
}

.text_title_heading
{
    color: #444444;
    font-weight:bold;
    font-size:15pt;    
}

.text_title_login
{
    color: #444444;
    font-weight:bold;
    font-size:13pt;    
}

.validator
{
    display: none;
}

.button_print_labels, .button_print_labels:focus
{
    background-color:Green;
    width: 170px;
    height: 28px;
    color: #FFFFFF;
    font-size: 12pt;
    font-weight:bold;
    border-color: Gray;
    border-width: 2px;
    border-style:outset;
}