.Text_table
{
	border: #000000 1px solid;
	font-family: "Arial";
}

.Text_title
{
	font-family: "Arial";
	font-size: 11pt;
	background-color: #cccccc;
	text-align: left;
}

.Text_display
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: transparent;
	
}
.Text_display2
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: transparent;
	height: 15pt;
	border: #cccccc 2px solid;

}
.Text_display3
{
	font-family: "Arial";
	font-size: 11pt;
	background-color: transparent;
	color: #ff0000;
	height: 15pt;	

}
.Text_legend
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: transparent;
	height: 15pt;
	color: red;
}

.Textbox
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: transparent;
	border: #cccccc 2px solid;
}

.Textbox_notvalid
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: yellow;
	border: #cccccc 2px solid;
}

.TextboxNumber
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: transparent;
	border: #cccccc 2px solid;
	TEXT-ALIGN: right;
}

.Textbox_checkbox
{
	background-color: transparent;
	border: none;
	font-family: "Arial";
}

.Textbox_num
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: white;
	text-align: right;
	border: #cccccc 2px solid;

}

.Textbox_num_notvalid
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: yellow;
	text-align: right;
	border: #cccccc 2px solid;

}

.Textbox_num_readOnly
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: #CCCCCC;
	text-align: right;
	border: #cccccc 2px solid;
	

}

.Textbox_num_readOnly_noBgColor
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: #e0e0e0;
	text-align: right;
	border: #e0e0e0 2px solid;
	

}

.Textbox_num_readOnly_notvalid
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: #CCCCCC;
	text-align: right;
	border: #cccccc 2px solid;

}

.Textbox_readOnly
{
	color: #000000;
	font-family: "Arial";
	font-size: 9pt;
	text-align: left;
	background-color: #CCCCCC;
	border: #cccccc 2px solid;
	
}

.Textbox_center_readOnly
{
	color: #000000;
	font-family: "Arial";
	font-size: 9pt;
	text-align: center;
	background-color: #CCCCCC;
	border: #cccccc 2px solid;
	
}


.Textbox_readOnly_notvalid
{
	color: #000000;
	font-family: "Arial";
	font-size: 9pt;
	text-align: left;
	background-color: yellow;
	border: #cccccc 2px solid;
}

.TextboxNumber_readOnly
{
	color: #000000;
	font-family: "Arial";
	font-size: 9pt;
	text-align: right;
	background-color: #CCCCCC;
	border: #cccccc 2px solid;
}


.Text_click
{
	color: blue;
	font-family: "Arial";
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}

.Text_click_Red
{
	color: red;
	font-family: "Arial";
	font-size: 9pt;
	font-weight: bold;
	text-decoration: underline;
	cursor: hand;
}

.Text_note
{
	color: black;
	font-family: "Arial";
	font-size: 1pt;
}

.Text_link
{
	font-family: "Arial";
	font-size: 8pt;
	font-weight: bold;
}

.Text_info
{
	color: red;
	font-family: "Arial";
	font-size: 9pt;
	font-weight: bold;
}

.Text_version
{
	color: white;
	font-family: "Arial";
	font-size: 9pt;
	font-weight: bold;
}

.Text_version_black
{
	color: black;
	font-family: "Arial";
	font-size: 9pt;
	font-weight: bold;
}

.Text_readOnly
{
	color: #0000FF;
	font-family: "Arial";
	font-size: 16pt;
	font-weight: bold;
}

.Button
{
	font-family: "Arial";
	font-size: 10pt;
	font-weight: bold;
	cursor: hand;
	width: 70px;
}


TEXTAREA { behavior: url(../js/maxlength.htc);
	   font-size: 10pt;	
	}


.error{
	font-weight:bold;
	font-size:15pt;
	
}

.DataGridTitle
{
	background-color: silver;
	border-bottom: gray 1px outset;
	border-left: black thin;
	border-right: gray thin solid;
	border-top: black thin;
	font-family: "Arial";
	cursor: default;
	font-size: 9pt;
	font-weight: bold;
	height : 11pt;
}

.DataGridBody
{
	border-color: white;
	font-family: "Arial";
	cursor: default;
	font-size: 9pt;
}

.Login_TextDisplay
{
	font-family: "Arial";
	font-size: 10 pt;
	background-color: transparent;
	height: 15pt;
}

.Login_TextTitle
{
	font-family: "Arial";
	font-size: 14pt;
	font-weight: bold;
	background-color: transparent;
}
.NormalInputNumField
{
    BACKGROUND-COLOR: white;
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    TEXT-ALIGN: right
}


.no_edit
{
    BACKGROUND-COLOR: transparent;
    BORDER:none;   
    font-family: "Arial";
   
}

.no_edit_num
{
    BACKGROUND-COLOR: transparent;
    BORDER:none;   
    FONT-FAMILY: Arial;
    FONT-SIZE: 9pt;
    TEXT-ALIGN: right;
}

.Tab_display
{
	background-color: #84bb48;
	border-bottom: #eeeeee 4px outset;
	border-left: black thin;
	border-right: #eeeeee 3px outset;
	border-top: black thin;
	font-family: "Arial";
	cursor: default;
	font-size: 9pt;
	font-weight: bold;
	height : 20pt;
	color : #FFFFFF;
	cursor: hand;
}

.Tab_hidden
{
	border: 0;
	font-family: "Arial";
	cursor: default;
	font-size: 9pt;
	font-weight: bold;
	height : 20pt;
	color : #FFFFFF;
	cursor: hand;
}


.Tab_mouseOver
{
	background-color: #ff9900;
	border-bottom: #eeeeee 4px outset;
	border-left: black thin;
	border-right: #eeeeee 3px outset;
	border-top: black thin;
	font-family: "Arial";
	cursor: default;
	font-size: 9pt;
	font-weight: bold;
	height : 20pt;
	color : #ffffff;
	cursor: hand;
}

.Tab_selected
{
	background-color: #666666;
	border-bottom: #000000 ;
	border-left: black thin;
	border-top: #666666 2px outset;
	border-right: #eeeeee 4px outset;
	font-family: "Arial";
	cursor: default;
	font-size: 9pt;
	font-weight: bold;
	height : 20pt;
	color : #ff9900;
	TEXT-VALIGN: bottom;
}

.backorder
{
    COLOR: red;
   
}

.Textbox_num_transparent
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: transparent;
	text-align: right;
	border: #cccccc 0px solid;

}

.Textbox_text_transparent
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: transparent;
	text-align: left;
	border: #cccccc 0px solid;

}

.Textbox_transparent
{
	color: #000000;
	font-family: "Arial";
	font-size: 9pt;
	text-align: left;
	background-color: transparent;
	border: #cccccc 0px solid;
	
}










.Text_Total
{
	font-family: "Arial";
	font-size: 9pt;
	font-weight: bold;
	width:90;

}







.TextboxNumber2
{
	font-family: "Arial";
	font-size: 8pt;
	background-color: white;
	border: #cccccc 1px solid;
	TEXT-ALIGN: right;
}


.TextboxNumber_readOnly2
{
	font-family: "Arial";
	font-size: 8pt;
	background-color: transparent;
	border: none;
	TEXT-ALIGN: right;
}

.img_Button

{
	cursor: hand;
}


.pageButton_common
{
	font-family: "Arial";
	cursor: hand;
	font-size: 9pt;
	border:1px solid black;
	
}


.Text_display_table
{
	font-family: "Arial";
	font-size: 9pt;
	background-color: #ff9900;
	
}

.excelNoDec 
{
	mso-number-format:"0";
	font-family: "Arial";
	font-size: 20pt;
}





