





































html, body {
	height: 100%;
}


body {
	margin: 0; padding: 0 5px;
}



img {
	border: 0;
}


.mobile * {
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}



div.z-error {
	display: none;
	z-index: 9999999;
	position: absolute;
	top: 0;
	left: 40%;
	height: 90px;
	width: 450px;
	padding: 3px 5px 3px 3px;
	border-width: 1px;
	border-style: solid;
	border-color: #990000;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	background-color: #FFEEEE;
}
div.z-error .msgcnt {
	padding: 0;
	border: 1px solid #990000;
	background-color: white;
	height: 60px;
}
div.z-error .msgs {
	padding: 2px 3px;
	height: 60px;
	width: 440px;
	word-wrap: break-word;
	overflow: auto;
}
div.z-error .msgs .msg {
	padding: 3px 0 2px;
	border-bottom: 1px solid #990000;
}
div.z-error .newmsg {
	background-color: #FFEEEE;
	display: none;
}

div.z-error .btn {
	cursor: pointer;	
	color: #363636; 
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-left: 10px;
}
div.z-error #zk_err-p {
	cursor: move;
}
div.z-error .errnum {
	padding-left: 20px;
	color: #990000;
	font-weight: bold;	
}


div.z-error .errnum {
	background: url(/rshn-table/zkau/web/439b83ff/zk/img/error.png) no-repeat scroll -31px 4px transparent;
}
div.z-error .redraw {
	background: url(/rshn-table/zkau/web/439b83ff/zk/img/error.png) no-repeat scroll 0 0 transparent;
}
div.z-error .close {
	background: url(/rshn-table/zkau/web/439b83ff/zk/img/error.png) no-repeat scroll -17px 0 transparent;
}



div.z-log {
	text-align:right; width:50%; right:10px; bottom:5px;
	position:absolute; z-index: 99000;
}
div.z-log textarea {
	width: 100%;
}
div.z-log button {
	font-size: 10px;
}

.noscript {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 32000;
	top: 0;
	left: 0;
	filter: alpha(opacity=60);
	opacity: .6;
	zoom: 1;
	text-align: center;
	background: #E0E1E3;
}
.noscript p {
	background: white;
	font-weight: bold;
	color: black;
	margin: 10% 15%;
	padding: 10px 0;
	border: 1px solid black;
	filter: alpha(opacity=100);
	opacity: 1;
}

.z-label, .z-radio-cnt, .z-checkbox-cnt, .z-loading {
	font-family: arial, sans-serif;
	font-size: 12px; font-weight: normal;
}
.z-temp, .z-modal-mask {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0; left: 0;
	filter: alpha(opacity=60); 
	opacity: .6;
	zoom: 1;
	background: #E0E1E3;
}
.z-initing {
	width: 60px; height: 60px;
	position: absolute; right: 10px; bottom: 10px;
	z-index: 32000;
	background: transparent no-repeat center;
	background-image: url('http://www.zkoss.org/zk/img/zkcepowered.png');
}
.z-uptime {
	background-image: url('http://www.zkoss.org/zk/img/zkceuptime.png');
}
.z-loading, .z-apply-loading {
	position: absolute;
	cursor: wait;
	background-color: #CCDBE3;
	border: 1px solid #8FB9D0;
	white-space: nowrap;
	padding: 3px;
}
.z-loading {
	z-index: 31000;
	left: 0; top: 0;
}
.z-apply-loading {
	z-index: 89500;
	overflow: hidden;
}
.z-loading-indicator, .z-apply-loading-indicator {
	border: 1px solid #8FB9D0;
	background-color: #FFFFFF;
	color: #363636;
	white-space: nowrap;
}
.z-loading-indicator {
	padding: 6px;
}
.z-apply-loading-indicator {
	padding: 2px;
	font: normal 12px arial, sans-serif;
}
.z-apply-loading-icon,
.z-loading-icon,
.z-renderdefer {
	height: 16px; width: 16px;
	background: transparent no-repeat center;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/progress.gif);
}
.z-apply-loading-icon,
.z-loading-icon {
	display:-moz-inline-box; vertical-align:top; display:inline-block;
}
.z-apply-mask {
	width: 100%;
	height: 100%;
	background: #E0E1E3;
	position: absolute;
	z-index: 89000;
	top: 0;
	left: 0;
	filter: alpha(opacity=60);
	opacity: .6;
	zoom: 1;
}
.z-inline-block { 
	display:-moz-inline-box; vertical-align:top;
	display:inline-block;
}
.z-word-wrap {
	word-wrap: break-word;
}
.z-word-nowrap {
	white-space: nowrap;
}

.z-overflow-hidden {
	overflow: hidden;
}
.z-dd-stackup {
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 16800;
	background-image: url(/rshn-table/zkau/web/439b83ff/img/spacer.gif);
}

.z-temp * { 
	color: white; background-color: white; font-size: 5px; text-decoration: none;
}
.z-temp .z-loading {
	top: 49%;
	left: 46%;
	background-color: #E3E3E3;
}
.z-temp .z-loading-indicator {
	font-size: 12px;
	color: #363636;
}


.z-clear {
	clear: both;
	height: 0;
	width: 0;
	line-height: 0;
	font-size: 0;
	overflow: hidden;
}


.z-shadow {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	overflow: hidden;
}
.z-shadow-wrapper{
	padding-bottom:6px;
	height:100%;
}
.z-shadow .z-shadow-cl{
	background: transparent repeat-y 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/shadow-cl.png);
	padding-left: 6px;
	overflow: hidden;
	height:100%;
	zoom: 1;
}
.z-shadow .z-shadow-cr{
	background: transparent repeat-y right;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/shadow-cr.png);
	padding-right: 6px;
	overflow: hidden;
	height:100%;
	zoom: 1;
}
.z-shadow .z-shadow-cm {
	background: transparent repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/shadow-m.png);
	overflow: hidden;
	height:100%;
	zoom: 1;
}

.z-shadow .z-shadow-tl,
.z-shadow .z-shadow-tr,
.z-shadow .z-shadow-bl,
.z-shadow .z-shadow-br {
	background:transparent no-repeat 0 top;
	font-size:0;
	height:6px;
	line-height:0;
	margin-right:6px;
	zoom:1;
}
.z-shadow .z-shadow-tr,
.z-shadow .z-shadow-br {
	background-position: right -6px;
	margin-right:-6px;
	position:relative;
}
.z-shadow .z-shadow-tl,
.z-shadow .z-shadow-tr{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/shadow-tlr.png);
}

.z-shadow .z-shadow-bl,
.z-shadow .z-shadow-br{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/shadow-blr.png);
}


.z-dragged {
	background: none no-repeat scroll 0 0 #E0EAF0;
	color: #888888;
}
.z-drag-over {
	background: none no-repeat scroll 0 0 #ADD2FF;
}
span.z-drop-allow, span.z-drop-disallow {
	background: none no-repeat scroll 0 0 #FFFFFF;
	vertical-align: top;
	display: -moz-inline-box;
	display: inline-block;
	width: 16px;
	min-height: 16px;
	height: 16px;
}
div.z-drop-ghost {
	border: 1px solid #CCCCCC;
}
div.z-drop-cnt {
	background: none no-repeat scroll 0 0 #FFFFFF;
	width: 120px;
	height: 16px;
	padding: 3px;
	font-size: 12px;
	font-weight: normal;
	font-family: arial, sans-serif;
}

div.z-drop-allow {
	border: 1px solid #99CC99;
}
div.z-drop-disallow {
	border: 1px solid #CC6666;
}
div.z-drop-allow div.z-drop-cnt,
span.z-drop-allow {
	background: none no-repeat scroll 0 0 #EEFFEE;
}
span.z-drop-allow {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/drag-allow.png);
}
div.z-drop-disallow div.z-drop-cnt,
span.z-drop-disallow {
	background: none no-repeat scroll 0 0 #FFEEEE;
}
span.z-drop-disallow {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/drag-disallow.png);
}


.z-drag-ghost {
	list-style:none;
}



.z-focus-a {
	position: absolute;
	left: 0; top: 0;
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	background: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width:1px !important;
	height:1px !important;
	-moz-outline:0 none; outline:0 none;
	-moz-user-select:text; -khtml-user-select:text;
	overflow:hidden;
}


span.z-upload {
	position: relative;
	padding: 0; margin: 0;
	font-size: 0; width: 0; height: 0;
	display:-moz-inline-box; display:inline-block;
}
span.z-upload input {
	position: absolute;
	cursor: pointer;
	font-size: 45pt;
	z-index: 1; margin: 0; padding: 0;
	opacity: 0;
	filter: alpha(opacity=0); 
}
.z-upload-icon {
	overflow: hidden;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/prgmeter.png);
}


.z-fileupload-img {
	width: 16px;
	padding-top: 4px;
}
.z-fileupload-add {
	cursor: pointer;
	background: transparent no-repeat 0 -23px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/fileupload.gif);
	width: 16px;
	height: 17px;
}
.z-fileupload-rm {
	cursor: pointer;
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/fileupload.gif);
	width: 16px;
	height: 17px;
}
.z-fileupload-progress {
	width: 300px;
}
.z-fileupload-manager {
	width: 350px;
}







.z-a {
	font-family: arial, sans-serif;
	font-size: 12px;
}
.z-a-disd {
	color: #AAAAAA !important; cursor: default!important;
	text-decoration: none !important;
}
.z-a-disd:visited, .z-a-disd:hover {
	text-decoration: none !important; cursor: default !important;
}

.z-absolutelayout {
	position: relative;
	overflow: hidden;
	height: 100%;
}
.z-absolutechildren {
	position: absolute;
	overflow: auto;
}
.z-anchorlayout,
.z-anchorlayout-body,
.z-anchorchildren {
	overflow: hidden;
}

.z-anchorchildren {
    float: left; padding: 0; margin: 0;
}


.z-auxheader-cnt {
	border: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	color: #00547A;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
	
	
}
.z-word-wrap .z-auxheader-cnt {
	word-wrap: break-word;
}



.z-combobox-rounded,
.z-bandbox-rounded,
.z-datebox-rounded,
.z-combobox,
.z-bandbox,
.z-datebox {
	border: 0; padding: 0; margin: 0; white-space: nowrap;
	font-family: arial, sans-serif;font-size: 12px;
	display: -moz-inline-box;
	display: inline-block;
}
.z-combobox,
.z-bandbox,
.z-datebox,
.z-timebox,
.z-spinner,
.z-doublespinner {
	background-color: #FFFFFF;
}
.z-combobox-rounded-inp,
.z-bandbox-rounded-inp,
.z-datebox-rounded-inp,
.z-timebox-rounded-inp,
.z-spinner-rounded-inp,
.z-doublespinner-rounded-inp,
.z-combobox-inp,
.z-bandbox-inp,
.z-datebox-inp,
.z-timebox-inp,
.z-spinner-inp,
.z-doublespinner-inp {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: #FFFFFF;
	border: 1px solid #E6E6E6;
	border-top-color: #B2B2B2;
	border-right: 0;
	padding: 2px;
	border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	-webkit-border-radius: 2px 0 0 2px;
	
	
	height: 15px;
	outline: none;
}
.z-combobox-rounded-inp,
.z-bandbox-rounded-inp,
.z-datebox-rounded-inp,
.z-timebox-rounded-inp,
.z-spinner-rounded-inp,
.z-doublespinner-rounded-inp {
	border:0;	
	padding: 5px 4px;
	height: 14px;
	
}
.z-combobox-rounded-inp {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/combobox-rounded.png);
}
.z-bandbox-rounded-inp {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/bandbox-rounded.png);
}
.z-datebox-rounded-inp {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/datebox-rounded.png);
}
.z-timebox-rounded-inp,
.z-spinner-rounded-inp,
.z-doublespinner-rounded-inp {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);	
}
.z-combobox-right-edge,
.z-bandbox-right-edge,
.z-datebox-right-edge,
.z-timebox-right-edge,
.z-spinner-right-edge,
.z-doublespinner-right-edge {
	border-right: 1px solid #E6E6E6;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.z-combobox-focus .z-combobox-inp,
.z-bandbox-focus .z-bandbox-inp,
.z-datebox-focus .z-datebox-inp,
.z-timebox-focus .z-timebox-inp,
.z-spinner-focus .z-spinner-inp,
.z-doublespinner-focus .z-doublespinner-inp {
	border: 1px solid #D5EAFD;
	border-top-color: #94B9DA;
	border-right: 0;
}
.z-combobox-focus .z-combobox-right-edge,
.z-bandbox-focus .z-bandbox-right-edge,
.z-datebox-focus .z-datebox-right-edge,
.z-timebox-focus .z-timebox-right-edge,
.z-spinner-focus .z-spinner-right-edge,
.z-doublespinner-focus .z-doublespinner-right-edge {
	border-right: 1px solid #D5EAFD;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.z-combobox .z-combobox-text-invalid,
.z-bandbox .z-bandbox-text-invalid,
.z-datebox .z-datebox-text-invalid,
.z-timebox .z-timebox-text-invalid,
.z-spinner .z-spinner-text-invalid,
.z-doublespinner .z-doublespinner-text-invalid {
	background: #FFFFFF;
	border: 1px solid #DD7777;
	border-right-width: 1px !important;
	margin-right: -1px;
}
.z-combobox input.z-combobox-right-edge,
.z-bandbox input.z-bandbox-right-edge,
.z-datebox input.z-datebox-right-edge,
.z-timebox input.z-timebox-right-edge,
.z-spinner input.z-spinner-right-edge,
.z-doublespinner input.z-doublespinner-right-edge {
	border-right-width: 1px !important;
}
.z-combobox-rounded input.z-combobox-rounded-text-invalid,
.z-bandbox-rounded input.z-bandbox-rounded-text-invalid,
.z-datebox-rounded input.z-datebox-rounded-text-invalid,
.z-timebox-rounded input.z-timebox-rounded-text-invalid,
.z-spinner-rounded input.z-spinner-rounded-text-invalid,
.z-doublespinner-rounded input.z-doublespinner-rounded-text-invalid {
	background: #FFF url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif) repeat-x 0 0;
}
.z-combobox-rounded .z-combobox-rounded-text-invalid + i.z-combobox-rounded-btn-right-edge,
.z-bandbox-rounded .z-bandbox-rounded-text-invalid + i.z-bandbox-rounded-btn-right-edge,
.z-datebox-rounded .z-datebox-rounded-text-invalid + i.z-datebox-rounded-btn-right-edge,
.z-timebox-rounded .z-timebox-rounded-text-invalid + i.z-timebox-rounded-btn-right-edge,
.z-spinner-rounded .z-spinner-rounded-text-invalid + i.z-spinner-rounded-btn-right-edge,
.z-doublespinner-rounded .z-doublespinner-rounded-text-invalid + i.z-doublespinner-rounded-btn-right-edge {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif);
	background-position: 0 -24px;
}
i.z-combobox-rounded i.z-combobox-rounded-btn-right-edge-invalid,
i.z-bandbox-rounded i.z-bandbox-rounded-btn-right-edge-invalid,
i.z-datebox-rounded i.z-datebox-rounded-btn-right-edge-invalid,
i.z-timebox-rounded i.z-timebox-rounded-btn-right-edge-invalid,
i.z-spinner-rounded i.z-spinner-rounded-btn-right-edge-invalid,
i.z-doublespinner-rounded i.z-doublespinner-rounded-btn-right-edge-invalid {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif);
	background-position: 0 -24px;
}

.z-combobox-rounded .z-combobox-rounded-btn,
.z-bandbox-rounded .z-bandbox-rounded-btn,
.z-datebox-rounded .z-datebox-rounded-btn,
.z-timebox-rounded .z-timebox-rounded-btn,
.z-spinner-rounded .z-spinner-rounded-btn,
.z-doublespinner-rounded .z-doublespinner-rounded-btn,
.z-combobox .z-combobox-btn,
.z-bandbox .z-bandbox-btn,
.z-datebox .z-datebox-btn,
.z-timebox .z-timebox-btn,
.z-spinner .z-spinner-btn,
.z-doublespinner .z-doublespinner-btn {
	background: transparent no-repeat 0 -1px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/input/combobtn.gif);
	vertical-align: top; 
	cursor: pointer; 
	width: 18px; 
	height: 19px;
	border: 1px solid #E6E6E6;
	border-top-color: #B2B2B2;
	border-left: 0;
	overflow: hidden;
	display:-moz-inline-box; display:inline-block;
	border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	-webkit-border-radius: 0 2px 2px 0;
	
}
.z-combobox-rounded .z-combobox-rounded-btn,
.z-bandbox-rounded .z-bandbox-rounded-btn,
.z-datebox-rounded .z-datebox-rounded-btn,
.z-timebox-rounded .z-timebox-rounded-btn,
.z-spinner-rounded .z-spinner-rounded-btn,
.z-doublespinner-rounded .z-doublespinner-rounded-btn {
	border: 0;
	width: 24px; 
	height: 24px;
	background-position: 0 -120px;	
}
.z-combobox-rounded .z-combobox-rounded-btn{	
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/combobox-rounded.png);
}
.z-bandbox-rounded .z-bandbox-rounded-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/bandbox-rounded.png);
}
.z-datebox-rounded .z-datebox-rounded-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/datebox-rounded.png);
}
.z-timebox-rounded .z-timebox-rounded-btn,
.z-spinner-rounded .z-spinner-rounded-btn,
.z-doublespinner-rounded .z-doublespinner-rounded-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);
}
.z-combobox-rounded .z-combobox-rounded-btn-right-edge,
.z-bandbox-rounded .z-bandbox-rounded-btn-right-edge,
.z-datebox-rounded .z-datebox-rounded-btn-right-edge,
.z-timebox-rounded .z-timebox-rounded-btn-right-edge,
.z-spinner-rounded .z-spinner-rounded-btn-right-edge,
.z-doublespinner-rounded .z-doublespinner-rounded-btn-right-edge {
	background-position: -19px -120px;
	width: 5px;
	cursor: default;
}
.z-combobox .z-combobox-btn-over,
.z-bandbox .z-bandbox-btn-over,
.z-datebox .z-datebox-btn-over {
	background-position: -19px -1px;
	border: 1px solid #94B9DA;
	margin-left: -1px;
}
.z-combobox-rounded-inp-over,
.z-bandbox-rounded-inp-over,
.z-datebox-rounded-inp-over,
.z-timebox-rounded-inp-over,
.z-spinner-rounded-inp-over,
.z-doublespinner-rounded-inp-over {
	background-position: 0 -24px;
}
.z-combobox-rounded .z-combobox-rounded-btn-over,
.z-bandbox-rounded .z-bandbox-rounded-btn-over,
.z-datebox-rounded .z-datebox-rounded-btn-over,
.z-timebox-rounded .z-timebox-rounded-btn-over,
.z-spinner-rounded .z-spinner-rounded-btn-over,
.z-doublespinner-rounded .z-doublespinner-rounded-btn-over  {
	background-position: 0 -144px;
}
.z-combobox-focus .z-combobox-btn-clk, .z-combobox .z-combobox-btn-clk,
.z-bandbox-focus .z-bandbox-btn-clk, .z-bandbox .z-bandbox-btn-clk,
.z-datebox-focus .z-datebox-btn-clk, .z-datebox .z-datebox-btn-clk,
.z-timebox-focus .z-timebox-btn-clk, .z-timebox .z-timebox-btn-clk,
.z-spinner-focus .z-spinner-btn-clk, .z-spinner .z-spinner-btn-clk,
.z-doublespinner-focus .z-doublespinner-btn-clk, .z-doublespinner .z-doublespinner-btn-clk {
	background-position: -38px -1px;
	border: 1px solid #94B9DA;
}
.z-combobox-focus .z-combobox-btn-clk, .z-combobox .z-combobox-btn-clk,
.z-bandbox-focus .z-bandbox-btn-clk, .z-bandbox .z-bandbox-btn-clk,
.z-datebox-focus .z-datebox-btn-clk, .z-datebox .z-datebox-btn-clk {
	margin-left: -1px;
}
.z-combobox-focus .z-combobox-btn,
.z-bandbox-focus .z-bandbox-btn,
.z-datebox-focus .z-datebox-btn,
.z-timebox-focus .z-timebox-btn,
.z-spinner-focus .z-spinner-btn,
.z-doublespinner-focus .z-doublespinner-btn {
	background-position: -57px -1px;
	border: 1px solid #D5EAFD;
	border-top-color: #94B9DA;
	border-left: 0;
}
.z-combobox-rounded-focus .z-combobox-rounded-inp,
.z-bandbox-rounded-focus .z-bandbox-rounded-inp,
.z-datebox-rounded-focus .z-datebox-rounded-inp,
.z-timebox-rounded-focus .z-timebox-rounded-inp,
.z-spinner-rounded-focus .z-spinner-rounded-inp,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-inp {
	background-position: 0 -72px;
}
.z-combobox-rounded-focus .z-combobox-rounded-btn,
.z-bandbox-rounded-focus .z-bandbox-rounded-btn,
.z-datebox-rounded-focus .z-datebox-rounded-btn,
.z-timebox-rounded-focus .z-timebox-rounded-btn,
.z-spinner-rounded-focus .z-spinner-rounded-btn,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-btn {
	background-position: 0 -192px;
}
.z-combobox-rounded-focus .z-combobox-rounded-btn-right-edge,
.z-bandbox-rounded-focus .z-bandbox-rounded-btn-right-edge,
.z-datebox-rounded-focus .z-datebox-rounded-btn-right-edge,
.z-timebox-rounded-focus .z-timebox-rounded-btn-right-edge,
.z-spinner-rounded-focus .z-spinner-rounded-btn-right-edge,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-btn-right-edge {
	background-position: -19px -192px;
}
.z-combobox-focus .z-combobox-btn-over,
.z-bandbox-focus .z-bandbox-btn-over,
.z-datebox-focus .z-datebox-btn-over,
.z-timebox-focus .z-timebox-btn-over,
.z-spinner-focus .z-spinner-btn-over,
.z-doublespinner-focus .z-doublespinner-btn-over {
	background-position: -19px -1px;
	border: 1px solid #94B9DA;
}
.z-combobox-rounded-focus .z-combobox-rounded-btn-over,
.z-bandbox-rounded-focus .z-bandbox-rounded-btn-over,
.z-datebox-rounded-focus .z-datebox-rounded-btn-over,
.z-timebox-rounded-focus .z-timebox-rounded-btn-over,
.z-spinner-rounded-focus .z-spinner-rounded-btn-over,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-btn-over {
	background-position: 0 -240px;
}
.z-combobox-rounded-focus .z-combobox-rounded-inp-clk, .z-combobox-rounded .z-combobox-inp-clk,
.z-bandbox-rounded-focus .z-bandbox-rounded-inp-clk, .z-bandbox-rounded .z-bandbox-inp-clk,
.z-datebox-rounded-focus .z-datebox-rounded-inp-clk, .z-datebox-rounded .z-datebox-inp-clk,
.z-timebox-rounded-focus .z-timebox-rounded-inp-clk, .z-timebox-rounded .z-timebox-inp-clk,
.z-spinner-rounded-focus .z-spinner-rounded-inp-clk, .z-spinner-rounded .z-spinner-inp-clk,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-inp-clk, .z-doublespinner-rounded .z-doublespinner-inp-clk {
	background-position: 0 -48px;
}
.z-combobox-rounded-focus .z-combobox-rounded-btn-clk, .z-combobox-rounded .z-combobox-rounded-btn-clk,
.z-bandbox-rounded-focus .z-bandbox-rounded-btn-clk, .z-bandbox-rounded .z-bandbox-rounded-btn-clk,
.z-datebox-rounded-focus .z-datebox-rounded-btn-clk, .z-datebox-rounded .z-datebox-rounded-btn-clk,
.z-timebox-rounded-focus .z-timebox-rounded-btn-clk, .z-timebox-rounded .z-timebox-rounded-btn-clk,
.z-spinner-rounded-focus .z-spinner-rounded-btn-clk, .z-spinner-rounded .z-spinner-rounded-btn-clk,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-btn-clk, .z-doublespinner-rounded .z-doublespinner-rounded-btn-clk {
	background-position: 0 -168px !important;
}


.z-timebox-rounded,
.z-spinner-rounded,
.z-doublespinner-rounded,
.z-timebox,
.z-spinner,
.z-doublespinner {
	display:-moz-inline-box;
	display:inline-block;
}
.z-timebox .z-timebox-btn,
.z-spinner .z-spinner-btn,
.z-doublespinner .z-doublespinner-btn {
	background: none;
	background-image: none;
	border: 1px solid #E6E6E6;
	border-top-color: #B2B2B2;
	border-left: 0;
	width: 18px;
	height: 19px;
	overflow: visible;
}
.z-timebox-focus .z-timebox-btn,
.z-spinner-focus .z-spinner-btn,
.z-doublespinner-focus .z-doublespinner-btn {
	border-right-color: #D5EAFD;
	border-bottom-color: #D5EAFD;
	border-top-color: #94B9DA;
}
.z-timebox .z-timebox-btn-upper,
.z-spinner .z-spinner-btn-upper,
.z-doublespinner .z-doublespinner-btn-upper,
.z-timebox .z-timebox-btn-lower,
.z-spinner .z-spinner-btn-lower,
.z-doublespinner .z-doublespinner-btn-lower {
	background: none repeat scroll 0 0 transparent;
	height: 9px;
	border: 0;
	overflow: hidden; /* IE 6 */
}

.z-timebox .z-timebox-btn-upper,
.z-spinner .z-spinner-btn-upper,
.z-doublespinner .z-doublespinner-btn-upper {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/input/timebtn-up.gif);
	border-bottom: 1px solid rgba(0,0,0,0);
	border-radius: 0 2px 0 0;
	-moz-border-radius: 0 2px 0 0;
	-webkit-border-radius: 0 2px 0 0;
}
.z-timebox .z-timebox-btn-lower,
.z-spinner .z-spinner-btn-lower,
.z-doublespinner .z-doublespinner-btn-lower {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/input/timebtn-down.gif);
	border-radius: 0 0 2px 0;
	-moz-border-radius: 0 0 2px 0;
	-webkit-border-radius: 0 0 2px 0;
}
.z-timebox .z-timebox-btn-over .z-timebox-btn-upper,
.z-spinner .z-spinner-btn-over .z-spinner-btn-upper,
.z-doublespinner .z-doublespinner-btn-over .z-doublespinner-btn-upper,
.z-timebox .z-timebox-btn-over .z-timebox-btn-lower,
.z-spinner .z-spinner-btn-over .z-spinner-btn-lower,
.z-doublespinner .z-doublespinner-btn-over .z-doublespinner-btn-lower {
	background-position: -18px 0;
}
.z-timebox .z-timebox-btn-over .z-timebox-btn-up-clk,
.z-spinner .z-spinner-btn-over .z-spinner-btn-up-clk,
.z-doublespinner .z-doublespinner-btn-over .z-doublespinner-btn-up-clk,
.z-timebox .z-timebox-btn-over .z-timebox-btn-down-clk,
.z-spinner .z-spinner-btn-over .z-spinner-btn-down-clk,
.z-doublespinner .z-doublespinner-btn-over .z-doublespinner-btn-down-clk {
	background-position: -36px 0;
}
.z-timebox .z-timebox-btn-over .z-timebox-btn-upper,
.z-spinner .z-spinner-btn-over .z-spinner-btn-upper,
.z-doublespinner .z-doublespinner-btn-over .z-doublespinner-btn-upper,
.z-timebox .z-timebox-btn-up-clk,
.z-spinner .z-spinner-btn-up-clk,
.z-doublespinner .z-doublespinner-btn-up-clk {
	border: 1px solid #94B9DA;
	border-bottom: 1px solid #94B9DA;
	margin: -1px;
	margin-bottom: 0;
}
.z-timebox .z-timebox-btn-over .z-timebox-btn-lower,
.z-spinner .z-spinner-btn-over .z-spinner-btn-lower,
.z-doublespinner .z-doublespinner-btn-over .z-doublespinner-btn-lower,
.z-timebox .z-timebox-btn-down-clk,
.z-spinner .z-spinner-btn-down-clk,
.z-doublespinner .z-doublespinner-btn-down-clk {
	border: 1px solid #94B9DA;
	border-top: 0;
	margin: -1px;
	margin-top: 0;
}

