.style1 {
	FONT-SIZE: 24px;
	FONT-FAMILY: "Times New Roman", Times, serif
}

.style2 {
	FONT-SIZE: 16px
}

.style_master_front {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	COLOR: #FFFFFF;
	font-weight: bold;
}

.style_master_ListMenu {
	font-size: 15px;
	font-weight: bold;
	COLOR: #FFFFFF;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
}

.style_master_BGcolor {
	background-color: #FFFFFF;
}

.style_master_ListMenuColor {
	background-color: #e6e9ee;
}

.style_master_BodyColor {
	background-color: #e6e9ee;
}

.textboxnumeric {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #000000;
	border: 1px solid #88C4FF;
	background-color: #FFFFFF;
	text-align: right;
}

.textboxnumeric-disable {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #0067d4;
	border: 1px solid #e6e9ee;
	background-color: #e6e9ee;
	text-align: right;
}

.textboxchar {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #000000;
	border: 1px solid #88C4FF;
	background-color: #FFFFFF;
	text-align: left;
}

.textboxchar_font {
	font-family: "Lucida Grande", Arial, Tahoma;
	font-size: 12px;
	border: 1px solid #88C4FF;
	color: #000000;
	background-color: #FFFFFF;
	text-align: left;
}

.textboxchar-disable{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #666;
	border: 1px solid #e6e9ee;
	background-color: #e6e9ee;
	text-align: left;
}

.textboxchar-none-border {
	font-family: "Lucida Grande", Arial, Tahoma;
	font-size: 12px;
	color: #666;
	border: none;
	background-color: #e6e9ee;
	text-align: left;
}

.textboxchar_font_readonly {
	font-family: "Lucida Grande", Arial, Tahoma;
	font-size: 12px;
	border: 1px solid #CCCCCC;
	color: #666666;
	background-color: #EEEEEE;
	text-align: left;
}

.textboxchar-readonly{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;	
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	text-align: left;
}

.textboxnumeric-readonly{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
	text-align: right;
}

.listbox-readonly{
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #666666;
	border: 1px solid #CCCCCC;
	background-color: #EEEEEE;
}


.textarea-disable {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #FFFFFF;
	border: 1px solid #e6e9ee;
	background-color: #91c5ff;
	text-align: left;
}

.listbox {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #000000;
	border: 1px solid #88C4FF;
	background-color: #FFFFFF;
}

.label {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #000000;
	text-align: left;
}

.labelleft {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: left;
}

.labelright {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	padding-left: 2px;
	padding-right: 2px;
	text-align: right;
}

table {
	table-layout: auto;
}

.master_table_colum {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	background-color: #8894ac;
}

.master_table_colum_right {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #FFFFFF;
	text-align: right;
	font-weight: bold;
	background-color: #8894ac;
}

.content-table-row1 {
	background-color: #FFFFFF;
}

.content-table-row2 {
	background-color: #d4d4ff;
}

.tableResult {
	table-layout: auto;
	border-collapse: collapse;
}

.tableScroll {
	overflow-x:auto; 
	overflow-y:hidden;
	width: 100%;
	height: auto;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

.tableScrollAuto {
	overflow: auto;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

.tableScrollFix {
	overflow: auto;
	width: 100%;
	height: 100%;
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

.bodyScrollAuto {
	overflow: auto;
	width: 100%;
	height: auto;
	background-color: #FFFFFF;
	scrollbar-face-color: #DEE3E7;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-shadow-color: #DEE3E7;
	scrollbar-3dlight-color: #D1D7DC;
	scrollbar-arrow-color: #006699;
	scrollbar-track-color: #EFEFEF;
	scrollbar-darkshadow-color: #98AAB1;
}

.menuheader {
	font-family: "microsoft sans serif", "ms sans serif", sans-serif;
	font-weight: bold;
	font-size: 12px;
	color: #0E75B5;
}

.replaceHideButton{
	width: 72px; height: 22px; float: left; margin-top: px;margin-left: 5px;
}

.textarea-none-border1 {
	background-color: #FFFFFF;
	over-flow: auto;
	border: none;
	color: #666; font-family: "Lucida Grande", Arial, Tahoma; font-size: 12px; line-height: 15px;
}

.textarea-none-border2 {
	background-color: #d4d4ff;
	over-flow: auto;
	border: none;
	color: #666; font-family: "Lucida Grande", Arial, Tahoma; font-size: 12px; line-height: 15px;
}

/*-- ajax autoComplete style --*/

.popupItemHover{
	background: #7FAAFF;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	color:black;	
}
.popupItemHout{
	background: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
	color:black;		
}

.popupItem{
	background: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
	font-family: tahoma;
}

.popupItem:hover {
	color:black;
	background: #7FAAFF;
	cursor: pointer;
}

.popupRow {
	background: #FFFAFA;
	color: black;
}

#completeTable {
	color:black;
	border: 1px;
	width: 285px;
	height: auto;
	z-index: 9000;
	position: relative;
	left: 0px;
	top: 9px;
	border: 1px solid #88C4FF;
	border-right: 2px infobackground #555555;
	border-bottom: 2px infobackground #555555;
}

#complete-field {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	color: #000000;
	text-align: left;
	width: 290px; 
	height: 180px;
	z-index: 22;
}

#menu-popup {
	position: absolute;
	top: 170px;
	left: 140px;
	z-index: 5000;
	float: none;
}
/*-- end ajax autoComplete style --*/
