/* Define default font style. */
* {
	font-family: "Microsoft YaHei", "SimHei", "Arial";
	font-size: 9pt;
	color: #000000;
}

body {
	background: none;
}

a {
	cursor: hand;
	text-decoration:none;
}

th {
	padding:0;
	margin:0;	
}

.pointer{
	cursor:pointer;
}

.left{
	float:left;
}

.right{
	float:right;
}

.hidden{
	display:none;
}

.clear{
	clear:both;
}

.error{
	color:red;
}

.field_input_error {
	border: 1px solid red;
}

.field_space {
	width: 20px;
	min-height: 1px;
}

.div_space {
 height:1px;
 width:100%;
 background-color:#D1D1D1;
 overflow:hidden;
}

.white_mask{
	position:absolute; 
	left:0px; 
	top:0px; 
	z-index:999; 
	background-color:#fff; 
	filter: Alpha(opacity=60); 
	-moz-opacity:.6; 
	opacity:0.6; 
	text-align:center;
}

.white_mask_loading{ 
	position:absolute; 
	width:60px; 
	height:60px;
	line-height:60px; 
}

.white_mask_loading span{
	background:url(../images/icons/waitting_60x60.gif) no-repeat left 0px; 
	line-height:60px; 
	height:60px; 
	display:block;
}

/* action bar */
.cm_actionbar {
	background-color: #5d6772;
	height: 46px;
	line-height: 46px;
}

/*set action bar font color*/
.cm_actionbar *{
	color: #FFFFFF;
}

/**action bar item*/
.cm_actionbar .item{
	display : inline-block;
	cursor: pointer;
	padding-left: 30px;
	margin-left: 20px;
	left: 0px;
	top: 0px;
	min-width: 30px;
	vertical-align: middle;
}

/**action bar images*/
.cm_actionbar .img_edit{
	background: url("../images/icons/edit.png") no-repeat 0 8px;
}

.cm_actionbar .img_edit:hover{
	background: url("../images/icons/edit_hover.png") no-repeat 0 8px;
}

.cm_actionbar .img_change_pwd{
	background: url("../images/icons/change_pwd.png") no-repeat 0 8px;
}

.cm_actionbar .img_change_pwd:hover{
	background: url("../images/icons/change_pwd_hover.png") no-repeat 0 8px;
}

.cm_actionbar .img_del{
	background: url("../images/icons/delete.png") no-repeat 0 8px;
}

.cm_actionbar .img_del:hover{
	background: url("../images/icons/delete_hover.png") no-repeat 0 8px;
}

.cm_actionbar .img_export{
	background: url("../images/icons/export.png") no-repeat 0 8px;
}

.cm_actionbar .img_export:hover{
	background: url("../images/icons/export_hover.png") no-repeat 0 8px;
}

.cm_actionbar .img_handover {
	background: url("../images/icons/handover_n.png") no-repeat 0 8px;
}

.cm_actionbar .img_handover:hover{
	background: url("../images/icons/handover_p.png") no-repeat 0 8px;
}

.cm_actionbar .img_imagetext {
	background: url("../images/icons/image_text_n.png") no-repeat 0 8px;
}

.cm_actionbar .img_imagetext:hover{
	background: url("../images/icons/image_text_p.png") no-repeat 0 8px;
}

.cm_actionbar .img_dynamic {
	background: url("../images/icons/dynamic_n.png") no-repeat 0 8px;
}

.cm_actionbar .img_dynamic:hover{
	background: url("../images/icons/dynamic_p.png") no-repeat 0 8px;
}

.cm_actionbardropdown{
	display:inline-block;position:relative;
	border:1px none #666666;
	width:16px;
	vertical-align:middle;
}
.cm_actionbardropdown .dropmenu{
	display:none;	
}
.cm_actionbardropdown:hover{
	border:1px solid #666666;
}
.cm_actionbardropdown:hover .dropmenu{
	display:block;position:absolute;
	left:-36px;top:17px;width:120px;
	background-color:#5d6772;
}