.z-combobox-rounded-pp,
.z-bandbox-rounded-pp,
.z-datebox-rounded-pp,
.z-combobox-pp,
.z-bandbox-pp,
.z-datebox-pp {
	display: block; position: absolute;
	background: white; border: 1px solid #86A4BE; padding: 2px;
	font-size: 11px;
}
.z-combobox-rounded-pp,
.z-bandbox-rounded-pp,
.z-combobox-pp,
.z-bandbox-pp {
	font-family: arial, sans-serif;
	overflow: auto;
}

.z-combobox-rounded-pp .z-comboitem-text, .z-combobox-rounded-pp .z-comboitem-btn,
.z-combobox-pp .z-comboitem-text, .z-combobox-pp .z-comboitem-btn {
	white-space: nowrap; font-size: 11px; cursor: pointer;
}
.z-combobox-rounded-pp .z-comboitem-inner, .z-combobox-rounded-pp .z-comboitem-cnt,
.z-combobox-pp .z-comboitem-inner, .z-combobox-pp .z-comboitem-cnt {
	color: #888; font-size: 10px; padding-left: 6px;
}
.z-combobox-rounded-pp .z-comboitem, 
.z-combobox-rounded-pp .z-comboitem a, 
.z-combobox-rounded-pp .z-comboitem a:visited,
.z-combobox-pp .z-comboitem, 
.z-combobox-pp .z-comboitem a, 
.z-combobox-pp .z-comboitem a:visited {
	font-size: 12px; 
	font-weight: normal; 
	color: black;
	text-decoration: none;
}
.z-combobox-rounded-pp .z-comboitem a:hover,
.z-combobox-pp .z-comboitem a:hover {
	text-decoration: underline;
}
.z-combobox-rounded-pp .z-comboitem-seld,
.z-combobox-pp .z-comboitem-seld {
	background: #b3c8e8;
}
.z-combobox-rounded-pp .z-comboitem-over,
.z-combobox-pp .z-comboitem-over {
	background: #D3EFFA;
}
.z-combobox-rounded-pp .z-comboitem-over-seld,
.z-combobox-pp .z-comboitem-over-seld {
	background: #81D0F7;
}
.z-comboitem .z-comboitem-text {
	font-size: 12px;
}
.z-comboitem .z-comboitem-img {
	width: 1px;
}


.z-bandbox .z-bandbox-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/input/bandbtn.gif);
}

.z-datebox .z-datebox-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/input/datebtn.gif);
}
.z-datebox-rounded-pp,
.z-datebox-pp {
	border: 1px solid #888888;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.z-datebox-rounded-pp .z-datebox-rounded-calyear,
.z-datebox-pp .z-datebox-calyear {
	background: #d8e8f0;
}

.z-combobox-rounded-shadow, .z-bandbox-rounded-shadow, .z-datebox-rounded-shadow,
.z-combobox-shadow, .z-bandbox-shadow, .z-datebox-shadow {
	border-radius: 3px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-moz-border-radius: 3px;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-border-radius: 3px;
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.z-spinner-rounded-disd,
.z-doublespinner-rounded-disd,
.z-timebox-rounded-disd,
.z-datebox-rounded-disd,
.z-bandbox-rounded-disd,
.z-combobox-rounded-disd,
.z-spinner-disd,
.z-doublespinner-disd,
.z-timebox-disd,
.z-datebox-disd,
.z-bandbox-disd,
.z-comboitem-disd,
.z-combobox-disd {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.z-spinner-rounded-disd, .z-spinner-rounded-disd *,
.z-doublespinner-rounded-disd, .z-doublespinner-rounded-disd *,
.z-timebox-rounded-disd, .z-timebox-rounded-disd *,
.z-datebox-rounded-disd, .z-datebox-rounded-disd *,
.z-bandbox-rounded-disd, .z-bandbox-rounded-disd *,
.z-combobox-rounded-disd, .z-combobox-rounded-disd * {
	cursor: default !important;
	color: #303030 !important;
}
.z-spinner-disd, .z-spinner-disd *,
.z-doublespinner-disd, .z-doublespinner-disd *,
.z-timebox-disd, .z-timebox-disd *,
.z-datebox-disd, .z-datebox-disd *,
.z-bandbox-disd, .z-bandbox-disd *,
.z-comboitem-disd, .z-comboitem-disd *,
.z-combobox-disd, .z-combobox-disd * {
	cursor: default !important;
	color: #AAAAAA !important;
	background: #F0F0F0;
}
.z-timebox-rounded-disd,
.z-timebox-disd {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.z-comboitem-text-disd,
.z-spinner-text-disd,
.z-doublespinner-text-disd,
.z-timebox-text-disd,
.z-datebox-text-disd,
.z-bandbox-text-disd,
.z-combobox-text-disd {
	background: #F0F0F0;
}
.z-spinner-readonly,
.z-doublespinner-readonly,
.z-timebox-readonly,
.z-datebox-readonly,
.z-bandbox-readonly,
.z-combobox-readonly,
.z-spinner-focus .z-spinner-readonly,
.z-doublespinner-focus .z-doublespinner-readonly,
.z-timebox-focus .z-timebox-readonly,
.z-datebox-focus .z-datebox-readonly,
.z-bandbox-focus .z-bandbox-readonly,
.z-combobox-focus .z-combobox-readonly {
	background: transparent repeat-x 0 0;
	background-color: #FAFAFA;
	border: 1px solid #E6E6E6;
	border-top-color: #B2B2B2;
	border-right-width: 0;
	padding-right: 1px;
	cursor: default;
}
.z-combobox-real-readonly .z-combobox-right-edge,
.z-bandbox-real-readonly .z-bandbox-right-edge,
.z-datebox-real-readonly .z-datebox-right-edge,
.z-timebox-real-readonly .z-timebox-right-edge,
.z-spinner-real-readonly .z-spinner-right-edge,
.z-doublespinner-real-readonly .z-doublespinner-right-edge {
	border-right-width: 1px !important;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}
.z-combobox-rounded-readonly,
.z-bandbox-rounded-readonly,
.z-datebox-rounded-readonly,
.z-timebox-rounded-readonly,
.z-spinner-rounded-readonly,
.z-doublespinner-rounded-readonly {
	background-position: 0 -96px;
	cursor: default;
}
.z-combobox-rounded-readonly {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/combobox-rounded.png);
}
.z-bandbox-rounded-readonly {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/bandbox-rounded.png);
}
.z-datebox-rounded-readonly {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/datebox-rounded.png);
}
.z-timebox-rounded-readonly,
.z-spinner-rounded-readonly,
.z-doublespinner-rounded-readonly {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);	
}
.z-combobox-rounded .z-combobox-rounded-btn-right-edge.z-combobox-rounded-btn-readonly,
.z-combobox-rounded i.z-combobox-rounded-btn-right-edge-readonly,
.z-bandbox-rounded .z-bandbox-rounded-btn-right-edge.z-bandbox-rounded-btn-readonly,
.z-bandbox-rounded i.z-bandbox-rounded-btn-right-edge-readonly,
.z-datebox-rounded .z-datebox-rounded-btn-right-edge.z-datebox-rounded-btn-readonly,
.z-datebox-rounded i.z-datebox-rounded-btn-right-edge-readonly,
.z-timebox-rounded .z-timebox-rounded-btn-right-edge.z-timebox-rounded-btn-readonly,
.z-timebox-rounded i.z-timebox-rounded-btn-right-edge-readonly,
.z-spinner-rounded .z-spinner-rounded-btn-right-edge.z-spinner-rounded-btn-readonly,
.z-doublespinner-rounded .z-doublespinner-rounded-btn-right-edge.z-doublespinner-rounded-btn-readonly,
.z-spinner-rounded i.z-spinner-rounded-btn-right-edge-readonly,
.z-doublespinner-rounded i.z-doublespinner-rounded-btn-right-edge-readonly {
	background-position: -19px -216px;
}
.z-combobox-rounded .z-combobox-rounded-btn-readonly,
.z-bandbox-rounded .z-bandbox-rounded-btn-readonly,
.z-datebox-rounded .z-datebox-rounded-btn-readonly,
.z-timebox-rounded .z-timebox-rounded-btn-readonly,
.z-spinner-rounded .z-spinner-rounded-btn-readonly,
.z-doublespinner-rounded .z-doublespinner-rounded-btn-readonly {
	background-position: 0 -216px;
}
.z-spinner-rounded-real-readonly .z-spinner-rounded-btn-over,
.z-doublespinner-rounded-real-readonly .z-doublespinner-rounded-btn-over,
.z-timebox-rounded-real-readonly .z-timebox-rounded-btn-over,
.z-datebox-rounded-real-readonly .z-datebox-rounded-btn-over,
.z-bandbox-rounded-real-readonly .z-bandbox-rounded-btn-over,
.z-combobox-rounded-real-readonly .z-combobox-rounded-btn-over {
	background-position: 0 -144px;
}

.z-spinner-real-readonly,
.z-doublespinner-real-readonly,
.z-timebox-real-readonly,
.z-datebox-real-readonly,
.z-bandbox-real-readonly,
.z-combobox-real-readonly {
	background-color: #FAFAFA;
}

.z-combobox-rounded-focus .z-combobox-rounded-readonly,
.z-bandbox-rounded-focus .z-bandbox-rounded-readonly,
.z-datebox-rounded-focus .z-datebox-rounded-readonly,
.z-timebox-rounded-focus .z-timebox-rounded-readonly,
.z-spinner-rounded-focus .z-spinner-rounded-readonly,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-readonly {
	background-position: 0 -96px;
}
.z-combobox-rounded-focus .z-combobox-rounded-btn-right-edge.z-combobox-rounded-btn-readonly,
.z-combobox-rounded-focus i.z-combobox-rounded-btn-right-edge-readonly,
.z-bandbox-rounded-focus .z-bandbox-rounded-btn-right-edge.z-bandbox-rounded-btn-readonly,
.z-bandbox-rounded-focus i.z-bandbox-rounded-btn-right-edge-readonly,
.z-datebox-rounded-focus .z-datebox-rounded-btn-right-edge.z-datebox-rounded-btn-readonly,
.z-datebox-rounded-focus i.z-datebox-rounded-btn-right-edge-readonly,
.z-timebox-rounded-focus .z-timebox-rounded-btn-right-edge.z-timebox-rounded-btn-readonly,
.z-timebox-rounded-focus i.z-timebox-rounded-btn-right-edge-readonly,
.z-spinner-rounded-focus .z-spinner-rounded-btn-right-edge.z-spinner-rounded-btn-readonly,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-btn-right-edge.z-doublespinner-rounded-btn-readonly,
.z-spinner-rounded-focus i.z-spinner-rounded-btn-right-edge-readonly,
.z-doublespinner-rounded-focus i.z-doublespinner-rounded-btn-right-edge-readonly {
	background-position: -19px -216px;
}
.z-combobox-rounded-focus .z-combobox-rounded-btn-readonly,
.z-bandbox-rounded-focus .z-bandbox-rounded-btn-readonly,
.z-datebox-rounded-focus .z-datebox-rounded-btn-readonly,
.z-timebox-rounded-focus .z-timebox-rounded-btn-readonly,
.z-spinner-rounded-focus .z-spinner-rounded-btn-readonly,
.z-doublespinner-rounded-focus .z-doublespinner-rounded-btn-readonly {
	background-position: 0 -216px;
}

.z-combobox-inplace,
.z-bandbox-inplace,
.z-datebox-inplace,
.z-timebox-inplace,
.z-spinner-inplace,
.z-doublespinner-inplace {
	border: 0;
	background: none;
	padding-top: 1px;
	padding-bottom: 1px;
}
.z-combobox-rounded-inplace .z-combobox-rounded-inp,
.z-bandbox-rounded-inplace .z-bandbox-rounded-inp,
.z-datebox-rounded-inplace .z-datebox-rounded-inp,
.z-timebox-rounded-inplace .z-timebox-rounded-inp,
.z-spinner-rounded-inplace .z-spinner-rounded-inp,
.z-doublespinner-rounded-inplace .z-doublespinner-rounded-inp,
.z-combobox-inplace .z-combobox-inp,
.z-bandbox-inplace .z-bandbox-inp,
.z-datebox-inplace .z-datebox-inp,
.z-timebox-inplace .z-timebox-inp,
.z-spinner-inplace .z-spinner-inp,
.z-doublespinner-inplace .z-doublespinner-inp {
	padding: 2px 1px 2px 5px;
	border: 0;
	background: none;
	
}
.z-combobox-rounded-inplace .z-combobox-rounded-inp,
.z-bandbox-rounded-inplace .z-bandbox-rounded-inp,
.z-datebox-rounded-inplace .z-datebox-rounded-inp,
.z-timebox-rounded-inplace .z-timebox-rounded-inp,
.z-spinner-rounded-inplace .z-spinner-rounded-inp,
.z-doublespinner-rounded-inplace .z-doublespinner-rounded-inp {
	padding-top: 5px;
	padding-bottom: 5px;
	background: none !important;
}
.z-combobox-inplace .z-combobox-inp,
.z-bandbox-inplace .z-bandbox-inp,
.z-datebox-inplace .z-datebox-inp,
.z-timebox-inplace .z-timebox-inp,
.z-spinner-inplace .z-spinner-inp,
.z-doublespinner-inplace .z-doublespinner-inp {
	border-right-width: 0 !important;
}
.z-combobox-inplace .z-combobox-btn,
.z-bandbox-inplace .z-bandbox-btn,
.z-datebox-inplace .z-datebox-btn,
.z-timebox-inplace .z-timebox-btn,
.z-spinner-inplace .z-spinner-btn,
.z-doublespinner-inplace .z-doublespinner-btn {
	display: none;
}
.z-combobox-rounded-inplace .z-combobox-rounded-btn,
.z-bandbox-rounded-inplace .z-bandbox-rounded-btn,
.z-datebox-rounded-inplace .z-datebox-rounded-btn,
.z-timebox-rounded-inplace .z-timebox-rounded-btn,
.z-spinner-rounded-inplace .z-spinner-rounded-btn,
.z-doublespinner-rounded-inplace .z-doublespinner-rounded-btn {
	visibility: hidden;
	background: none !important;
}









@media print {
    .z-borderlayout {
		
	}
}

@media screen {
    .z-borderlayout { 
		position: relative; 
	}
}

.z-borderlayout {
	width:100%;
	height:100%;
	overflow: hidden;
	background-color: #F0F0F0;
	border: 0;	
}

.z-north,
.z-south,
.z-west,
.z-center,
.z-east {
	border: 1px solid #8FB9D0;
	position: absolute;
	overflow: hidden;
	background-color: white;
}
.z-north,
.z-south,
.z-center {
	width: 100%;
	
}
.z-west,
.z-east {
	height: 100%;
	
}
.z-west-noborder,
.z-center-noborder,
.z-east-noborder,
.z-north-noborder,
.z-south-noborder {
	border:0;
}
.z-east-splt,
.z-west-splt,
.z-north-splt,
.z-south-splt {
	position: absolute;
	height: 6px;
	width: 6px;
	background: transparent left;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-h.png);
	cursor: col-resize;
	cursor: e-resize;
	line-height: 0;
	font-size: 0;
}
.z-north-splt,
.z-south-splt {
	background: transparent top;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-v.png);
	cursor: row-resize;
	cursor: s-resize;
}

.z-west, .z-west-colpsd {
	z-index: 12;
}
.z-center {
	z-index: 8;
}
.z-east, .z-east-colpsd {
	z-index: 10;
}
.z-north, .z-north-colpsd {
	z-index: 16;
}
.z-south, .z-south-colpsd {
	z-index: 14;
} 
.z-west-splt {
	z-index: 11;
}
.z-east-splt {
	z-index: 9;
}
.z-north-splt {
	z-index: 15;
}
.z-south-splt {
	z-index: 13;
}


.z-borderlayout-icon {
	overflow: hidden;
	width: 15px;
	height: 15px;
	float: right;
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/layout/borderlayout-btn.png);
	margin-left: 2px;
	cursor: pointer;
}

.z-west-header,
.z-center-header,
.z-east-header,
.z-north-header,
.z-south-header {
	color: #00547A;
	font-size: 12px;
	font-family: arial, sans-serif;
	font-weight: bold;
	padding: 5px 3px 4px 5px;
	border-bottom: 1px solid #8FB9D0;
	background: transparent repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/layout/borderlayout-hm.png);
	white-space: nowrap;
	overflow: hidden;
	line-height: 15px;
	zoom: 1;
	cursor: default;
}

.z-north-exp,
.z-south-exp {
	margin: 3px;
	float: right; 
}
.z-east-exp,
.z-west-exp {
	margin: 3px auto;
	float: none;
}
.z-north-colps,
.z-south-exp {
	background-position: 0 0;
}
.z-north-colps-over,
.z-south-exp-over {
	background-position: -15px 0;
}
.z-east-colps,
.z-west-exp {
	background-position: 0 -15px;
}
.z-east-colps-over,
.z-west-exp-over {
	background-position: -15px -15px;
}
.z-south-colps,
.z-north-exp {
	background-position: 0 -30px;
}
.z-south-colps-over,
.z-north-exp-over {
	background-position: -15px -30px;
}
.z-west-colps,
.z-east-exp {
	background-position: 0 -45px;
}
.z-west-colps-over,
.z-east-exp-over {
	background-position: -15px -45px;
}
.z-east-colpsd,
.z-west-colpsd,
.z-south-colpsd,
.z-north-colpsd {
	background-color: #FCFCFC;
	width: 22px;
	height: 22px;
	border: 1px solid #8FB9D0;
	overflow: hidden;
	position: absolute;
	cursor: pointer;
}
.z-east-colpsd-over,
.z-west-colpsd-over,
.z-south-colpsd-over,
.z-north-colpsd-over {
	cursor: pointer;
	background-color: #E5F5FD;
}


.z-east-splt-btn,
.z-west-splt-btn,
.z-north-splt-btn,
.z-south-splt-btn {
	filter: alpha(opacity=50);  
	opacity: 0.5;  
	background-repeat: no-repeat;
	display: -moz-inline-box;
	vertical-align: top;
	display: inline-block;	
    line-height: 1px;
    font-size: 1px;
    cursor: pointer;
}
.z-east-splt-btn-over,
.z-west-splt-btn-over,
.z-north-splt-btn-over,
.z-south-splt-btn-over {
	opacity: 1;
	filter: alpha(opacity=100);
}
.z-west-splt-btn,
.z-east-splt-btn {
	width: 6px; min-height: 50px; height: 50px;
}
.z-west-splt-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-l.png);
}
.z-east-splt-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-r.png);
}
.z-north-splt-btn,
.z-south-splt-btn {
	width: 50px; min-height: 5px; height: 6px;
}
.z-north-splt-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-t.png);
}
.z-south-splt-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-b.png);
}



.z-north-capcnt,
.z-south-capcnt,
.z-west-capcnt,
.z-east-capcnt,
.z-center-capcnt {
	float: left;
	overflow: hidden;
	height: 21px;
	white-space: nowrap;
}
.z-button,
.z-button tr td {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: black;
	cursor: pointer;
	white-space: nowrap;
}
button.z-button {
	padding:0 !important;
	margin:0 !important;
	border:0 !important;
	background: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 4px !important;
	height: 1px !important;
}
.z-button .z-button-cr * {
	display: block;
	width: 4px !important;
	overflow: hidden;
	font-size: 0 !important;
	line-height: 0 !important;
}
span.z-button {
	display: -moz-inline-box;
	vertical-align: bottom;
	display: inline-block;
	margin: 1px 1px 0 0;
}


.z-button-disd {
	color: gray;
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}
.z-button-disd tr td {
	cursor: default;
}

.z-button-os {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}


.z-button .z-button-tl,
.z-button .z-button-tr,
.z-button .z-button-bl,
.z-button .z-button-br{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-corner.gif);
}
.z-button .z-button-tm, .z-button .z-button-bm  {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-x.gif);
}
.z-button .z-button-cl, .z-button .z-button-cr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-y.gif);
}
.z-button .z-button-cm {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-ctr.gif);
}


.z-button .z-button-tl,
.z-button .z-button-cl,
.z-button .z-button-tr,
.z-button .z-button-cr {
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 4px;
	padding: 0;
	margin: 0;
}
.z-button .z-button-tr,
.z-button .z-button-cr {
	background-position: -4px 0;
}
.z-button .z-button-tl,
.z-button .z-button-tr {
	height: 4px;
	
	font-size: 0px;
}
.z-button-focus .z-button-tl,
.z-button-focus .z-button-cl {
	background-position: -16px 0;
}
.z-button-focus .z-button-tr,
.z-button-focus .z-button-cr {
	background-position: -20px 0;
}
.z-button-over .z-button-tl,
.z-button-over .z-button-cl {
	background-position: -8px 0;
}
.z-button-over .z-button-tr,
.z-button-over .z-button-cr {
	background-position: -12px 0;
}
.z-button-clk .z-button-tl,
.z-button-clk .z-button-cl {
	background-position: -24px 0;
}
.z-button-clk .z-button-tr,
.z-button-clk .z-button-cr {
	background-position: -28px 0;
}
.z-button .z-button-cl {
	text-align: right;
}


.z-button .z-button-bl,
.z-button .z-button-br {
	width: 4px;
	height: 4px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 -4px;
}
.z-button .z-button-br {
	background-position: -4px -4px;
}
.z-button-focus .z-button-bl {
	background-position: -16px -4px;
}
.z-button-focus .z-button-br {
	background-position: -20px -4px;
}
.z-button-over .z-button-bl {
	background-position: -8px -4px;
}
.z-button-over .z-button-br {
	background-position: -12px -4px;
}
.z-button-clk .z-button-bl {
	background-position: -24px -4px;
}
.z-button-clk .z-button-br {
	background-position: -28px -4px;
}


.z-button .z-button-tm {
	background-repeat: repeat-x;
	background-position: 0 0;
}
.z-button .z-button-bm {
	height: 4px;
	background-repeat: repeat-x;
	background-position: 0 -4px;
}
.z-button-focus .z-button-tm {
	background-position: 0 -16px;
}
.z-button-focus .z-button-bm {
	background-position: 0 -20px;
}
.z-button-over .z-button-tm {
	background-position: 0 -8px;
}
.z-button-over .z-button-bm {
	background-position: 0 -12px;
}
.z-button-clk .z-button-tm{
	background-position: 0 -24px;
}
.z-button-clk .z-button-bm {
	background-position: 0 -28px;
}


.z-button .z-button-cm {
	margin: 0; overflow: hidden;
	vertical-align: middle;
	text-align: center;
	padding: 0 7px;
	background-repeat: repeat-x;
	background-position: 0 0;
	white-space: nowrap;
}
.z-button-focus .z-button-cm {
	background-position: 0 -1000px;
}
.z-button-over .z-button-cm {
	background-position: 0 -500px;
}
.z-button-clk .z-button-cm {
	background-position: 0 -1500px;
	padding: 0 6px 0 8px;
}


td.z-hbox-sep,
tr.z-vbox-sep {
	padding: 0; 
	margin: 0;
}
td.z-hbox-sep {
	width: 0.3em;
}
tr.z-vbox-sep {
	height: 0.3em;
}


.z-splitter-ver-btn-t,
.z-splitter-ver-btn-b,
.z-splitter-hor-btn-l,
.z-splitter-hor-btn-r,
.z-splitter-hor,
.z-splitter-ver,
.z-splitter-os-ver-btn-t,
.z-splitter-os-ver-btn-b,
.z-splitter-os-hor-btn-l,
.z-splitter-os-hor-btn-r,
.z-splitter-os-hor,
.z-splitter-os-ver,
.z-splitter-os-hor-ns,
.z-splitter-os-ver-ns {
	font-size: 0;
}
.z-splitter-hor span,
.z-splitter-ver span,
.z-splitter-ver-btn-t,
.z-splitter-ver-btn-b,
.z-splitter-hor-btn-l,
.z-splitter-hor-btn-r,
.z-splitter-os-ver-btn-t,
.z-splitter-os-ver-btn-b,
.z-splitter-os-hor-btn-l,
.z-splitter-os-hor-btn-r {
	display: -moz-inline-box;
	vertical-align: top;
	display: inline-block;
	cursor: pointer;
}
.z-splitter-hor-outer,
.z-splitter-os-hor-outer {
	background: transparent repeat-y top right;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-h-ns.png);
}
.z-splitter-os-hor-outer {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-h-os.gif);
}
.z-splitter-ver-outer .z-splitter-ver-outer-td,
.z-splitter-os-ver-outer .z-splitter-os-ver-outer-td {
 	background: transparent repeat-x bottom left;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-v-ns.png);
}
.z-splitter-os-ver-outer .z-splitter-os-ver-outer-td {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-v-os.gif);
}
.z-splitter-hor {
	background: transparent no-repeat center left;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-h.png);
	max-width: 6px; width: 6px;
}
.z-splitter-hor,
.z-splitter-os-hor {
	cursor: e-resize;
}
.z-splitter-hor-outer,
.z-splitter-os-hor,
.z-splitter-os-hor-ns,
.z-splitter-os-hor-outer {
	max-width: 8px; width: 8px;
	
}
.z-splitter-ver {
	background: transparent no-repeat top center;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/splt-v.png);
	max-height: 6px; height: 6px;
	border-width: 1px 0;
}
.z-splitter-ver,
.z-splitter-os-ver {
	cursor: s-resize;
}

.z-splitter-os-ver,
.z-splitter-os-ver-ns,
.z-splitter-ver-outer .z-splitter-ver-outer-td,
.z-splitter-os-ver-outer .z-splitter-os-ver-outer-td {
	max-height: 8px; height: 8px;
}
.z-splitter-hor-ns,
.z-splitter-ver-ns {
	background-image: none; background-position: none;
}
.z-splitter-hor-ns,
.z-splitter-ver-ns,
.z-splitter-os-hor-ns,
.z-splitter-os-ver-ns {
	cursor: default;
}
.z-splitter-ver-btn-t:hover,
.z-splitter-ver-btn-b:hover,
.z-splitter-hor-btn-l:hover,
.z-splitter-hor-btn-r:hover,
.z-splitter-os-ver-btn-t:hover,
.z-splitter-os-ver-btn-b:hover,
.z-splitter-os-hor-btn-l:hover,
.z-splitter-os-hor-btn-r:hover {
	opacity: 1;
}
.z-splitter-ver-btn-t,
.z-splitter-ver-btn-b,
.z-splitter-hor-btn-l,
.z-splitter-hor-btn-r,
.z-splitter-os-ver-btn-t,
.z-splitter-os-ver-btn-b,
.z-splitter-os-hor-btn-l,
.z-splitter-os-hor-btn-r  {
	filter: alpha(opacity=50);  
	opacity: 0.5;  
	background-repeat: no-repeat;
}
.z-splitter-ver-btn-visi, .z-splitter-hor-btn-visi {
	filter: alpha(opacity=100) !important;  
}
.z-splitter-hor-btn-l,
.z-splitter-hor-btn-r,
.z-splitter-os-hor-btn-l,
.z-splitter-os-hor-btn-r {
	min-height: 50px; height: 50px;
}
.z-splitter-hor-btn-l,
.z-splitter-hor-btn-r {
	width: 6px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-l.png);
}
.z-splitter-hor-btn-r {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-r.png);
}
.z-splitter-ver-btn-t,
.z-splitter-ver-btn-b {
	width: 50px; min-height: 6px; height: 6px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-t.png);
}
.z-splitter-ver-btn-b {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-b.png);
}
.z-splitter-os-hor-btn-l,
.z-splitter-os-hor-btn-r {
	width: 8px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-l-os.gif);
}
.z-splitter-os-hor-btn-r {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-r-os.gif);
}
.z-splitter-os-ver-btn-t,
.z-splitter-os-ver-btn-b {
	width: 50px; min-height: 8px; height: 8px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-t-os.gif);
}
.z-splitter-os-ver-btn-b {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/splt/colps-b-os.gif);
}



