.imgbg_ok {background: url("../img/flag_yes.png") no-repeat center;}
.imgbg_err {background: url("../img/flag_no.png") no-repeat center;}
.copyright {font-size: 9pt; color: #999999; line-height: 22px;}

.label-required {background-image: url("../img/bullet_red_16px.png") !important; background-repeat: no-repeat; background-position: right center; padding-right: 10px;}
.textfield-readonly {background: #E4E4E4; color: #003A70;}

label {font-size: 9pt;}
.title-mark {color: #4876FF;}

/*table td width*/
table.w0p {width: 100%;}
td.w3p, th.w3p {width: 30%;}
td.w7p, th.w7p {width: 70%;}

/* Form background */
.x-panel-body {background-color: #DFE8F6;}
.ne-form-panel ,.ne-form-panel .x-panel-body {background-color: #FFFFFF;}
.ne-x-panel .x-panel-body {background-color: #FFFFFF;}
.ne-form-panel label {color: #4A4A4A}

.dtltbar-title {font-weight: bolder; color: #0000FF;}


#w-login .x-panel-body {background: transparent;}
#w-login .x-toolbar {background-color: #81D4FA; background-image: linear-gradient(to right, #81D4FA , #81D4FA);}
#w-login .x-window-tl, #w-login .x-window-tc, #w-login .x-window-tr
, #w-login .x-window-ml, #w-login .x-window-mc, #w-login .x-window-mr
, #w-login .x-window-bl, #w-login .x-window-bc, #w-login .x-window-br {background-color: transparent; background-image: none;}
#menux .x-toolbar {background-color: #81D4FA; background-image: linear-gradient(to right, #FCBE0B , #FFF9C4);}
#w-login {
	background-color: rgba(255,255,255,0.80);
	border-radius: 10px;
	border: 1px solid #D0D0D0;
}
#w-login div {
	background: transparent;
}
#w-login .x-form-text {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
	padding: 4px 8px;
	background: #FFF;
}