﻿.disable_bg 
{
	position:fixed; 
    left:0;
    margin:0;
	top:0px; 
	width:100%; 
	height:100%; 
	background-color:#ffffff;
	opacity:.5; 
	filter: alpha(opacity=50);
}
.disable_icon 
{
	position:absolute; 
    left:0;
    margin:0;
	top:0; 
	width:31px; 
	height:31px;
}
.disable_text 
{
	position:absolute; 
    left:0;
    margin:0;
	top:0;
	text-align:center; font-weight:bolder; font-size:large;
	width:800px;
}
.htgm_popup_div 
{
	height: auto;
	width: auto;
	cursor: default;
	position: absolute;
	left: 0px;
	top: 0px;
	border: 3px solid #004488;
	background-color: #DBDBDB;
}
.htgm_popup_div_titlebar 
{
    vertical-align:top;
	height: 15px;
	line-height:15px;
	width: 100%;
	cursor: default;
	position:relative;
	left: 0px;
	top: 0px;
	background-color: #004488;
	margin-bottom: 6px;
}
.htgm_popup_div_button 
{
	margin: 3px 0 6px 6px;
}
.htgm_popup_div_titlebar_text
{
    vertical-align:middle;
    line-height:12px;
    font-weight:bold;
    float:left;
	color:#ffffff;
	height:14px;
}
.htgm_popup_div_titlebar_button
{
    float:right;
	z-index: 300;
	cursor: pointer;
	margin:0;
	width:16px;
	height:12px;
}
.htgm_popup_div_table_head, .htgm_popup_div_table
{
	margin:6px; 
	border: #95A9B1 1px solid;
}
.htgm_popup_div_table_head
{
	overflow:hidden; 
    background-color: #CBD7DC;
}
.htgm_popup_div_table
{
	max-height:400px; 
	overflow-y:scroll; 
	overflow-x:hidden;
}
.htgm_popup_div_inner_table
{
    margin:0;
}
.htgm_popup_div_inner_head 
{
    margin-right:20px;
}
.htgm_dialog_box_table, .htgm_dialog_box_table_data
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: xx-small;
	table-layout: fixed;
	width: 100%; 
	color:#000000;
}
.htgm_dialog_box_table tr, .htgm_dialog_box_table_data tr
{
	height:auto;
	overflow:auto;
}

.htgm_dialog_box_table_data tr
{
    line-height: 16px;
}

.htgm_dialog_box_table_data th
{
	border:none;
}

.htgm_dialog_box_table th 
{
	height: 16px;
	line-height:16px;
	border:none;
	color:#ffffff;
	background-color:#004488;
}
.htgm_dialog_box_table td
{
    padding: 0 6px 3px 6px;
    text-indent:0;
}
.htgm_dialog_box_table_data td
{
    padding: 2px 3px;
    height:17px;
    border-top:solid 1px #dddddd;
    vertical-align:top;
}
.htgm_dialog_box_table td.input_col_input
{
	text-align:right;
    padding: 0 8px 3px 6px;
}
.htgm_dialog_box_table td.input_col_select
{
	text-align:right;
    padding: 0 6px 3px 6px;
}
.htgm_dialog_box_table td.input_col_date
{
	text-align:left;
}
.htgm_dialog_box_table td.input_col_other
{
	text-align:left;
}
.input_col_input input
{
	width:100%;
}
.input_col_input textarea
{
	width:100%;
}
.input_col_select select
{
	width:100%;
}
.input_col_date input
{
	width:75px;
	float:left;
}
.input_col_date img
{
	float:left;
	cursor: pointer;
	z-index: 300;
	cursor: pointer;
	line-height:18px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:6px;
	padding-right:0;
	width:16px;
	height:12px;
}
.input_col_time input
{
	width:20px;
	float:left;
	text-align:center;
}
.input_col_time span
{
	width:15px;
	float:left; 
	text-align:center;
}
.refresh_icon 
{
    float:right;
	z-index: 300;
	cursor: pointer;
	line-height:18px;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:0;
	width:16px;
	height:12px;
}
.refresh_link 
{
    float:right;
	z-index: 300;
	cursor: pointer;
	line-height:18px;
	padding-top:0;
	padding-bottom:0;
	padding-left:0;
	padding-right:0; 
	vertical-align:middle; 
	text-align:right;
}
.refresh_link a
{
    text-decoration: none;
    text-align: right;
    color: #004488;
    vertical-align: middle;
}
.open_icon 
{
    float:left;
	z-index: 300;
	cursor: pointer;
	line-height:18px;
	width:16px;
	height:12px;
	margin-bottom:3px;
}
.side_mnu_icon
{
    float:left;
	z-index: 300;
	cursor: pointer;
	line-height:16px;
	padding:0px;
	width:16px;
	height:16px;
}
.plus_icon
{
    float:left;
	z-index: 300;
	cursor: pointer;
	line-height:16px;
	padding-top:1px;
	padding-bottom:2px;
	padding-left:2px;
	padding-right:3px;
	width:9px;
	height:16px;
}
.refresh_title
{
    float:left;
}
.side_mnu_pro_item
{
    float:left;
	cursor: pointer;
}
.selector_icon
{
    cursor:pointer;
    margin-left:10px;
}
.skip_nav {
	background-color: #004488;
	border: 1px solid #000000;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
	margin:3px;
	height:20px;
}
.required_text
{
    color: Red;
    font-style: italic;
    font-weight: bold;
    vertical-align: middle;
}
.htgm_mouseover_div
{
    padding: 6px;
    height: auto;
    width: auto;
    cursor: default;
    position: absolute;
    left: 0px;
    top: 0px;
    border: 1px solid #000000;
    background-color: #FFFFCC;
    display:none;
}