
#dispuser{   
	vertical-align: middle;
	text-align: right;
	color: #000000; 
	border-width: 0px; 
	border-style: None;
} 

.td_number
{ 
	width:80px;
	text-align:right;
}
.input_number
{ 
	width:70px;
	text-align:left;
}

.text_number
{ 
	width:70px;
	text-align:right;
}

.text_number_readonly
{ 
	background: #cccccc;
	width:70px;
	text-align:right;
}

.text_date
{ 
	width:100px;
	text-align:left;
}

.gray_btn
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:100px;
	border:none;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	float:right;
	cursor:pointer;
}

.gray_btn
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:100px;
	border:none;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	float:right;
	cursor:pointer;
}

.gray_btn2
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:150px;
	border:none;
	border-radius:5px;
	cursor:default;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	cursor:pointer;
}

.gray_btn_top
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	min-width:80px;
	border:none;
	border-radius:5px;
	font-size:12px;
	margin:1px;
	padding:3px 6px;
	cursor:pointer;
}

.gray_btn_menu_left
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:30px;
	border:none;
	border-radius:5px;
	cursor:default;
	font-size:16px;
	font-weight:bold;
	margin:2px;
	padding:6px 12px;
/*	float:left; */
	cursor:pointer;
        word-wrap: break-word;
        line-height: 2.5em;
}

.gray_btn_menu_left2
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	vertical-align:middle;
	width:200px;
	border:none;
	border-radius:5px;
	cursor:default;
	font-size:18px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	float:left;
	cursor:pointer;
}

.gray_btn_left 
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:130px;
	border:none;
	border-radius:5px;
	font-size:16px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	float:left;
	cursor:pointer;
}

.gray_btn_left2
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:160px;
	border:none;
	border-radius:5px;
	cursor:default;
	font-size:16px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	float:left;
	cursor:pointer;
}

.gray_btn_right 
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:100px;
	border:none;
	border-radius:5px;
	cursor:default;
	font-size:16px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	float:right;
	cursor:pointer;
}

.gray_btn_right2 
{
	background:#888888;
	color:#ffffff;
	text-align:center;
	text-decoration:none;
	width:130px;
	border:none;
	border-radius:5px;
	cursor:default;
	font-size:16px;
	font-weight:bold;
	margin:5px;
	padding:5px;
	float:right;
	cursor:pointer;
}

.table_left
{
	padding:5px;
	float:left;
}

.table_right
{
	padding:5px;
	float:right;
}

.table_clear
{
    display:block; 
    clear:both; 
    height:0px; 
    visibility:hidden; 
    content:"."; 
}

.list_select 
{
	color:#0000ff;
	text-align:center;
	text-decoration:none;
	border:none;
	cursor:default;
	font-weight:bold;
}

.alert_msg
{ 
	color:#ff0000;
	text-align:left;
}

.wrapper_panel 
{
	width: 100%;
	height: 100%;
}

div#modal_panel 
{
	display:none;
	position:fixed;
	width: 100%;
	height: 100%;
}

div#modal_background 
{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: 0.75;
	filter: alpha(opacity=75);
	-ms-filter: "alpha(opacity=75)";
}

div#modal_panel div.modal_container_medium 
{
	position: relative;
	width: 700px;
	height: 500px;
	background-color: #ffffff;
}

div#modal_panel div.modal_container_large
{
	position: relative;
	width: 1050px;
	height: 550px;
	background-color: #ffffff;
}

div#modal_panel div.modal_container_ll
{
	position: relative;
	width: 1120px;
	height: 700px;
	background-color: #ffffff;
}

.jqglid_panel 
{
	position:absolute;
        z-index:1;
}

.screenTitle {
	font-size:20px;
        width:800px;
}

.spaceLine {
    margin: 12px;
}

#block_bg {
	background-color:#000000;
	position:absolute;
	left:0px;
	top:0px;
	min-height:100%;
	min-width:100%;
	width:100%;
	height:100%;
	opacity:0.5;
        z-index: 120;
}

#block_fg_in {
	position:absolute;
	top:50%;
	left:50%;
	transform: translateY(-50%) translateX(-50%);
	font-size:26px;
	width:132px;
	height:132px;
        z-index: 120;
}

.menu_box {
    float: left;
    margin-right: 30px;
    height:560px;
}