.dropmenuitem{
	display:block;
	border-bottom:1px solid #cccccc;
	height:35px;
	line-height:35px;
	padding-left:30px;
	text-align:left;
}

.dropmenuitem:hover{
	background-color:#7b8693;
}

/**operate bar on top of action bar */
.cm_operatebar{
	display : table-cell;
	vertical-align : middle;
	height : 40px;
	width : 1024px;
	background: url("../images/BG.png") repeat;
}

.cm_operatebar .left{
	float: left;
}

.cm_operatebar .right{
	float: right;

}

/* for right action btn*/
.action_btns, .action_btns *{
	display : inline-block;
	height : 26px;
	line-height: 26px;
	overflow: hidden;
}

.action_btns{
	word-spacing: -5px;
	height : 28px;
	line-height: 28px;
}


.action_btns a{
	cursor: pointer;
	min-width: 106px;
}


.action_btns a .btn_left{
	width : 3px;
	background: url("../images/icons/action_left.png");
	
}

.action_btns a .btn_middle{
	background: url("../images/icons/action_middle.png") repeat-x;
	text-align: center;
	min-width: 100px;
}

.action_btns a .btn_middle span{
	color: #fff;
}

.action_btns a .btn_middle .left{
	padding-left: 7px;
}

.action_btns a .btn_middle .right{
	width : 28px;
	background: url("../images/icons/add.png") no-repeat center;
}

.action_btns a .btn_right{
	width : 3px;
	background: url("../images/icons/action_right.png");
	
}

.action_btns a:hover{
	text-decoration: none;
}

.action_btns a:hover .btn_left{
	background: url("../images/icons/hover_left.png");
}

.action_btns a:hover .btn_middle{
	background: url("../images/icons/hover_middle.png") repeat-x;
}

.action_btns a:hover .btn_right{
	background: url("../images/icons/hover_right.png");
}

.action_btns a:hover .btn_middle .right{
	background: url("../images/icons/add_hover.png") no-repeat center;
}

/**for normal btns*/
.action_normal_btns, .action_normal_btns *{
	display : inline-block;
	height : 28px;
	line-height: 28px;
	overflow: hidden;
}

.action_normal_btns{
	word-spacing: -5px;
}

.action_normal_btns a{
	cursor: pointer;
	text-decoration: none;
	min-width: 106px;
}

.action_normal_btns a .btn_left{
	width : 3px;
	background: url("../images/icons/action_left.png");
}

.action_normal_btns a .btn_middle{
	min-width : 100px;
	background: url("../images/icons/action_middle.png") repeat-x;
	text-align: center;
}

.action_normal_btns a .btn_middle p{
	display : inline;
	position : relative;
	color: #fff;
	bottom: 1px;
	bottom: 2px\0; /* hack for ie8+*/
}

.action_normal_btns a .btn_right{
	width : 3px;
	background: url("../images/icons/action_right.png");
	
}

.action_normal_btns a:hover{
	text-decoration: none;
}

.action_normal_btns a:hover .btn_left{
	background: url("../images/icons/hover_left.png");
}

.action_normal_btns a:hover .btn_middle{
	background: url("../images/icons/hover_middle.png") repeat-x;
}

.action_normal_btns a:hover .btn_right{
	background: url("../images/icons/hover_right.png");
}

/*Hack for FireFox*/
@-moz-document url-prefix() {
	.action_normal_btns a{
		float : left;
	}
    .action_normal_btns a .btn_middle p{
    	bottom: 2px;
    }
}

/** for table list*/
.tab_list{
	width: 100%;
	border-collapse:collapse;
	text-align: center;
}

.tab_list .tab_header{
	height : 36px;
	background: url("../images/bar/titlebar_bg.png") repeat;
	cursor: default;
}

.tab_list .tab_content{
	height : 46px;
	border-bottom: 1px solid #cdcdcd;
	line-height: 46px;
}