.z-splitter-hor-outer,
.z-splitter-ver {
	border: 1px solid #8FB9D0;
}
.z-splitter-hor-outer {
	border-width: 0 1px;
	max-width: 6px;
	width: 6px;
}


.z-calendar {
	background: white;
	border: 1px solid #8FB9D0;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	width: 215px;
	padding: 2px;
}
.z-calendar,
.z-calendar-title-over {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}
.z-datebox-rounded-pp .z-calendar,
.z-datebox-pp .z-calendar {
	border: 0;
}



.z-calendar-tdl,
.z-calendar-tdr {
	position: relative;
	width : 10px;
	padding-bottom: 10px;
	width: 16px;
	cursor: pointer;
}
.z-calendar-left,
.z-calendar-right {
	position: relative;
}
.z-calendar-left-icon,
.z-calendar-right-icon {
	border-top: 6px solid white;
	border-bottom: 6px solid white;
	height: 0;
	width: 0;
	line-height: 0;
	position: absolute;
	cursor: pointer;
	font-size: 0;
}
.z-calendar-left-icon {
	border-right: 6px solid #cccccc;
	border-left: 0;
	right: 0;
}
.z-calendar-right-icon {
	border-left: 6px solid #cccccc;
	border-right: 0;
	left: 0;
}
.z-calendar-over .z-calendar-left-icon {
	border-right-color: #c3e5f4;
}
.z-calendar-over .z-calendar-right-icon {
	border-left-color: #c3e5f4;
}
.z-calendar-icon-disd .z-calendar-left-icon {
	border-right: 6px solid #E3E3E3;
	cursor: auto;
}
.z-calendar-icon-disd .z-calendar-right-icon {
	border-left: 6px solid #E3E3E3;
	cursor: auto;
}
.z-calendar-icon-disd {
	cursor: default;
}
.z-calendar-disd {
	opacity: .6;
	filter: alpha(opacity=60);
}

.z-calendar-disd,
.z-calendar-disd * {
	cursor: default !important;
	color: #AAAAAA !important;
	color: rgba(170,170,170,0.6) !important;
}

.z-datebox-timezone-body,
.z-datebox-timezone-item {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.z-calendar-calctrl td {
	font-size: 12px; 
	text-align: center;
	white-space: nowrap;
}
.z-calendar-title,
.z-calendar-calctrl .z-calendar-ctrler {
	cursor: pointer;
	font-weight:bold;
	font-family:arial;
	font-size: 12px;
	color: #252525;
}
.z-calendar-caldayrow .z-calendar-over,
.z-calendar-title-over .z-calendar-ctrler {
	color: #37d4ff;
}

.z-calendar-calyear td,
.z-calendar-calmon td {
	padding: 12px 3px;
	font-size: 12px;
}
.z-calendar-calday {
	table-layout: fixed;
}
.z-calendar-calyear td,
.z-calendar-calmon td,
.z-calendar-caldayrow td {
	font-size: 11px; 
	text-align: center;
	cursor: pointer; 
	text-decoration: none;
	-moz-user-select: none;
	color: #636363;	
}
.z-calendar-calday td {
	padding: 3px 0;
}
.z-calendar-calyear .z-calendar-over,
.z-calendar-calmon .z-calendar-over,
.z-calendar-caldayrow .z-calendar-over {
	background: #F1F9FC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}

.z-calendar-calyear td.z-calendar-seld,
.z-calendar-calmon td.z-calendar-seld,
.z-calendar-calday td.z-calendar-seld {
	background: #fdf2e6; 
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.z-calendar td.z-calendar-over-seld {
	background: #5FA4FF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	color: white;
}
.z-calendar-caldow td {
	text-align: center;
}
.z-calendar-caldow .z-calendar-wkend,
.z-calendar-caldow .z-calendar-wkday,
.z-calendar-caldow .z-calendar-woy {
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
}
.z-calendar-caldow .z-calendar-wkend {
	color: #f7941d;
}
.z-calendar-caldow .z-calendar-wkday {
	color: #636363;
}
.z-calendar .z-calendar-outside {
	color: #888888;
	text-shadow: none;
}


td.z-calendar-wkend {
	background: #f7f7f7;
}







td.z-calendar-woy {
	background: #636363;
	font-style: italic;
	color: #FFFFFF;
}.z-caption input, .z-caption td {
	font-size: 11px;
}
.z-caption .z-caption-l, .z-caption .z-caption-r {
	font-size: 12px;
}
.z-caption button, .z-caption .z-button .z-button-btn {
	font-size: 10px; font-weight: normal;
	padding-top: 0; padding-bottom: 0; margin-top: 0; margin-bottom: 0;
}
.z-caption a, .z-caption a:visited {
	font-size: 11px; font-weight: normal; color: black; background: none;
	text-decoration: none;
}
.z-caption .z-toolbar a, .z-caption .z-toolbar a:visited, .z-caption .z-toolbar a:hover {
	background: none; border: 0; color: white;
}
.z-caption a:hover {
	text-decoration: underline;
}


.z-combobutton,
.z-combobutton tr td,
.z-combobutton-tbbtn,
.z-combobutton-tbbtn tr td {
	font-family: arial, sans-serif;
	font-size: 12px; 
	color: black;
	cursor: pointer; 
	white-space: nowrap;
}
button.z-combobutton,
button.z-combobutton-tbbtn {
	padding:0 !important; 
	margin:0 !important; 
	border:0 !important;
	background: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	width: 4px !important;
	height: 1px !important;
}
.z-combobutton .z-combobutton-cr *,
.z-combobutton-tbbtn .z-combobutton-tbbtn-cr * {
	display: block;
	overflow: hidden;
	font-size: 0 !important;
	line-height: 0 !important;
}
span.z-combobutton,
span.z-combobutton-tbbtn {
	display: -moz-inline-box; 
	vertical-align: bottom; 
	display: inline-block;
	margin: 1px 1px 0 0;
}


.z-combobutton-disd,
.z-combobutton-tbbtn-disd {
	color: gray;
	opacity: .6; 
	-moz-opacity: .6; 
	filter: alpha(opacity=60);
}
.z-combobutton-disd tr td,
.z-combobutton-tbbtn-disd tr td {
	cursor: default;
}

.z-combobutton .z-combobutton-tl, 
.z-combobutton .z-combobutton-bl {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-corner.gif);
}
.z-combobutton .z-combobutton-tr, 
.z-combobutton .z-combobutton-br {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/combobutton-corner-r.gif);
}
.z-combobutton .z-combobutton-tm,
.z-combobutton .z-combobutton-bm {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-x.gif);
}
.z-combobutton .z-combobutton-cl {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-y.gif);
}
.z-combobutton .z-combobutton-cr,
.z-combobutton-tbbtn .z-combobutton-tbbtn-cr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/combobutton-y-r.gif);
}
.z-combobutton .z-combobutton-cm,
.z-combobutton-tbbtn .z-combobutton-tbbtn-cm {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-ctr.gif);
}

.z-combobutton .z-combobutton-tl,
.z-combobutton .z-combobutton-cl,
.z-combobutton .z-combobutton-bl {
	width: 4px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: 0 0;
}
.z-combobutton .z-combobutton-tr,
.z-combobutton .z-combobutton-cr,
.z-combobutton .z-combobutton-br {
	width: 17px;
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
	background-position: -4px 0;
	border-left: 1px solid #D4D4D4;
}
.z-combobutton .z-combobutton-tl, 
.z-combobutton .z-combobutton-tm, 
.z-combobutton .z-combobutton-tr,
.z-combobutton .z-combobutton-bl,
.z-combobutton .z-combobutton-bm,
.z-combobutton .z-combobutton-br {
	height: 4px;
	padding: 0;
	margin: 0;
}

.z-combobutton-focus .z-combobutton-tl,
.z-combobutton-focus .z-combobutton-cl {
	background-position: -16px 0;
}
.z-combobutton-focus .z-combobutton-tr {
	background-position: -4px -16px;
}
.z-combobutton-focus .z-combobutton-cr,
.z-combobutton-tbbtn-focus .z-combobutton-tbbtn-cr {
	background-position: -46px 0;
}
.z-combobutton-over .z-combobutton-tl,
.z-combobutton-over .z-combobutton-cl {
	background-position: -8px 0;
}
.z-combobutton-over .z-combobutton-cr,
.z-combobutton-over .z-combobutton-tr {
	border-left: 1px solid #8FB9D0;
}
.z-combobutton-over .z-combobutton-tr {
	background-position: -4px -8px;
}
.z-combobutton-over .z-combobutton-cr,
.z-combobutton-tbbtn-over .z-combobutton-tbbtn-cr {
	background-position: -25px 0;
}
.z-combobutton-clk .z-combobutton-tl,
.z-combobutton-clk .z-combobutton-cl {
	background-position: -24px 0;
}
.z-combobutton-clk .z-combobutton-tr,
.z-combobutton-clk .z-combobutton-cr {
	background-position: -4px -24px;
	border-color: #499EB3;
}
.z-combobutton-clk .z-combobutton-cr {
	background-position: -67px 0;
}
.z-combobutton .z-combobutton-cl {
	text-align: right;
}


.z-combobutton .z-combobutton-bl {
	background-position: 0 -4px;
}
.z-combobutton .z-combobutton-br {
	background-position: -4px -4px;
}
.z-combobutton-focus .z-combobutton-bl {
	background-position: -16px -4px;
}
.z-combobutton-focus .z-combobutton-br {
	background-position: -4px -20px;
}
.z-combobutton-over .z-combobutton-bl {
	background-position: -8px -4px;
}
.z-combobutton-over .z-combobutton-br {
	background-position: -4px -12px;
	border-left: 1px solid #8FB9D0;
}
.z-combobutton-clk .z-combobutton-bl {
	background-position: -24px -4px;
}
.z-combobutton-clk .z-combobutton-br {
	background-position: -4px -28px;
	border-color: #499EB3;
}


.z-combobutton .z-combobutton-tm {
	background-repeat: repeat-x;
	background-position: 0 0;
}
.z-combobutton .z-combobutton-bm {
	height: 4px;
	background-repeat: repeat-x;
	background-position: 0 -4px;
}
.z-combobutton-focus .z-combobutton-tm {
	background-position: 0 -16px;
}
.z-combobutton-focus .z-combobutton-bm {
	background-position: 0 -20px;
}
.z-combobutton-over .z-combobutton-tm {
	background-position: 0 -8px;
}
.z-combobutton-over .z-combobutton-bm {
	background-position: 0 -12px;
}
.z-combobutton-clk .z-combobutton-tm {
	background-position: 0 -24px;
}
.z-combobutton-clk .z-combobutton-bm {
	background-position: 0 -28px;
}


.z-combobutton .z-combobutton-cm,
.z-combobutton-tbbtn .z-combobutton-tbbtn-cm {
	margin: 0; overflow: hidden;
	vertical-align: middle;
	text-align: center;
	padding: 0 7px;
	background-repeat: repeat-x;
	background-position: 0 0;
	white-space: nowrap;
}
.z-combobutton-focus .z-combobutton-cm,
.z-combobutton-tbbtn-focus .z-combobutton-tbbtn-cm {
	background-position: 0 -1000px;
}
.z-combobutton-over .z-combobutton-cm,
.z-combobutton-tbbtn-over .z-combobutton-tbbtn-cm {
	background-position: 0 -500px;
}
.z-combobutton-clk .z-combobutton-cm {
	background-position: 0 -1500px;
	padding: 0 6px 0 8px;
}
.z-combobutton .z-combobutton-cr .z-combobutton-btn-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/combobutton-right-btn.gif);
	background-position: 0 -4px;
	width: 14px !important;
	height: 15px;
	background-repeat: no-repeat;
}


.z-combobutton-tbbtn .z-combobutton-tbbtn-cm {
	font-size: 11px;
	background-image: none;
}
.z-combobutton-tbbtn-over  .z-combobutton-tbbtn-cm {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-ctr.gif);
}
.z-combobutton-tbbtn .z-combobutton-tbbtn-tl, 
.z-combobutton-tbbtn .z-combobutton-tbbtn-bl,
.z-combobutton-tbbtn .z-combobutton-tbbtn-tr, 
.z-combobutton-tbbtn .z-combobutton-tbbtn-br,
.z-combobutton-tbbtn .z-combobutton-tbbtn-tm,
.z-combobutton-tbbtn .z-combobutton-tbbtn-bm {
	display: none;
	zoom: 1;
}
.z-combobutton-tbbtn .z-combobutton-tbbtn-cr .z-combobutton-tbbtn-btn-img {
	background-repeat: no-repeat;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/combobutton-right-btn.gif);
	width: 10px !important;
	height: 18px;
	background-position: -2px -3px;
}
.z-combobutton-tbbtn .z-combobutton-tbbtn-cr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-ctr.gif);
	background-repeat: repeat-x;
	background-position: 0 0;
	width: 12px;
	border: 0 none;
}
.z-combobutton-tbbtn-over .z-combobutton-tbbtn-cr {
	background-position: 0 -500px;
}
.z-combobutton-tbbtn .z-combobutton-tbbtn-cm,
.z-combobutton-tbbtn .z-combobutton-tbbtn-cr {
	padding: 2px 2px 2px 3px;
}
.z-combobutton-tbbtn .z-combobutton-tbbtn-cr {
	padding-right: 1px;
	background-image: none;
}
.z-combobutton-tbbtn-over .z-combobutton-tbbtn-cr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/btn-ctr.gif);
}
.z-combobutton-tbbtn-over .z-combobutton-tbbtn-cm {
	padding: 1px 2px 1px 2px;
	border: 1px solid #7EAAC6;
	border-right: 0 none;
}
.z-combobutton-tbbtn-over .z-combobutton-tbbtn-cr {
	padding: 1px 1px 1px 2px;
	border: 1px solid #7EAAC6;
}

.z-textbox-disd,
.z-decimalbox-disd,
.z-intbox-disd,
.z-longbox-disd,
.z-doublebox-disd {
	 opacity: .6;
	 -moz-opacity: .6;
	 filter: alpha(opacity=60);
}

.z-textbox-disd,   .z-decimalbox-disd,   .z-intbox-disd,   .z-longbox-disd,   .z-doublebox-disd,
.z-textbox-disd *, .z-decimalbox-disd *, .z-intbox-disd *, .z-longbox-disd *, .z-doublebox-disd * {
	color: #AAAAAA !important;
}
.z-textbox, .z-decimalbox, .z-intbox, .z-longbox, .z-doublebox {
	background: #FFFFFF repeat-x 0 0;
	border: 1px solid #E6E6E6;
	border-top-color: #B2B2B2;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	padding: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
	outline: none;
}
.z-textbox-focus, .z-textbox-focus input,
.z-decimalbox-focus, .z-decimalbox-focus input,
.z-intbox-focus, .z-intbox-focus input,
.z-longbox-focus, .z-longbox-focus input,
.z-doublebox-focus, .z-doublebox-focus input {
	background: #FFFFFF repeat-x 0 0;
	border: 1px solid #D5EAFD;
	border-top: 1px solid #94B9DA;
}
.z-textbox-text-invalid,
.z-decimalbox-text-invalid,
.z-intbox-text-invalid,
.z-longbox-text-invalid,
.z-doublebox-text-invalid {
	background: #FFF repeat-x 0 0;
	border: 1px solid #DD7777;
}
.z-textbox-readonly, .z-textbox-text-disd,
.z-intbox-readonly, .z-intbox-text-disd,
.z-longbox-readonly, .z-longbox-text-disd,
.z-doublebox-readonly, .z-doublebox-text-disd,
.z-decimalbox-readonly, .z-decimalbox-text-disd {
	background: #F0F0F0;
	border: 1px solid #E6E6E6;
	border-top: 1px solid #B2B2B2;
}
.z-textbox-readonly,
.z-intbox-readonly,
.z-longbox-readonly,
.z-doublebox-readonly,
.z-decimalbox-readonly {
	background: #FAFAFA;
	cursor: default;
}


.z-textbox-inplace,
.z-decimalbox-inplace,
.z-intbox-inplace,
.z-longbox-inplace,
.z-doublebox-inplace {
	border: 0;
	padding: 3px 1px;
	background: none;
}




.z-textbox-rounded,
.z-decimalbox-rounded,
.z-intbox-rounded,
.z-longbox-rounded,
.z-doublebox-rounded {
	display: -moz-inline-box;
	display: inline-block;
}
.z-textbox-rounded-inp,
.z-decimalbox-rounded-inp,
.z-intbox-rounded-inp,
.z-longbox-rounded-inp,
.z-doublebox-rounded-inp {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	background: transparent repeat-x 0 0;
	
	
	height: 14px;
	border: 0;
	padding: 5px 4px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);
	background-position: 0 -24px;
}
.z-textbox-rounded-right-edge,
.z-decimalbox-rounded-right-edge,
.z-intbox-rounded-right-edge,
.z-longbox-rounded-right-edge,
.z-doublebox-rounded-right-edge {
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);	
	background-position: -19px -120px;
	vertical-align: top; 
	overflow: hidden;
	display: -moz-inline-box; 
	display: inline-block;
	border: 0;
	height: 24px;
	width: 5px;
	cursor: default;
	
}

.z-textbox-ml-rounded {
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
}

.z-textbox-rounded-disd,
.z-decimalbox-rounded-disd,
.z-intbox-rounded-disd,
.z-longbox-rounded-disd,
.z-doublebox-rounded-disd {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.z-textbox-rounded-disd, .z-textbox-rounded-disd *,
.z-decimalbox-rounded-disd, .z-decimalbox-rounded-disd *,
.z-intbox-rounded-disd, .z-intbox-rounded-disd *,
.z-longbox-rounded-disd, .z-longbox-rounded-disd *,
.z-doublebox-rounded-disd, .z-doublebox-rounded-disd * {
	cursor: default !important;
	color: #303030 !important;
}

.z-textbox-rounded .z-textbox-rounded-text-invalid,
.z-decimalbox-rounded .z-decimalbox-rounded-text-invalid,
.z-intbox-rounded .z-intbox-rounded-text-invalid,
.z-longbox-rounded .z-longbox-rounded-text-invalid,
.z-doublebox-rounded .z-doublebox-rounded-text-invalid {
	background: transparent repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif);
}
.z-textbox-rounded .z-textbox-rounded-text-invalid + .z-textbox-rounded-right-edge,
.z-decimalbox-rounded .z-decimalbox-rounded-text-invalid + .z-decimalbox-rounded-right-edge,
.z-intbox-rounded .z-intbox-rounded-text-invalid + .z-intbox-rounded-right-edge,
.z-longbox-rounded .z-longbox-rounded-text-invalid + .z-longbox-rounded-right-edge,
.z-doublebox-rounded .z-doublebox-rounded-text-invalid + .z-doublebox-rounded-right-edge {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif);
	background-position: 0 -24px;
}
i.z-textbox-rounded-right-edge-invalid,
i.z-decimalbox-rounded-right-edge-invalid,
i.z-intbox-rounded-right-edge-invalid,
i.z-longbox-rounded-right-edge-invalid,
i.z-doublebox-rounded-right-edge-invalid {
	
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif);
	background-position: 0 -24px;
}

.z-textbox-rounded-focus input.z-textbox-rounded-inp,
.z-decimalbox-rounded-focus input.z-decimalbox-rounded-inp,
.z-intbox-rounded-focus input.z-intbox-rounded-inp,
.z-longbox-rounded-focus input.z-longbox-rounded-inp,
.z-doublebox-rounded-focus input.z-doublebox-rounded-inp {
	outline: none;
}
.z-textbox-rounded-focus input.z-textbox-rounded-inp,
.z-decimalbox-rounded-focus input.z-decimalbox-rounded-inp,
.z-intbox-rounded-focus input.z-intbox-rounded-inp,
.z-longbox-rounded-focus input.z-longbox-rounded-inp,
.z-doublebox-rounded-focus input.z-doublebox-rounded-inp {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);	
	background-position: 0 -72px;
}
.z-textbox-rounded-real-readonly .z-textbox-rounded-inp,
.z-decimalbox-rounded-real-readonly .z-decimalbox-rounded-inp,
.z-intbox-rounded-real-readonly .z-intbox-rounded-inp,
.z-longbox-rounded-real-readonly .z-longbox-rounded-inp,
.z-doublebox-rounded-real-readonly .z-doublebox-rounded-inp {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);	
	background-position: 0 -96px !important;
	cursor: default;
}
.z-textbox-rounded-focus i.z-textbox-rounded-right-edge,
.z-decimalbox-rounded-focus i.z-decimalbox-rounded-right-edge,
.z-intbox-rounded-focus i.z-intbox-rounded-right-edge,
.z-longbox-rounded-focus i.z-longbox-rounded-right-edge,
.z-doublebox-rounded-focus i.z-doublebox-rounded-right-edge {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);
	background-position: -19px -192px;
}
.z-textbox-rounded-real-readonly .z-textbox-rounded-right-edge,
.z-decimalbox-rounded-real-readonly .z-decimalbox-rounded-right-edge,
.z-intbox-rounded-real-readonly .z-intbox-rounded-right-edge,
.z-longbox-rounded-real-readonly .z-longbox-rounded-right-edge,
.z-doublebox-rounded-real-readonly .z-doublebox-rounded-right-edge {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/timebox-rounded.png);
	background-position: -19px -216px !important;
}

.z-textbox-rounded-focus input.z-textbox-rounded-text-invalid,
.z-decimalbox-rounded-focus input.z-decimalbox-rounded-text-invalid,
.z-intbox-rounded-focus input.z-intbox-rounded-text-invalid,
.z-longbox-rounded-focus input.z-longbox-rounded-text-invalid,
.z-doublebox-rounded-focus input.z-doublebox-rounded-text-invalid {
	background: transparent repeat-x 0 0 !important;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif) !important;
}
.z-textbox-rounded-focus input.z-textbox-rounded-text-invalid + i.z-textbox-rounded-right-edge,
.z-decimalbox-rounded-focus input.z-decimalbox-rounded-text-invalid + i.z-decimalbox-rounded-right-edge,
.z-intbox-rounded-focus input.z-intbox-rounded-text-invalid + i.z-intbox-rounded-right-edge,
.z-longbox-rounded-focus input.z-longbox-rounded-text-invalid + i.z-longbox-rounded-right-edge,
.z-doublebox-rounded-focus input.z-doublebox-rounded-text-invalid + i.z-doublebox-rounded-right-edge {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif) !important;
	background-position: 0 -24px !important;
}
.z-textbox-rounded-focus .z-textbox-rounded-right-edge-invalid,
.z-decimalbox-rounded-focus .z-decimalbox-rounded-right-edge-invalid,
.z-intbox-rounded-focus .z-intbox-rounded-right-edge-invalid,
.z-longbox-rounded-focus .z-longbox-rounded-right-edge-invalid,
.z-doublebox-rounded-focus .z-doublebox-rounded-right-edge-invalid {
	
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/redcombo-rounded.gif) !important;
	background-position: 0 -24px !important;
}

.z-textbox-rounded-inplace .z-textbox-rounded-inp,
.z-decimalbox-rounded-inplace .z-decimalbox-rounded-inp,
.z-intbox-rounded-inplace .z-intbox-rounded-inp,
.z-longbox-rounded-inplace .z-longbox-rounded-inp,
.z-doublebox-rounded-inplace .z-doublebox-rounded-inp,
.z-textbox-rounded-inplace .z-textbox-rounded-right-edge,
.z-decimalbox-rounded-inplace .z-decimalbox-rounded-right-edge,
.z-intbox-rounded-inplace .z-intbox-rounded-right-edge,
.z-longbox-rounded-inplace .z-longbox-rounded-right-edge,
.z-doublebox-rounded-inplace .z-doublebox-rounded-right-edge {
	background-image: none;
}

.z-textbox-rounded-inplace input.z-textbox-rounded-text-invalid,
.z-decimalbox-rounded-inplace input.z-decimalbox-rounded-text-invalid,
.z-intbox-rounded-inplace input.z-intbox-rounded-text-invalid,
.z-longbox-rounded-inplace input.z-longbox-rounded-text-invalid,
.z-doublebox-rounded-inplace input.z-doublebox-rounded-text-invalid {
	background-image: none;
}
.z-textbox-rounded-inplace input.z-textbox-rounded-text-invalid + i.z-textbox-rounded-right-edge,
.z-decimalbox-rounded-inplace input.z-decimalbox-rounded-text-invalid + i.z-decimalbox-rounded-right-edge,
.z-intbox-rounded-inplace input.z-intbox-rounded-text-invalid + i.z-intbox-rounded-right-edge,
.z-longbox-rounded-inplace input.z-longbox-rounded-text-invalid + i.z-longbox-rounded-right-edge,
.z-doublebox-rounded-inplace input.z-doublebox-rounded-text-invalid + i.z-doublebox-rounded-right-edge {
	background-image: none;
}
.z-textbox-rounded-inplace i.z-textbox-rounded-right-edge-invalid,
.z-decimalbox-rounded-inplace i.z-decimalbox-rounded-right-edge-invalid,
.z-intbox-rounded-inplace i.z-intbox-rounded-right-edge-invalid,
.z-longbox-rounded-inplace i.z-longbox-rounded-right-edge-invalid,
.z-doublebox-rounded-inplace i.z-doublebox-rounded-right-edge-invalid {
	
	background-image: none;
}


.z-errbox {
	font-family: arial, sans-serif;
	font-size: 12px; 
	font-weight: normal;
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-moz-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	overflow: visible !important;
}
.z-errbox .z-popup-cnt {
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: bold;
	padding: 2px 2px;
}
.z-errbox-center {
	color: #990000;
	padding: 5px 3px;
}
.z-errbox-left {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/error-icon.png);
	background-repeat: no-repeat;
	background-position: 5px 4px;
	cursor: pointer; 
	border: 0;
	padding-left: 22px;
}
.z-errbox-right {
	background-repeat: no-repeat;
	cursor: pointer; 
	border: 0;
	padding-right: 11px;
	background-position: right 0;
}
.z-pointer {
	background-repeat: no-repeat;
	position: absolute;
	width: 15px;
	height: 11px;
}
.z-pointer-d {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerD.png);
	height: 6px;
}
.z-pointer-u {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerU.png);
	height: 6px;
}
.z-pointer-l {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerL.png);
	width: 6px;
}
.z-pointer-r {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerR.png);
	width: 6px;
}
.z-pointer-ld {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerLD.png);
}
.z-pointer-lu {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerLU.png);
}
.z-pointer-rd {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerRD.png);
}
.z-pointer-ru {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/pointerRU.png);
}

.z-errbox-close, .z-errbox-close-over {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/error-close.gif);
	zoom: 1; 
}
.z-errbox-close-over {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/errbox/error-close-over.gif);
}
.z-errbox.z-popup .z-popup-cl {
	background: transparent repeat-x 0 0;
	background-color: #FFEEEE;
	border: 1px solid #990000;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}



.z-frozen, .z-frozen-body, .z-frozen-inner {
	overflow: hidden;
}
.z-frozen {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/common/bar-bg.png);
}
.z-frozen-body {
	float: left;
}
.z-frozen-inner {
	overflow-x: scroll;
	float: right;
	
}
.z-frozen-inner div {
	height: 100%;
}


