@charset "UTF-8";
/***************************************** 
 * control z-index list:
 * window: 500;
 * head menu: 1000;
 * menu main: 1001;
 * window dialog: 5000;	
 * tip :5500;
 * dialog input:5050;
 *****************************************/
/* CSS Document */
body {
	background-color:#999;
	margin:0;
	font-family: Verdana, Geneva, sans-serif;
}

/* Window css */
.windowmain {
	position:absolute;
	font-family: Verdana, Geneva, sans-serif;
}

.windowcontent {
	position:absolute;
	background-color:#6694e3;
	top:0;
	left:0;
	z-index:10;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.windowshow {
	position:absolute;
	opacity:0.3;
	filter: alpha(opacity=30);
	background-color:#666;
	top:5px;
	left:5px;
	z-index:9;
	-webkit-border-radius: 5px;
	-moz-border-radius:5px;
	-ms-border-radius:5px;
	border-radius:5px;
}

.window {
	width:790px;
	height:510px;
	margin:5px 0 0 5px;
	background-color:#F7F7F7;
	overflow:hidden;
	position:relative;
}
.windowtitle {
	height:30px;
	background-color:#e0ecff;
	cursor:default;
	line-height:30px;
	text-indent:10px;
	-moz-user-select:none;
	-khtml-user-select: none;
	user-select:none;
	font-weight:bold;
	overflow:hidden;
	border-bottom:1px solid #6694e3;
}

.window_title_text {
	float:left;
	color:#666;
}

.window_title_icon {
	width:16px;
	height:16px;
	background-color: transparent;
	background-image: url(../images/icons_4.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:-640px 50%;
	float:right;
	cursor:pointer;
	margin:5px 5px 0 0;
}

.windowcon {
	position: relative;
	height:485px;
	background-color:#F7F7F7;
	padding:0 0 0 5px;
	font-size:12px;
	top:0;
	left:0;
	overflow:hidden;
}
.windowcon_div {
	height:25px;
	margin-top:5px;
	margin-left:5px;
}

.windowfrm_div {
	margin-top:5px;
	margin-left:6px;
	border:1px solid #CCC;
	width:765px;
}

.windowfrm_div span {
	display:inline-block;
}

.windowfrm_left {
	float:left;
}

.windowstatus {
	display:none;
	position:fixed;
	border: 1px solid #dbdbdb;
	background-color: #FFF;
	padding:2px 3px;
	height:20px;
	line-height:15px;
    opacity:.3;
    filter: alpha(opacity=30);
    font-size:12px;
    z-index:5000;
}

.window_move {
	position:absolute;
	border:3px solid #666;
	background-color:transparent;
}

.window_resize {
	position:absolute;
	width:10px;
	height:10px;
	cursor:se-resize;
	background-color:transparent;
	-moz-user-select:none;
}

/* table css */
.tablecon {
	position:relative;
	border:2px solid #6694e3;
	width:765px;
	height:225px;
	overflow:hidden;
}

.tabhead {
	position:relative;
	height:22px;
	background-image: url('../images/tabhead.png');
}

.tabhead_span {
	display:inline-block;
	*display:inline;
	zoom:1;
	position:relative;
	height:22px;
	line-height:20px;
	font-size:12px;
	border-right:1px solid #CCC;
	text-align:center;
	color:#333;
	font-weight:500;
	-moz-user-select:none;
	cursor:default;
	overflow:hidden;
	vertical-align: top;
}

.tabhead_span_sort_img {
    background-image:url('../images/tabhead_2.png')
}

.tabhead_icon {
	width:16px;
	height:16px;
	top:4px;
	position:absolute;
}

.tabhead_sort_asc {
    background-image:url('../images/sortasc.png')
}

.tabhead_sort_desc {
    background-image:url('../images/sortdesc.png')
}

/*tabel column resize btn */
.tabhead_btn {
	top:0;
	width:5px;
	height:22px;
	position:absolute;
	cursor:e-resize;
	-moz-user-select:none;
}

.tabcontent {
	position:relative;
	height:175px;
	background-color:#CCC;
	overflow:auto;
}

.tablist {
	margin:0;
	padding:0;
	list-style:none outside none;
}

.tablist li{
	list-style:none outside none;
	height:20px;
	margin:0;
	padding:0;
	margin-bottom:1px;
}

.tablist_li_span {
	display:inline-block;
	*display:inline;
	zoom:1;
	border-bottom:1px solid transparent;/*#333*/
	border-right:1px solid #CCC;
	height:20px;
	line-height:20px;
	font-size:12px;
	vertical-align:middle;
	background-color:#FFF;
	overflow:hidden;
}

.list_first {
	background-color:#FFF;
	padding:0 1px;
	width:20px;
	text-indent:0;
	text-align:center;
	background-image: url('../images/tabhead.png');
}

.tabdel {
	display:inline-block;
	width:16px;
	height:16px;
	background-color: transparent;
	background-image: url(../images/icons_4.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:-640px 50%;
	cursor:pointer;
}

.tabfoot {
	/*background-color:#6694e3;*/
	background-color:#a9bbce;
	height:25px;
	line-height:25px;
}

.tabfoot span {
	color:#FFF;
	display:inline-block;
	height:25px;
	line-height:25px;
	font-size:12px;
	text-align:center;
	padding:0 3px;
	margin-left:3px;
}

.tabfoot_right {
	float:right;
}

.tabinput {
	border:thin none;
	height:100%;
	line-height:18px;
	width:100%;
	text-align:center;
	outline:thin none;
	text-indent:3px;
}

.tabresizeline {
	position:absolute;
	width:3px;
	background-color:#666;
	top:0;
	left:0;
	visibility:hidden;
	display:none;
	cursor:e-resize;
}

/* combo box css */
.textmain {
	display:inline-block;
	*display:inline;
	zoom:1;
}

.textinput {
	height:18px;
	line-height:18px;
	font-size:12px;
	background-color:#FFF;
	margin:0 2px 0 0;
	padding:0 1px;
	vertical-align: top;
	border:thin none;
	outline:thin none;
}

.txt_label {
	display:inline-block;
	*display:inline;
	zoom:1;
	height:20px;
	line-height:18px;
	float:left;
}

.txt_input_main {
	height:18px;
	padding:1px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	border-top:1px solid #717171;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	background-color:#fff;
	float:left;
}

.txt_input_icon {
	width:16px;
	height:18px;
	cursor:pointer;
	-moz-user-select:none;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:"50% 50%";
}

.txt_icon_img {
    background-image:url('../images/icons_4.png');
    background-repeat:no-repeat;
    background-attachment:scroll;
    background-position:-640px 50%;
}

.txt_icon_img:hover {
    background-position:-704px 50%;
}

/* checkbox css */
.check {
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:top;
	cursor:default;
	-moz-user-select:none;
	margin-right:5px;
}

.check_icon {
	height:16px;
	width:16px;
	background-image:url('../images/checkbox.png');
	background-position:0 50%;
	background-repeat: no-repeat;
	background-attachment: scroll;
	margin-top:1px;
}

.check_icon_radio {
    background-image:url('../images/radio.png');
}

.check_label {
	margin-top:2px;
	line-height:14px;
}

/* button css */
.btn {
	display:inline-block;
	height:20px;
	background-image:url('../images/btn.jpg');
	background-position:0% 50%;
	line-height:20px;
	border:1px solid #999;
	text-align:center;
	cursor:pointer;
	-moz-user-select:none;
	font-size:12px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

.btn_icon{
	background-image:url('../images/tools_icon_so.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	height:20px;
	width:20px;
	margin:0 1px;
	float:left;
}

.btn_text {
	margin:0 1px;
	float:left;
}


.btn:focus {

}

.btn:hover {
	background-image:url('../images/btn_3.jpg');
}
.btn:active {
	background-image:url('../images/btn_2.jpg');
}

.btnchk {
	display:inline-block;
	height:20px;
	background-image:url('../images/btn_2.jpg');
	background-position:0% 50%;
	line-height:20px;
	border:1px solid #999;
	text-align:center;
	cursor:pointer;
	-moz-user-select:none;
	font-size:12px;
}

.btn_disabled {
	display:inline-block;
	height:20px;
	background-image:none;
	background-position:0% 50%;
	line-height:20px;
	border:1px solid #999;
	text-align:center;
	cursor:default;
	-moz-user-select:none;
	font-size:12px;
	background-color:#999;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	-ms-border-radius:2px;
	border-radius:2px;
}

/* menu css */

.headtools {
	position:relative;
	height:25px;
	border-bottom:1px solid #333;
	z-index:1000;
	background-image:url('../images/headerback.jpg');
	font-family: Verdana, Geneva, sans-serif;
	font-size:12px;
	vertical-align:middle;
	-moz-user-select:none;
	padding-left:3px;
}

.toolsmenu {
	display:inline-block;
	position:relative;
	padding:0 10px;
	margin-top:2px;
	line-height:20px;
	height:20px;
	cursor:default;
	z-index:1010;
}

.mainmenu {
	position:absolute;
	z-index:1001;
	-moz-user-select:none;
	cursor:default;
}

.mainmenucon {
	position:absolute;
	background-color:#e7e7e7;
	border:1px solid #999;
	top:0;
	left:0;
	z-index:10;
}

.menushadow {
	position:absolute;
	opacity:0.3;
	filter: alpha(opacity=30);
	background-color:#666;
	top:4px;
	left:4px;
	z-index:9;
}

.menuitem {
	height:20px;
	font-size:12px;
}


.menuicon {
	display:inline-block;
	height:20px;
	width:20px;
	background-image: url('../images/icons_4.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	float:left;
}

.menucon {
	display:inline-block;
	height:20px;
	line-height:20px;
	float:left;
	font-family: Verdana, Geneva, sans-serif;
}

.menustep {
	height:1px;
	width:90%;
	border-top:1px solid #666;
	margin:0 auto;
	margin-top:1px;
}

.menuinput {
	position:relative;
	top:0;
	height:15px;
	line-height:10px;
	border: 1px solid #6899de;
	font-size:12px;
	background-color:#FFF;
}

/* Combobox css */
.combo_icon {
	background-image: url('../images/dropdown.png');
}

.comboitem {
	height:20px;
	line-height:20px;
	border-bottom:1px solid #E3E3E3;
	cursor:default;
	overflow:hidden;
}

.comboitem:hover{
    background-color: #6694e3;
    color: white;
}

.comboitem span {
	display:inline-block;
	height:20px;
	line-height:20px;
	overflow:hidden;
	border-right:1px dotted #666;
	padding-left:3px;
	overflow:hidden;
	vertical-align:middle;
}

/* dropdown css */

.dropdown_a {
	
}

.dropdown {
	display:inline-block;
	*display:inline;
	zoom:1;
	position:relative;
	background-color:#FFF;
	border:1px solid #e3e3e3;
	height:20px;
	width:150px;
	line-height:18px;
	text-indent:5px;
	cursor:default;
	margin:0;
	padding:0;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	float:left;
}

.dropdown_con {
	position:absolute;
	height:20px;
	left:0;
	overflow:hidden;
	
}

.dropdown_icon {
	position:absolute;
	height:18px;
	width:20px;
	left:130px;
	top:1px;
	background-image: url('../images/dropdown.png');
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position:50% 50%;
	cursor:pointer;
}

/* calendar css */
.calendar_icon {
    background-image:url('../images/calendar.png');
}

/* msgbox css */
.msg_title {
	width:200px;
	height:20px;
	line-height:20px;
	color:#333;
	cursor:default;
	-moz-user-select:none;
	padding-left:5px;
	background-color:#e0ecff;
	font-weight:bold;
	font-size:12px;
}

.msg_alert {
	width:200px;
	background-color:#FFF;
	border:2px solid #6694e3;
	margin:auto;
	position:absolute;
	overflow:hidden;
	font-family: Verdana, Geneva, sans-serif;
}

.msg_con {
	padding:15px;
	line-height:20px;
	font-size:12px;
}

.msg_foot {
	height:25px;
	text-align:center;
	padding:10px;
}

.msg_back{
	width:100%;
	height:100%;
	overflow:hidden;
	opacity:0.3;
	filter: alpha(opacity=30);
	position:absolute;
	top:0;
	left:0;
	background-color:#000;
}
.backblock {
	top:0;left:0;
	width:100%;
	height:100%;
	opacity:0.7;
	filter: alpha(opacity=70);
	background-color:#000;
	position:fixed;
}
.backblock_custom {
	top:0;left:0;
	width:100%;
	height:100%;
	background-color:#47b3d9;
	position:fixed;
}

/* table pages css */
.pages_input {
	border:thin none;
	width:30px;
	height:14px;
	margin-right:3px;
}

.pages_btn {
	border:1px solid #999;
	font-size:12px;
	cursor:pointer;
	background-image:url('../images/btn.jpg');
	color:#000;
	margin-right:3px;
	height:14px;
}

/* table statbar css */
.tab_statbar {
	margin:0;
	padding:0;
	list-style:none outside none;
}

.tab_statbar li {
	list-style:none outside none;
	height:20px;
	margin:0;
	padding:0;
	margin-bottom:1px;
	
}

.tab_statbar li span {
	display:inline-block;
	border-right:1px solid #e0e0e0;
	border-top:1px solid #000;
	border-bottom: 1px solid #000;
	height:20px;
	line-height:20px;
	font-size:12px;
	vertical-align:middle;
	background-color:#e0e0e0;
	overflow:hidden;
}

.tab_statbar_vcolumn {
	background-color:#FFF;
}

/* tabs control style */
.tag_main {
	position:absolute;
}
.tag_title_con {
	position:absolute;
	margin:0;
}
.tag_title {
	position:relative;
	-moz-user-select:none;
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align:center;
	cursor:default;
	overflow:hidden;
	margin:0;
	height:23px;
}
.tag_title_line {
	width:4px;
	height:100%;
	background-repeat:no-repeat;
	background-attachment:scroll;
	background-image: url('../images/tab_rang_de.png');
}
.tag_title_line_left {
	float:left;background-position:0 50%;
}

.tag_title_line_right {
	float:left;background-position:-4px 50%;
}

.tag_title_txt {
	float:left;
	height:100%;
	padding:2px 2px 0 0;
	color:#fff;
	font-size:14px;
	background-image: url('../images/tab_back_de.png');
}

.tag_con {
	position:relative;
	border:1px solid #6694e3;
	background:#FFFFFF;
	z-index:auto;
	margin:0;
	top:22px;
}

.tag_con_con {
	position:relative;
	top:3px;
	left:3px;
	background-color:#F7F7F7;
	display: none;
}

.tag_img_rang_de {
    background-image:url('../images/tab_rang_de.png')
}

.tag_img_bak_de {
    background-image:url('../images/tab_back_de.png')
}

.tag_img_rang_se {
    background-image:url('../images/tab_rang_se.png')
}

.tag_img_bak_se {
    background-image:url('../images/tab_back_se.png')
}

.tag_img_rang_fs {
    background-image:url('../images/tab_rang_fs.png')
}

.tag_img_bak_fs {
    background-image:url('../images/tab_back_fs.png')
}

.tag_img_rang_da {
    background-image:url('../images/tab_rang_da.png')
}

.tag_img_bak_da {
    background-image:url('../images/tab_back_da.png')
}
/* group label control style */
.grp_main {
	position:absolute;
	overflow:hidden;
}
.grp_con {
	position:absolute;
	overflow:hidden;
	background-color:#F7F7F7;
}
.grp_title {
	position:relative;
	height:20px;
	line-height:18px;
	background-color:#666;
	color:#FFF;
	overflow:hidden;
	text-align:center;
	-moz-user-select:none;
	cursor:pointer;
	font-size:12px;
}
.grp_content {
	position:relative;
	overflow:hidden;
}

/* design css */
.design_panel {
	position:fixed;
	top:0;
	left:0;
}
.design_left_border {
	border-right:2px solid #666;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
}

.design_right_border {
	border-left:2px solid #666;
	border-top:2px solid #666;
	border-bottom:2px solid #666;
}

.design_left_border_r {
	-webkit-border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-topright:5px;
	-moz-border-radius-bottomright:5px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
}

.design_right_border_r {
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomleft:5px;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
}

.design_con {
	position:absolute;
	z-index:1;
	background-color:#F7F7F7;
}
.design_lab {
	position:absolute;
	top:0;
	font-size:14px;
	z-index:2;
	background-color:#666;
	color:#FFF;
	height:16px;
	width:16px;
	background-image: url('../images/tools_icon.png');
	background-position:0 50%;
	background-repeat:scroll;
}

.design_top_broder {
	border-left:3px solid #666;
	border-right:3px solid #666;
	border-bottom:3px solid #666;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;
	background-color:#F7F7F7;
}

/*design back style*/
.dsg_main {
	position:absolute;
	-moz-user-select:none;
}
.dsg_back {
	background-color:#fff9c6;
	/*background-color:#666;*/
	opacity:.7;
	filter:alpha(opacity=70);
	width:100%;
	height:100%;
}
.dsg_con {
	position:absolute;
	top:3px;
	left:3px;
	border:1px dashed #666;
}

/* list control style */
.list_main {
	position:relative;
	
	overflow:hidden;
}

.list_border {
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	border-top:1px solid #717171;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #e3e3e3;
	border-bottom:1px solid #e3e3e3;
	background-color:#fff;
}

.list_con {
	width:100%;
	-moz-user-select:none;
}

.list_item {
	width:100%;
	height:20px;
	cursor:default;
}

.list_item_con {
	float:left;
	text-indent: 5px;
	line-height:16px;
	height:20px;
}

.list_item_icon {
	float:left;
	margin-top:2px;
	width: 16px;
	height: 16px;
	background-position: 0 50%;
	background-attachment: scroll;
	background-repeat: no-repeat;
}

.list_drag {
	position:absolute;
	opacity:0.5;
	filter: alpha(opacity=50);
	z-index:6000;
}

/* tree control css */

.tree_con {
	height:20px;
	cursor:default;
	padding-top:5px;
}

.tree_com {
	display:inline-block;
	float:left;
	height:16px;
	line-height:16px;
}

.tree_icon {
	width:16px;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-image:url('../images/icons_4.png');
	background-position:-384px 50%;
}

.tree_con_text {
	text-indent:3px;
	font-size:12px;
}

.tree_child {
	margin-left:16px;
	display:none;
}

/* tip management css */
.tip_body {
	position:absolute;
	z-index:5500;
}
.tip_content {
	position:absolute;
	z-index:1;
	border:1px solid #acacac;
	background-color: #fffee9;
	color:#1c1c1c;
	font-size:12px;
	line-height:15px;
	padding:10px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}
.tip_c {
	position:absolute;
	z-index:2;
	background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:50% 50%;
}

.tip_up {
    background-image:url('../images/tip_up.png');
}

.tip_down {
    background-image:url('../images/tip_down.png');
}

.tip_left {
    background-image:url('../images/tip_left.png');
}

.tip_right {
    background-image:url('../images/tip_right.png');
}

/* progress style */

.pro_main {
	position:relative;
	float:left;
}

.pro_body {
    position:relative;
	margin:2px 5px 0 5px;
	border:1px solid #333;
	height:12px;
	width:102px;
	overflow:hidden;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
	float:left;
}

.pro_gress {
	position:absolute;
	height:12px;
	width:100px;
	top:0;
	left:-50px;
	background-color:#c0d8fa;
}

.pro_text {
	height:20px;
	line-height:18px;
	font-size:12px;
	float:left;
}
/*multi input*/
.mul_title {
    position:relative;
	height:20px;
	line-height:20px;
	color:#333;
	cursor:default;
	-moz-user-select:none;
	padding-left:5px;
	background-color:#e0ecff;
	font-weight:bold;
	font-size:12px;
}

.mul_alert {
	background-color:#FFF;
	border:2px solid #6694e3;
	margin:auto;
	position:absolute;
	overflow:hidden;
	font-family: Verdana, Geneva, sans-serif;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}

.mul_icon {
    position:absolute;
    width:20px;
    height:20px;
    background-image: url('../images/search.png');
    background-attachment:scroll;
	background-repeat:no-repeat;
	background-position:50% 50%;
    border:1px solid #999;
    background-color:#FFF;
    -webkit-border-radius:3px;
	-moz-border-radius:3px;
	-ms-border-radius:3px;
	border-radius:3px;
}

.mul_icon:hover {
    background-color:#e0ecff;    
}

.mul_con {
    position:relative;
}
/*web edit css*/
.edit_main { 
	position:relative;
	overflow:hidden;
	-moz-user-select:none;
	background-color:#666666;
	font-size:12px;
}

/* progress style */
.view_button {
    position:absolute;
    border:1px solid #000;
    background-color: #333;
    color:white;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    font-weight: bold;
    cursor:pointer;
    -moz-user-select:none;
}

.view_button:HOVER {
    background-color: #666;
    cursor:pointer;
}

.view_img {
    border:5px solid #fff;
    -moz-user-select:none;
}

.view_label {
    color:white;
    line-height: 30px;
    font-size: 14px;
    position:absolute;
    text-align:center;
}