.tab_list tr:nth-child(odd) {background-color: #f4f4f4}
.tab_list tr:nth-child(even) {background-color: #FFF}

/* for pagination */
.pagination{
	text-align: center;
	margin: 15px 0;
	line-height: 30px;
}

.pagination a{
	margin-left: 5px;
	padding: 0px 2px;
	min-width: 30px;
	height: 30px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
}

.pagination span {
	vertical-align: top;
}

.pagination a:hover{
	text-decoration: none;
	cursor: pointer;
}

.pagination .nav_page{
	background: #eeeeee;
}

.pagination .nav_page_hover{
	background: lightgray;
}

.pagination .nav_pre{
	background: url("../images/pager/previous.png") repeat-x;
}

.pagination .nav_pre_disable{
	background: url("../images/pager/previous_dis.png") repeat-x;
}

.pagination .nav_next{
	background: url("../images/pager/next.png") repeat-x;
}

.pagination .nav_next_disable{
	background: url("../images/pager/next_dis.png") repeat-x;
}

.pagination #nav_pageindex, .pagination #nav_pagesize {
	width: 40px;
	text-align: center;
	margin:0px 5px;
}

.pagination .input_error {
	border: 1px solid red;
}

.pagination span{
	width : 30px;
	line-height : 30px;
	display: inline-block;
	overflow: hidden;
}

.pagination .active{
	background-color: #15a4fa;
	color: white;
}

/* high light background color */
.cm_hightlight_bg {
	background-color: #15a4fa;
}
/* for fake select */
.fake-select {
	position: relative;
	border: 1px solid #dcdee2;
	border-radius: 2px;
	display: inline-block;
	cursor: pointer;
}

.select-list{
	margin: 0;
	padding: 0;
	max-height : 300px;
	position: absolute;
	overflow-y : auto;
	border: 1px solid #ccc;
	top:100%;
	right: 0;
	left: 0;
	display: none;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  	box-shadow:0 1px 2px rgba(0,0,0,0.2);
  	background-color: white;
  	z-index: 10;
}

.select-list ul{
	padding: 0px;
	margin: 0px;
}

.select-list > ul li{
	list-style: none;
	padding: 0px;
}

.select-list > ul > li li{
	padding-left : 10px;
}

.select-list > ul > li > span{
	display: block;
}

.select-list .parent{
	font-weight: bold;
}

.style-select{
	color: black;
	position: absolute;
	padding-left : 5px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.style-select:after{
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-color: black transparent transparent transparent;
	position: absolute;
	top: 7px;
	right: 6px;
}

.selectbox{
	visibility: hidden;
	padding-right: 10px;
}

.list_view_header {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 122px;
	background: url("../images/bg/body.png");
}

.list_view_content {
	position: absolute;
	top: 122px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background: white;
}

.list_view_header_with_submenu {
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;
	height: 130px;
	padding-top: 20px;
	background: url("../images/bg/body.png");
}

.list_view_content_with_submenu {
	position: absolute;
	top: 150px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	overflow-x: hidden;
	overflow-y: auto;
	background: white;
}

.form_input_label {
	text-align: right;
	padding-right: 5px;
	line-height: 24px;
}

.form_input_field {
	padding-left: 5px;
	line-height: 24px;
}

.appui_container {
	margin:24px 19px 0px 18px;
}

.appui_tabpagebar {
	height: 32px;
}

.appui_tabpage {
	float: left;
	display: inline-block;
	zoom:1;*display: inline;
	min-width: 83px;
	padding: 0px 10px;
	height: 33px;
	line-height: 31px;
	text-align: center;
	border-left: 1px solid #CCCCD1;
	border-top: 1px solid #CCCCD1;
	border-bottom: 1px solid #CCCCD1;
	background-color: #F7F7F7;
	cursor: pointer;
	font-size: 10.5pt;
	padding-top:2px;
}

.appui_tabpage:hover {
	background-color: rgb(251,252,252);
}

.appui_tabpage.last {
	border-left: 1px solid #CCCCD1;
	border-top: 1px solid #FFFFFF;
	border-right: 0px;
	border-bottom: 0px;
	background-color: transparent;
}

.appui_tabpage.active {
	border-top: 3px solid #00BBFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	height: 31px;
	line-height: 28px;
}

.appui_tabpage_hr {
	margin-top: -1px;
	height: 1px;
	border: none;
	border-top: 1px solid #CCCCD1;
}

.appui_filterbar {
    margin-top: 14px;
}

.appui_filterbar * {
	height:32px;
	line-height:32px;
}

.appui_filterbar form > span {
	margin-right: 12px;	
	vertical-align: middle;
}

.appui_filterbar label {
	margin-right: 6px;	
}

.appui_filterbar select {
	height: 32px;
	background: #ffffff;
	border: 1px solid #dcdee2;
	border-radius: 2px;
}

.appui_filterbar input{
	height: 28px;
	line-height: 28px;
	border:1px solid #dcdee2;
	border-radius: 2px;
}

.appui_filter_button {
	display: inline-block;
	zoom:1;*display: inline;
	padding: 0px 10px;
	min-width: 60px;
	height: 25px;
	line-height: 24px;
	text-align: center;
	color: #000000;
	cursor: pointer;
	border: none;
	/*letter-spacing: 3px;*/
}

.appui_filter_button:hover {
	color: #00BBFF;
}

.appui_filter_button.active {
	color: #FFFFFF;
	background-color: #00BBFF;
}

.appui_filter_button.active:hover {
	color: #FFFFFF;
}

div.line_wrapper::after {
	content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.appui_actionbar {
	width:100%;
	margin:14px 0px 9px 0px;
}

.appui_actionbar .appui_actionbar_itembar_left {
	text-align:left;
}

.appui_actionbar .appui_actionbar_itembar_right {
	text-align:right;
}

.appui_actionbar input{
	height:21px;
	line-height:21px;
	border:1px solid #deddde;
}

.appui_button {
	min-width: 60px;
	height: 32px;
	text-align: center;
	color: #ffffff;
	background-color: #00a0e8;
	cursor: pointer;
	border: none;
	border-radius: 2px;
}

.query_button {
	min-width: 60px;
	height: 33px;
	line-height: 32px;
	text-align: center;
	color: #ffffff;
	background-color: #00a0e8;
	cursor: pointer;
	border: none;
	border-radius: 2px;
}

.appui_button:hover {
	background-color: #26b1e4;
}

.appui_button:active {
	background-color: #1483ab;
}

.appui_button.dropdown {
	padding-right: 30px;
	background-image: url('../images/icons/down.png');
	background-repeat: no-repeat;
	background-position: right;
}

.appui_button.lightdropdown {
	padding-right: 30px;
	background-image: url('../images/icons/arrow_white_down.png');
	background-repeat: no-repeat;
	background-position: right;
}

.appui_context_button {
	margin-left: 8px;
	min-width: 68px;
	height: 32px;
	text-align:center;
	border: 1px solid #deddde;
	background:#f7f7f7;
	cursor: pointer;
	border-radius: 2px;
}

.query_context_button {
	padding: 0px 10px;
	min-width: 68px;
	height: 26px;
	line-height:21px;
	text-align:center;
	border: 1px solid #deddde;
	background:#f7f7f7;
	margin-right:10px;
	display: inline-block;
	cursor: pointer;
	/*letter-spacing: 3px;*/
}

.appui_context_button:hover {
	background-color: #fbfcfc;
}

.appui_context_button:active {
	background-color: #e1e1e1;
}

.appui_context_button.dropdown {
	padding-right: 20px;
	background-image: url('../images/icons/down.png');
	background-repeat: no-repeat;
	background-position: right;
}

.appui_context_button.lightdropdown {
	padding-right: 30px;
	background-image: url('../images/icons/arrow_white_down.png');
	background-repeat: no-repeat;
	background-position: right;
}

.appui_flat_button {
	padding: 0px 10px;
	min-width: 60px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	color: #000000;
	background-color: transparent;
	cursor: pointer;
	border: none;
}

.appui_flat_button.dropdown {
	padding-right: 30px;
	background-image: url('../images/icons/down.png');
	background-repeat: no-repeat;
	background-position: right;
}

.appui_flat_button.lightdropdown {
	padding-right: 12px;
	background-image: url('../images/security/gear.png');
	background-repeat: no-repeat;
	background-position: right;
}

.appui_listview_container {
    position: absolute;
	top: 186px;
    left: 18px;
    right: 19px;
    bottom: 60px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.appui_listview_pagination_container{
	position: absolute;
	left:18px;
	right:19px;
	bottom:0px;	
}

.appui_listview {
	width: 100%;
	height:99.9%;
	border-collapse:collapse;
	text-align: left;
}

.appui_listview .tab_header {
	background-color: #F5F6FA;
	height: 33px;
}

.appui_listview .tab_content {
	background-color: #FFFFFF;
	height: 42px;
}

.appui_listview .tab_content.odd {
	background-color: #fbfbfb;
}

.appui_listview .tab_content.even {
	background-color: #ffffff;
}

.appui_listview .tab_content.selected {
	background-color: #ebf4f7;
}

.appui_listview tr {
	border: none;
}

.appui_listview .tab_header td {
	border: 1px solid #E2E2E5;
	padding-left:12px;
	padding-right:12px;
}

.appui_listview .tab_content td {
	border: 1px solid #E2E2E5;
	padding-left:12px;
	padding-right:12px;
}

.appui_listview .tab_content.hover {
	background-color: #f4f4f4;
}

.appui_listview .blank_fill td {
	border-left: 1px solid #E2E2E5;
	border-right: 1px solid #E2E2E5;
	border-bottom: 1px solid #E2E2E5;
}

.appui_listview .tab_content .tab_selection_flag td {
	border: none;
	padding: 0px;
}

.appui_listview .tab_content .selection_flag {
	width: 32px;
	height:32px;
	background: none;
	border-left: none;
	
}

.appui_listview .tab_content.selected .selection_flag {
	width: 32px;
	height:32px;
	background: url(../images/icons/check.png) no-repeat;
}

.appui_text_ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
}

.appui_panel_shadow  {
	filter: progid:DXImageTransform.Microsoft.Shadow(color=#909090, direction=120, strength=3); /*ie*/
	-moz-box-shadow: 2px 2px 10px #909090; /*firefox*/
	-webkit-box-shadow: 2px 2px 10px #909090; /*safari/chrome*/
	box-shadow: 2px 2px 10px #909090; /*opera/ie9*/
}

.appui_popupmenu {
	position: absolute;
	z-index: 999;
	display: none;
	border: 1px solid lightgray;
	background-color: #f5f5f5;
	cursor: default;
}

.appui_popupmenu span {
	line-height: 30px;
	display: block;
	padding: 0px 20px;
}

.appui_menu_line {
	padding: 2px;
	height: 0px;
	border-top: 1px solid darkgray;
	border-bottom: 1px solid white;
	color: #000000;
}

.appui_popupmenu span.hover {
	color: #ffffff;
	background-color: #05b7f7;
}

.Wdate {
	width: 140px;
}

.upload_file_div {
	position: relative; /* ???????? */
	width: 120px;
	height: 23px;
	background: #eee;
	border: 1px solid #ccc;
	text-align: center;
	cursor: pointer;
}

.upload_file_text {
	display: inline-block;
	margin-top: 5px;
	color: #000;
	font-family: "Microsoft YaHei", "SimHei", "Arial";
	font-size: 9pt;
}

.upload_file {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 120px; /* ??????????? */
	height: 23px;
	opacity: 0;
	-moz-opacity: 0; /* ??????? */
	filter: alpha(opacity=0); /* ??IE */
}

.fake_password {
    width: 0px;
    height: 0px;
    opacity: 0.0;
}

.comment_text {
	font-family: "??", "????", "Arial";
    font-size: 8pt;
    color: #179fc4;
}

.comment_alert {
	font-weight: bold;
    color: #ff0000;
}

.icon_toggle_on {
	width: 40px;
	height: 18px;
	background-image:url('../images/icon3/icon_toggle_on.png');
}

.icon_toggle_off {
	width: 40px;
	height: 18px;
	background-image:url('../images/icon3/icon_toggle_off.png');
}