/* Common */
.img_1x1
{
    height: 1px;
    width: 1px;
    border: 0px;
}


/* ===== WGrid76 ===== */ 
/* main table */

.w76_grid_cont
{
    overflow: hidden;
    border-style: solid;
    -moz-box-sizing: border-box;
    position: relative;
    padding-left: 0px;
    padding-right: 0px;
}

table.w76_grid
{
	width: 100%;
	outline: none;
}	

div.w76_grid_caption
{
    overflow: hidden;
    vertical-align:top;
}

table.w76_grid_caption
{
    position: relative;
    table-layout: fixed;
	outline: none;
}	

.w76_grid_topcaption
{
    padding-top: 4px;
    position: absolute;
    top: 0px;
    padding-left: 5px;
    -moz-box-sizing: border-box;
}

.w76_grid_headerStretching
{
    height: 1px;
}

.w76_grid_headerStretching td
{
    height: 1px;
    padding: 0px;
    padding-left: 4px;
    padding-right: 4px;
    border-right: solid 1px white;
}

.w76_grid_headerStretching td div
{
    height: 1px;
    overflow-y: hidden;
}

table.w76_grid_first
{
    border-collapse: collapse;
	padding: 0px;
}
/* div containing main table */
div.w76_grid_data
{
    overflow: auto;
    vertical-align: top;
}

tr.w76_grid_caption
{
    vertical-align: top;
    padding-left: 4px;
    padding-right: 2px;
}

tr.w76_grid_caption>td
{
	padding-left: 4px;
	padding-right: 2px;
}

.w76_grid a
{
	text-decoration: underline;
}

.w76_grid A:hover
{
	text-decoration: underline;
}

tr.w76_grid_header
{
	 cursor:pointer;
	 text-align: center;
}	

tr.w76_grid_header td
{
    vertical-align: middle;    
    padding: 2px;
}

.w76_grid_header_sort_img
{
    margin-left: 5px;
}


/* data rows */
.w76_grid_selected_tbody
{
}

/* selected data row*/
tr.w76_grid_selected_tr, tr.w76_grid_selected_new_tr, .w76_grid_selected_tbody .w76_grid_tr_1, .w76_grid_selected_tbody .w76_grid_tr_0
{
}

/* selected data row for multiselect*/
tr.w76_grid_selected_tr_multiselect, tr.w76_grid_selected_group_multiselect
{
}

/* current data row for multiselect*/
tr.w76_grid_current_tr_multiselect, tr.w76_grid_current_group_multiselect
{
}

tr.w76_grid_current_tr_multiselect td, tr.w76_grid_current_group_multiselect td
{
    padding-top: 1px;
}    

/* current and selected data row for multiselect*/
tr.w76_grid_current_selected_tr_multiselect, tr.w76_grid_current_selected_group_multiselect
{
}

tr.w76_grid_current_selected_tr_multiselect td, tr.w76_grid_current_selected_group_multiselect td
{
    padding-top: 1px;
}

tr.w76_grid_tr_0
{
}

tr.w76_grid_tr_1
{
}

.w76_grid_group_tr, .w76_grid_selected_group, .w76_grid_group_trhover
{
}

.w76_grid_group_tr, .w76_grid_focused_group
{
}

.w76_grid_group_tr a
{
	text-decoration: none;
}

.w76_grid_selected_group
{
}

tr.w76_grid_selected_group a
{
	text-decoration: none;
}

.w76_grid_td, .w76_grid_htd, .w76_grid_group_td, .w76_grid_munus_td, .w76_grid_plus_td, .w76_grid_zerro_td, .w76_grid_isChecked_td, .w76_grid_isNoChecked_td
{
    padding: 2px;
	padding-left: 4px;
	padding-right: 4px;
	empty-cells: show;
}

.w76_grid_htd
{
    
    
}

.w76_grid_focused_group td
{
    padding-top: 1px;
}

table.w76_grid_status_bar
{
    width: 100%;
    height: 100%;
}

table.w76_grid_status_bar td
{
    padding-right: 4px;
    padding-left: 4px;
    border: 0px;
    border-collapse:collapse;
}

/* cell with negative integer/real value*/
.w76_grid_munus_td
{
}

/* cell with positive integer/real value*/
.w76_grid_plus_td
{
}

/* cell with zerro integer/real value*/
.w76_grid_zerro_td
{
}

