﻿.main_switch_u {
	background-image: url(../imgs/main_switch_u.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}.main_switch_d {
	background-image: url(../imgs/main_switch_d.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}

body {
	height:100%;
	margin:0px;
	background-color: #F7EFC9;
}
td{font-size:12px;}
select,input,textarea {width: 100%;}
.btn_sys {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0E3775;
}
#tab_menu{cursor:pointer;}

.chk {
	color:#333333;
	font-size:9px;
	background-repeat: no-repeat;
	background-position: center top;
}

.unchk {
	color:#FFFFFF;font-size:9px;
	background-repeat: no-repeat;
	background-position: center top;
	cursor:hand;
	}
	
.center_title{
	width:100%;
	height: 31px;
	background-image: url("../imgs/center_title.jpg");
}
.center_contrlbar{
	width: 100%;
	height: 30px;
	background-color: #f7e054;
}
.center_table_foot{
	width: 100%;
	height: 28px;
	background-image: url("../imgs/table_foot.jpg");
}
#center_table{
	width: 100%;
	background-color: #F7EFC9;
	overflow-y:auto;
}
.center_table_title{
	width: 100%;
	height: 28px;
}
.center_table_title td{
	background-color: #F7EFC9;
}
#center_table_body{
	width: 100%;
	overflow-x:none;
	overflow-y:auto;
}	
.center_title_font {
	font-size: 14px;
	font-weight:bold; 
	margin-left:25px;
}
.center_table_title_table{
	width: 100%;
	height: 100%;
	border-collapse:collapse;	
	border-bottom:1px #cbe0f5 solid;
	border-left:1px #ffffff solid;
	background-color:#f5f5f5;
	table-layout:fixed;
}
.center_table_title_table td{
	border-top:1px #cbe0f5 solid;
	border-right:1px #ffffff solid;
	font-weight: bold;
	background-color:#f7bf0a;
}
.center_table_body_table{
	width: 100%;
	border-collapse:collapse;	
	border-bottom:1px #e0e0e0 solid;
	border-left:1px #ffffff solid;
	table-layout:fixed;
}
.center_table_body_table td{
	height: 28px;
	border-top:1px #ffffff solid;
	border-right:1px #f0f0f0 solid;	
	overflow:hidden;
	text-overflow:ellipsis;
	word-break:break-all;
    white-space:nowrap;
}
.editPage_form_table{
	width: 100%;
	border-collapse:collapse;	
	border-bottom:1px #e0e0e0 solid;
	border-left:1px #e0e0e0 solid;
}
.editPage_form_table th{
	width:150px;
	height: 28px;
	text-align:right;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom:1px #e0e0e0 solid;
	border-left:1px #e0e0e0 solid;
	font-weight: normal;
	background-color: #F7EFC9;
}
.editPage_form_table td{
	width:250px;
	height: 28px;
	border-bottom:1px #e0e0e0 solid;
	border-left:1px #e0e0e0 solid;
	background-color: #ffffff;
}
.word_notice{
	color: #ff0000;
}
.button{
	cursor:pointer;	
	width:60px;
}
.imgButton{
	cursor:pointer;	
}