div.z-grid {
	border: 1px solid #8FB9D0;
	background: #FFF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
	overflow: hidden;
	zoom: 1;
}
div.z-grid-header, div.z-grid-header tr, div.z-grid-footer {
	border: 0; width: 100%;
}

div.z-grid-header, div.z-grid-footer {
	overflow: hidden;
}
div.z-grid-header tr.z-columns, div.z-grid-header tr.z-auxhead {
	background-repeat: repeat-x;
	background-color: white;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-grid-header th.z-column, div.z-grid-header th.z-auxheader {
	overflow: hidden;
	border: 1px solid;
	white-space: nowrap;
	padding: 0 0 0 2px;
	border-color: #8FB9D0 #8FB9D0 #8FB9D0 white;
	border-top: none;
	
	
	position: relative;
	
}
div.z-grid-header .z-column-sort div.z-column-cnt {
	cursor: pointer;
	padding-right: 9px;
	background: transparent no-repeat 99% center;
}
div.z-grid-header .z-column-sort-asc div.z-column-cnt {
	cursor: pointer;
	padding-right: 9px;
	background-color:transparent;
	background-position: 99% center;
	background-repeat: no-repeat;
}
div.z-grid-header .z-column-sort-dsc div.z-column-cnt {
	cursor: pointer;
	padding-right: 9px;
	background:transparent ;
	background-position: 99% center;
	background-repeat: no-repeat;
}
div.z-grid-body {
	background: white; border: 0; overflow: auto; width: 100%;
}
tbody.z-grid-empty-body td{
   	font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#7d7d7d;
    font-style:italic;
    text-align:center;
}
div.z-grid-pgi-b {
	border-top: 1px solid #8FB9D0; overflow: hidden; width: 100%;
}
div.z-grid-pgi-t {
	border-bottom: 1px solid #8FB9D0; overflow: hidden; width: 100%;
}
div.z-footer-cnt, div.z-row-cnt, div.z-group-cnt, div.z-groupfoot-cnt, div.z-column-cnt {
	border: 0; margin: 0; padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px; font-weight: normal;
}
div.z-row-cnt,
div.z-group-cnt,
div.z-groupfoot-cnt {
	padding: 1px 0 1px 0;
}
div.z-footer-cnt, div.z-column-cnt{
	overflow: hidden;
	cursor: default;
	color: #00547A;
}
.z-word-wrap div.z-row-cnt,
.z-word-wrap div.z-group-cnt,
.z-word-wrap div.z-groupfoot-cnt,
.z-word-wrap div.z-footer-cnt, .z-word-wrap div.z-column-cnt {
	word-wrap: break-word;
}

tr.z-grid-faker, tr.z-grid-faker th, tr.z-grid-faker div {
	height: 0 !important;
	border-top: 0 !important; border-right : 0 !important;border-bottom: 0 !important;border-left: 0 !important;
	padding-top: 0 !important;	padding-right: 0 !important; padding-bottom: 0 !important;padding-left: 0 !important;
	margin-top: 0 !important; margin-right : 0 !important;margin-bottom: 0 !important;margin-left: 0 !important;
	font-size: 12px !important;
} 
.z-cell, td.z-row-inner, td.z-groupfoot-inner {
	padding: 0; 
	overflow: hidden;
}
div.z-column-cnt, div.z-row-cnt {
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #00547A;
}
div.z-column-cnt, div.z-grid-header div.z-auxheader-cnt {
	padding: 8px 4px 7px;
}

tr.z-group {
	background: #E9F2FB repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/group_bg.gif);
}
td.z-group-inner {
	overflow: hidden;
	border-bottom:1px solid #8FB9D0;
	border-top:1px solid #8FB9D0;
}
.z-group-inner .z-group-cnt .z-label, .z-group-inner .z-group-cnt {
	color:#00547A;
	width: auto;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
}
.z-group-img {
	width: 18px;
	min-height: 18px;
	height: 100%;
	display:-moz-inline-box;
	vertical-align: top;
	display: inline-block;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/arrow-toggle.gif);
	background-repeat: no-repeat;
	vertical-align: top; cursor: pointer; border: 0;
}
.z-group-img-open {
	background-position: 0 -18px;
}
.z-group-img-close {
	background-position: 0 0;
}

.z-groupfoot {
	background: #E9F2FB repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/groupfoot_bg.gif);
}
.z-groupfoot-inner .z-groupfoot-cnt .z-label, .z-groupfoot-inner .z-groupfoot-cnt {
	color:#00547A;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
}
td.z-groupfoot-inner {
	padding-left: 9px;
	line-height: 18px;
}
div.z-grid-footer {
	background: #F9F9F9;
	border-top: 1px solid #8FB9D0;
}
td.z-footer {
	padding: 5px 10px 5px 9px;
	line-height: 19px;
}

.z-column .z-column-cnt {
	position: relative;
	
}
.z-column-btn {
	display: none;
	position: absolute;
	z-index: 15;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 23px;
	background: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/hd-btn.png) no-repeat scroll left 0 transparent;
	background-position: 0 0;
	
}

.z-column-over .z-column-btn, .z-column-visi .z-column-btn {
	display: block;
}
a.z-column-btn:hover {
	display: inline;
	background-position: right 0;
}
.z-column-over  {
	background-image: none;
}
.z-columns-menu-grouping .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-group.png);
}
.z-columns-menu-asc .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-arrowup.png);
}
.z-columns-menu-dsc .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-arrowdown.png);
}
.z-columns-menu-ungrouping .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-ungroup.png);
}
div.z-grid-header th.z-column-over,
div.z-grid-header th.z-auxheader-over {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/header-over.png);
}
.z-column-sort-img {
	position: absolute;
	float: left;
	left: 50%;
	font-size: 0;
	margin-left: auto;
    margin-right: auto;
}
.z-column-sort .z-column-sort-img {
	margin-top:-5px;
	width: 8px;
	height: 5px;
}
div.z-grid-header .z-column-sort-asc, div.z-grid-header .z-column-sort-dsc {
	background: none transparent;
}
.z-column-sort-asc .z-column-sort-img,
.z-column-sort-dsc .z-column-sort-img {
    background-position: 0 0;
    background-repeat: no-repeat;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/arrows.png);
}
.z-column-sort-asc .z-column-sort-img {
	background-position: 0 0;
}
.z-column-sort-dsc .z-column-sort-img {
	background-position: 0 -5px;
}

.z-grid-header-bg {
	position:relative;
	margin-right: -11px;
	top: 0;
	height: 1px;
	font-size: 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/head-bg.png);
	margin-top: -1px;
}

div.z-grid-header .z-column.z-column-sizing, 
div.z-grid-header .z-column.z-column-sizing div.z-column-cnt,
div.z-grid-header .z-column.z-column-sizing div.z-column-cnt .z-column-btn {
	cursor: e-resize;
}
div.z-grid-header .z-column-over-sort-asc, div.z-grid-header .z-column-over-sort-dsc {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-grid-header tr.z-columns th:last-child,
div.z-grid-header tr.z-auxhead th:last-child {
	border-right: none;
}
tr.z-row td.z-row-inner,
tr.z-row .z-cell {
	background: white;
	border: 1px solid white;
	border-right: 1px solid transparent;
	
	line-height: 18px;
}
tr.z-row td.z-row-inner,
tr.z-row td.z-cell,
tr.z-group td.z-group-inner,
tr.z-groupfoot td.z-groupfoot-inner {
	padding: 4px 4px 4px 6px;
}
tr.z-groupfoot td.z-groupfoot-inner {
	padding: 5px 4px 5px 6px;
}
tr.z-grid-odd td.z-row-inner,
tr.z-grid-odd .z-cell {
	border-left: 1px solid transparent;
	background-color: #F0FAFF;
	border-top: 1px solid #F0FAFF;
	border-bottom: 1px solid #F0FAFF;
	border-left: 1px solid #FFF;
}
tr.z-grid-odd td.z-row-inner,
tr.z-grid-odd .z-cell,
tr.z-grid-odd {
	background: #F0FAFF;
}


tr.z-grid-odd tr:not(.z-grid-odd) td.z-row-inner {
	background-color: #FFF;
}



tr.z-row-over > td.z-row-inner {
	border: 1px solid #6BA6BF;
}



tr.z-row-over > td.z-row-inner > .z-row-cnt {
	color: #FFFFFF;
}

tr.z-row-over > td.z-row-inner, tr.z-row-over > .z-cell {
	background-color: #6BA6BF;
}


.z-grid-autopaging .z-row-cnt,
.z-grid-autopaging .z-group-cnt,
.z-grid-autopaging .z-groupfoot-cnt {
	height: 30px;
	overflow: hidden;
}



.z-grid-footer .z-footer {
	overflow: hidden; 
}

.z-groupbox-cnt {
	overflow: hidden;
	padding: 5px;
	border: 1px solid #8FB9D0;
	border-top: none;
}
.z-groupbox-notitle {
	border-top: 1px solid #8FB9D0;
}
.z-groupbox .z-caption {
	cursor: pointer;
}
.z-groupbox .z-caption-readonly {
	cursor: default;
}
.z-groupbox-hr {
	position: relative;
	top: 8px;
	border: 1px solid #8FB9D0;;
	border-bottom: none;
}
.z-groupbox-colpsd .z-groupbox-hr {
	border-left: 1px solid transparent;
	border-right: 1px solid transparent;
	
}
.z-groupbox-hm {
	position: relative;
	top: -8px;
}
.z-groupbox-header {
	padding-left: 10px;
	padding-right: 10px;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	border: none;
}
.z-groupbox-header span.z-caption-cnt,
.z-groupbox-title-cnt {
	display: -moz-inline-box;
	display: inline-block;
	
	background-color: #FFFFFF;
	padding-left: 3px;
	padding-right: 3px;
}
.z-groupbox-title {
	cursor: pointer;
}

.z-groupbox-3d {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

.z-groupbox-3d-tl,
.z-groupbox-3d-tr {
	background: none;
	font-size:0;
	line-height:0;
	height: 0;
	margin-right: 0;
	zoom:1;
}
.z-groupbox-3d-tr {
	position:relative;
}
.z-groupbox-3d-hl {
	background: none;
	border-bottom: 0;
	padding-left: 0;
	position: relative;
	zoom: 1;
}
.z-groupbox-3d-hr {
	background: none;
	padding-right: 0;
	zoom: 1;
}
.z-groupbox-3d-hm {
	background:transparent repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/layout/groupbox-hm.png);
	overflow: hidden;
	border: 1px solid #8FB9D0;
	zoom: 1;
	cursor: pointer;
}
.z-groupbox-3d-hm-readonly {
	cursor: default;
}
.z-groupbox-3d-header {
	overflow: hidden;
	zoom: 1;
}
.z-groupbox-3d-hl .z-groupbox-3d-header {
	color: #00547A;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 5px;
	border: 0 none;
	background: transparent;
}

.z-groupbox-3d-cnt {
	border: 1px solid #8FB9D0;
	padding: 5px;
}





.z-hlayout, .z-vlayout {
	overflow: hidden;

}
.z-hlayout {
	white-space: nowrap;
}
.z-hlayout-inner {
	display:-moz-inline-box;
	display: inline-block;
	position: relative;
	vertical-align: top;
	zoom: 1;

	white-space: normal; 


}


.z-valign-bottom > .z-hlayout-inner {
	vertical-align: bottom;
}
.z-valign-top > .z-hlayout-inner {
	vertical-align: top;
}
.z-valign-middle > .z-hlayout-inner {
	vertical-align: middle;
}

.z-vlayout-inner {
	position: relative;
	zoom: 1;
}



div.z-listbox {
	overflow: hidden; 
	zoom: 1;
	background: #FFF;
	border:1px solid #8FB9D0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-listbox-header, div.z-listbox-header tr, div.z-listbox-footer {
	border: 0; width: 100%;
}
div.z-listbox-header, div.z-listbox-footer {
	overflow: hidden;
}
div.z-listbox-header tr.z-listhead, div.z-listbox-header tr.z-auxhead {
	background: #C7E5F1 repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-listbox-header th.z-listheader, div.z-listbox-header th.z-auxheader {
	
	
	position: relative;
	
	overflow: hidden; 
	border: 1px solid;
	white-space: nowrap;
	color:#00547A;
	border-color: #8FB9D0 #8FB9D0 #8FB9D0 white;
	border-top: none;
	padding: 0;
}
div.z-listbox-header th.z-listheader-sort div.z-listheader-cnt {
	cursor: pointer; padding-right: 9px;
	background: transparent no-repeat 99% center;
	padding: 7px 5px;
	font-weight:bold;
}
div.z-listbox-header th.z-listheader-sort-asc div.z-listheader-cnt {
	cursor: pointer; padding-right: 9px;
	background: transparent no-repeat 99% center;
}
div.z-listbox-header th.z-listheader-sort-dsc div.z-listheader-cnt {
	cursor: pointer; padding-right: 9px;
	background: transparent no-repeat 99% center;
}
div.z-listbox-body {
	background: white; border: 0; overflow: auto; width: 100%; position: relative;
}
tbody.z-listbox-empty-body td{
   	font-family: arial, sans-serif;
    font-size: 12px;
    font-weight: normal;
    color:#7d7d7d;
    font-style:italic;
    text-align:center;
}
div.z-listbox-pgi-b {
	border-top: 1px solid #8FB9D0; overflow: hidden;
}
div.z-listbox-pgi-t {
	border-bottom: 1px solid #8FB9D0; overflow: hidden;
}
div.z-listbox-body .z-listcell, div.z-listbox-footer .z-listfooter {
	cursor: pointer; padding: 0 2px;
	font-size: 12px; font-weight: normal; overflow: hidden;
}
div.z-listbox-body .z-listgroupfoot-inner,
div.z-listbox-body .z-listgroup-inner {
	cursor: default;
}
div.z-listbox-footer {
	border-top:1px solid #8FB9D0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/groupfoot_bg.gif);
}
tr.z-listfoot td.z-listfooter {
	padding: 5px 10px 5px 8px;
}
div.z-listcell-cnt {
	padding: 1px 0 1px 0;
	line-height: 18px;
}
div.z-listfooter-cnt, div.z-listheader-cnt {
	overflow: hidden;
	cursor: default;
}
div.z-listheader-cnt {
	position: relative;
}
.z-word-wrap div.z-listcell-cnt, .z-word-wrap div.z-listfooter-cnt,
	.z-word-wrap div.z-listheader-cnt {
	word-wrap: break-word;
}
div.z-listfooter-cnt, div.z-listcell-cnt, div.z-listheader-cnt {
	border: 0; margin: 0; padding: 0;
	font-family: arial, sans-serif;
	font-size: 12px; font-weight: normal;
	color:#00547A;
}
div.z-listcell-cnt {
	color:#252525;
}

tr.z-listbox-faker, tr.z-listbox-faker th, tr.z-listbox-faker div {
	height: 0 !important;
	border-top: 0 !important; border-right : 0 !important;border-bottom: 0 !important;border-left: 0 !important;
	padding-top: 0 !important;	padding-right: 0 !important; padding-bottom: 0 !important;padding-left: 0 !important;
	margin-top: 0 !important; margin-right : 0 !important;margin-bottom: 0 !important;margin-left: 0 !important;
	font-size: 12px !important;
	
}
tr.z-listitem, tr.z-listitem a, tr.z-listitem a:visited {
	font-size: 12px; font-weight: normal; color: black;
	text-decoration: none;
}
tr.z-listitem a:hover {
	text-decoration: underline;
}
tr.z-listbox-odd {
	background: #F0FAFF;
}
tr.z-listitem-disd *, td.z-listcell-disd * {
	color: #AAAAAA !important; cursor: default!important;
}
tr.z-listitem-disd a:visited, tr.z-listitem-disd a:hover,
td.z-listcell-disd a:visited, td.z-listcell-disd a:hover {
	text-decoration: none !important;
	cursor: default !important;
	border-color: #D0DEF0 !important;
}
tr.z-listitem-seld {
	background: #3e697c;
}
tr.z-listitem-over > td.z-listcell {
	border: 1px solid #6BA6BF;
}

.z-listheader .z-listheader-cnt {
	position: relative;
	
}
.z-listheader-btn {
	display: none;
	position: absolute;
	z-index: 15;
	cursor: pointer;
	top: 0;
	right: 0;
	width: 23px;
	background: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/hd-btn.png) no-repeat scroll left 0 transparent;
	background-position: 0 0;
	
}

.z-listheader-sort-over .z-listheader-btn, .z-listheader-visi .z-listheader-btn {
	display: block;
}
a.z-listheader-btn:hover {
	display: inline;
	background-position: right 0;
}
.z-listheader-over  {
	background-image: none;
}
.z-listhead-menu-grouping .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-group.png);
}
.z-listhead-menu-asc .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-arrowup.png);
}
.z-listhead-menu-dsc .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-arrowdown.png);
}
.z-listhead-menu-ungrouping .z-menuitem-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/menu-ungroup.png);
}

tr.z-listitem-over {
	background-color: #6BA6BF;
}
tr.z-listitem-seld .z-listcell-cnt,
tr.z-listitem-over-seld .z-listcell-cnt,
tr.z-listitem-over .z-listcell-cnt {
	color: #FFFFFF;
}
tr.z-listitem-over-seld {
	background: #548DA7;
}

tr.z-listgroup {
	background: #E9F2FB repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/group_bg.gif);
}
tr.z-listgroup-over {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/group-bg-over.png);
}
tr.z-listgroup-seld {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/group-bg-seld.png);
}
tr.z-listgroup-over-seld {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/group-bg-over-seld.png);
}
tr.z-listgroup td.z-listgroup-inner {
	border-bottom:1px solid #8FB9D0;
	border-top:1px solid #8FB9D0;
}
td.z-listgroup-inner div.z-listcell-cnt {
	color:#00547A;
	width: auto;
	
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
}
.z-listgroup-img {
	width: 18px;
	min-height: 18px;
	height: 100%;
	display:-moz-inline-box;
	vertical-align: top;
	display: inline-block;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/arrow-toggle.gif);
	background-repeat: no-repeat;
	vertical-align: top; cursor: pointer; border: 0;
}
.z-listgroup-img-open {
	background-position: 0 -18px;
}
.z-listgroup-img-close {
	background-position: 0 0;
}

.z-listgroupfoot{
	background: #E9F2FB repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/groupfoot_bg.gif);
}
td.z-listgroupfoot-inner div.z-listcell-cnt {
	color: #00547A;
	font-weight: bold;
	font-size: 12px;
	font-family: arial, sans-serif;
}

div.z-listbox-header th.z-listheader.z-listheader-sizing,
div.z-listbox-header th.z-listheader.z-listheader-sizing div.z-listheader-cnt {
	cursor: e-resize;
}
div.z-listbox-header tr.z-auxhead th:last-child, 
div.z-listbox-header tr.z-listhead th:last-child {
	border-right: none;
}

div.z-listheader-cnt, div.z-listbox-header div.z-auxheader-cnt {
	font-weight: bold;
	padding: 8px 5px 7px;
}

td.z-listcell {
	border: 1px solid transparent;
}

div.z-listbox-body .z-listcell {
	padding: 5px;
}

div.z-listbox-footer .z-listfooter {
	color: #00547A; 
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/groupfoot_bg.gif);
	line-height: 19px;
}

div.z-listbox-header th.z-listheader-sort-over {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/header-over.png);
}

.z-listbox-header-bg {
	position:relative;
	margin-right: -11px;
	top: 0;
	height: 1px;
	font-size: 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/head-bg.png);
	margin-top: -1px;
}

.z-listheader-sort-img {
	position: absolute;
	float: left;
	left: 50%;
	font-size: 0;
	margin-left: auto;
    margin-right: auto;
}
.z-listheader-sort .z-listheader-sort-img {
	margin-top: -5px;
	width: 8px;
	height: 5px;
}
.z-listheader-sort-asc .z-listheader-sort-img,
.z-listheader-sort-dsc .z-listheader-sort-img {
	background-position: 0 0;
    background-repeat: no-repeat;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/arrows.png);
}

.z-listheader-sort-asc .z-listheader-sort-img {
	background-position: 0 0;
}

.z-listheader-sort-dsc .z-listheader-sort-img {
	background-position: 0 -5px;
}

div.z-listbox-header th.z-listheader-sort div.z-listheader-cnt,
div.z-listbox-header th.z-listheader-sort-asc div.z-listheader-cnt,
div.z-listbox-header th.z-listheader-sort-dsc div.z-listheader-cnt {
	background-image: none;
}


.z-listbox-autopaging .z-listcell-cnt {
	height: 30px;
	overflow: hidden;
}






.z-listitem-img,
.z-listheader-img,
.z-listgroup-img-checkbox,
.z-listgroup-img-radio,
.z-listgroupfoot-img {
	background:transparent no-repeat scroll center center;
	border:0;
	height: 13px;
	overflow: hidden;
	display:-moz-inline-box;
	vertical-align: top;
	display: inline-block;
	min-height: 13px;
	padding:0;
	vertical-align:top;
	width: 13px;
	margin: 2px;
}
.z-listheader-img,
.z-listitem-img-checkbox,
.z-listitem-img-radio,
.z-listgroup-img-checkbox,
.z-listgroup-img-radio,
.z-listgroupfoot-img {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/common/check-sprite.gif);
	background-position: 0 0;
}
.z-listitem-img-radio,
.z-listgroup-img-radio {
	background-position: 0 -13px;
}
.z-listitem-over > td > .z-listcell-cnt > .z-listitem-img-radio,
.z-listgroup-over > td > .z-listcell-cnt > .z-listgroup-img-radio {
	background-position: -13px -13px;
}
.z-listitem-seld > td > .z-listcell-cnt > .z-listitem-img-radio,
.z-listgroup-seld > td > .z-listcell-cnt > .z-listgroup-img-radio {
	background-position: -26px -13px;
}
.z-listitem-over-seld > td > .z-listcell-cnt > .z-listitem-img-radio,
.z-listgroup-over-seld > td > .z-listcell-cnt > .z-listgroup-img-radio {
	background-position: -39px -13px;
}
.z-listheader-img-over,
.z-listitem-over > td > .z-listcell-cnt > .z-listitem-img-checkbox, 
.z-listgroup-over > td > .z-listcell-cnt > .z-listgroup-img-checkbox, 
.z-listgroupfoot-over > td > .z-listcell-cnt > .z-listgroupfoot-img-checkbox {
	background-position: -13px 0;
}
.z-listheader-img-seld,
.z-listitem-seld > td > .z-listcell-cnt > .z-listitem-img-checkbox, 
.z-listgroup-seld > td > .z-listcell-cnt > .z-listgroup-img-checkbox, 
.z-listgroupfoot-seld > td > .z-listcell-cnt > .z-listgroupfoot-img-checkbox {
	background-position: -26px 0;
}
.z-listheader-img-over-seld,
.z-listitem-over-seld > td > .z-listcell-cnt > .z-listitem-img-checkbox, 
.z-listgroup-over-seld > td > .z-listcell-cnt > .z-listgroup-img-checkbox, 
.z-listgroupfoot-over-seld > td > .z-listcell-cnt > .z-listgroupfoot-img-checkbox {
	background-position: -39px 0;
}
.z-listitem-img-disd {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}



.z-menubar-hor .z-menu,
.z-menubar-hor .z-menuitem,
.z-menubar-hor .z-menu-btn,
.z-menubar-hor .z-menuitem-btn,
.z-menubar-hor span,.z-menubar-hor a,.z-menubar-hor div,
.z-menubar-ver .z-menu,
.z-menubar-ver .z-menuitem,
.z-menubar-ver .z-menu-btn,
.z-menubar-ver .z-menuitem-btn,
.z-menubar-ver span,.z-menubar-ver a,.z-menubar-ver div,
.z-menu-cnt, .z-menuitem-cnt {
	font-weight: normal;
	white-space: nowrap;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #00547A;
}

.z-menubar-hor,.z-menubar-ver {
	position: relative;
	display: block;
	padding: 2px 0;
	border-top: 1px solid #8FB9D0;
	border-bottom: 1px solid #8FB9D0;
	background: #F5F5F5 repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/menu-bg.png);
}
.z-menubar-ver {
	background-color: #C5E8FA;
	background-image: none;
}
.z-menubar-ver button.z-menu-btn {
	text-align: left;
}
.z-menubar-hor .z-menu, .z-menubar-hor .z-menuitem,
.z-menubar-ver .z-menu, .z-menubar-ver .z-menuitem {
	vertical-align: middle;
}
.z-menu-cnt, .z-menuitem-cnt {
	text-decoration: none;
}
.z-menubar-hor .z-menu-body, .z-menubar-hor .z-menuitem-body,
.z-menubar-ver .z-menu-body, .z-menubar-ver .z-menuitem-body {
	cursor: pointer;
}

.z-menubar-hor .z-menu-body .z-menu-inner-l,
.z-menubar-hor .z-menu-body .z-menu-inner-r,
.z-menubar-hor .z-menuitem-body .z-menuitem-inner-l,
.z-menubar-hor .z-menuitem-body .z-menuitem-inner-r,
.z-menubar-ver .z-menu-body .z-menu-inner-l,
.z-menubar-ver .z-menu-body .z-menu-inner-r,
.z-menubar-ver .z-menuitem-body .z-menuitem-inner-l,
.z-menubar-ver .z-menuitem-body .z-menuitem-inner-r {
	font-size: 0;
	height: 21px;
	line-height: 0;
	width: 4px;
}
.z-menu-inner-l .z-menu-space,.z-menu-inner-r .z-menu-space,
.z-menuitem-inner-l .z-menuitem-space,.z-menuitem-inner-r .z-menuitem-space {
	display: block;
	width: 4px;
}

.z-menubar-hor .z-menu-body .z-menu-inner-m, 
.z-menubar-hor .z-menuitem-body .z-menuitem-inner-m,
.z-menubar-ver .z-menu-body .z-menu-inner-m, 
.z-menubar-ver .z-menuitem-body .z-menuitem-inner-m {
	height: 21px;
	text-align: center;
	padding-right: 5px;
}
.z-menu-body .z-menu-inner-m div,
.z-menubar-hor .z-menu-body-clk .z-menu-inner-m  div {
	display: block;
	min-height: 17px;
	padding-right: 3px;
	padding-left: 0;
	background: transparent no-repeat right -14px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/btn-arrow.gif);
}
.z-menubar-hor .z-menu-body-clk .z-menu-inner-m  div,
.z-menubar-ver .z-menu-body-clk .z-menu-inner-m  div {
	padding-right: 8px;
}
.z-menubar-ver .z-menu-inner-m div {
	background-position: right 0;
}
.z-menu-body .z-menu-inner-m .z-menu-btn {
	padding-right: 6px;
}
.z-menuitem-body .z-menuitem-inner-m div {
	background-color: transparent;
	display: block;
	min-height: 17px;
	padding-right: 0;
	padding-left: 0;
}
.z-menu-inner-m .z-menu-btn,
.z-menuitem-inner-m .z-menuitem-btn {
	background: transparent none no-repeat 0 2px;
	border: 0 none;
	cursor: pointer;
	margin: 0;
	min-height: 13px;
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	overflow: visible;
	width: auto;
	padding-left: 2px; 
	padding-top: 2px;
	padding-bottom: 2px;
	padding-right: 1px;
	text-decoration: none;
}
.z-menu-body-text-img .z-menu-inner-m .z-menu-btn,
.z-menu-body-img .z-menu-inner-m .z-menu-btn,
.z-menuitem-body-text-img .z-menuitem-inner-m .z-menuitem-btn {
	padding-left: 18px;
}
.z-menuitem-body-img .z-menuitem-inner-m .z-menuitem-btn,
.z-menuitem-body-text .z-menuitem-inner-m .z-menuitem-btn {
	padding-left:12px;
	padding-right: 0;
}