/* w76_grid_isNoChecked_td - cell with false boolean value; .w76_grid_isChecked_td - cell with true boolean value*/
.w76_grid_isChecked_td, .w76_grid_isNoChecked_td
{
	text-align:center;	
	padding-left: 4px;
	padding-right: 4px;
	 
}

.w76_grid_isNoChecked_td
{
}

.w76_grid_EditBox
{
	width: 100%;
}

/* plus/minus for group*/
.w76_grid_group_td img
{
    cursor: pointer;
	margin-right: 5px;
}

/* for edit mode */
input.w76_grid_input
{
   position: absolute;
   margin-top: -3px;
   margin-left: -4px;
   margin-right: 4px;
   font-weight: bold;
}

/* new row for edit mode */
.w76_grid_new_tr, .w76_grid_new_trhover, .w76_grid_selected_new_tr
{
    cursor: pointer;
    text-decoration: underline;
    font-weight: bold;
}

.w76_grid_new_tr td, .w76_grid_new_tr td, .w76_grid_new_trhover td, .w76_grid_selected_new_tr td
{
    border-bottom: solid 1px;
    padding-left: 4px;
	padding-right: 4px;
}

.w76_grid_group_footer_tr
{
}

/* message for empty grid */
.w76_grid_noRecords
{
	 text-align: center;
	 height: 20px;
}

.w76_grid_row_moving
{
    position: absolute;
	right: 0px;
	top: 0px;
	width: 20px;
	bottom: 0px;
	vertical-align:top;
	text-align:center;
	padding-top: 5px;
}

.w76_grid_row_moving img
{
	cursor:pointer;
	padding: 2px;
}

.w76_grid_result_navigator
{
    position: absolute;
    text-align: center;
    width: 100%;
}

/* ===== WCombo76 ===== */
/* main table */
.w76_combo_table
{
	position:relative;
	#position: static;
	overflow:hidden;
	width: 200px;
}

.w76_combo_table td
{
}

/* button for open/close popup  */
.w76_combo_down_td
{
	width: 18px;
	cursor:pointer;
}

/* main input */
input.w76_combo_input
{
	height: 100%;
	margin-top: 0px;
	#margin-top: -1px;
	margin-bottom: 0px;
	#margin-bottom: -1px;
	padding-left: 4px;
	padding-right: 4px;

}

div.w76_combo_popup_div
{
    z-index: 10;
	position: absolute;
	padding: 0px;
	overflow:auto;
	overflow-x: hidden;
	margin-right: 5px;
	z-index: 100;
}

/* for "retrieved n of m" message */
.w76_combo_footer_td
{
}

table.w76_combo_footer
{
	width: 100%;
	text-align: center;
	max-height: 15px;
	overflow: hidden;
}

td.w76_combo_footer_btn
{
	width: 30px;
	cursor: pointer;
	font-size: x-small;
}

/* for "show all rows"*/
td.w76_combo_all_button, td.w76_combo_all_buttonhover
{
    text-align: center;
    cursor: pointer;
    padding: 4px;
}

td.w76_combo_all_buttonhover
{
}

.w76_combo_all_button div, .w76_combo_all_buttonhover div
{
   /*font-size: 10px;*/
}





/* ===== WCalendar76 ===== */
table.w76_calendar_main
{
	table-layout:fixed;
}

table.w76_calendar
{
	padding: 0px;
	position: absolute;
	z-index:10000;
	table-layout:fixed;
	width: 200px;
}

.w76_calendar div
{
	border: 0px;
	height: 110px;
}

table.w76_calendar table
{
	width: 100%;
}