.z-menu-body-over .z-menu-inner-l,
.z-menuitem-body-over .z-menuitem-inner-l,
.z-menu-body-over .z-menu-inner-r,
.z-menuitem-body-over .z-menuitem-inner-r {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/menu-btn.png);
}
.z-menu-body-over .z-menu-inner-r,
.z-menuitem-body-over .z-menuitem-inner-r {
	background-position : 0 -40px;
}
.z-menu-body-over .z-menu-inner-m,
.z-menuitem-body-over .z-menuitem-inner-m {
	background-repeat: repeat-x;
	background-position: 0 -80px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/menu-btn.png);
	overflow: hidden;
}
.z-menu-body-over .z-menu-inner-m .z-menu-btn,
.z-menuitem-body-over .z-menuitem-inner-m .z-menu-btn {
	color :#00547A;
}
.z-menubar-hor .z-menu-body-over .z-menu-inner-m div {
	background: transparent no-repeat right -14px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/btn-arrow.gif);
}
.z-menubar-ver .z-menu-body-over .z-menu-inner-m div {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/btn-arrow.gif);
}
.z-menubar-hor .z-menu-body-clk-over .z-menu-inner-m div {
	background: transparent no-repeat right 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/btn-menu-hor-over.gif);
}
.z-menubar-ver .z-menu-body-clk-over .z-menu-inner-m div {
	background: transparent no-repeat right 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/btn-menu-ver-over.gif);
}

.z-menu-body-seld .z-menu-inner-l,
.z-menu-body-seld .z-menu-inner-r {
	background: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/menu-btn.png) no-repeat transparent 0 -120px;
}
.z-menu-body-seld .z-menu-inner-r {
	background-position: 0 -160px;
}
.z-menu-body-seld .z-menu-inner-m {
	background-position: 0 -200px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/menu-btn.png);
}
.z-menu-body-seld .z-menu-inner-m .z-menu-btn {
	color: #233D6D;
}

.z-menubar-hor .z-menuitem-disd *, .z-menubar-ver .z-menuitem-disd * {
	color: gray !important;
	cursor: default !important;
}
.z-menubar-hor .z-menuitem-disd .z-menuitem-btn,
.z-menubar-ver .z-menuitem-disd .z-menuitem-btn,
.z-menupopup-cnt .z-menu-disd .z-menu-img,
.z-menupopup-cnt .z-menuitem-disd .z-menuitem-img {
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}

.z-menupopup-shadow, .z-menu-palette-pp, .z-menu-picker-pp, .z-menu-cnt-pp {
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.z-menupopup {
	background: none;
	background-color: #C5E8FA;
	border: 1px solid #8FB9D0;
	padding: 1px;
	z-index: 88000;
	left: 0;
	top: 0;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	font-family: arial, sans-serif;
	font-size: 11px;
}
.z-menupopup a {
	text-decoration: none !important;
}
.z-menupopup .z-menupopup-cnt {
	background: transparent none repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/pp-bg.png);
	border: 0 none;
	padding: 0;
	margin: 0 !important;
	overflow: hidden;
}

.z-menupopup-cnt .z-menu,
.z-menupopup-cnt .z-menuitem,
.z-menupopup-cnt .z-menuseparator {
	line-height: 100%;
	list-style-image: none !important;
	list-style-position: outside !important;
	list-style-type: none !important;
	margin: 0 !important;
	display: block;
	padding: 1px;
	cursor: pointer;
}
.z-menupopup-cnt .z-menu a.z-menu-cnt,
.z-menupopup-cnt .z-menuitem a.z-menuitem-cnt {
	color: #233D6D;
	display: block;
	line-height: 17px;
	
	outline-color: -moz-use-text-color;
	outline-style: none;
	outline-width: 0;
	padding: 2px 21px 2px 3px;
	white-space: nowrap;
}
.z-menupopup-cnt .z-menu .z-menu-img,
.z-menupopup-cnt .z-menuitem .z-menuitem-img {
	background-position: center center;
	border: 0;
	height: 100%;
	display: -moz-inline-box;
	display: inline-block;
	vertical-align: top;
	min-height: 16px;
	margin-right: 9px;
	padding: 0;
	vertical-align: top;
	width: 16px;
}
.z-menupopup .z-menuitem-cnt .z-menuitem-img {
	margin-left: -6px;
	margin-right:14px;	
}
.z-menupopup-cnt .z-menu .z-menu-cnt-img {
	background:transparent no-repeat right center;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/arrow.gif);
}

.z-menupopup-cnt .z-menuitem-cnt-ck .z-menuitem-img {
	background:transparent no-repeat center center;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/checked.gif);
}
.z-menupopup-cnt .z-menuitem-cnt-unck .z-menuitem-img {
	background:transparent no-repeat center center;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/unchecked.gif);
}

.z-menupopup-cnt .z-menuitem-disd,
.z-menupopup-cnt .z-menuitem-disd *{
	color:gray !important;
	cursor:default !important;
}

.z-menupopup-cnt .z-menuitem .z-menuitem-cl,
.z-menupopup-cnt .z-menu .z-menu-cl {
	padding-left: 4px;
}
.z-menupopup-cnt .z-menuitem .z-menuitem-cr,
.z-menupopup-cnt .z-menu .z-menu-cr {
	padding-right: 4px;
}

.z-menupopup-cnt .z-menu-over,
.z-menupopup-cnt .z-menuitem-over {
	border: 0;
	padding: 1px;
	background: none;
}
.z-menupopup-cnt .z-menu-over a.z-menu-cnt,
.z-menupopup-cnt .z-menuitem-over a.z-menuitem-cnt {
	color: #00547A;
}
.z-menupopup-cnt .z-menuitem-over .z-menuitem-cl,
.z-menupopup-cnt .z-menuitem-over .z-menuitem-cr,
.z-menupopup-cnt .z-menuitem-over .z-menuitem-cm,
.z-menupopup-cnt .z-menu-over .z-menu-cl,
.z-menupopup-cnt .z-menu-over .z-menu-cr,
.z-menupopup-cnt .z-menu-over .z-menu-cm {
	background-repeat: no-repeat;
	background-position: 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/menu/menu-btn.png);
}

.z-menupopup-cnt .z-menuitem-over .z-menuitem-cl {
	padding-left: 4px;
}

.z-menupopup-cnt .z-menuitem-over .z-menuitem-cr,
.z-menupopup-cnt .z-menu-over .z-menu-cr {
	background-position: right -40px;
	padding-right: 4px;
}

.z-menupopup-cnt .z-menuitem-over .z-menuitem-cm,
.z-menupopup-cnt .z-menu-over .z-menu-cm {
	background-position: 0 -80px;
	background-repeat: repeat-x;
}
.z-menupopup-cnt .z-menuitem-over .z-menuitem-cm div {
	height: 21px;
}

.z-menupopup-cnt .z-menuseparator {
	font-size: 1px;
	line-height: 1px;
}
.z-menubar-hor .z-menuseparator {
	background-image: url(/rshn-table/zkau/web/439b83ff/img/dot.gif);
	background-position: top center;
	background-repeat: repeat-y;
}
.z-menubar-ver .z-menuseparator {
	background-image: url(/rshn-table/zkau/web/439b83ff/img/dot.gif);
	background-position: center left;
	background-repeat: repeat-x;
}
.z-menupopup-cnt .z-menuseparator-inner {
	background-color: #A2C0CE;
	border-bottom: 1px solid #D9F0FC;
	display: block;
	font-size: 1px;
	line-height: 1px;
	margin: 2px 3px;
	width: auto;
	position: relative;
	left: 25px;
	margin-right: 23px;
	
}

.z-menubar-hor-scroll {
	overflow: hidden;
}
.z-menubar-hor-body {
	margin: 0;
	width: 100%;
}
.z-menubar-hor-body-scroll {
	position: relative;
	overflow: hidden;
	margin-left: 20px;
	margin-right: 20px;
}
.z-menubar-hor-cnt {
	width: 5000px;
}
.z-menubar-hor-left, .z-menubar-hor-right {
	width: 18px;
	position: absolute;
}
.z-menubar-hor-left-scroll, .z-menubar-hor-right-scroll {
	top: 0;
	width: 25px;
	height: 64px;
	cursor: pointer;
	position: absolute;
	z-index: 25;
}
.z-menubar-hor-left-scroll {
	left: 0;
	background: transparent no-repeat 0 -1px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-l.png);
}
.z-menubar-hor-left-scroll-over {
	background-position: -25px -1px;
}
.z-menubar-hor-right-scroll {
	right: 0;
	background: transparent no-repeat -25px -1px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-r.png);
}
.z-menubar-hor-right-scroll-over {
	background-position: 0 -1px;
}

.z-menupopup-cnt li.z-menuitem {
	padding: 2px;
}


.z-paging-os {
	background: #E8F6FD;
	padding: 6px 5px 6px 10px; zoom:1;
	position: relative;
}
.z-paging-os .z-paging-os-cnt {
	background: none;
	border: 0;
	font-size: 11px;
	color: #00547A; 
	font-weight: normal;
	text-decoration: none;
	font-family: arial, sans-serif;
	font-size: 11px;
	padding: 2px 2px 2px 4px;
	position: relative;
	top: -7px;
}
.z-paging-os .z-paging-os-cnt:hover {
	color: #00547A;
	background-position: -24px 0;
	text-decoration: underline;
}
.z-paging-os .z-paging-os-seld {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #FFFFFF; 
	font-weight: bold;
	background-image:none;
	background-position: right 0;
}
.z-paging-os .z-paging-os-seld:hover {
	color: #363636; 
}
.z-paging-os span {
	font-family: arial, sans-serif;
	font-size: 11px;
	color: #00547A; 
	font-weight: normal;
	position:absolute;
	right: 8px;
	top: 10px;
}

.z-paging-os-btn,
.z-paging-os-btn-seld {
	height: 24px;
	width: 24px;
	display: inline;
}
.z-paging-os-btn-seld {
	background-position: right 0;
	color: #363636;
}
div.z-paging-os-cnt-l .z-paging-os-cnt,
div.z-paging-os-cnt-seld-l .z-paging-os-cnt {
	position: relative;
	top: 5px;
	left: -2px;
}
div.z-paging-os-cnt-l,
div.z-paging-os-cnt-r,
div.z-paging-os-cnt-m,
div.z-paging-os-cnt-seld-l,
div.z-paging-os-cnt-seld-r,
div.z-paging-os-cnt-seld-m,
div.z-paging-os-cnt-l-over {
	display: inline-block;
	*display: inline;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/paging/paging-btn.png);
	background-position: 0 0;
	zoom: 1;
}
.z-paging-os div.z-paging-os-cnt-l .z-paging-os-cnt,
.z-paging-os div.z-paging-os-cnt-l .z-paging-os-cnt:hover,
.z-paging-os div.z-paging-os-cnt-seld-l .z-paging-os-cnt,
.z-paging-os div.z-paging-os-cnt-seld-l .z-paging-os-cnt:hover{ 
	font-weight: normal;
	text-decoration: none;
}
div.z-paging-os-cnt-l,
div.z-paging-os-cnt-seld-l {
	padding-left: 5px;
	background-repeat: no-repeat;
}
div.z-paging-os-cnt-r,
div.z-paging-os-cnt-seld-r {
	padding-right: 5px;
	background-position: right -24px;
	background-repeat: no-repeat;
}
div.z-paging-os-cnt-m {
	background-position: 0 -48px;
	height: 22px;
	padding: 1px 0 1px 2px;
	overflow:hidden;
}

div.z-paging-os-cnt-seld-l {
	padding-left: 5px;
	background-position: 0 -144px;
	background-repeat: no-repeat;
}
div.z-paging-os-cnt-seld-r {
	padding-right: 5px;
	background-position: right -168px;
	background-repeat: no-repeat;
}
div.z-paging-os-cnt-seld-m {
	background-position: 0 -192px;
	height: 22px;
	padding: 1px 0 1px 2px;
	overflow:hidden;
}

div.z-paging-os-cnt-l-over {
	padding-left: 5px;
	background-position: 0 -72px;
}
div.z-paging-os-cnt-l-over  div.z-paging-os-cnt-r {
	background-position: right -96px;
}
div.z-paging-os-cnt-l-over  div.z-paging-os-cnt-m {
	background-position: 0 -120px;
}



.z-paging td,
.z-paging span,
.z-paging input,
.z-paging div,
.z-paging button{
	font-weight:normal;
	white-space:nowrap;
	font-family: arial, sans-serif;
	font-size: 11px;
}

.z-paging {
	border-color:#CFCFCF;
	border-style:solid;
	border-width:0 0 1px;
	display:block;
	padding:6px 2px 6px 10px;
	position:relative;
	background:#E8F6FD;
	background-image: none;
}

.z-paging td {
	vertical-align:middle;
}

.z-paging-text {
	padding-left: 4px;
	color: #00547A;
}

.z-paging .z-paging-btn {
	font-weight:normal;
	white-space:nowrap;
	width:auto;
	font-family: arial, sans-serif;
	font-size: 11px;
	background:#E8F6FD none repeat 0 0;
	cursor:pointer;
	text-align:center;
	vertical-align:middle;
}

.z-paging-btn .z-paging-first,
.z-paging-btn .z-paging-last,
.z-paging-btn .z-paging-next,
.z-paging-btn .z-paging-prev {
	background-repeat:no-repeat;
	cursor:pointer;
	height:24px;
	width:24px;
	padding:0;
	white-space:nowrap;
}


.z-paging-btn button {
	background:transparent none repeat 0 0;
	border:0;
	padding:0;
	cursor:pointer;
	margin:0;
	min-height:13px;
	outline-color:-moz-use-text-color;
	outline-style:none;
	outline-width:0;
	overflow:visible;
	padding-left:0;
	padding-right:0;
	width:auto;
}

.z-paging .z-paging-sep {
	background:no-repeat center center;
	border:0 none;
	cursor:default;
	display:block;
	font-size:1px;
	height:16px;
	margin:0 2px;
	overflow:hidden;
	width:4px;
	background-image:none;
}
.z-paging-inp,
.z-paging input.z-paging-inp {
	border:1px solid #CFCFCF;
	height: 20px;
	line-height: 20px;
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #363636;
}
.z-paging-btn .z-paging-next {
	background-position:0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/paging/pg-btn2.png);
}
.z-paging-btn .z-paging-prev {
	background-position:0 -24px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/paging/pg-btn2.png);
}
.z-paging-btn .z-paging-last {
	background-position:0 -48px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/paging/pg-btn2.png);
}
.z-paging-btn .z-paging-first {
	background-position:0 -72px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/paging/pg-btn2.png);
}




.z-paging-btn-over .z-paging-next {
	background-position:-24px 0;
}
.z-paging-btn-over .z-paging-prev {
	background-position:-24px -24px;
}
.z-paging-btn-over .z-paging-last {
	background-position:-24px -48px;
}
.z-paging-btn-over .z-paging-first {
	background-position:-24px -72px;
}

.z-paging-btn-clk .z-paging-next {
	background-position:-48px 0;
}
.z-paging-btn-clk .z-paging-prev {
	background-position:-48px -24px;
}
.z-paging-btn-clk .z-paging-last {
	background-position:-48px -48px;
}
.z-paging-btn-clk .z-paging-first {
	background-position:-48px -72px;
}


.z-paging .z-paging-btn-disd {
	color:gray;
	cursor:default;
	opacity:0.4;
	-moz-opacity:0.4;
	filter: alpha(opacity=40);
}
.z-paging .z-paging-btn-disd *{
	color:gray !important;
	cursor:default !important;
}


.z-paging-info,
.z-paging div.z-paging-info {
	color:#00547A;
	position:absolute;
	right:8px;
	top:11px;
	font-family: arial, sans-serif;
	font-size: 11px;
}





.z-panel-shadow {
	border-radius: 4px;
	box-shadow:0 0 4px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 4px;
	-moz-box-shadow:0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 4px;
	-webkit-box-shadow:0 0 3px rgba(0, 0, 0, 0.5);
}
.z-panel-resize-faker {
	position: absolute;
	border: 1px dashed #1854C2;
	overflow: hidden;
	z-index: 60000;
	left: 0;
	top: 0;
	background-color: #D7E6F7;
	filter: alpha(opacity=50); 
	opacity: .5;
}
.z-panel-tl,
.z-panel-tr,
.z-panel-tl-gray,
.z-panel-tr-gray,
.z-panel-bl,
.z-panel-br {
	background: transparent no-repeat 0 top;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-corner.png);
	margin-right: 7px;
	height: 7px;
	font-size: 0;
	line-height: 0;
	zoom: 1;
}
.z-panel-tl-gray,
.z-panel-tr-gray {
	/* ADDED for framable, untitled case */
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-corner-blue.png);
}
.z-panel-bl {
	background-position: 0 -7px;
}
.z-panel-br,
.z-panel-tr,
.z-panel-tr-gray {
	background-position: right -14px;
	position: relative;
	margin-right: -7px;
}
.z-panel-br {
	background-position: right bottom;
}


.z-panel-hm .z-panel-header,
.z-panel-header {
	color: #00547A;
	padding: 3px 0 7px 0;
	background: transparent;
	border: 0;
	font-weight: normal;
	font-size: 12px;
	font-family: arial, sans-serif;
}
.z-panel-header {
	background: transparent repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-hm.png);
}
.z-panel-header-move {
	cursor: move;
}

.z-panel-hl {
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-hl.png);
	padding-left: 7px;
	border-bottom: 1px solid #8FB9D0;
	zoom: 1;
}

.z-panel-hr {
	background: transparent no-repeat right 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-hr.png);
	padding-right: 7px;
	zoom: 1;
}

.z-panel-hm {
	background: transparent repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-hm.png);
	overflow: hidden;
	zoom: 1;
}

.z-panel-cm {
	border: 0;
	margin: 0;
	background: #C1E5ED;
	padding-top: 6px;
	
}

.z-panel-cl,
.z-panel-fl {
	background: transparent repeat-y 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-clr.png);
	padding-left: 4px;
	zoom: 1;
}

.z-panel-cr,
.z-panel-fr {
	background: transparent repeat-y right 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/panel-clr.png);
	padding-right: 4px;
	zoom: 1;
}

.z-panel-body .z-panel-top .z-toolbar,
.z-panel-body .z-panel-btm .z-toolbar {
	border: 1px solid #B2CAD6;
	border-top: 0;
	overflow: hidden;
	padding: 2px;
}
.z-panel-noborder .z-panelchildren-noborder {
	border-width: 0;
}
.z-panel-fl.z-panel-nobtm2 {
	display: none;
}
.z-panel-cm.z-panel-noheader {
	padding: 0;
}
.z-panel-noheader {
	border-bottom: 0;
}
.z-panel-noborder .z-panel-top.z-panel-top-noborder .z-toolbar,
.z-panel-noborder .z-panel-btm.z-panel-btm-noborder .z-toolbar {
	border: none;
}

.z-panel-fm {
	background: #F1F9FF;
	overflow: hidden;
}
.z-panel-move-ghost {
	position: absolute;
	background: #D7E6F7;
	overflow: hidden;
	filter: alpha(opacity=60) !important; 
	opacity: .6 !important;
	cursor: move !important;
}
.z-panel-move-block {
	border: 2px dashed #B2CAD6;
}
.z-panel-move-ghost dl {
	border: 1px solid #B2CAD6;
	margin: 0;
	overflow: hidden;
	padding: 0;
	display: block;
	background: #D7E6F7;
	line-height: 0;
	font-size: 0;
}
.z-panel,
.z-panel-header {
	overflow: hidden;
}
.z-panel-body {
	overflow: hidden;
	zoom: 1;
}
.z-panelchildren {
	overflow: hidden;
	background-color: white;
	border: 1px solid #8FB9D0;
	border-top: 0;
	position: relative;
	zoom: 1;
}


.z-panel-body .z-panel-top .z-toolbar,
.z-panel-body .z-panel-btm .z-toolbar {
	border: 1px solid #8FB9D0;
	border-top: 0;
	overflow: hidden;
	padding: 2px;
}
.z-panel-cl .z-panel-top .z-toolbar {
	border-top: 1px solid #8FB9D0;
	border-bottom: 0;
}
.z-panel-cl .z-panelchildren {
	background-color: white;
	border: 1px solid #8FB9D0;
}
.z-panelchildren-noheader {
	border-top: 1px solid #8FB9D0;
}
.z-panel-top-noborder .z-toolbar {
	border: none;
	border-bottom: 0;
	border-top: 1px solid #8FB9D0;
	overflow: hidden;
}
.z-panel-noborder .z-panel-top .z-panel-top-noborder .z-toolbar {
	border-bottom: 1px solid #8FB9D0;
	border-width: 0 0 1px;
}
.z-panel-noborder .z-panel-btm .z-panel-btm-noborder .z-toolbar {
	border-top: 1px solid #8FB9D0;
	border-width: 1px 0 0;
}
.z-panel-noborder .z-panel-header .z-panel-header-noborder {
	border-width: 0;
	border-bottom: 1px solid #8FB9D0;
}
.z-panel-top.z-panel-noheader .z-toolbar {
	border-bottom: 0;
	border-top: 1px solid #8FB9D0;
	overflow: hidden;
}


.z-panel-icon {
	overflow: hidden; 
	float: right;
	margin-left: 2px;
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-icon.png);
	width: 17px;
	height: 17px;
	cursor: pointer;
}
.z-panel-min-over {
	background-position: -17px 0;
}
.z-panel-max {
	background-position: 0 -17px;
}
.z-panel-max-over {
	background-position: -17px -17px;
}
.z-panel-maxd {
	background-position: 0 -34px;
}
.z-panel-maxd-over {
	background-position: -17px -34px;
}
.z-panel-close {
	background-position: 0 -51px;
}
.z-panel-close-over {
	background-position: -17px -51px;
}
.z-panel-exp {
	background-position: 0 -68px;
}
.z-panel-exp-over {
	background-position: -17px -68px;
}
.z-panel-colpsd .z-panel-exp {
	background-position: 0 -102px;
}
.z-panel-colpsd {
	height:auto !important;
}
.z-panel-colpsd .z-panel-exp-over {
	background-position: -17px -102px;
}




.z-popup, .z-popup-plain {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	margin:0;
	overflow:hidden;
	padding:0;
	border-radius: 1px;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
}
.z-popup .z-popup-cl {
	background: transparent repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/popup/popup-bg.png);
	background-position: 0 -2px;
	border: 1px solid #C7DCE7;
	padding-left: 0;
}
.z-popup .z-popup-cnt {
	margin: 0 !important;
	line-height: 14px;
	color: #357B9A;
	padding: 5px 7px 5px 7px;
	zoom: 1;
}





.z-notification {
	position: absolute;
	top: 0;
	left: 0;
	border: 0 none;
	margin: 0;
	padding: 0;
	background: none;
}
.z-notification .z-notification-cl,
.z-notification .z-notification-cnt {
	width: 250px;
	height: 100px;
}
.z-notification-ref .z-notification-cl,
.z-notification-ref .z-notification-cnt {
	width: 125px;
	height: 50px;
}
.z-notification .z-notification-cl {
	position: relative;
	padding: 15px;
	padding-left: 55px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.35);
	background: transparent no-repeat 15px 15px;
}
.z-notification-ref .z-notification-cl {
	overflow: hidden;
	padding: 5px;
	padding-left: 55px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	background-position: 17px 18px;
}
.z-notification .z-notification-close,
.z-notification-ref .z-notification-close {
	position: absolute;
	width: 12px;
	height: 12px;
	cursor: pointer;
}
.z-notification .z-notification-close {
	top: 10px;
	right: 10px;
}
.z-notification-ref .z-notification-close {
	top: 5px;
	right: 5px;
}
.z-notification .z-notification-cnt {
	overflow: hidden;
	zoom: 1;
	
	margin: 0 !important;
	background: none;
	font-family: arial, sans-serif;
	font-size: 16px;
	font-weight: normal;
}
.z-notification-ref .z-notification-cnt {
	display: table-cell;
	vertical-align: middle;
	font-size: 12px;
}
.z-notification .z-notification-pointer {
	position: absolute;
	display: none;
	width: 0;
	height: 0;
	border: 10px solid transparent;
}


.z-notification .z-notification-cl {
	background-color: rgba(51, 51, 51, 0.9);
	color: #FFFFFF;
}
.z-notification .z-notification-close {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/popup/notif-close.png);
}
.z-notification .z-notification-close-over {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/popup/notif-close-over.png);
}

.z-notification .z-notification-pointer-l,
.z-notification .z-notification-pointer-r,
.z-notification .z-notification-pointer-u,
.z-notification .z-notification-pointer-d {
	border: 10px solid transparent;
}
.z-notification .z-notification-pointer-l {
	border-right-color: rgba(51, 51, 51, 0.9);
}
.z-notification .z-notification-pointer-r {
	border-left-color: rgba(51, 51, 51, 0.9);
}
.z-notification .z-notification-pointer-u {
	border-bottom-color: rgba(51, 51, 51, 0.9);
}
.z-notification .z-notification-pointer-d {
	border-top-color: rgba(51, 51, 51, 0.9);
}







.z-notification-info .z-notification-cl {
	background-color: rgba(33, 155, 166, 0.88);
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/popup/notif-info.png);
}

.z-notification-info .z-notification-pointer-l {
	border-right-color: rgba(33, 155, 166, 0.88);
}
.z-notification-info .z-notification-pointer-r {
	border-left-color: rgba(33, 155, 166, 0.88);
}
.z-notification-info .z-notification-pointer-u {
	border-bottom-color: rgba(33, 155, 166, 0.88);
}
.z-notification-info .z-notification-pointer-d {
	border-top-color: rgba(33, 155, 166, 0.88);
}


.z-notification-warning .z-notification-cl {
	background-color: rgba(234, 67, 23, 0.88);
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/popup/notif-warning.png);
}

.z-notification-warning .z-notification-pointer-l {
	border-right-color: rgba(234, 67, 23, 0.88);
}
.z-notification-warning .z-notification-pointer-r {
	border-left-color: rgba(234, 67, 23, 0.88);
}
.z-notification-warning .z-notification-pointer-u {
	border-bottom-color: rgba(234, 67, 23, 0.88);
}
.z-notification-warning .z-notification-pointer-d {
	border-top-color: rgba(234, 67, 23, 0.88);
}


.z-notification-error .z-notification-cl {
	background-color: rgba(190, 0, 5, 0.88);
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/popup/notif-error.png);
}

.z-notification-error .z-notification-pointer-l {
	border-right-color: rgba(190, 0, 5, 0.88);
}
.z-notification-error .z-notification-pointer-r {
	border-left-color: rgba(190, 0, 5, 0.88);
}
.z-notification-error .z-notification-pointer-u {
	border-bottom-color: rgba(190, 0, 5, 0.88);
}
.z-notification-error .z-notification-pointer-d {
	border-top-color: rgba(190, 0, 5, 0.88);
}


div.z-progressmeter {
	background: #FFFFFF repeat-x 0 0 ;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/prgmeter-anim.gif);
	border:1px solid #80AABD;
	text-align: left;
	height: 15px;
	overflow: hidden;
}
span.z-progressmeter-img {
	display: -moz-inline-box;
	display: inline-block;
	background: #FFFFFF repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/misc/prgmeter.png);
	height: 15px;
	line-height: 0;
	font-size: 0;
}


.z-separator-hor, .z-separator-hor-bar {
	height: 7px; overflow: hidden; line-height: 0; font-size: 0;
}
.z-separator-ver, .z-separator-ver-bar {
	display:-moz-inline-box; display: inline-block;
	width: 10px; overflow: hidden;
}
.z-separator-hor-bar {
	background-image: url(/rshn-table/zkau/web/439b83ff/img/dot.gif);
	background-position: center left; background-repeat: repeat-x;
}
.z-separator-ver-bar {
	background-image: url(/rshn-table/zkau/web/439b83ff/img/dot.gif);
	background-position: top center; background-repeat: repeat-y;
}



.z-slider-sphere-hor,
.z-slider-scale,
.z-slider-hor,
.z-slider-sphere-hor-center,
.z-slider-scale-center,
.z-slider-hor-center {
	background: transparent no-repeat 0 top;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/slider-bg.png);
	font-size: 0;
	height: 22px;
	line-height: 0;
	margin-right: 7px;
}
.z-slider-sphere-hor-center,
.z-slider-scale-center,
.z-slider-hor-center {
	background-position: right -22px;
	margin-right: -7px;
	position: relative;
	cursor: pointer;
}
.z-slider-sphere-hor-btn,
.z-slider-scale-btn,
.z-slider-hor-btn {
	width: 14px; height: 15px; position: absolute; left: 0; top: 3px;
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/slider-square.png);
	cursor: pointer;
}
.z-slider-scale-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/slider-scale.gif);
}


.z-slider-scale-tick {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/ticks.gif);
	padding-top:6px;
}


.z-slider-sphere-ver,
.z-slider-ver,
.z-slider-sphere-ver-center,
.z-slider-ver-center {
	background: transparent no-repeat left 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/slider-bg-ver.png);
	font-size: 0;
	width: 22px;
	line-height: 0;
	margin-bottom: 7px;
	zoom: 1;
}

.z-slider-sphere-ver-center,
.z-slider-ver-center {
	background-position: -22px bottom;
	margin-bottom: -7px;
	position: relative;
	cursor: pointer;
}

.z-slider-sphere-ver-btn,
.z-slider-ver-btn {
	width: 15px; height: 15px; position: absolute; left: 4px; bottom: 0;
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/slider-v-square.png);
	cursor: pointer;
}
.z-slider-sphere-hor-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/slider-circle.png);
}
.z-slider-sphere-ver-btn {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/slider/slider-v-circle.png);
 	height: 15px;
 	left: 3px;
}

.z-slider-hor-btn-over,
.z-slider-sphere-hor-btn-over,
.z-slider-sphere-ver-btn-over,
.z-slider-ver-btn-over,
.z-slider-scale-btn-over {
	background-position: -15px 0;
}
.z-slider-hor-btn-drag,
.z-slider-sphere-hor-btn-drag,
.z-slider-sphere-ver-btn-drag,
.z-slider-ver-btn-drag,
.z-slider-scale-btn-drag {
	background-position: -30px 0;
}

.z-slider-pp {
	font-family: arial, sans-serif;
	font-size: 12px; font-weight: normal;
}




.z-tabbox,
.z-tabbox-ver,
.z-tabbox-accordion,
.z-tabbox-accordion-lite {
	overflow: hidden;
}
.z-tabs-cnt .z-tab-hl,
.z-tabs-cnt .z-tab-hr,
.z-tabs-cnt .z-tab-hm,
.z-tabs-cnt .z-tab-text {
	display: block;
}
.z-tab-text,
.z-tab-ver-text,
.z-tab-accordion-text,
.z-tab-accordion-lite-text {
	overflow: hidden;
	text-overflow: ellipsis;
}
.z-tabs .z-tabs-space {
	font-size: 0;
	line-height: 0;
	background: none;
	border: 0;
	height: auto;
}
.z-tabs, 
.z-tabs-ver {
	overflow: hidden;
	background: transparent none repeat 0 0;
	border: 0;
	padding: 0;
	margin: 0;
	position: relative;
}
.z-toolbar-tabs {
	overflow: hidden;
	position: absolute;
	background: none repeat scroll 0 0 transparent;
	right: 0;
	top: 0;
	z-index: 1;
	padding: 0 4px;
	margin-top: -1px;
	border-bottom: 1px solid #E1E1E1;
	height: 100%;
	
}
.z-toolbar-tabs-outer {
	background: none repeat scroll 0 0 transparent;
	border-bottom: 0;
	overflow: auto;
}
.z-toolbar-tabs-outer .z-tabs-header {
	padding-bottom: 0;
}
.z-toolbar-tabs-body {
	padding-top: 2px;
}
.z-tabs-header {
	width: 100%;
	margin: 0;
	position: relative;
	overflow: hidden;
	zoom: 1;
}
.z-tabs-header .z-clear {
	height: 0;
}
.z-tabs .z-tabs-cnt {
	background: none repeat scroll 0 0 transparent;
	padding-left: 0;
	padding-top: 0;
	border-bottom: 1px solid #E1E1E1;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	display: block;
	margin: 0;
	width: 100%;
	zoom: 1;
	-moz-user-select: none;
}
.z-tabs-cnt li {
	position: relative;
	font-family: arial, sans-serif;
	font-size: 12px;
	cursor: default;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	-moz-user-select: none;
}
.z-tab-close,
.z-tab-ver-close {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-close.gif);
	background-repeat: no-repeat;
	cursor: pointer;
	display: block;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 3px;
	top: 5px;
	z-index: 15;
	opacity: .8;
	filter: alpha(opacity=80);
	zoom: 1;
}
.z-tab-ver-close {
	top: 9px;
	left: 3px;
}
.z-tab-close:hover,
.z-tab-close-over,
.z-tab-ver-close:hover,
.z-tab-ver-close-over {
	background-position: right 0;
}
.z-tab-hl {
	position: relative;
	padding-left: 10px;
	background: transparent no-repeat 0 -128px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-corner.png);
	-moz-outline: none;
	outline: none;
	cursor: pointer;
}
.z-tab-hr {
	background: transparent no-repeat right -128px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-corner.png);
	padding-right: 10px;
	display: block;
}
.z-tab-hm {
	padding-left: 2px;
	padding-right: 1px;
	overflow: hidden;
	cursor: pointer;
	background: transparent repeat-x 0 -128px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-hm.png);
}
.z-tab-hm-close {
	padding-right: 10px;
}
.z-tabs-edge {
	float: left;
	width: 1px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	background: transparent !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
	zoom: 1;
}
.z-tab .z-tab-hl:hover {
	background-position: 0 -64px;
}
.z-tab .z-tab-hl:hover .z-tab-hr {
	background-position: right -64px;
}
.z-tab .z-tab-hl:hover .z-tab-hm {
	background-position: right -64px;
}
.z-tab .z-tab-hl:hover .z-tab-text {
	color: #00547A;
}
.z-tab .z-tab-text {
	color: #357B9A;
	cursor: pointer;
	font-style: normal;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-size-adjust: none;
	padding:4px 0 4px;
	white-space: nowrap;
}
.z-tabs-header-scroll {
	margin-left: 25px;
	margin-right: 25px;
}
.z-tabs-scroll {
	background:none repeat scroll 0 0 transparent;
	border: 0;
	padding-bottom: 0;
	zoom: 1;
}
.z-tabs-scroll .z-tabs-right-scroll,
.z-tabs-scroll .z-tabs-left-scroll {
	right: 0;
	top: 0;
	width: 25px;
	height: 100%;
	background: transparent no-repeat -25px 2px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-r.png);
	border-bottom: 1px solid #E1E1E1;
	cursor: pointer;
	position: absolute;
	z-index: 25;
	margin-top: -1px;
}

.z-tabs-scroll .z-tabs-left-scroll {
	left: 0;
	background: transparent no-repeat 0 2px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-l.png);
}
.z-tabs-scroll .z-tabs-left-scroll:hover {
	background-position: -25px 2px;
}
.z-tabs-scroll .z-tabs-right-scroll:hover {
	background-position: 0 2px;
}
.z-tabs-scroll .z-toolbar-tabs-outer .z-tabs-cnt, 
.z-tabs .z-toolbar-tabs-outer .z-tabs-cnt {
	border-bottom: 1px solid #E1E1E1;
}

.z-tab-seld .z-tab-hl {
	cursor: default;
	background-position: 0 0;
	margin: auto auto -1px;
}
.z-tab-seld .z-tab-hm {
	cursor: default;
	background-position: 0 0;
	overflow: hidden;
	text-overflow: ellipsis;
}
.z-tab-seld .z-tab-close {
	opacity: 1;
	filter: alpha(opacity=100);
}
.z-tab-seld .z-tab-hr {
	background-position: right 0;
	
}
.z-tab-seld .z-tab-text {
	color: #00547A;
	cursor: default;
	font-weight: bold;
	font-style: normal;
	font-family: arial, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	padding:4px 0 5px;
}
.z-tab-seld .z-tab-hl:hover,
.z-tab-seld .z-tab-hl:hover .z-tab-hm {
	background-position: 0 0;
}
.z-tab-seld .z-tab-hl:hover .z-tab-hr {
	background-position: right 0;
}
.z-tab-disd .z-tab-hl:hover,
.z-tab-disd-seld .z-tab-hl:hover,
.z-tab-disd .z-tab-hl:hover .z-tab-hm,
.z-tab-disd-seld .z-tab-hl:hover .z-tab-hm,
.z-tab-disd .z-tab-hl,
.z-tab-disd-seld .z-tab-hl {
	background-position: 0 -128px;
}
.z-tab-disd .z-tab-hl:hover .z-tab-hr,
.z-tab-disd-seld .z-tab-hl:hover .z-tab-hr,
.z-tab-disd .z-tab-hr,
.z-tab-disd-seld .z-tab-hr,
.z-tab-disd .z-tab-hm ,
.z-tab-disd-seld .z-tab-hm {
	background-position: right -128px;
	cursor: default;
}
.z-tab-disd .z-tab-hl:hover .z-tab-text,
.z-tab-disd-seld .z-tab-hl:hover .z-tab-text {
	color: gray;
}
.z-tab-disd .z-tab-close:hover ,
.z-tab-disd-seld .z-tab-close:hover {
	background-position: 0 0;
}
.z-tab-disd .z-tab-hl,
.z-tab-disd-seld .z-tab-hl {
	color: gray;
	cursor: default;
	opacity: .4;
	filter: alpha(opacity=40);
}

.z-tab-disd .z-tab-text,
.z-tab-disd-seld .z-tab-text {
	cursor: default;
	font-style: normal;
	font-family: arial, sans-serif;
	font-size: 12px;
	white-space: nowrap;
	padding:4px 0 4px;
	color: gray;
}


.z-tabs-ver {
	float:left;
}
.z-tabs-ver-scroll {
	background: none repeat scroll 0 0 transparent;
	border: 0;
}
.z-tabs-ver .z-tabs-ver-space,
.z-tabs-ver-space {
	background: none repeat scroll 0 0 transparent;
	border: 0;
	font-size: 0;
	line-height: 0;
	width: 0;
}
.z-tabs-ver .z-tabs-ver-space {
	border-top: 0 none;
}
.z-tabs-ver-scroll .z-tabs-ver-space {
	background: none;
	border: 0;
	height: auto;
}
.z-tabs-ver-scroll .z-tabs-ver-header {
	background: none repeat scroll 0 0 transparent;
	zoom: 1;
	overflow: hidden;
	position: relative;
}
.z-tabs-ver-edge {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 none !important;
	font-size: 0 !important;
	line-height: 0 !important;
	overflow: hidden;
	zoom: 1;
	background: transparent !important;
	height: 1px;
}
.z-tabs-ver .z-tabs-ver-cnt {
	padding-left: 0;
	padding-top: 0;
	list-style-image: none;
	list-style-position:outside;
	list-style-type: none;
	display: block;
	margin: 0;
	zoom: 1;
	height: 4096px;
	border-right: 1px solid #E1E1E1;
	-moz-user-select: none;
}
.z-tabs-ver .z-tabs-ver-cnt li {
	position: relative;
	font-family: arial, sans-serif;
	font-size: 12px;
	cursor: default;
	display: block;
	margin: 0;
	-moz-user-select: none;
}
.z-tab-ver-noclose {
	display:none;
}
.z-tab-ver-hl,
.z-tab-ver-hr,
.z-tab-ver-hm,
.z-tab-ver-text {
	display: block;
}
.z-tab-ver-hl {
	position: relative;
	padding-top: 9px;
	-moz-outline: none;
	outline: none;
	zoom: 1;
	background: transparent no-repeat -512px 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-v-corner.png);
	cursor: pointer;
}
.z-tab-ver-hl .z-tab-ver-hr {
	padding-bottom: 11px;
	background: transparent no-repeat -512px bottom;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-v-corner.png);
}
.z-tab-ver .z-tab-ver-hm {
	overflow: hidden;
	cursor: pointer;
	padding-left: 5px;
	padding-right: 5px;
	background: transparent repeat-y -512px 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-v-hm.png);
	zoom: 1;
}
.z-tab-ver .z-tab-ver-hm-close{
	padding-left: 15px;
}
.z-tab-ver .z-tab-ver-hl:hover {
	background-position: -256px 0;
}
.z-tab-ver .z-tab-ver-hl:hover .z-tab-ver-hr {
	background-position: -256px bottom;
}
.z-tab-ver .z-tab-ver-hl:hover .z-tab-ver-hm {
	background-position: -256px 0;
}
.z-tab-ver .z-tab-ver-text {
	font-style: normal;
	font-family: arial, sans-serif;
	font-size: 12px;
	text-align:center;
	font-style: normal;
	white-space: nowrap;
	color: #357B9A;
	cursor: pointer;
	font-size-adjust: none;
}
.z-tabs-ver-space {
	float: left;
	border-left: 0 none;
	position: relative;
}

.z-tabbox-ver .z-tabs-ver-header-scroll {
	margin-top: 20px;
	margin-bottom: 20px;
}
.z-tabs-ver-up-scroll,
.z-tabs-ver-down-scroll {
	cursor: pointer;
	height: 20px;
	position: absolute;
	left: 4px;
	z-index: 25;
	width: 100%;
	display: block;
}
.z-tabs-ver-up-scroll,
.z-tabs-ver-up-scroll-hl {
	background: transparent no-repeat center bottom;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-u.png);
	border-right: 1px solid #E1E1E1;
}
.z-tabs-ver-up-scroll {
	top: 0;
}
.z-tabs-ver-down-scroll,
.z-tabs-ver-down-scroll-hl {
	background: transparent no-repeat center bottom;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-d.png);
	border-right: 1px solid #E1E1E1;
}
.z-tabs-ver-down-scroll {
	bottom: 0;
}
.z-tabs-ver-up-scroll-hr,
.z-tabs-ver-down-scroll-hr {
	border-right: 1px solid #E1E1E1;
	width: 1px;
	height: 20px;
	position: absolute;
	right: 4px;
}
.z-tabs-ver-up-scroll:hover {
	background-position: center 0;
}
.z-tabs-ver-down-scroll:hover {
	background-position: center 0;
}
.z-tabs-ver-up-scroll-hl,
.z-tabs-ver-down-scroll-hl {
	background-position: 0 0;
	border: 0;
	height: 20px;
	width: 3px;
	position: absolute;
	margin-left: -3px;
}
.z-tabs-ver-up-scroll-hl{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-u-hl.png);
}
.z-tabs-ver-down-scroll-hl {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/scroll-d-hl.png);
}


.z-tab-ver-seld .z-tab-ver-close {
	opacity: 1;
	filter: alpha(opacity=100);
}
.z-tab-ver-seld .z-tab-ver-hl {
	background-position: 0 0;
	margin-right: -2px;
	cursor: default;
}
.z-tab-ver-seld .z-tab-ver-hl .z-tab-ver-hr,
.z-tab-ver-seld .z-tab-ver-hl:hover .z-tab-ver-hr {
	background-position: 0 bottom;
}
.z-tab-ver-seld .z-tab-ver-hm {
	background-position: 0 0;
	cursor: default;
}
.z-tab-ver-seld .z-tab-ver-text {
	color: #00547A;
	cursor: default;
	font-weight: bold;
	white-space: nowrap;
}
.z-tab-ver-seld .z-tab-ver-hl:hover,
.z-tab-ver-seld .z-tab-ver-hl:hover .z-tab-ver-hm,
.z-tab-ver-disd .z-tab-ver-close,
.z-tab-ver-disd-seld .z-tab-ver-close:hover {
	background-position: 0 0;
}

.z-tab-ver-disd .z-tab-ver-hl,
.z-tab-ver-disd-seld .z-tab-ver-hl {
	color: gray;
	cursor: default;
	opacity: .6;
	filter: alpha(opacity=60);
}
.z-tab-ver-disd .z-tab-ver-hl, .z-tab-ver-disd-seld .z-tab-ver-hl,
.z-tab-ver-disd .z-tab-ver-hl:hover, .z-tab-ver-disd-seld .z-tab-ver-hl:hover {
	background-position: -512px 0;
}
.z-tab-ver-disd .z-tab-ver-hl .z-tab-ver-hr,
.z-tab-ver-disd-seld .z-tab-ver-hl .z-tab-ver-hr,
.z-tab-ver-disd .z-tab-ver-hl:hover .z-tab-ver-hr,
.z-tab-ver-disd-seld .z-tab-ver-hl:hover .z-tab-ver-hr {
	background-position: -512px bottom;
}
.z-tab-ver-disd .z-tab-ver-hl .z-tab-ver-hm,
.z-tab-ver-disd-seld .z-tab-ver-hl .z-tab-ver-hm,
.z-tab-ver-disd .z-tab-ver-hl:hover .z-tab-ver-hm,
.z-tab-ver-disd-seld .z-tab-ver-hl:hover .z-tab-ver-hm {
	background-position: -512px 0;
	color: gray;
	cursor: default;
}
.z-tab-ver-disd .z-tab-ver-text,
.z-tab-ver-disd-seld .z-tab-ver-text {
	cursor: default;
	color: gray;
}

.z-tabpanel,
.z-tabbox-ver .z-tabpanels-ver {
	border-color: #E1E1E1;
	border-width: 1px;
	border-style: solid;
}
.z-tabbox-ver .z-tabpanels-ver .z-tabpanels-ver-inner {
	border-color: #E1E1E1;
}
.z-tabbox-ver .z-tabpanels-ver {
	border: 1px solid #E1E1E1;
	border-width: 1px 1px 1px 0;
}
.z-tabpanel,
.z-tabbox-ver .z-tabpanel-ver {
	padding: 5px;
	zoom: 1;
}
.z-tabpanels-ver {
	float: left;
	zoom: 1; 
	overflow: hidden; 
	position: relative;
}

.z-tabpanel {
	border-top: none;
}
.z-tabpanel-cnt { 
	height: 100%;
}

.z-tabpanels-accordion{
	border-top: 1px solid #8FB9D0;
}
.z-tab-accordion-header {
	cursor: pointer;
	position: relative;
	zoom: 1;
	border: 1px solid #8FB9D0;
	border-top: 0;
}
.z-tab-accordion-text {
	cursor: pointer;
	color: #357B9A;
	font-family: arial, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	padding-left: 5px;
	padding-right: 30px;
	padding-bottom: 2px;
}
.z-tab-accordion-seld .z-tab-accordion-text,
.z-tab-accordion-lite-seld .z-tab-accordion-lite-text,
.z-tab-accordion-hm:hover .z-tab-accordion-text,
.z-tab-accordion-lite-tm: hover .z-tab-accordion-lite-text {
	color: #00547A;
}
.z-tabbox-accordion .z-tabpanel-accordion {
	border: 1px solid #8FB9D0;
	border-top: 0;
	padding: 5px;
	zoom: 1;
}
.z-tab-accordion-tl,
.z-tab-accordion-tr {
	background: transparent no-repeat 0 0;
	zoom: 1;
	height: 0;
	margin-right: 5px;
	font-size: 0;
	line-height: 0;
}
.z-tab-accordion-tr {
	position: relative;
	margin-right: -5px;
}
.z-tab-accordion-hl {
	background: transparent no-repeat 0 0;
	padding-left: 0;
	zoom: 1;
}
.z-tab-accordion-hr {
	background: transparent no-repeat 0 0;
	padding-right: 0;
	zoom: 1;
}
.z-tab-accordion-hm {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/accd-hm.png);
	overflow: hidden;
	padding: 5px 0 3px;
	zoom: 1;
}
.z-tab-accordion-hm:hover {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/accd-hm-mouseover.png);
}
.z-tab-accordion-close,
.z-tab-accordion-lite-close {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-close.gif);
	cursor: pointer;
	width: 15px;
	height: 15px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 15;
	opacity: .6;
	filter: alpha(opacity=60);
}
.z-tab-accordion-lite-close {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-close.gif);
	right: 4px;
	top: 4px;
}
.z-tab-accordion-close-over,
.z-tab-accordion .z-tab-accordion-close:hover {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-close.gif);
	background-position: right 0;
	opacity: 1.0;
	filter: alpha(opacity=100);
}

.z-tab-accordion-seld .z-tab-accordion-close,
.z-tab-accordion-lite-seld .z-tab-accordion-lite-close {
	opacity: .8;
	filter: alpha(opacity=80);
}

.z-tab-accordion-disd .z-tab-accordion-header,
.z-tab-accordion-disd-seld .z-tab-accordion-header {
	color: gray;
	cursor: default;
	opacity: .6;
	filter: alpha(opacity=60);
}
.z-tab-accordion-disd .z-tab-accordion-close:hover,
.z-tab-accordion-disd-seld .z-tab-accordion-close:hover,
.z-tab-accordion-lite-disd .z-tab-accordion-lite-close:hover,
.z-tab-accordion-lite-disd-seld .z-tab-accordion-lite-close:hover {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-close.gif);
	background-position: right 0;
	opacity: .6;
	filter: alpha(opacity=60);
}
.z-tab-accordion-disd .z-tab-accordion-text,
.z-tab-accordion-disd-seld .z-tab-accordion-text {
	cursor: default;
	color: gray;
}

.z-tabpanels-accordion-lite {
	border: 0;
	border-top: 1px solid #8FB9D0;
}
.z-tab-accordion-lite-header {
	overflow: hidden;
	zoom: 1;
	cursor: pointer;
	position: relative;
	border: 1px solid #8FB9D0;
	border-top: 0;
}
.z-tab-accordion-lite-text {
	cursor: pointer;
	color: #357B9A;
	font-family: arial, sans-serif;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	padding-right: 30px;
	padding-left: 5px;
}
.z-tabbox-accordion-lite .z-tabpanel-accordion-lite {
	border: 1px solid #8FB9D0;
	border-top: 0;
	padding: 5px;
	zoom: 1;
}
.z-tab-accordion-lite-tl,
.z-tab-accordion-lite-tr,
.z-tab-accordion-lite-tm {
	background: transparent no-repeat 0 0;
	background-color: #E8F6FD;
	display: block;
}
.z-tab-accordion-lite-tm:hover {
	background-color: #C5E8FA;
}
.z-tab-accordion-lite-tl {
	zoom: 1;
	padding-left: 0;
	line-height: 0;
	text-decoration: none;
}
.z-tab-accordion-lite-tr {
	padding-right: 0;
}
.z-tab-accordion-lite-tm {
	padding:4px 0 3px 0;
	overflow: hidden;
}
.z-tab-accordion-lite-close-over,
.z-tab-accordion-lite .z-tab-accordion-lite-close:hover {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tab/tab-close.gif);
	background-position: right 0;
	opacity: 1;
	filter: alpha(opacity=100);
}


.z-tab-accordion-lite-disd a,
.z-tab-accordion-lite-disd-seld a {
	color: gray;
	cursor: default;
	opacity: .6;
	filter: alpha(opacity=60);
}
.z-tab-accordion-lite-disd .z-tab-accordion-lite-text,
.z-tab-accordion-lite-disd-seld .z-tab-accordion-lite-text {
	cursor: default;
	color: gray;
}
.z-tab-accordion-spacing {
	border-bottom: 1px solid #80AABD;
}



.z-tab-accordion-lite-tm .z-caption-l,
.z-tab-accordion-hm .z-caption-l,
.z-tab-ver-hm .z-caption-l {
	padding-left: 5px;
}

.z-toolbar {
	border-color: #8FB9D0; 
	border-style: solid; 
	border-width: 0 0 1px; 
	display: block;
	padding: 2px;
	background: #C6E9FA repeat-x 0 -1px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/common/toolbar-hm.png);
	position: relative; zoom: 1;
}
.z-caption .z-toolbar {
	background: none; border: 0;
}
.z-toolbar-tabs-body, .z-toolbar-tabs-body span,
.z-toolbar-body, .z-toolbar-body span {
	font-size: 11px;
}

.z-toolbar-start,
.z-toolbar-panel .z-toolbar-panel-start .z-toolbar-panel-cnt {
	float: left; clear: none;
}
.z-toolbar-center,
.z-toolbar-panel .z-toolbar-panel-center .z-toolbar-panel-cnt {
	text-align: center;
	margin: 0 auto;
}
.z-toolbar-end,
.z-toolbar-panel .z-toolbar-panel-end .z-toolbar-panel-cnt {
	float: right; clear: none;
}

.z-toolbar-panel {
	padding: 5px;
	background: #C1E5ED;
}

.z-toolbar-panel .z-toolbar-panel-body .z-toolbar-panel-hor,
.z-toolbar-panel .z-toolbar-panel-body .z-toolbar-panel-ver {
	border: 0;
	padding: 0;
}
.z-toolbar-panel .z-toolbar-panel-cnt .z-toolbar-panel-hor{
	padding: 3px;
}
.z-toolbar-panel .z-toolbar-panel-cnt .z-toolbar-panel-ver{
	padding: 1px;
}

.z-toolbar-panel .z-toolbar-panel-center{
	text-align: center;
}




.z-toolbarbutton .z-toolbarbutton-tl, 
.z-toolbarbutton .z-toolbarbutton-tr, 
.z-toolbarbutton .z-toolbarbutton-bl, 
.z-toolbarbutton .z-toolbarbutton-br{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/toolbarbtn-corner.gif);
}
.z-toolbarbutton .z-toolbarbutton-tm, 
.z-toolbarbutton .z-toolbarbutton-bm  {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/toolbarbtn-x.gif);
}
.z-toolbarbutton .z-toolbarbutton-cl, 
.z-toolbarbutton .z-toolbarbutton-cr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/toolbarbtn-y.gif);
}
.z-toolbarbutton .z-toolbarbutton-cm {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/toolbarbtn-ctr.gif);
}

.z-toolbarbutton .z-toolbarbutton-tl,
.z-toolbarbutton .z-toolbarbutton-tr,
.z-toolbarbutton .z-toolbarbutton-cl,
.z-toolbarbutton .z-toolbarbutton-cr {
	background-repeat: no-repeat;
	background-position: -4px 0;
	width: 4px; padding: 0; margin: 0;
}
.z-toolbarbutton .z-toolbarbutton-tl,
.z-toolbarbutton .z-toolbarbutton-tr {
	height: 4px;
}
.z-toolbarbutton .z-toolbarbutton-tl {
	background-position: 0 0;
}
.z-toolbarbutton .z-toolbarbutton-cl {
	background-position: 0 0; text-align: right;
}
.z-toolbarbutton .z-toolbarbutton-tm {
	background-repeat: repeat-x;
	background-position: 0 0;
}
.z-toolbarbutton .z-toolbarbutton-tr {
	background-position: -4px 0;
}
.z-toolbarbutton .z-toolbarbutton-cm {
	margin: 0; overflow: hidden;
	vertical-align: middle;
	text-align: center;
	padding: 0 5px;
	background-repeat: repeat-x;
	background-position: 0 0;
	white-space: nowrap;
}
.z-toolbarbutton .z-toolbarbutton-bl,
.z-toolbarbutton .z-toolbarbutton-br {
	background-repeat: no-repeat;
	background-position: 0 -4px;
	width: 4px; height: 4px;  padding: 0; margin: 0;
}
.z-toolbarbutton .z-toolbarbutton-bm {
	background-repeat: repeat-x;
	background-position: 0 -4px;
	height: 4px;
}
.z-toolbarbutton .z-toolbarbutton-br {
	background-position: -4px -4px;
}