table.w76_calendar table td, td.w76_calendar_day, td.w76_calendar_selected_day
{
	font-size: 12px;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

td.w76_calendar_day, td.w76_calendar_selected_day, td.w76_calendar_dayhover
{
	cursor: pointer;
}

td.w76_calendar_selected_day
{
}

td.w76_calendar_dayhover
{
}

.w76_calendar table th
{
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	border: solid 0px;
	padding: 2px;
	width: 20px;
}

table.w76_calendar_navigator
{
	width: 100%;
	font-size: 10px;
	border: solid 0px;
}

td.w76_calendar_navigator_btn, td.w76_calendar_navigator_btnhover, td.w76_calendar_today_btn, td.w76_calendar_today_btnhover
{
	cursor: pointer;
	width: 20px;
}

td.w76_calendar_today_btn, td.w76_calendar_today_btnhover
{
	width:100%;
}

td.w76_calendar_navigator_btnhover, td.w76_calendar_today_btnhover
{
}

input.w76_calendar_input
{
	width: 100%;
	height: 100%;
	margin-top:0px;
	#margin-top: -1px;
	margin-bottom: 0px;
	#margin-bottom: -1px;

}

td.w76_calendar_down_btn, td.w76_calendar_type_btn
{
	cursor:pointer;
	width: 16px;
	#width: 17px;
}


/* ===== WMulticombo76 ===== */
.w76_multicombo_table
{
    margin: 0px;
    padding: 0px;
}

td.w76_multicombo_add_btn
{
	vertical-align:bottom;
	font-weight: bold;
	padding-left: 1px;
}

td.w76_multicombo_x_btn
{
	vertical-align:bottom;
	font-weight: bold;
	padding-right: 2px;
}





/* ===== WDualGrid76 ===== */
td.w76_dualgrid_center
{
	width: 30px;
}





/* ===== WButton76 ===== */
/* WButton76 Mode="Normal" */
table.w76_linkbutton, table.w76_linkbutton_hover 
{
	height: 25px;
	cursor:pointer;
}

table.w76_linkbutton td.w76_linkbutton_lb, table.w76_linkbutton_hover td.w76_linkbutton_lb
{
	width: 3px;
}

table.w76_linkbutton td.w76_linkbutton_center, table.w76_linkbutton_hover td.w76_linkbutton_center
{
	overflow:hidden;
	text-align: center;
	vertical-align: middle;
}

table.w76_linkbutton  td.w76_linkbutton_rb, table.w76_linkbutton_hover td.w76_linkbutton_rb
{
	width: 3px;
}

table.w76_linkbutton a, table.w76_linkbutton_hover a,
table.w76_linkbutton_small a, table.w76_linkbutton_small_hover a
{
	text-decoration: none;
	font-weight:bold;
}

/* WButton76 Mode="Small" */
table.w76_linkbutton_small, table.w76_linkbutton_small_hover
{
	height: 18px;
	font-size: smaller;
	cursor:pointer;
}

table.w76_linkbutton_small td.w76_linkbutton_lb, table.w76_linkbutton_small_hover td.w76_linkbutton_lb
{
	width: 3px;
}

table.w76_linkbutton_small td.w76_linkbutton_center, table.w76_linkbutton_small_hover td.w76_linkbutton_center
{
	text-align: center;
	vertical-align: middle;
}

table.w76_linkbutton_small td.w76_linkbutton_rb, table.w76_linkbutton_small_hover td.w76_linkbutton_rb
{
	width: 3px;
}



/* ===== WTabControl76 ===== */
.WTabStrip_FreePlace
{
    width: 100%;
}

.WTabItem_MainTable
{
    cursor:pointer;
}

.WTabItem_MainTable_Selected
{
  border-bottom: 0px;
}

.WTabItem_Separator
{
  padding-left: 0px;
}

.WTabItem_Left, .WTabItem_Left_Selected, .WTabItem_Left_Hover
{
    padding-left: 3px; 
}

.WTabItem_Center, .WTabItem_Center_Selected, .WTabItem_Center_Hover
{
   text-align:center;
   vertical-align:middle;   
   padding: 3px 3px 0px 3px;
}

.WTabItem_Right, .WTabItem_Right_Selected, .WTabItem_Right_Hover
{
    padding-right: 3px; 
}

/* ===== WWindows76 =====*/
.WWindow_Header_MainTable
{
    position: absolute;
    top: -5px;
    top: 0px;
	width: 100%;
	height: 21px;
	padding-left: 0px; 
	padding-right: 0px; 
	cursor: pointer;
}

.WWindow_coner
{
	width: 3px;
	padding: 0px;
}

.WWindow_Header_TD
{
	text-align: center;
	padding: 5px 10px 4px;
	font-weight: bold;
	font-size: 10px; 
}

.WWindow_Shadow
{
	background: #B8B8B8;
}	

.WWindow_Shadow_right
{
    background: #B8B8B8;
    position: absolute;
    top: 10px;
    right: 0px;
    width: 5px;
    height: 100%;
}

.WWindow_Shadow_bottom
{
    background: #B8B8B8;
	position: absolute;
	bottom: 0px;
	left: 10px;
	height: 5px;
	width: 100%;
	font-size: 5px;
}

/* ===== WPanel76 ===== */

.w76_panel
{
	overflow: hidden;
	position: relative;
	-moz-box-sizing: border-box;
}

.w76_panel_header
{
    height:23px;
    overflow: hidden;
    text-align: center;
	top: 0px;
	-moz-box-sizing: border-box;
}

.w76_panel_body
{
	width: 100%;
	overflow: auto;
	background1: white;
	-moz-box-sizing: border-box;
}

.w76_panel_footer
{
    overflow: hidden;
   	height:23px;
	bottom: 0px;
    -moz-box-sizing: border-box;
}

.WPanel_callbackWin
{
	position: absolute;
	z-index: 1000;
	text-align: center;
	width: 100px;
	height: 30px;
	top: 0px;
	left: 0px;
	font-size: 12px;
}

.WPanel_disableDiv
{
    position: absolute;
    left: 0px;
	top: 0px;
	width: 100%;
	filter: alpha(style=0,opacity=0,FinishOpacity=0);
	opacity: 0;
	height: expression(this.parentNode.offsetHeight);
}

@-moz-document url-prefix()
{
     .WPanel_disableDiv
    {
        bottom: 0px;
    }

}        

.WWindow_back
{
	border: 1px solid #000000; 
	FILTER: alpha(style=0,opacity=90,FinishOpacity=90);
	opacity: 0.9;
	background-color: #EEEEEE; 
	position: absolute;
	z-index: 1;
	top: 0px; left: 0px;
}

.WTabControl_WorkareaDiv
{
	height: 100%;
	width: 100%;
	overflow-y: hidden;
}


.w76_panel_disabled
{
	position: absolute;
	width: 100%;
	filter: alpha(style=0,opacity=90,FinishOpacity=90);
	opacity: 0.9;
	background-repeat: no-repeat;
	background-position: center center;
	display:none;
}



/* ===== WMenu76 ===== */
.WMenu76_MainDiv
{
}

.WMenu76_Div_RootItems
{
	width: 100%;
}


.WMenu76_TD_RootItems, .WMenu76_TD_RootItems_Hover, .WMenu76_TD_RootItems_Disabled
{
	height: 22px;
	cursor: pointer;
	padding-right: 10px;
	padding-left: 10px;
	text-align: left;
	font-weight:bold;
	vertical-align: middle;
}

.WMenu76_TD_RootItems_Hover
{
}

.WMenu76_TD_RootItems_Disabled
{
	cursor: default;
}

.WMenu76_Div_SubMenu
{
	left: -1px;
	position: absolute;
	background: White;
}

.WMenu76_Table_SubMenu
{
	height: 100%;
	cursor: pointer;
}

.WMenu76_TR_MenuItem_Disabled
{
	cursor: default;
}

.WMenu76_TD_MenuItem
{
	height: 25px;
	vertical-align: middle;
	padding-right: 5px;
	padding-left: 5px;
	
}


/* Message Box */
.mb_common
{
	padding: 0 0 30 0;
	width: 100%;
	height: 100%;
	-moz-box-sizing: padding-box;
}
.mb_text
{
	position:absolute;
	#position:static;
	padding: 5 0 0 0;
	#width: 100%;
	#height: 100%;
	overflow: auto;
	-moz-box-sizing: padding-box;
	top:0px;
	right:0px;
	bottom: 27px;
	left: 100px;
}
.mb_text_cont
{
	width: 100%;
	height: 100%;
	text-align: center;
}
.mb_image_div
{
	padding: 15 5 0 5;
	float: left;
}
.mb_image
{
	width: 74px;
	height: 90px;
}
.mb_buttons
{
	position: absolute;
	padding-top: 3px;
	height: 27px;
	width: 100%;
	text-align: center;
	left:0px;
	bottom: 0px;
	margin: 0px auto 0px auto;
}

.mb_buttons>table
{
	margin: 0px auto;
}


/* WResultNavigator76 */
ul.w76_result_navigator
{
    display: inline;
    margin: 0px;
    padding: 0px;
}

ul.w76_result_navigator li
{
    display: inline;
    margin: 10px;
}


/* WBoxTable76 */


.w76_boxt_cont
{
    position: relative;
    overflow-y: auto;
    overflow-x: hidden;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border11: solid 1px red;
}

.w76_boxt_row
{
    position: relative;
    overflow-y: hidden;
    overflow-x: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border1: solid 1px red;
}

.w76_boxt_cell
{
    height: 100%;
    overflow: auto;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    border1: solid 1px red;
    top: 0px;
}