.z-toolbarbutton-over .z-toolbarbutton-tl,
.z-toolbarbutton-over .z-toolbarbutton-cl {
	background-position: -8px 0;
}
.z-toolbarbutton-over .z-toolbarbutton-tm {
	background-position: 0 -8px;
}
.z-toolbarbutton-over .z-toolbarbutton-tr,
.z-toolbarbutton-over .z-toolbarbutton-cr {
	background-position: -12px 0;
}
.z-toolbarbutton-over .z-toolbarbutton-cm {
	background-position: 0 -500px;
}
.z-toolbarbutton-over .z-toolbarbutton-bl {
	background-position: -8px -4px;
}
.z-toolbarbutton-over .z-toolbarbutton-bm {
	background-position:0 -12px;
}
.z-toolbarbutton-over .z-toolbarbutton-br {
	background-position: -12px -4px;
}




.z-toolbarbutton {
	display:-moz-inline-box;
	display: inline-block;
	position: relative;
	cursor: pointer;
	margin: 0 2px;
	vertical-align: middle;	
	padding: 1px 0;
	zoom: 1;
}

.z-toolbarbutton-ck {
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #d6d6d6;
	padding: 0;
	background-color: #e2e2e2;
	-webkit-box-shadow: inset 3px 3px 0px -2px #b7b7b7;
	-moz-box-shadow: inset 3px 3px 0px -2px #b7b7b7;
	box-shadow: inset 3px 3px 0px -2px #b7b7b7;
}
.z-toolbarbutton-over {
	border-top: 1px solid #7EAAC6;
	border-bottom: 1px solid #7EAAC6;
	padding: 0;
}
.z-toolbarbutton-body {
	position: relative;
	margin: 0 -1px;
	padding: 0 1px;
	vertical-align: middle;
	zoom: 1;
}
.z-toolbarbutton-ck  .z-toolbarbutton-body {
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	padding: 0;
}
.z-toolbarbutton-over .z-toolbarbutton-body {
	border-left: 1px solid #7EAAC6;
	border-right: 1px solid #7EAAC6;
	padding: 0;
}
.z-toolbarbutton-cnt {
	padding: 2px 2px;
	position: relative;
	zoom: 1;
	font-family: arial, sans-serif;
	font-size: 11px;
	font-weight: normal;
}
.z-toolbarbutton-over .z-toolbarbutton-cnt {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/button/toolbarbtn-ctr.gif);
	background-position: 0 -500px;
}


.z-toolbarbutton-disd * {
	color:gray !important;
	cursor:default !important;
}
.z-toolbarbutton-disd  { 
	opacity: .5;
	-moz-opacity: .5;
	filter: alpha(opacity=50);
}



div.z-tree {
	background: #FFFFFF;
	overflow: hidden; 
	zoom: 1;
	border: 1px solid #CFCFCF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-tree-header, div.z-tree-header tr, div.z-tree-footer {
	border: 0; width: 100%;
}
div.z-tree-header, div.z-tree-footer {
	overflow: hidden;
}
div.z-tree-header tr.z-treecols, div.z-tree-header tr.z-auxhead {
	background: #FFFFFF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-tree-header th.z-treecol, div.z-tree-header th.z-auxheader {
	overflow: hidden; 
	border: 1px solid;
	white-space: nowrap;
	border-color: #CFCFCF #CFCFCF #CFCFCF white;
	border-top: none;
	padding: 0;
}
div.z-tree-body, div.z-dottree-body, div.z-filetree-body, div.z-vfiletree-body {
	background: white; border: 0; overflow: auto; width: 100%; position: relative;
}
div.z-tree-pgi-b {
	border-top: 1px solid #8FB9D0; overflow: hidden;
}
div.z-tree-pgi-t {
	border-bottom: 1px solid #8FB9D0; overflow: hidden;
}
div.z-tree-body td.z-treecell, div.z-tree-footer td.z-treefooter {
	cursor: pointer;
	font-size: 12px; font-weight: normal; overflow: hidden;
	padding: 1px 2px;
}
div.z-tree-footer {
	background: #F9F9F9;
	border-top:1px solid #CFCFCF;
}
div.z-tree-header div.z-auxheader-cnt {
	padding: 8px 5px 7px;
}
tr.z-tree-faker, tr.z-tree-faker th, tr.z-tree-faker div,
tr.z-dottree-faker, tr.z-dottree-faker th, tr.z-dottree-faker div,
tr.z-filetree-faker, tr.z-filetree-faker th, tr.z-filetree-faker div,
tr.z-vfiletree-faker, tr.z-vfiletree-faker th, tr.z-vfiletree-faker div {
	border-top: 0 !important; border-right : 0 !important;border-bottom: 0 !important;border-left: 0 !important;
	padding-top: 0 !important;	padding-right: 0 !important; padding-bottom: 0 !important;padding-left: 0 !important;
	margin-top: 0 !important; margin-right : 0 !important;margin-bottom: 0 !important;margin-left: 0 !important;
	height: 0 !important;
	font-size: 12px !important;
} 

span.z-tree-ico, span.z-tree-line, span.checkmark-spacer {
	width: 18px; height: 18px;
	display:-moz-inline-box; vertical-align:top;
	display:inline-block;
}
span.z-tree-ico {
	background-repeat: no-repeat;
}
span.z-tree-root-open, span.z-tree-tee-open, span.z-tree-last-open,
span.z-tree-root-close, span.z-tree-tee-close, span.z-tree-last-close {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/arrow-toggle.png);
}
span.z-tree-root-open, span.z-tree-tee-open, span.z-tree-last-open {
	background-position: 0 -18px;
}
span.z-tree-root-close, span.z-tree-tee-close, span.z-tree-last-close {
	background-position: 0 0;
}
.z-treerow-ico-over span.z-tree-root-open, 
.z-treerow-ico-over span.z-tree-tee-open,
.z-treerow-ico-over span.z-tree-last-open {
	background-position: right -18px;
}
.z-treerow-ico-over span.z-tree-root-close,
.z-treerow-ico-over span.z-tree-tee-close,
.z-treerow-ico-over span.z-tree-last-close {
	background-position: right 0;
}
div.z-tree-header th.z-treecol, div.z-tree-header th.z-auxheader {
	border-color: #CFCFCF #CFCFCF #CFCFCF white;
	border-top: none;
}
div.z-tree-header tr.z-treecols th:last-child, 
div.z-tree div.z-tree-header tr.z-auxhead th:last-child {
	border-right: none;
}

div.z-tree-footer td.z-treefooter {
	color:#636363;
	padding: 2px 10px;
}

div.z-tree-header th.z-treecol-sort-over {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/header-over.png);
}
div.z-treecol-cnt {
	position: relative;
}
td.z-treecell {
	border: 1px solid transparent;
	border-left: 1px solid #FFF;
}
div.z-treecell-cnt {
	padding: 1px 0 1px 0;
}

div.z-treefooter-cnt, div.z-treecell-cnt, div.z-treecol-cnt {
	border: 0; margin: 0; 
	padding: 8px 5px 7px;
	font-family: arial, sans-serif;
	font-size: 12px; font-weight: normal;
	white-space: nowrap;
}
div.z-treefooter-cnt, div.z-treecol-cnt {
	overflow: hidden;
	cursor: default;
	font-family: arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #252525;
}
div.z-treecol-cnt {
	color: #00547A;
}
div.z-treecol-cnt, div.z-tree-header div.z-auxheader-cnt {
	padding: 8px 5px 7px;
}
.z-word-wrap div.z-treecell-cnt, .z-word-wrap div.z-treefooter-cnt,
	.z-word-wrap div.z-treecol-cnt {
	word-wrap: break-word;
}

.z-tree-header .z-treecol.z-treecol-sizing, .z-tree-header .z-treecol.z-treecol-sizing .z-treecol-cnt,
.z-dottree-header .z-treecol.z-treecol-sizing, .z-dottree-header .z-treecol.z-treecol-sizing .z-treecol-cnt,
.z-filetree-header .z-treecol.z-treecol-sizing, .z-filetree-header .z-treecol.z-treecol-sizing .z-treecol-cnt,
.z-vfiletree-header .z-treecol.z-treecol-sizing, .z-vfiletree-header .z-treecol.z-treecol-sizing .z-treecol-cnt {
	cursor: e-resize;
}

div.z-tree-header th.z-treecol-sort div.z-treecol-cnt,
div.z-dottree-header th.z-treecol-sort div.z-treecol-cnt,
div.z-filetree-header th.z-treecol-sort div.z-treecol-cnt,
div.z-vfiletree-header th.z-treecol-sort div.z-treecol-cnt {
	cursor: pointer; padding-right: 9px;
	background: transparent no-repeat 99% center;
	padding: 7px 10px;
	font-weight:bold;
}
div.z-tree-header th.z-treecol-sort-asc div.z-treecol-cnt,
div.z-dottree-header th.z-treecol-sort-asc div.z-treecol-cnt,
div.z-filetree-header th.z-treecol-sort-asc div.z-treecol-cnt,
div.z-vfiletree-header th.z-treecol-sort-asc div.z-treecol-cnt {
	cursor: pointer; padding-right: 9px;
	background: transparent no-repeat 99% center;
}
div.z-tree-header th.z-treecol-sort-dsc div.z-treecol-cnt,
div.z-dottree-header th.z-treecol-sort-dsc div.z-treecol-cnt,
div.z-filetree-header th.z-treecol-sort-dsc div.z-treecol-cnt,
div.z-vfiletree-header th.z-treecol-sort-dsc div.z-treecol-cnt {
	cursor: pointer; padding-right: 9px;
	background: transparent no-repeat 99% center;
}
.z-treecol-sort-img {
	position: absolute;
	float: left;
	left: 50%;
	font-size: 0;
	margin-left: auto;
    margin-right: auto;
}
.z-treecol-sort .z-treecol-sort-img {
	margin-top: -5px;
	width: 8px;
	height: 5px;
}
.z-treecol-sort-asc .z-treecol-sort-img,
.z-treecol-sort-dsc .z-treecol-sort-img {
	background-position: 0 0;
    background-repeat: no-repeat;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/arrows.png);
}

.z-treecol-sort-asc .z-treecol-sort-img {
	background-position: 0 0;
}

.z-treecol-sort-dsc .z-treecol-sort-img {
	background-position: 0 -5px;
}

div.z-tree-header th.z-treecol-sort div.z-treecol-cnt,
div.z-tree-header th.z-treecol-sort-asc div.z-treecol-cnt,
div.z-tree-header th.z-treecol-sort-dsc div.z-treecol-cnt,
div.z-dottree-header th.z-treecol-sort div.z-treecol-cnt,
div.z-dottree-header th.z-treecol-sort-asc div.z-treecol-cnt,
div.z-dottree-header th.z-treecol-sort-dsc div.z-treecol-cnt,
div.z-filetree-header th.z-treecol-sort div.z-treecol-cnt,
div.z-filetree-header th.z-treecol-sort-asc div.z-treecol-cnt,
div.z-filetree-header th.z-treecol-sort-dsc div.z-treecol-cnt,
div.z-vfiletree-header th.z-treecol-sort div.z-treecol-cnt,
div.z-vfiletree-header th.z-treecol-sort-asc div.z-treecol-cnt,
div.z-vfiletree-header th.z-treecol-sort-dsc div.z-treecol-cnt {
	background-image: none;
}


tr.z-treerow, tr.z-treerow a, tr.z-treerow a:visited {
	font-size: 12px; font-weight: normal; color: black;
	text-decoration: none;
}
tr.z-treerow a:hover {
	text-decoration: underline;
}
tr.z-treerow-disd *, td.z-treecell-disd * {
	color: #AAAAAA !important; cursor: default!important;
}
tr.z-treerow-disd a:visited, tr.z-treerow-disd a:hover,
td.z-treecell-disd a:visited, td.z-treecell-disd a:hover {
	text-decoration: none !important;
	cursor: default !important;
	border-color: #D0DEF0 !important;
}
tr.z-treerow-seld {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/item-sel.png);
	
}
tr.z-treerow-over > td.z-treecell {
	border-top: 1px solid #F1FAFF;
	border-bottom: 1px solid #F1FAFF;
}
tr.z-treerow-over {
	background: #e8f6fd;
}
tr.z-treerow-over-seld {
	background: #c5e8fa;
}
.z-tree-header-bg,
.z-dottree-header-bg,
.z-filetree-header-bg,
.z-vfiletree-header-bg {
	position:relative;
	margin-right: -11px;
	top: 0;
	height: 1px;
	font-size: 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/head-bg.png);
	margin-top: -1px;
}



div.z-dottree {
	background: #FFF;
	overflow: hidden;
	zoom: 1;
	border: 1px solid #CFCFCF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-dottree-header, div.z-dottree-header tr, div.z-dottree-footer {
	border: 0; width: 100%;
}
div.z-dottree-header, div.z-dottree-footer {
	overflow: hidden;
}
div.z-dottree-header tr.z-treecols, div.z-tree-header tr.z-auxhead {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-dottree-header th {
	overflow: hidden; 
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid;
	border-color: #CFCFCF #CFCFCF #CFCFCF white;
	border-top: none;
	padding: 4px 10px 3px 10px;
}
div.z-dottree-body {
	background: white; border: 0; overflow: auto; width: 100%;
}
div.z-dottree-pgi-b {
	border-top: 1px solid #8FB9D0; overflow: hidden;
}
div.z-dottree-pgi-t {
	border-bottom: 1px solid #8FB9D0; overflow: hidden;
}

div.z-dottree-header tr.z-treecols,
div.z-dottree-header tr.z-auxhead {
	background: #FFF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}


div.z-dottree-header tr.z-treecols th:last-child, 
div.z-dottree div.z-dottree-header tr.z-auxhead th:last-child {
	border-right: none;
}
div.z-dottree-body td.z-treecell, div.z-dottree-footer td.z-treefooter {
	cursor: pointer;
	font-size: 12px; font-weight: normal; overflow: hidden;
	padding: 0 2px;
}
div.z-dottree-body .z-treecell-cnt {
	padding: 0;
}
div.z-dottree-footer {
	background: #F9F9F9;
	border-top:1px solid #CFCFCF;
	color:#636363;
	padding: 2px 10px;
}
span.z-dottree-ico, span.z-dottree-line {
	width: 18px; min-height: 18px; height: 100%;
	background-repeat: no-repeat;
	display:-moz-inline-box; vertical-align:top;
	display:inline-block;
}
span.z-dottree-root-open, span.z-dottree-root-close {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/dot-toggle.gif);
}
span.z-dottree-root-open {
	background-position: 0 0;
}
span.z-dottree-root-close {
	background-position: 0 -18px;
}
span.z-dottree-tee-open {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/tee-open.gif);
}
span.z-dottree-tee-close {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/tee-close.gif);
}
span.z-dottree-last-open {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/tee-last-open.gif);
}
span.z-dottree-last-close {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/tee-last-close.gif);
}
span.z-dottree-tee {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/tee.gif);
}
span.z-dottree-vbar {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/tee-vbar.gif);
}
span.z-dottree-last {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/tee-last.gif);
}
span.z-dottree-spacer, span.z-dottree-firstspacer {
	background:none;
}

div.z-filetree {
	background: #FFF; 
	overflow: hidden;
	zoom: 1;
	border: 1px solid #CFCFCF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-filetree-header, div.z-filetree-header tr, div.z-filetree-footer {
	border: 0; width: 100%;
}
div.z-filetree-header, div.z-filetree-footer {
	overflow: hidden;
}
div.z-filetree-header tr.z-treecols, div.z-tree-header tr.z-auxhead  {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-filetree-header th.z-treecol, div.z-filetree-header th.z-auxheader {
	overflow: hidden; 
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	border: 1px solid;
	border-color: #CFCFCF #CFCFCF #CFCFCF white;
	border-top: none;
	padding: 4px 10px 3px 10px;
}
div.z-filetree-body {
	background: white; border: 0; overflow: auto; width: 100%;
}
div.z-filetree-pgi-b {
	border-top: 1px solid #8FB9D0; overflow: hidden;
}
div.z-filetree-pgi-t {
	border-bottom: 1px solid #8FB9D0; overflow: hidden;
}
div.z-filetree-body td.z-treecell, div.z-filetree-footer td.z-treefooter {
	cursor: pointer; padding: 0 2px;
	font-size: 12px; font-weight: normal; overflow: hidden;
}
div.z-filetree-footer {
	background: #F9F9F9; 
	border-top:1px solid #CFCFCF;
	color:#636363;
	padding: 2px 10px;
}
span.z-filetree-line, span.z-filetree-ico, span.z-filetree-firstspacer {
	width: 18px; min-height: 18px; height: 100%;
	background-repeat: no-repeat;
	display:-moz-inline-box; vertical-align:top;
	display:inline-block;
}
span.z-filetree-ico,span.z-filetree-firstspacer {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/folder-toggle.gif);
}
span.z-filetree-root-open, span.z-filetree-root-close,
span.z-filetree-root-open, span.z-filetree-tee-open, span.z-filetree-last-open {
	background-position: 0 0;
}
span.z-filetree-root-close, span.z-filetree-tee-close,
span.z-filetree-last-close, span.z-filetree-firstspacer {
	background-position: 0 -18px;
}
span.z-filetree-tee, span.z-filetree-last {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/entity.gif);
}
span.z-filetree-vbar, span.z-filetree-spacer {
	background:none;
}
div.z-filetree-header tr.z-treecols, 
div.z-filetree-header tr.z-auxhead {
	background: #FFF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-filetree-header tr.z-treecols th:last-child, 
div.z-filetree div.z-filetree-header tr.z-auxhead th:last-child {
	border-right: none;
}

div.z-vfiletree {
	background: #FFF;
	overflow: hidden; 
	zoom: 1;
	border: 1px solid #CFCFCF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-vfiletree-header, div.z-vfiletree-header tr, div.z-vfiletree-footer {
	border: 0; width: 100%;
}
div.z-vfiletree-header, div.z-vfiletree-footer {
	overflow: hidden;
}
div.z-vfiletree-header tr.z-treecols, div.z-tree-header tr.z-auxhead  {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-vfiletree-body {
	background: white; border: 0; overflow: auto; width: 100%;
}
div.z-vfiletree-pgi-b {
	border-top: 1px solid #8FB9D0; overflow: hidden;
}
div.z-vfiletree-pgi-t {
	border-bottom: 1px solid #8FB9D0; overflow: hidden;
}
div.z-vfiletree-body td.z-treecell, div.z-vfiletree-footer td.z-treefooter {
	cursor: pointer; padding: 0 2px;
	font-size: 12px; font-weight: normal; overflow: hidden;
}
div.z-vfiletree-footer {
	background: #F9F9F9; 
	background-color:#F9F9F9;
	border-top:1px solid #CFCFCF;
	color:#636363;
	padding: 2px 10px;
}
span.z-vfiletree-line, span.z-vfiletree-ico, span.z-vfiletree-firstspacer {
	width: 18px; min-height: 18px; height: 100%;
	background-repeat: no-repeat;
	display:-moz-inline-box; vertical-align:top;
	display:inline-block;
}
span.z-vfiletree-ico,span.z-vfiletree-firstspacer {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/vfolder-toggle.png);
}
span.z-vfiletree-root-open, span.z-vfiletree-root-close,
span.z-vfiletree-root-open, span.z-vfiletree-tee-open, span.z-vfiletree-last-open {
	background-position: 0 0;
}
span.z-vfiletree-root-close, span.z-vfiletree-tee-close,
span.z-vfiletree-last-close, span.z-vfiletree-firstspace {
	background-position: 0 -18px;
}
span.z-vfiletree-tee, span.z-vfiletree-last {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/tree/ventity.png);
}
span.z-vfiletree-vbar, span.z-vfiletree-spacer {
	background:none;
}
div.z-vfiletree-header tr.z-treecols, 
div.z-vfiletree-header tr.z-auxhead {
	background: #FFF;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/grid/column-bg.png);
}
div.z-vfiletree-header th.z-treecol,
div.z-vfiletree-header th.z-auxheader {
	overflow: hidden;
	border: 1px solid;
	white-space: nowrap;
	font-size: 12px;
	font-weight: normal;
	border-color: #CFCFCF #CFCFCF #CFCFCF white;
	border-top: none;
	padding: 4px 10px 3px 10px;
}
div.z-vfiletree-header tr.z-treecols th:last-child, 
div.z-vfiletree div.z-vfiletree-header tr.z-auxhead th:last-child {
	border-right: none;
}


.z-tree-autopaging .z-treecell-cnt,
.z-dottree-autopaging .z-treecell-cnt,
.z-filetree-autopaging .z-treecell-cnt,
.z-vfiletree-autopaging .z-treecell-cnt {
	height: 30px;
	overflow: hidden;
}

.z-treecell-cnt {
	line-height: 18px;
}




.z-treerow-img {
	background:transparent no-repeat scroll center center;
	border:0;
	height: 13px;
	overflow: hidden;
	display:-moz-inline-box;
	vertical-align: top;
	display: inline-block;
	min-height: 13px;
	padding:0;
	vertical-align:top;
	width: 13px;
	margin: 2px;
}
.z-treerow-img-checkbox, .z-treerow-img-radio {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/common/check-sprite.gif);
	background-position: 0 0;
}
.z-treerow-img-radio {
	background-position: 0 -13px;
}
.z-treerow-over > td > .z-treecell-cnt > .z-treerow-img-radio {
	background-position: -13px -13px;
}
.z-treerow-seld > td > .z-treecell-cnt > .z-treerow-img-radio {
	background-position: -26px -13px;
}
.z-treerow-over-seld > td > .z-treecell-cnt > .z-treerow-img-radio {
	background-position: -39px -13px;
}
.z-treerow-over > td > .z-treecell-cnt > .z-treerow-img-checkbox {
	background-position: -13px 0;
}
.z-treerow-seld > td > .z-treecell-cnt > .z-treerow-img-checkbox {
	background-position: -26px 0;
}
.z-treerow-over-seld > td > .z-treecell-cnt > .z-treerow-img-checkbox {
	background-position: -39px 0;
}
.z-treerow-img-disd {
	opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
}




.z-window-modal-shadow,
.z-window-overlapped-shadow,
.z-window-popup-shadow,
.z-window-embedded-shadow,
.z-window-highlighted-shadow {
	border-radius: 5px;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
	-webkit-border-radius: 5px;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
}
.z-window-modal-shadow,
.z-window-highlighted-shadow {
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
}

.z-window-modal-resize-faker,
.z-window-overlapped-resize-faker,
.z-window-popup-resize-faker,
.z-window-embedded-resize-faker,
.z-window-highlighted-resize-faker,
.z-window-resize-faker {
	position: absolute;
	border: 1px dashed #1854C2;
	overflow: hidden;
	z-index: 60000;
	left: 0;
	top: 0;
	background-color: #D7E6F7;
	filter: alpha(opacity=50); 
	opacity: .5;
}
.z-window-modal-move-ghost,
.z-window-overlapped-move-ghost,
.z-window-popup-move-ghost,
.z-window-highlighted-move-ghost,
.z-window-move-ghost {
	position: absolute;
	background: #D7E6F7;
	overflow: hidden;
	filter: alpha(opacity=65) !important; 
	opacity: .65 !important;
	cursor: move !important;
}
.z-window-modal-move-ghost dl,
.z-window-overlapped-move-ghost dl,
.z-window-popup-move-ghost dl,
.z-window-highlighted-move-ghost dl,
.z-window-move-ghost dl {
	border: 1px solid #9F9F9F;
	margin: 0; padding: 0;
	overflow: hidden;
	display: block;
	background: #D7E6F7;
	line-height: 0;
	font-size: 0;
}
.z-window-embedded, 
.z-window-modal, 
.z-window-overlapped, 
.z-window-popup, 
.z-window-highlighted {
	margin: 0;
	padding: 0;
	overflow: hidden;
	zoom: 1;
}

.z-window-modal-tl-noborder,
.z-window-highlighted-tl-noborder,
.z-window-overlapped-tl-noborder,
.z-window-popup-tl-noborder,
.z-window-modal-bl-noborder,
.z-window-highlighted-bl-noborder,
.z-window-overlapped-bl-noborder,
.z-window-popup-bl-noborder {
	display: none;
}

.z-window-embedded-tl,
.z-window-modal-tl,
.z-window-highlighted-tl,
.z-window-overlapped-tl,
.z-window-popup-tl {
	background: transparent no-repeat 0 top;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-corner.png);
	margin-right: 5px;
	height: 5px;
	font-size: 0;
	line-height: 0;
	zoom: 1;
}
.z-window-embedded-tl {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-corner.png);
}
.z-window-popup-tl {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-pop-corner.png);
}

.z-window-embedded-tr,
.z-window-modal-tr,
.z-window-highlighted-tr,
.z-window-overlapped-tr,
.z-window-popup-tr {
	background: transparent no-repeat right -10px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-corner.png);
	position: relative;
	height: 5px;
	margin-right: -5px;
	font-size: 0;
	line-height:0;
	zoom: 1;
}
.z-window-embedded-tr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-corner.png);
}
.z-window-popup-tr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-pop-corner.png);
}

.z-window-embedded-hl,
.z-window-modal-hl,
.z-window-highlighted-hl,
.z-window-overlapped-hl,
.z-window-popup-hl {
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-hl.png);
	padding-left: 6px;
	zoom: 1;
}

.z-window-embedded-hr,
.z-window-modal-hr,
.z-window-highlighted-hr,
.z-window-overlapped-hr,
 .z-window-popup-hr {
	background: transparent no-repeat right 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-hr.png);
	padding-right: 6px;
	zoom: 1;
}
.z-window-embedded-hr, .z-window-embedded-hr-noborder {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-hr.png);
}

.z-window-embedded-hm,
.z-window-modal-hm,
.z-window-highlighted-hm,
.z-window-overlapped-hm,
.z-window-popup-hm {
	background: transparent repeat-x 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-hm.png);
	overflow: hidden;
	zoom: 1;
}

.z-window-modal-header, 
.z-window-popup-header, 
.z-window-highlighted-header,
.z-window-overlapped-header, 
.z-window-embedded-header {
	overflow: hidden; zoom: 1; padding-bottom: 4px;
	font-family: arial, sans-serif;
	font-size: 12px; font-weight: normal;
	cursor: default;
}
.z-window-embedded-header a, 
.z-window-embedded-header a:visited, 
.z-window-embedded-header a:hover {
	color: #222222;
}
.z-window-modal-header-move,
.z-window-highlighted-header-move,
.z-window-overlapped-header-move,
.z-window-popup-header-move {
	cursor: move;
} 

.z-window-embedded-cnt {
	overflow: hidden;
	zoom: 1;
}
.z-window-overlapped-cnt, .z-window-popup-cnt {
	margin: 0;
	padding: 4px;
	background: white;
	overflow: hidden;
	zoom: 1;
}
.z-window-modal-cnt,
.z-window-highlighted-cnt,
.z-window-modal-cnt-noborder,
.z-window-highlighted-cnt-noborder,
.z-window-overlapped-cnt-noborder {
	margin: 0;
	padding: 2px;
	background: white;
	overflow: hidden;
	zoom: 1;
}
.z-window-modal-cnt-noborder,
.z-window-highlighted-cnt-noborder,
.z-window-embedded-cnt-noborder,
.z-window-overlapped-cnt-noborder,
.z-window-popup-cnt-noborder {
	border: 0;
	overflow: hidden;
	zoom: 1;
}
.z-window-popup-cnt-noborder {
	margin: 0;
	padding: 1px;
	background: white;
}

.z-window-modal-cl,
.z-window-highlighted-cl,
.z-window-overlapped-cl {
	background: transparent repeat-y 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-clr.png);
	padding-left: 6px;
	zoom: 1;
}

.z-window-modal-cr,
.z-window-highlighted-cr,
.z-window-overlapped-cr {
	background: transparent repeat-y right 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-clr.png);
	padding-right: 6px;
	zoom: 1;
}


.z-window-modal-cm,
.z-window-highlighted-cm,
.z-window-overlapped-cm {
	padding: 0;
	margin: 0;
	border: 1px solid #C5C5C5;
	background: #5EABDB;
}

.z-window-modal-bl,
.z-window-highlighted-bl,
.z-window-overlapped-bl {
	background: transparent no-repeat 0 -5px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-corner.png);
	height: 5px;
	margin-right: 5px;
	zoom: 1;
}

.z-window-modal-br,
.z-window-highlighted-br,
.z-window-overlapped-br {
	background: transparent no-repeat right bottom;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-corner.png);
	height: 5px;
	margin-right: -5px;
	font-size: 0;
	line-height:0;
	zoom: 1;
}

.z-messagebox-window .z-window-modal-cnt,
.z-messagebox-window .z-window-highlighted-cnt {
	padding: 17px;
	padding-bottom: 15px;
}
.z-messagebox .z-label {
	font-family: arial, sans-serif;
	font-size: 12px;
	color: #363636;
}
.z-messagebox-btn {
	min-width: 48pt;
	width: 100%;
}
.z-msgbox {
	display: -moz-inline-box;
	display: inline-block;
	background-repeat: no-repeat;
	vertical-align: top;
	cursor: pointer;
	border: 0;
	width: 32px;
	height: 32px;
}
.z-msgbox-question {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/msgbox/question-btn.png);
}
.z-msgbox-exclamation {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/msgbox/warning-btn.png);
}
.z-msgbox-information {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/msgbox/info-btn.png);
}
.z-msgbox-error {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/msgbox/stop-btn.png);
}



.z-window-overlapped-tl, .z-window-overlapped-tr,
.z-window-popup-tl, .z-window-popup-tr,
.z-window-overlapped-bl, .z-window-overlapped-br {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-corner.png);
	height: 6px;
}
.z-window-embedded-tl, .z-window-embedded-tr,
.z-window-embedded-bl, .z-window-embedded-br {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-corner.png);
}

.z-window-modal-tl, .z-window-highlighted-tl, 
.z-window-overlapped-tl, .z-window-popup-tl  {
	margin-right: 6px;
}
.z-window-modal-tr, .z-window-highlighted-tr, 
.z-window-overlapped-tr, .z-window-popup-tr  {
	background-position: right -12px;
	margin-right: -6px;
}
.z-window-modal-bl, 
.z-window-highlighted-bl, 
.z-window-overlapped-bl {
	background-position: 0 -6px;
	margin-right: 6px;
	height: 6px;
}
.z-window-modal-br, 
.z-window-highlighted-br, 
.z-window-overlapped-br {
	margin-right: -6px;
	height: 6px;
	position: relative; 
}

.z-window-overlapped-hl,
.z-window-popup-hl {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-hl.png);
}
.z-window-embedded-hl{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-hl.png);
}
.z-window-overlapped-hr,
.z-window-popup-hr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-hr.png);
}
.z-window-embedded-hr{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-hr.png);
}
.z-window-overlapped-hm,
.z-window-popup-hm {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-hm.png);
}
.z-window-embedded-hm{
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-hm.png);
}

.z-window-overlapped-cl, 
.z-window-overlapped-cr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-ol-clr.png);
}
.z-window-embedded-cl, 
.z-window-embedded-cr {
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-clr.png);
}

.z-window-embedded-hm,
.z-window-overlapped-hm,
.z-window-popup-hm {
	padding-left: 1px;
}

.z-window-embedded-cm,
.z-window-overlapped-cm {
	border: solid #CCC 1px;
}
.z-window-popup-cnt {
	border: solid #ACACAC 1px;
	padding: 6px;
}
.z-window-embedded-header, 
.z-window-modal-header, 
.z-window-popup-header, 
.z-window-highlighted-header, 
.z-window-overlapped-header {
	color: #00547A;
	padding-top: 3px;
	padding-bottom: 6px;
}





.z-window-embedded-cnt {
	margin: 0;
	padding: 4px;
	background: white;
	overflow: hidden;
	zoom: 1;
	border: 0;
}
.z-window-embedded-cl {
	background: transparent repeat-y 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-clr.png);
	padding-left: 6px;
	zoom: 1;
}
.z-window-embedded-cr {
	background: transparent repeat-y right 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-clr.png);
	padding-right: 6px;
	zoom: 1;
}
.z-window-embedded-cm {
	padding: 0;
	margin: 0;
}
.z-window-embedded-bl {
	background: transparent no-repeat 0 -5px;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-corner.png);
	height: 5px;
	margin-right: 5px;
	zoom: 1;
}
.z-window-embedded-br {
	background: transparent no-repeat right bottom;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-corner.png);
	position: relative;
	height: 5px;
	margin-right: -5px;
	font-size: 0;
	line-height:0;
	zoom: 1;
}







.z-window-embedded-icon,
.z-window-popup-icon,
.z-window-modal-icon,
.z-window-overlapped-icon,
.z-window-highlighted-icon {
	background: transparent no-repeat 0 0;
	background-image: url(/rshn-table/zkau/web/439b83ff/sapphire/zul/img/wnd/wnd-icon.png);
	height: 17px;
	width: 17px;
	overflow: hidden;
	float: right;
	cursor: pointer;
	margin-left: 2px;
}



.z-window-embedded-min, 
.z-window-modal-min, 
.z-window-overlapped-min,
.z-window-popup-min, 
.z-window-highlighted-min {
	background-position: 0 0;
}
.z-window-embedded-min-over, 
.z-window-modal-min-over, 
.z-window-overlapped-min-over,
.z-window-popup-min-over, 
.z-window-highlighted-min-over {
	background-position: -17px 0;
}
.z-window-embedded-max, 
.z-window-modal-max, 
.z-window-overlapped-max,
.z-window-popup-max, 
.z-window-highlighted-max {
	background-position: 0 -17px;
}
.z-window-embedded-max-over, 
.z-window-modal-max-over, 
.z-window-overlapped-max-over,
.z-window-popup-max-over, 
.z-window-highlighted-max-over {
	background-position: -17px -17px;
}
.z-window-embedded-maxd, 
.z-window-modal-maxd, 
.z-window-overlapped-maxd,
.z-window-popup-maxd, 
.z-window-highlighted-maxd {
	background-position: 0 -34px;
}
.z-window-embedded-maxd-over, 
.z-window-modal-maxd-over, 
.z-window-overlapped-maxd-over,
.z-window-popup-maxd-over, 
.z-window-highlighted-maxd-over {
	background-position: -17px -34px;
}
.z-window-embedded-close, 
.z-window-modal-close, 
.z-window-overlapped-close,
.z-window-popup-close, 
.z-window-highlighted-close {
	background-position: 0 -51px;
}
.z-window-embedded-close-over, 
.z-window-modal-close-over, 
.z-window-overlapped-close-over,
.z-window-popup-close-over, 
.z-window-highlighted-close-over {
	background-position: -17px -51px;
}








.zssheet{position:relative;width:100px;height:100px;background:#FFF;overflow:hidden;border:1px solid #D8D8D8;}.zscave{background:#A4C3EB;}.zscenter{border:0;border-top:1px solid #C5C5C5;}.zsscroll{top:0;position:absolute;z-index:0;overflow:auto;width:100%;height:100%;left:0;background-color:#FFF;}.zsdata{left:0;top:0;display:block;position:relative;padding-top:20px;padding-left:36px;overflow:hidden;background-color:#FFF;}.zsdatapad{position:relative;left:0;top:0;overflow:hidden;height:0;}.zsleftpad{position:relative;left:0;top:0;overflow:hidden;height:0;}.zsblock{left:0;top:0;display:block;position:relative;overflow:visible;background-color:#FFF;user-select:none;-o-user-select:none;-moz-user-select:none;-khtml-user-select:none;-webkit-user-select:none;}.zsrow{position:relative;display:block;margin:0;padding:0;height:20px;overflow-y:visible;white-space:nowrap;z-index:1;;}.zscell{display:-moz-inline-box;-moz-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #D0D7E9;border-bottom:1px solid #D0D7E9;padding:0 2px 0 2px;height:20px;width:64px;overflow:hidden;vertical-align:top;z-index:10;position:relative;cursor:default;;}.zscell-overflow{border-right:1px;border-right-style:hidden;overflow:visible;position:relative;}.zscell-overflow-b{overflow:visible;position:relative;}.zscelltxt{font-family:Calibri;font-size:11px;text-align:left;width:49px;overflow:hidden;;}.zscelltxt-real{width:100%;;}.zscelltxt-wrap{word-wrap:break-word;width:inherit;}.zstop{position:absolute;z-index:2;left:36px;top:0;height:19px;overflow:hidden;border-top:1px solid #7F9DB9;background:#DAE7F6 none repeat scroll 0;}.zscornertop{position:absolute;left:36px;top:0;height:19px;overflow:hidden;border-top:1px solid #7F9DB9;background:#DAE7F6 none repeat scroll 0;}.zstopi,.zscornertopi{position:relative;top:0;left:0;height:100%;display:block;margin:0;padding:0;overflow-y:visible;white-space:nowrap;}.zstopblock{left:0;top:0;display:block;position:relative;overflow:visible;background-color:#FFF;}.zstopcell{display:-moz-inline-box;-moz-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #DAE7F6;border-bottom:1px solid #7F9DB9;padding:0 2px 0 2px;height:19px;width:64px;overflow:hidden;vertical-align:top;border-right:1px solid #7F9DB9;background:#E8EDF4;overflow:hidden;position:relative;cursor:default;;}.zstop-sel{background:#FFD58D;;}.zstopcelltxt{font-size:11px;text-align:center;width:49px;}.zsleft{position:absolute;z-index:2;top:20px;left:0;width:35px;overflow:hidden;border-left:1px solid #7F9DB9;background:#DAE7F6 none repeat scroll 0;}.zscornerleft{position:absolute;z-index:2;top:20px;left:0;width:34px;overflow:hidden;border-left:1px solid #7F9DB9;background:#DAE7F6 none repeat scroll 0;}.zslefti,.zscornerlefti{position:relative;top:0;left:0;}.zsleftblock{left:36px;top:0;display:block;position:absolute;overflow:visible;background-color:#FFF;}.zslefthead{background-color:#e3ecf7;}.zsleftcell{-moz-box-sizing:border-box;box-sizing:border-box;border-right:1px solid #7F9DB9;height:19px;border-bottom:1px solid #7F9DB9;text-align:center;overflow:hidden;cursor:default;}.zsleftcelltxt{font-size:11px;height:19px;text-align:center;;}.zsleft-sel{background:#ffd58d;}.zsscrollinfo{z-index:3;position:absolute;top:0;left:0;width:400px;padding-top:1px;padding-bottom:1px;display:none;}.zsscrollinfoinner{background-color:#E3ECF7;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:x-small;padding-left:5px;padding-right:5px;color:#333;border:1px outset #5F7D99;}.zsinfo{z-index:4;position:absolute;top:1px;left:2px;width:400px;padding-top:2px;padding-bottom:2px;display:none;}.zsinfoinner{background-color:#FFD5AD;font-family:Tahoma,Arial,Helvetica,sans-serif;font-size:small;padding-left:5px;padding-right:5px;border:1px outset #555;}.zscorner{position:absolute;z-index:2;width:36px;height:20px;background-color:#DAE7F6;overflow:hidden;;}.zscorneri{border:1px solid #7F9DB9;width:34px;height:18px;background-color:#A9C4E9;}.zscornerblock{left:20px;top:36px;display:block;position:absolute;overflow:hidden;background-color:#FFF;}.zsfocmark{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:2;display:none;border:3px solid #BBB;;}.zsfocmarki{position:absolute;width:100%;height:100%;opacity:0;;}.zsfocmarkl{position:relative;font-size:x-small;font-family:Tahoma,Arial,Helvetica,sans-serif;padding:1px 3px;top:-1px;}.zsfocmarkl-lite{color:#EEE;}.zsfocmarkl-dark{color:#222;}.zsselect{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:3;display:none;cursor:move;border:3px solid #222;;}.zsselecti{position:absolute;cursor:default;width:100%;height:100%;opacity:0;;}.zsselecti-r{background-color:#E3ECF7;opacity:.5;;}.zsseldot{position:absolute;width:5px;height:5px;right:-5px;bottom:-5px;border:1px solid white;background-color:#222;cursor:crosshair;;}.zsselchg{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:4;display:none;border:3px solid #909090;}.zsselchgi{position:absolute;width:100%;height:100%;background-color:#BAB;opacity:.4;;}.zshighlight{-moz-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:2;display:none;border:3px dotted #909090;}.zshighlight2{border-color:#000090;}.zshighlighti{position:absolute;width:100%;height:100%;}.zsedit{font-family:Calibri;font-size:11px;position:absolute;z-index:4;border:none;display:none;background-color:white;overflow:auto;border-bottom:1px #777 solid;}.zsfocus{position:absolute;left:-5px;width:9999px;height:0;}.zshboun{display:-moz-inline-box;position:relative;height:20px;width:0;left:-3px;z-index:2;vertical-align:top;;}.zshbouni{position:relative;height:100%;width:7px;;}.zsvboun{position:relative;height:0;top:-3px;z-index:2;}.zsvbouni{position:relative;height:7px;width:100%;;}.zshbouni-over{background:#A9C4E9;cursor:e-resize;}.zsvbouni-over{background:#A9C4E9;cursor:n-resize;}.zshbounw{position:relative;height:100%;width:3px;;}.zshbounw-over{background:#A9C4E9;cursor:url(/rshn-table/zkau/web/439b83ff/zss/img/h_resize.cur),e-resize;}.zsvbounw{position:relative;height:3px;width:100%;;}.zsvbounw-over{background:#A9C4E9;cursor:url(/rshn-table/zkau/web/439b83ff/zss/img/v_resize.cur),n-resize;}.zsfztop{border-bottom:2px #5F5FFF;border-bottom-style:none;}.zsfzleft{border-right:2px #5F5FFF;border-right-style:none;}.zsfzcorner{border-right:2px #5F5FFF;border-bottom:2px #5F5FFF;border-right-style:none;border-bottom-style:none;}.zssmask{position:absolute;width:100%;height:100%;z-index:999;background-color:#A9C4E9;opacity:.75;display:table;;}.zssmask2{display:table-cell;vertical-align:middle;}.zssmasktxt{font-size:20px;font-style:bold;color:white;}.zsmergee{display:none!important;}.zsmergeeu{visibility:hidden!important;}.zswidgetpanel{position:absolute;width:0;height:0;top:0;left:0;z-index:10;overflow:visible;}.zswidget{position:absolute;top:0;left:0;z-index:10;visibility:hidden;}.zswidget-drag{background:#FFF;border:2px solid #333;opacity:.5;;}.zswidget-focus{border:1px solid #CFDDDE;border-radius:1px;}.zswidget-ifocus{position:absolute;}.zswidget-real,.zswidget-real a:hover{cursor:move;}.zswidget-focus .zswidget-cave{border:5px solid #E8FDFD;}.zswidget-chart img,.zswidget-img{border:1px solid #868686;}.zswidget-img{border:1px solid transparent;}.zsbtn{height:17px;width:17px;position:absolute;bottom:2px;z-index:10;background-repeat:no-repeat;background-size:100%;}.zsdropdown{background-image:url(/rshn-table/zkau/web/439b83ff/zss/img/dropdown.gif);}.zsfilter{background-image:url(/rshn-table/zkau/web/439b83ff/zss/img/filter.gif);}.zspopuppanel{position:absolute;width:0;height:0;top:0;left:0;overflow:visible;z-index:10;}.zscellpopup{overflow:hidden;position:absolute;top:0;left:0;z-index:10;background:#FFF;border:1px solid #868686;box-shadow:1px 1px 2px rgba(0,0,0,0.5);}.zsdv-popup-cave{margin:0;padding:0;}.zsdv-item{list-style:none;padding:2px;margin:0;font-size:12px;}.zsdv-item a.zsdv-item-text{text-decoration:none!important;white-space:nowrap;color:#000;}.zsdv-item-over,.zsdv-item-over a.zsdv-item-text{color:#FFF;background:#39F;}.zsdvp-popup{background:#FFFFE1;;}.zsdvp-popup-cave{padding:1px 2px;background:#FFFFE1;display:block;overflow:auto;}.zsdvp-title{font-weight:bold;color:#333;padding:2px 2px 0;word-wrap:break-word;zoom:1;}.zsdvp-text{padding:0 2px 2px;color:#555;word-wrap:break-word;zoom:1;}.zsafp-popup,.zsafp-popup-cave{height:235px;width:240px;}.zsafp-search{border-bottom:1px solid #D8D8D8;width:100%;padding:2px;}.zsafp-search-inp{background:#FFF;border:none;font-size:12px;width:215px;}.zsafp-items{overflow-y:auto;overflow-x:hidden;height:158px;width:100%;border-bottom:1px solid #D8D8D8;position:relative;}.zsafp-item{padding:2px 2px 2px 20px;position:relative;background-position:left center;font-size:13px;cursor:pointer;;}.zsafp-item-over{background:#D6F0FD;}.zsafp-item-hide{display:none;}.zsafp-item-checkbox{height:16px;width:16px;background-repeat:no-repeat;position:absolute;left:3px;top:2px;background:url(/rshn-table/zkau/web/439b83ff/zss/img/ui-check-box-uncheck.png) no-repeat transparent;;}.zsafp-item-seld .zsafp-item-checkbox{background:url(/rshn-table/zkau/web/439b83ff/zss/img/ui-check-box.png) no-repeat transparent;;}.zsafp-item-seld-mix .zsafp-item-checkbox{background:url(/rshn-table/zkau/web/439b83ff/zss/img/ui-check-box-mix.png) no-repeat transparent;;}.zsafp-search-icon{background:url(/rshn-table/zkau/web/439b83ff/zss/img/magnifier-zoom.png) no-repeat transparent;display:inline-block;position:absolute;right:4px;top:4px;width:16px;height:16px;;}.zsafp-btns{padding:10px 12px;position:absolute;right:0;;}.zsafp-btn{cursor:pointer;border-radius:2px;height:27px;width:50px;padding:0 8px;display:inline-block;border:1px solid #C7C7C7;margin:0 8px;}.zsafp-btn-disd{cursor:default;opacity:.6;;}.zsafp-ok-btn{background:url(/rshn-table/zkau/web/439b83ff/zss/img/tick.png) no-repeat 25px 5px #EFEFEF;;}.zsafp-cancel-btn{background:url(/rshn-table/zkau/web/439b83ff/zss/img/cross.png) no-repeat 25px 5px #EFEFEF;;}.zsnamebox{width:100%;position:relative;background:#FFF;border:1px solid #D8D8D8;border-top:0;border-left:0;padding-bottom:1px;;}.zsnamebox-inp{font-size:14px;border:0;height:14px;padding:5px 4px;text-align:center;}.zsnamebox-disd .zsnamebox-inp{cursor:default;}.zsnamebox-icon{background:url(/rshn-table/zkau/web/439b83ff/zss/img/namebox-arrow.png) no-repeat;position:absolute;right:0;top:0;width:24px;height:24px;cursor:pointer;;}.zsnamebox-disd .zsnamebox-icon{cursor:default;opacity:.5;;}.zsnamebox-pp{position:absolute;background:#FFF;border:1px solid #868686;box-shadow:1px 1px 2px rgba(0,0,0,0.5);z-index:20;}.zsnamebox-item-over{background:#39F;color:#FFF;}.zsformulabar-blank{width:100%;height:100%;background-color:#FEFEFE;background-image:-moz-linear-gradient(top,#FEFEFE,#E4ECF7);background-image:-webkit-gradient(linear,left top,left bottom,color-stop(0,#FEFEFE),color-stop(1,#E4ECF7));filter:progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEFEFE',EndColorStr='#E4ECF7');-ms-filter:"progid:DXImageTransform.Microsoft.gradient(startColorStr='#FEFEFE',EndColorStr='#E4ECF7')";}.zsformulabar-okbtn .z-toolbarbutton-cnt,.zsformulabar-cancelbtn .z-toolbarbutton-cnt{width:20px;height:17px;font-size:14px;text-align:center;padding-top:0;padding-bottom:4px;;}.zsformulabar-insertbtn .z-toolbarbutton-cnt{font-size:14px;font-style:italic;text-align:center;padding-top:0;padding-bottom:4px;;}.zsformulabar-insertbtn .zsformulabar-insertbtn-body-over .z-toolbarbutton-cnt,.zsformulabar-okbtn .zsformulabar-okbtn-body-over .z-toolbarbutton-cnt,.zsformulabar-cancelbtn .zsformulabar-cancelbtn-body-over .z-toolbarbutton-cnt{padding-top:0;padding-bottom:4px;;}.zsformulabar-buttons{position:absolute;top:0;right:-1px;padding-left:4px;padding-top:1px;height:24px;background:#F7F7F7;border-bottom:1px solid #D8D8D8;}.zsformulabar-west{border-right:0;}.zsformulabar-center-cave-colbtn{position:absolute;right:0;top:0;height:100%;padding-top:1px;border-left:1px solid #D8D8D8;background:#F5F5F5;}.zsformulabar-expandbtn-body-over{background:url(/rshn-table/zkau/web/439b83ff/zss/img/toolbarbtn-ctr.gif) 0 -500px;}.zsformulabar-expandbtn .z-toolbarbutton-cnt{width:20px;height:17px;padding:2px;background:url(/rshn-table/zkau/web/439b83ff/zss/img/arrow-270-small.png) no-repeat 4px 2px transparent;;}.zsformulabar-expandbtn-expanded .z-toolbarbutton-cnt{background:url(/rshn-table/zkau/web/439b83ff/zss/img/arrow-090-small.png) no-repeat 4px 2px transparent;;}.zsformulabar-editor{border:1px solid #D8D8D8;border-top:0;overflow:hidden;margin-top:-1px;}.zsformulabar-editor-real{border:0;font-size:16px;padding:2px 3px 0 3px;font-family:arial,sans-serif;position:absolute;top:0;left:0;;}.zssheetselector .z-tab-hl,.zssheetselector .z-tab-hr,.zssheetselector .z-tab-hm{background:#F9F9F9;}.zssheetselector .z-tab{border:1px solid #D4D4D4;border-top:0;}.zssheetselector .z-tab-seld,.zssheetselector .z-tab-seld .z-tab-hl,.zssheetselector .z-tab-seld .z-tab-hr,.zssheetselector .z-tab-seld .z-tab-hm{background-color:#FFF;}.zssheetselector .z-tabs-left-scroll,.zssheetselector .z-tabs-right-scroll{margin-top:-3px;}.zssheet-editor{padding:1px 0;}.zstbtn .z-toolbarbutton-cnt{overflow:hidden;}.zstbtn-cave{position:absolute;top:0;right:0;height:16px;padding:2px 1px;width:10px;}.zstbtn-clk-disd .zstbtn-real{cursor:default;}.zstbtn-clk-disd .zstbtn-cave{cursor:pointer;}.zstbtn-seld .z-toolbarbutton-cnt{background:#FCDE9A;padding:1px;border:1px solid #B7C6C9;}.zstbtn-seld .zstbtn-cave{padding:1px;}.z-toolbarbutton-over .z-toolbarbutton-cnt{padding:2px;border:0;}.z-toolbarbutton-over .zstbtn-cave{padding:2px 1px 2px 0;border-left:1px solid #79B9E0;}.zstbtn-cave-over{background:#A4D4FD;;}.zstbtn-arrow{width:10px;height:16px;background:url(/rshn-table/zkau/web/439b83ff/zss/img/arrow-down.gif) no-repeat;;}.zstbtn-sep{border:0;padding:1px 0;cursor:default;}.zstbtn-sep .z-toolbarbutton-body{border:0;padding:0 1px;}.zsfontfamily-arial .z-comboitem-text{font-family:Arial;font-size:18px;}.zsfontfamily-arial-black .z-comboitem-text{font-family:Arial Black;font-size:18px;}.zsfontfamily-comic-sans-ms .z-comboitem-text{font-family:Comic Sans MS;font-size:18px;}.zsfontfamily-courier-new .z-comboitem-text{font-family:courier new;font-size:18px;}.zsfontfamily-georgia .z-comboitem-text{font-family:Georgia;font-size:18px;}.zsfontfamily-impact .z-comboitem-text{font-family:Impact;font-size:18px;}.zsfontfamily-lucida-console .z-comboitem-text{font-family:Lucida Console;font-size:18px;}.zsfontfamily-lucida-sans-unicode .z-comboitem-text{font-family:Lucida Sans Unicode;font-size:18px;}.zsfontfamily-palatino-linotype .z-comboitem-text{font-family:Palatino Linotype;font-size:18px;}.zsfontfamily-tahoma .z-comboitem-text{font-family:Tahoma;font-size:18px;}.zsfontfamily-times-new-roman .z-comboitem-text{font-family:Times New Roman;font-size:18px;}.zsfontfamily-trebuchet-ms .z-comboitem-text{font-family:Trebuchet MS;font-size:18px;}.zsfontfamily-verdana .z-comboitem-text{font-family:Verdana;font-size:18px;}.zsfontfamily-ms-sans-serif .z-comboitem-text{font-family:MS Sans Serif;font-size:18px;}.zsfontfamily-ms-serif .z-comboitem-text{font-family:MS Serif;font-size:18px;}.zsfontsize .z-comboitem-text{font-size:13px;}.zsfontfamily,.zsfontsize{vertical-align:middle;margin:0 2px;}.zstbtn-color{width:14px;height:3px;left:3px;bottom:2px;position:absolute;;}.zschktbtn img{position:absolute;right:3px;top:2px;}.zschktbtn-check{width:16px;height:16px;}.zscolormenu .z-menu-cnt .z-menu-img{margin:0 16px 0 -4px;width:14px;}.zsstylepanel-toolbar{background:#F5F5F5;}.zsstylepanel .z-popup-cl .z-popup-cnt{padding:0;}.zsstylepanel-toolbar{border:0;}.zstbtn-pp,.zscolormenu-cnt-pp{border:1px solid #86A4BE;background:#FFF;position:absolute;width:180px;height:120px;}.zstbtn-pp .zstbtn-cell,.zscolormenu-cnt-pp .zscolormenu-cell{display:inline;float:left;height:18px;overflow:hidden;padding:2px;width:18px;}.zstbtn-pp .zstbtn-cell-over,.zscolormenu-cnt-pp .zscolormenu-cell-over{padding:1px;border:1px solid #666;}.zstbtn-pp .zstbtn-cell-cnt,.zscolormenu-cnt-pp .zscolormenu-cell-cnt{border:1px solid #808080;height:10px;overflow:hidden;width:11px;margin:2px;cursor:pointer;}.zstbtabpanel{background:#EEE;padding:0;}.z-initing{background-image:url('http://www.zkoss.org/zk/img/zssosepowered.png');}