/*
* Ext JS Library 2.2.1
* Copyright(c) 2006-2009, Ext JS, LLC.
* licensing@extjs.com
*
* http://extjs.com/license
*/
@CHARSET "UTF-8";
html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,p,blockquote,th,td,label
{
margin: 0;
padding: 0;
font-family:arial,tahoma,helvetica,sans-serif;
font-size: 12px;
}
img,body,html {
border: 0;
}
body{
/*overflow-x: hidden;
overflow-y: auto;*/ /*modified by jiangzehao*/
}
body,.tbody3 { /*background: #49494c; */
scrollbar-face-color: #f4f5f6;
scrollbar-highlight-color: #f4f5f6;
scrollbar-shadow-color: #a8a8a9;
scrollbar-3dlight-color: #e2e2e3;
scrollbar-arrow-color: #616366;
scrollbar-track-color: #d2d2d3;
scrollbar-darkshadow-color: #babbc0;
scrollbar-base-color: #a8a8a9;
}
body {
background-color:#fff;
font-size:12px;
color: #464646;
}
button {
color: #464646;
font-size:12px;
}
address,caption,cite,code,dfn,em,strong,th,var {
font-style: normal;
font-weight: normal;
}
ol,ul {
list-style: none;
}
caption,th {
text-align: left;
}
h1,h2,h3,h4,h5,h6 {
font-size: 100%;
}
q:before,q:after {
content: '';
}
td a:link {
color: #4286d3;
text-decoration: none;
}
td a:visited {
color: #73aef2;
text-decoration: none;
}
td a:hover {
color: #4286d3;
text-decoration: none;
font-weight:bold;
}
td a {
color: #4286d3;
text-decoration: none;
}
.ext-el-mask {
z-index: 100;
position: absolute;
top: 0;
left: 0;
-moz-opacity: .1;
opacity: .10;
filter: alpha(opacity = 10);
background-color: #000;
width: 100%;
height: 100%;
zoom: 1;
}
.ext-el-mask-msg {
z-index: 20001;
position: absolute;
top: 0;
left: 0;
/* border: 1px solid #6593cf;
background: #c3daf9 url(../images/black/box/tb-blue.gif) repeat-x 0
-16px;
padding: 2px;
*/
}
.ext-el-mask-msg .loading-left{
background-image: url(../images/black/box/loading-left.png);
background-repeat:no-repeat;
width:20px;
height:122px;
}
.ext-el-mask-msg .loading-middle{
background-image:url(../images/black/box/loading-middle.png);
background-repeat:repeat-x ;
height:122px;
width: 230px;
overflow: visible;
}
.ext-el-mask-msg .loading-right{
background-image: url(../images/black/box/loading-right.png);
background-repeat:no-repeat;
width:20px;
height:122px;
}
.ext-el-mask-msg div {
padding: 5px 10px 5px 10px;
background: #eee;
border: 1px solid #a3bad9;
color: #222;
font: normal 12px arial,tahoma,helvetica,sans-serif;
cursor: wait;
}
.ext-shim {
position: absolute;
visibility: hidden;
left: 0;
top: 0;
overflow: hidden;
}
.ext-ie .ext-shim {
filter: alpha(opacity = 0);
}
.ext-ie6 .ext-shim {
margin-left: 5px;
margin-top: 3px;
}
.x-mask-loading div {
background:#646568 url('../images/black/box/loading.gif') no-repeat
20px center;
color:#fff;
cursor: wait;
height:38px;
line-height:40px;
text-indent: 55px;
border:0;
font-size: 13px;
width: 120px; /* modified by jiangzehao */
border: 1px solid black;
}
.x-hidden,.x-hide-offsets {
position: absolute;
left: -10000px;
top: -10000px;
visibility: hidden;
}
.x-hide-display {
display: none !important;
}
.x-hide-visibility {
visibility: hidden !important;
}
.x-masked {
overflow: hidden !important;
}
.x-masked-relative {
position: relative !important;
}
.x-masked select,.x-masked object,.x-masked embed {
visibility: hidden;
}
.x-layer {
visibility: hidden;
}
.x-unselectable,.x-unselectable * {
-moz-user-select: none;
-khtml-user-select: none;
}
.x-repaint {
zoom: 1;
background-color: transparent;
-moz-outline: none;
}
.x-item-disabled {
color: gray;
cursor: default;
opacity: .6;
-moz-opacity: .6;
filter: alpha(opacity = 60);
}
.x-item-disabled * {
/*color: gray !important;
cursor: default !important;
filter: alpha(opacity = 60);*/
}
.x-splitbar-proxy {
position: absolute;
visibility: hidden;
z-index: 20001;
background: #aaa;
zoom: 1;
line-height: 1px;
font-size: 1px;
overflow: hidden;
}
.x-splitbar-h,.x-splitbar-proxy-h {
cursor: e-resize;
cursor: col-resize;
}
.x-splitbar-v,.x-splitbar-proxy-v {
cursor: s-resize;
cursor: row-resize;
}
.x-color-palette {
width: 150px;
height: 92px;
cursor: pointer;
}
.x-color-palette a {
border: 1px solid #fff;
float: left;
padding: 2px;
text-decoration: none;
-moz-outline: 0 none;
outline: 0 none;
cursor: pointer;
}
.x-color-palette a:hover,.x-color-palette a.x-color-palette-sel {
border: 1px solid #8BB8F3;
background: #deecfd;
}
.x-color-palette em {
display: block;
border: 1px solid #ACA899;
}
.x-color-palette em span {
cursor: pointer;
display: block;
height: 10px;
line-height: 10px;
width: 10px;
}
.x-ie-shadow {
display: none;
position: absolute;
overflow: hidden;
left: 0;
top: 0;
background: #777;
zoom: 1;
}
.x-shadow {
display: none;
position: absolute;
overflow: hidden;
left: 0;
top: 0;
}
.x-shadow * {
overflow: hidden;
}
.x-shadow * {
padding: 0;
border: 0;
margin: 0;
clear: none;
zoom: 1;
}
.x-shadow .xstc,.x-shadow .xsbc {
height: 6px;
float: left;
}
.x-shadow .xstl,.x-shadow .xstr,.x-shadow .xsbl,.x-shadow .xsbr {
width: 6px;
height: 6px;
float: left;
}
.x-shadow .xsc {
width: 100%;
}
.x-shadow .xsml,.x-shadow .xsmr {
width: 6px;
float: left;
height: 100%;
}
.x-shadow .xsmc {
float: left;
height: 100%;
background: transparent url(../images/black/shared/shadow-c.png);
}
.x-shadow .xst,.x-shadow .xsb {
height: 6px;
overflow: hidden;
width: 100%;
}
.x-shadow .xsml {
background: transparent url(../images/black/shared/shadow-lr.png)
repeat-y 0 0;
}
.x-shadow .xsmr {
background: transparent url(../images/black/shared/shadow-lr.png)
repeat-y -6px 0;
}
.x-shadow .xstl {
background: transparent url(../images/black/shared/shadow.png) no-repeat
0 0;
}
.x-shadow .xstc {
background: transparent url(../images/black/shared/shadow.png) repeat-x
0 -30px;
}
.x-shadow .xstr {
background: transparent url(../images/black/shared/shadow.png) repeat-x
0 -18px;
}
.x-shadow .xsbl {
background: transparent url(../images/black/shared/shadow.png) no-repeat
0 -12px;
}
.x-shadow .xsbc {
background: transparent url(../images/black/shared/shadow.png) repeat-x
0 -36px;
}
.x-shadow .xsbr {
background: transparent url(../images/black/shared/shadow.png) repeat-x
0 -6px;
}
.loading-indicator {
font-size: 12px;
background-image: url(../images/black/grid/loading.gif);
background-repeat: no-repeat;
background-position: left;
padding-left: 20px;
line-height: 16px;
margin: 3px;
}
.x-text-resize {
position: absolute;
left: -1000px;
top: -1000px;
visibility: hidden;
zoom: 1;
}
.x-drag-overlay {
width: 100%;
height: 100%;
display: none;
position: absolute;
left: 0;
top: 0;
background-image: url(../images/black/shared/s.gif);
z-index: 20000;
}
.x-clear {
clear: both;
height: 0;
overflow: hidden;
line-height: 0;
font-size: 0;
}
.x-spotlight {
z-index: 8999;
position: absolute;
top: 0;
left: 0;
-moz-opacity: .5;
opacity: .50;
filter: alpha(opacity = 50);
background-color: #CCC;
width: 0;
height: 0;
zoom: 1;
}
.x-tab-panel {
overflow: hidden;
position:relative;
/*border: 1px solid #fafafa;*/
}
.x-tab-panel-header,.x-tab-panel-footer {
background: #e7e8e8;
overflow: hidden;
zoom: 1;
}
.x-tab-panel-header {
border: 0px solid #8db2e3;
/*padding-bottom: 2px;*/
background: transparent;
height: 40px;
}
/** tab refresh***/
.x-tab-panel-header .x-tool-refresh-noscroll{
position:relative;
top:-42px;
margin-right:10px
}
.x-tab-panel-header .x-tool-refresh-scroll{
position:relative;
top:-38px;
margin-right:30px;
}
.x-tab-panel-footer {
border: 1px solid #8db2e3;
padding-top: 2px;
}
.x-tab-strip-wrap {
width: 100%;
overflow: hidden;
position: relative;
zoom: 1;
}
ul.x-tab-strip {
display: block;
width: auto;
zoom: 1;
}
.x-tab-scrolling ul.x-tab-strip {
width: 5000px;
}
ul.x-tab-strip-top {
padding-top: 1px;
background: url(../images/black/panel/tabpanel-sprit.gif) #fbfbfb
repeat-x left 1px;
height: 37px;
}
/*
ul.x-tab-strip-bottom {
padding-bottom: 1px;
background: url(../images/default/tabs/tab-strip-btm-bg.gif) #cedff5
repeat-x top;
border-top: 1px solid #8db2e3;
border-bottom: 0 none;
}
*/
.x-tab-panel-header-plain .x-tab-strip-top {
/*background: transparent !important;*/ /*modified by jiangzehao */
padding-top: 0 !important;
}
.x-tab-panel-header-plain {
background: transparent !important;
border-width: 0 !important;
padding-bottom: 0 !important;
}
.x-tab-panel-header-plain .x-tab-strip-spacer,.x-tab-panel-footer-plain .x-tab-strip-spacer
{
border: 1px solid #8db2e3;
height: 2px;
background: #deecfd;
font-size: 1px;
line-height: 1px;
}
.x-tab-panel-header-plain .x-tab-strip-spacer {
border-top: 0 none;
}
.x-tab-panel-footer-plain .x-tab-strip-spacer {
border-bottom: 0 none;
}
.x-tab-panel-footer-plain .x-tab-strip-bottom {
background: transparent !important;
padding-bottom: 0 !important;
}
.x-tab-panel-footer-plain {
background: transparent !important;
border-width: 0 !important;
padding-top: 0 !important;
}
.ext-border-box .x-tab-panel-header-plain .x-tab-strip-spacer,.ext-border-box .x-tab-panel-footer-plain .x-tab-strip-spacer
{
height: 3px;
}
ul.x-tab-strip li {
float: left;
margin-left: 0px;
padding-top: 1px; /*added by jiangzehao */
}
ul.x-tab-strip li.x-tab-edge {
float: left;
margin: 0 !important;
padding: 0 !important;
border: 0 none !important;
font-size: 1px !important;
line-height: 1px !important;
overflow: hidden;
zoom: 1;
background: transparent !important;
width: 1px;
}
.x-tab-strip a,.x-tab-strip span,.x-tab-strip em {
display: block;
}
.x-tab-strip a {
text-decoration: none !important;
-moz-outline: none;
outline: none;
cursor: pointer;
float: left;
}
.x-tab-strip-inner {
overflow: hidden;
text-overflow: ellipsis;
}
.x-tab-strip span.x-tab-strip-text {
font: normal 12px arial,tahoma,helvetica,sans-serif;
color: #464646;
white-space: nowrap;
cursor: pointer;
line-height:13px;
}
.x-tab-strip-top .x-tab-with-icon .x-tab-right {
padding-left: 6px;
}
.x-tab-strip .x-tab-with-icon span.x-tab-strip-text {
padding-left: 20px;
background-position: 0 3px;
background-repeat: no-repeat;
}
.x-tab-strip-over span.x-tab-strip-text {
color: #f08200;
}
.x-tab-strip-active,.x-tab-strip-active a.x-tab-right {
cursor: default;
}
.x-tab-strip-active span.x-tab-strip-text {
cursor: default;
color: #fc6b09;
font-weight: bold;
}
.x-tab-strip-disabled .x-tabs-text {
cursor: default;
color: #aaa;
}
.x-tab-panel-body {
overflow: hidden;
}
.x-tab-panel-bwrap {
overflow: hidden;
}
.ext-ie .x-tab-strip .x-tab-right {
position: relative;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
margin-bottom: -1px;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text
{
padding-bottom: 10px;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
margin-top: -1px;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right span.x-tab-strip-text
{
padding-top: 5px;
}
.x-tab-strip-top .x-tab-right {
background: transparent url(../images/black/panel/tabpanel-sprit.gif)
no-repeat left top;
}
.x-tab-strip-top .x-tab-left {
background: transparent url(../images/black/panel/tabpanel-sprit.gif)
no-repeat left top;
padding: 0 10px;
}
.x-tab-strip-top .x-tab-strip-inner {
background: transparent url(../images/black/panel/tabpanel-sprit.gif)
repeat-x left top;
padding:7px 0 12px 0;
}
.x-tab-strip-top .x-tab-spliter{
display: block;
float:left;
width:1px;
height:30px;
background: #d0d1d2;
}
.x-tab-strip-top .x-tab-strip-over .x-tab-right {
background-position: left -37px;
}
.x-tab-strip-top .x-tab-strip-over .x-tab-left {
background-position: left -37px;
border-right: 0;
}
.x-tab-strip-top .x-tab-strip-over .x-tab-strip-inner {
background-position: left -37px;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-right {
background-position: 50% -74px;
border-right: 0;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-left {
background-position: 50% -74px;
}
.x-tab-strip-top .x-tab-strip-active .x-tab-strip-inner {
background-position: 50% -74px;
}
/*
.x-tab-strip-bottom .x-tab-right {
background: url(../images/default/tabs/tab-btm-inactive-right-bg.gif)
no-repeat bottom right;
}
.x-tab-strip-bottom .x-tab-left {
background: url(../images/default/tabs/tab-btm-inactive-left-bg.gif)
no-repeat bottom left;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-right {
background: url(../images/default/tabs/tab-btm-right-bg.gif) no-repeat
bottom left;
}
.x-tab-strip-bottom .x-tab-strip-active .x-tab-left {
background: url(../images/default/tabs/tab-btm-left-bg.gif) no-repeat
bottom right;
}
.x-tab-strip-bottom .x-tab-left {
padding: 0 10px;
}
.x-tab-strip-bottom .x-tab-right {
padding: 0;
}
*/
.x-tab-strip .x-tab-strip-close {
display: none;
}
.x-tab-strip-closable {
position: relative;
}
.x-tab-strip-closable .x-tab-left {
padding-right: 19px;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close {
background: url(../images/black/panel/toolbar.gif) no-repeat left -96px;
background-repeat: no-repeat;
display: block;
width: 11px;
height: 11px;
position: absolute;
top: 3px;
right: 3px;
cursor: pointer;
z-index: 2;
}
.x-tab-strip .x-tab-strip-active a.x-tab-strip-close {
opacity: .8;
-moz-opacity: .8;
}
.x-tab-strip .x-tab-strip-closable a.x-tab-strip-close:hover {
background: url(../images/black/panel/toolbar.gif) no-repeat left -112px;
}
.x-tab-panel-body {
background: #fff;
}
.x-tab-panel-body-top {
border-top: 0 none;
}
.x-tab-panel-body-bottom {
border-bottom: 0 none;
}
.x-tab-scroller-left {
background: transparent url(../images/black/panel/scroll-left.gif)
no-repeat -18px 0;
width: 18px;
height: 31px;
position: absolute;
border-bottom: 1px solid #b8b8b8;
left: 0;
top: 0;
z-index: 10;
cursor: pointer;
}
.x-tab-scroller-left-over {
background-position: 0 0;
}
.x-tab-scroller-left-disabled {
background-position: -18px 0;
opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity = 50);
cursor: default;
}
.x-tab-scroller-right {
background: transparent url(../images/black/panel/scroll-right.gif)
no-repeat 0 0;
width: 18px;
height: 30px;
position: absolute;
right: 0;
top: 0;
z-index: 10;
cursor: pointer;
}
.x-tab-scroller-right-over {
background-position: -18px 0;
}
.x-tab-scroller-right-disabled {
background-position: 0 0;
opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity = 50);
cursor: default;
}
.x-tab-scrolling-bottom .x-tab-scroller-left,.x-tab-scrolling-bottom .x-tab-scroller-right
{
margin-top: 1px;
}
.x-tab-scrolling .x-tab-strip-wrap {
margin-left: 18px;
margin-right: 18px;
height:37px;
}
.x-tab-scrolling {
position: relative;
}
.x-tab-panel-bbar .x-toolbar {
border: 1px solid #99bbe8;
border-top: 0 none;
overflow: hidden;
padding: 2px;
}
.x-tab-panel-tbar .x-toolbar {
border: 1px solid #99bbe8;
border-top: 0 none;
overflow: hidden;
padding: 2px;
}
.x-form-field {
margin: 0;
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.x-form-text,textarea.x-form-field {
padding: 1px 3px 1px 5px;
background: #fff;
border: 1px solid #bcbcc2;
-moz-border-radius: 2px;
border-radius: 2px;
color: #464646;
}
textarea.x-form-field {
padding: 2px 3px;
}
.x-form-text {
height: 22px;
/* *height: 23px !important;*/ /* IE6 problom */
line-height: 18px;
vertical-align: middle;
width:145px;
}
.ext-ie .x-form-text {
/*margin: -1px 0;*/
height: 22px;
line-height: 18px;
}
.ext-ie textarea.x-form-field {
margin: -1px 0;
}
.ext-strict .x-form-text {
height: 18px;
}
.ext-safari .x-form-text {
height: 20px;
padding: 0 5px;
}
.ext-safari.ext-mac textarea.x-form-field {
margin-bottom: -2px;
}
.ext-gecko .x-form-text {
padding-top: 2px;
padding-bottom: 0;
}
textarea {
resize: none;
}
.x-form-select-one {
height: 20px;
line-height: 18px;
vertical-align: middle;
background-color: #fff;
border: 1px solid #B5B8C8;
}
.x-form-check-group,.x-form-radio-group {
margin-bottom: 0;
}
.x-form-check-group .x-form-invalid .x-panel-body,.x-form-radio-group .x-form-invalid .x-panel-body
{
background-color: transparent;
}
.x-form-check-wrap,.x-form-radio-wrap {
padding: 3px 0 0 0;
line-height: 18px;
display:inline;
}
.x-form-check-wrap,.x-form-radio-wrap label{
margin-right:5px;
font-size:12px;
font-family:Arial;
display:inline;
}
.x-form-radio-wrap label,.x-checkboxlabel{
padding-left:5px;
color: #464646;
}
.x-form-check-group .x-form-check-wrap,.x-form-radio-group .x-form-radio-wrap
{
height: 18px;
}
.ext-ie .x-form-check-group .x-form-check-wrap,.ext-ie .x-form-radio-group .x-form-radio-wrap{
height: 21px;
}
.ext-ie .x-form-check-wrap input,.ext-ie .x-form-radio-wrap input {
width: 15px;
height: 15px;
}
.x-form-check,.x-form-radio {
height: 13px;
width: 13px;
vertical-align: bottom;
}
.x-form-radio {
margin-bottom: 3px;
}
.x-form-check,.ext-ie .x-form-radio {
margin-bottom: 2px;
}
.x-form-check-wrap-inner,.x-form-radio-wrap-inner {
display: inline;
padding: 3px 0 0 0;
}
.x-form-check {
background: url('../images/black/form/radio-checkbox-sprit.gif')
no-repeat 0 -84px;
height: 14px;
width: 14px;
}
.x-form-radio {
background: url('../images/black/form/radio-checkbox-sprit.gif')
no-repeat 0 0;
height: 14px;
width: 14px;
}
.x-form-check-focus .x-form-check,.x-form-check-over .x-form-check {
background-position: 0 -98px;
}
.x-form-check-focus .x-form-radio,.x-form-check-over .x-form-radio {
background-position: 0 -14px;
}
.x-form-check-down .x-form-check {
background-position: 0 -98px;
}
.x-form-check-down .x-form-radio {
background-position: 0 -14px;
}
.x-form-check-checked .x-form-check-focus .x-form-check,.x-form-check-checked .x-form-check-over .x-form-check
{
background-position: 0 -140px;
}
.x-form-check-checked .x-form-check-focus .x-form-radio,.x-form-check-checked .x-form-check-over .x-form-radio
{
background-position: 0 -56px;
}
.x-form-check-checked .x-form-check-down .x-form-check {
background-position: 0 -140px;
}
.x-form-check-checked .x-form-check {
background-position: 0 -126px;
}
.x-form-check-checked .x-form-radio {
background-position: 0 -42px;
}
.x-form-check-group-label {
border-bottom: 1px solid #99BBE8;
color: #15428B;
margin-bottom: 5px;
padding-left: 3px !important;
float: none !important;
}
.x-form-field-wrap {
position: relative;
zoom: 1;
white-space: nowrap;
*height: 23px;
*top: 0px; /*modified by jiangzehao for combox*/
/*width:145px;*/
}
.x-small-editor .x-form-field-wrap {
*top: -1px;
}
.x-combo-form-field-ie8 {
*top: 0px;
}
.x-form-field-wrap .x-form-trigger,.x-form-field-wrap .x-form-select-trigger,.x-form-field-wrap .x-form-date-trigger,.x-form-field-wrap .x-form-search-trigger
{
/*background: #fff url(../images/black/form/combo-box-sprit.gif)
no-repeat left top;
width: 19px;
right: 3px;
height: 19px;
border: 0;
cursor: pointer;
border-bottom: 0;
position: relative;
top:6px;
*padding-right:2px; */ /*IE only*/
}
.x-form-field-wrap .x-form-select-trigger {
background: transparent url(../images/black/form/combo-button-sprit.gif)
no-repeat left top;
}
.ext-safari .x-form-field-wrap .x-form-trigger {
height: 19px;
}
.x-form-field-wrap .x-form-date-trigger {
/*background: url(../images/black/datapicker/datapicker-trigger-sprit.gif)
no-repeat left top;*/
}
.x-form-field-wrap .x-form-clear-trigger {
background-image: url(../images/black/form/clear-trigger.gif);
}
.x-form-field-wrap .x-form-search-trigger {
background: url(../images/black/form/combo-sprit.gif) no-repeat left
top;
}
.ext-safari .x-form-field-wrap .x-form-trigger {
right: 0;
}
.x-form-field-wrap .x-form-twin-triggers .x-form-trigger {
position: static;
top: auto;
vertical-align: top;
}
/*.x-form-field-wrap .x-form-trigger-over {
background-position: 0 -19px;
}
.x-form-field-wrap .x-form-trigger-click {
background-position: 0 -38px;
}*/
.x-trigger-wrap-focus .x-form-trigger {
background-position: 0 -38px;
}
.x-trigger-wrap-focus .x-form-trigger-over {
background-position: 0 -19px;
}
.x-trigger-wrap-focus .x-form-trigger-click {
background-position: 0 -38px;
}
.x-trigger-wrap-focus .x-form-trigger {
border-bottom: 0;
}
.x-item-disabled .x-form-trigger-over {
background-position: 0 0 !important;
border-bottom: 0;
}
.x-item-disabled .x-form-trigger-click {
background-position: 0 0 !important;
border-bottom: 0;
}
.x-form-focus,textarea.x-form-focus {
border: 1px solid #bcbcc2;
}
.x-form-mouseover,textarea.x-form-mouseover {
border: 1px solid #f08200;
}
.x-form-invalid,textarea.x-form-invalid {
background: #fff /*url(../images/black/grid/invalid_line.gif) repeat-x
bottom*/;
border: 1px solid #D60606 !important;
}
.ext-safari .x-form-invalid {
background-color: #fee;
border: 1px solid #D60606;
}
.x-editor {
visibility: hidden;
padding: 0;
margin: 0;
}
.x-editor .x-form-check-wrap,.x-editor .x-form-radio-wrap {
background: #fff;
padding: 3px;
}
.x-editor .x-form-checkbox {
height: 13px;
}
.x-form-grow-sizer {
font: normal 12px arial, tahoma, helvetica, sans-serif;
left: -10000px;
padding: 8px 3px;
position: absolute;
visibility: hidden;
top: -10000px;
white-space: pre-wrap;
white-space: -moz-pre-wrap;
white-space: -pre-wrap;
white-space: -o-pre-wrap;
word-wrap: break-word;
zoom: 1;
}
.x-form-grow-sizer p {
margin: 0 !important;
border: 0 none !important;
padding: 0 !important;
}
.x-form-item {
font: normal 12px arial, tahoma, helvetica, sans-serif;
display: block;
margin-bottom: 4px;
zoom: 1;
}
.x-form-item label {
display: block;
float: left;
width: 100px;
padding: 3px;
padding-left: 0;
clear: left;
z-index: 2;
position: relative;
}
.x-form-element {
padding-left: 105px;
position: relative;
}
.x-form-invalid-msg {
color: #e00;
padding: 2px;
padding-left: 18px;
font: normal 12px arial,tahoma,helvetica,sans-serif;
background: transparent url(../images/black/shared/warning.gif)
no-repeat 0 2px;
line-height: 16px;
width: 200px;
}
.x-form-label-left label {
text-align: left;
}
.x-form-label-right label {
text-align: right;
}
.x-form-label-top .x-form-item label {
width: auto;
float: none;
clear: none;
display: inline;
margin-bottom: 4px;
position: static;
}
.x-form-label-top .x-form-element {
padding-left: 0;
padding-top: 4px;
}
.x-form-label-top .x-form-item {
padding-bottom: 4px;
}
.x-form-empty-field {
color: gray;
}
.x-small-editor .x-form-field {
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.x-small-editor .x-form-text {
/*height: 22px;
line-height: 16px;
vertical-align: middle;*/
}
.ext-ie .x-small-editor .x-form-text {
margin-top: -1px !important;
margin-bottom: -1px !important;
/*height: 22px !important;*/
line-height: 16px !important;
}
.ext-ie .x-small-editor .x-combo-toobar-ie8 {
*margin-top: 0px !important;
}
.ext-strict .x-small-editor .x-form-text {
height: 16px !important;
}
.ext-safari .x-small-editor .x-form-field {
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.ext-ie .x-small-editor .x-form-text {
/*height: 22px;*/
line-height: 16px;
}
.ext-border-box .x-small-editor .x-form-text {
height: 20px;
}
.x-small-editor .x-form-select-one {
height: 20px;
line-height: 16px;
vertical-align: middle;
}
.x-small-editor .x-form-num-field {
text-align: right;
}
.x-small-editor .x-form-field-wrap .x-form-trigger {
height: 21px;
*height: 19px;
}
.x-form-clear {
clear: both;
height: 0;
overflow: hidden;
line-height: 0;
font-size: 0;
}
.x-form-clear-left {
clear: left;
height: 0;
overflow: hidden;
line-height: 0;
font-size: 0;
}
.x-form-cb-label {
width: auto !important;
float: none !important;
clear: none !important;
display: inline !important;
margin-left: 4px;
}
.x-form-column {
float: left;
padding: 0;
margin: 0;
width: 48%;
overflow: hidden;
zoom: 1;
}
.x-form .x-form-btns-ct .x-btn {
float: right;
clear: none;
}
.x-form .x-form-btns-ct .x-form-btns td {
border: 0;
padding: 0;
}
.x-form .x-form-btns-ct .x-form-btns-right table {
float: right;
clear: none;
}
.x-form .x-form-btns-ct .x-form-btns-left table {
float: left;
clear: none;
}
.x-form .x-form-btns-ct .x-form-btns-center {
text-align: center;
}
.x-form .x-form-btns-ct .x-form-btns-center table {
margin: 0 auto;
}
.x-form .x-form-btns-ct table td.x-form-btn-td {
padding: 3px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-left {
background-position: 0 -147px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-right {
background-position: 0 -168px;
}
.x-form .x-form-btns-ct .x-btn-focus .x-btn-center {
background-position: 0 -189px;
}
.x-form .x-form-btns-ct .x-btn-click .x-btn-center {
background-position: 0 -126px;
}
.x-form .x-form-btns-ct .x-btn-click .x-btn-right {
background-position: 0 -84px;
}
.x-form .x-form-btns-ct .x-btn-click .x-btn-left {
background-position: 0 -63px;
}
.x-form-invalid-icon {
width: 16px;
height: 18px;
visibility: hidden;
position: absolute;
left: 0;
top: 0;
display: block;
background: transparent url(../images/black/form/exclamation.gif)
no-repeat 0 2px;
}
.x-fieldset-wrap {
background-color: #f1f1f1;
border: 1px solid #d2d4d5;
padding: 10px;
width: auto;
-moz-border-radius: 2px;
border-radius: 2px;
}
.x-fieldset {
/*border: 0;*/ /*modified by jiangzehao for AQ4D64903*/
display: block;
}
.x-fieldset legend {
font: bold 12px arial,tahoma,helvetica,sans-serif;
color: #464646;
}
.x-fieldset legend .x-fieldset-header-text{
font-size:13px;
}
.x-fieldset .x-fieldset-header-text-over {
color: #fc6b09;
}
.ext-ie .x-fieldset legend {
padding-bottom:0px;
}
.ext-ie .x-fieldset {
padding-top: 0;
padding-bottom:0px;
}
.x-fieldset legend .x-tool-toggle {
margin-right: 5px;
margin-left: 0;
float: left !important;
margin-top:0;
}
.x-fieldset legend input {
margin-right: 3px;
float: left !important;
height: 13px;
width: 13px;
}
fieldset.x-panel-collapsed {
padding-bottom: 0 !important;
/*border-width: 1px 1px 0 1px !important;
border-left-color: transparent;
border-right-color: transparent;*/ /*modified by jiangzehao for AQ4D65106 */
}
.ext-ie6 fieldset.x-panel-collapsed {
padding-bottom: 0 !important;
border-width: 1px 0 0 0 !important;
margin-left: 1px;
margin-right: 1px;
}
fieldset.x-panel-collapsed .x-fieldset-bwrap {
visibility: hidden;
position: absolute;
left: -1000px;
top: -1000px;
}
.ext-ie .x-fieldset-bwrap {
zoom: 1;
}
.ext-ie td .x-form-text {
position: relative;
top: -1px;
}
.x-small-editor .x-form-field-wrap .x-combo-toobar-ie8 {
position: relative;
*top: 2px !important;
}
#fwcombo_change_timezone-cbx-text.x-form-text {
*top: -3px !important;
}
#fwcombo_change_timezone-cbx-text.x-combo-toobar-ie8 {
top: -1px !important;
}
#fwcombo_change_timezone-cbx-img.x-form-arrow-trigger {
*top: -2px;
}
.x-fieldset-noborder {
border: 0 none transparent;
}
.x-fieldset-noborder legend {
margin-left: -3px;
}
.ext-ie .x-fieldset-noborder legend {
position: relative;
margin-bottom: 23px;
}
.ext-ie .x-fieldset-noborder legend span {
position: absolute;
left: 16px;
}
.ext-gecko .x-window-body .x-form-item {
-moz-outline: none;
overflow: auto;
}
.ext-gecko .x-form-item {
-moz-outline: none;
}
.x-hide-label label.x-form-item-label {
display: none;
}
.x-hide-label .x-form-element {
padding-left: 0 !important;
}
.x-fieldset {
overflow: hidden;
}
.x-fieldset-bwrap {
overflow: hidden;
padding:10px 0;
zoom: 1;
}
.x-fieldset-body {
/*overflow: hidden;*/ /* modified by jiangzehao */
}
.x-btn {
font: normal 12px arial,tahoma,helvetica,sans-serif;
cursor: pointer;
white-space: nowrap;
}
.x-btn button {
border: 0 none;
background: transparent;
font: normal 12px;
padding-left: 3px;
padding-right: 3px;
cursor: pointer;
margin: 0;
overflow: visible;
width: auto;
-moz-outline: 0 none;
outline: 0 none;
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
* html .ext-ie .x-btn button {
width: 1px;
}
.ext-gecko .x-btn button {
padding-left: 0;
padding-right: 0;
}
.ext-ie .x-btn button {
padding-top: 2px;
}
.x-btn-icon .x-btn-center .x-btn-text {
background-position: center;
background-repeat: no-repeat;
height: 16px;
width: 16px;
cursor: pointer;
white-space: nowrap;
padding: 0;
}
.x-btn-icon .x-btn-center {
padding: 1px;
}
.x-btn em {
font-style: normal;
font-weight: normal;
}
.x-btn-text-icon .x-btn-center .x-btn-text {
background-position: 0 2px;
*background-position: 0 0;
background-repeat: no-repeat;
padding-left: 18px;
padding-top: 3px;
padding-bottom: 2px;
padding-right: 0;
}
.ext-gecko3 .x-btn-text-icon .x-btn-center .x-btn-text {
padding-top: 2px;
}
.x-btn-left,.x-btn-right {
font-size: 1px;
line-height: 1px;
}
.x-btn-left,.x-buttonarea .x-btn-left,.x-panel-btns-center .x-btn-left
{
width: 2px;
height: 25px;
background: url(../images/black/form/button-sprit-tint.gif) 0 0;
}
.x-guider-wraperdiv .x-buttonarea .x-btn-left,.x-guider-wraperdiv .x-panel-btns-center .x-btn-left {
background: url(../images/black/form/button-sprit-dark.gif) 0 0;
}
.x-btn-right,.x-buttonarea .x-btn-right,.x-panel-btns-center .x-btn-right
{
width: 2px;
height: 25px;
background: url(../images/black/form/button-sprit-tint.gif) 0 -125px;
}
.x-guider-wraperdiv .x-buttonarea .x-btn-right,.x-guider-wraperdiv .x-panel-btns-center .x-btn-right {
background: url(../images/black/form/button-sprit-dark.gif) 0 -125px;
}
.x-btn-left i,.x-btn-right i {
display: block;
width: 2px;
overflow: hidden;
font-size: 1px;
line-height: 1px;
}
.x-btn-center,.x-buttonarea .x-btn-center,.x-panel-btns-center .x-btn-center
{
background: url(../images/black/form/button-sprit-tint.gif) repeat-x 0
-25px;
vertical-align: middle;
height: 25px;
text-align: center;
cursor: pointer;
white-space: nowrap;
padding:0 8px;
}
.x-guider-wraperdiv .x-buttonarea .x-btn-center,.x-guider-wraperdiv .x-panel-btns-center .x-btn-center {
background: url(../images/black/form/button-sprit-dark.gif) repeat-x 0
-25px;
}
.x-btn-over .x-btn-left {
background-position: 0px 0px;
}
.x-btn-over .x-btn-right {
background-position: 0px -125px;
}
.x-btn-over .x-btn-center {
background-position: 0px -50px;
}
.x-btn-click .x-btn-center,.x-btn-menu-active .x-btn-center {
background-position: 0px -75px;
}
.x-btn-disabled * {
color: gray !important;
cursor: default !important;
}
/*
.x-btn-menu-text-wrap .x-btn-center {
padding: 0 3px;
}
.ext-gecko .x-btn-menu-text-wrap .x-btn-center {
padding: 0 1px;
}
.x-btn-menu-arrow-wrap .x-btn-center {
padding: 0;
}
.x-btn-menu-arrow-wrap .x-btn-center button {
width: 12px !important;
height: 21px;
padding: 0 !important;
display: block;
background: transparent url(../images/default/button/btn-arrow.gif)
no-repeat left 3px;
}
.x-btn-with-menu .x-btn-center {
padding-right: 2px !important;
}
.x-btn-with-menu .x-btn-center em {
display: block;
background: transparent url(../images/default/toolbar/btn-arrow.gif)
no-repeat right 0;
padding-right: 10px;
}
.x-btn-text-icon .x-btn-with-menu .x-btn-center em {
display: block;
background: transparent url(../images/default/toolbar/btn-arrow.gif)
no-repeat right 3px;
padding-right: 10px;
}
.x-btn-pressed .x-btn-left {
background: url(../images/default/button/btn-sprite.gif) no-repeat 0
-63px;
}
.x-btn-pressed .x-btn-right {
background: url(../images/default/button/btn-sprite.gif) no-repeat 0
-84px;
}
.x-btn-pressed .x-btn-center {
background: url(../images/default/button/btn-sprite.gif) repeat-x 0
-126px;
}
*/
/** toobar **/
x-page-toolbar-table {
border: 0;
}
.x-toolbar {
display: block;
padding: 1px;
/*background: #e1e1e1;*/ /* modified by jiangzehao */
position: relative;
zoom: 1;
}
.x-toolbar .x-item-disabled .x-btn-icon {
opacity: .35;
-moz-opacity: .35;
filter: alpha(opacity = 35);
}
.x-toolbar td {
overflow:visible; /*added by jiangzehao pay attention to it*/
vertical-align: middle;
}
.mso .x-toolbar,.x-grid-mso .x-toolbar {
border: 0 none;
background: url(../images/black/grid/mso-hd.gif);
}
.x-toolbar td,.x-toolbar span,.x-toolbar input,.x-toolbar div,.x-toolbar select,.x-toolbar label
{
white-space: nowrap;
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.x-toolbar .x-item-disabled {
color: gray;
cursor: default;
opacity: .6;
-moz-opacity: .6;
filter: alpha(opacity = 60);
font:12px arial,tahoma,helvetica,sans-serif;
}
.x-toolbar .x-item-disabled * {
color: gray;
cursor: default;
}
.x-toolbar .x-btn-left {
background: none;
}
.x-toolbar .x-btn-right {
background: none;
}
.x-toolbar .x-btn-center {
background: none;
padding: 0;
}
/*
.x-toolbar .x-btn-menu-text-wrap .x-btn-center button {
padding-right: 2px;
}
.ext-gecko .x-toolbar .x-btn-menu-text-wrap .x-btn-center button {
padding-right: 0;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
padding: 0 2px;
}
.x-toolbar .x-btn-menu-arrow-wrap .x-btn-center button {
width: 12px;
background: transparent url(../images/default/toolbar/btn-arrow.gif)
no-repeat 0 3px;
}
*/
.x-toolbar .x-btn-text-icon .x-btn-menu-arrow-wrap .x-btn-center button
{
width: 12px;
/*background: transparent url(../images/default/toolbar/btn-arrow.gif)
no-repeat 0 3px;*/
}
.x-toolbar .x-btn-over .x-btn-menu-arrow-wrap .x-btn-center button {
background-position: 0 -47px;
}
.x-toolbar .x-btn-over .x-btn-left {
/*background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0
0;*/
}
.x-toolbar .x-btn-over .x-btn-right {
/*background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0
-21px;*/
}
.x-toolbar .x-btn-over .x-btn-center {
/*background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0
-42px;*/
}
.x-toolbar .x-btn-over .x-btn-center button{
color:#fc6b09;
}
.x-toolbar .x-btn-click .x-btn-left,.x-toolbar .x-btn-pressed .x-btn-left,.x-toolbar .x-btn-menu-active .x-btn-left
{
/*background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0
-63px;*/
}
.x-toolbar .x-btn-click .x-btn-right,.x-toolbar .x-btn-pressed .x-btn-right,.x-toolbar .x-btn-menu-active .x-btn-right{
/*background: url(../images/default/toolbar/tb-btn-sprite.gif) no-repeat 0
-84px;*/
}
.x-toolbar .x-btn-click .x-btn-center,.x-toolbar .x-btn-pressed .x-btn-center,.x-toolbar .x-btn-menu-active .x-btn-center{
/*background: url(../images/default/toolbar/tb-btn-sprite.gif) repeat-x 0
-105px;*/
}
.x-toolbar .x-btn-click .x-btn-center button,.x-toolbar .x-btn-pressed .x-btn-center button{
padding-top:2px;
}
.x-toolbar .x-btn-with-menu .x-btn-center em {
padding-right: 8px;
}
.x-toolbar .ytb-text {
padding: 2px;
}
.x-toolbar .ytb-sep {
background-image: url(../images/black/grid/grid-blue-split.gif);
background-position: center;
background-repeat: no-repeat;
display: block;
font-size: 1px;
height: 16px;
width: 4px;
overflow: hidden;
cursor: default;
margin: 0 2px 0;
border: 0;
}
.x-toolbar .ytb-spacer {
width: 2px;
}
.x-bar-toolbar .x-toolbar {
background-color:white;
borde: 0;
padding:0 10px;
height: 32px;
}
.x-bar-toolbar .ytb-sep {
background: none;
}
.x-page-toolbar-table{
color: #464646;
line-height: 25px;
}
.x-page-toolbar-table .x-toolbar {
background:#e1e1e1;
borde: 0;
margin-bottom:1px;
border-top:1px solid #fff;
}
.x-page-toolbar-table .x-toolbar span,.x-page-toolbar-table .x-toolbar .x-paging-info{
font:12px arial,tahoma,helvetica,sans-serif;
}
/*table page*/
.x-tbar-page-number,.x-tbar-page-pagesize-number {
width: 24px;
height: 14px;
border: 1px solid #BCBCC2;
height: 18px;
line-height: 18px;
margin:0 5px;
}
.x-tbar-page-first {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 0 !important;
}
.x-tbar-loading {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -223px !important;
}
.x-tbar-page-last {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -168px !important;
}
.x-tbar-page-next {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -112px !important;
}
.x-tbar-page-prev {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -56px !important;
}
.x-item-disabled .x-tbar-loading {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -226px !important;
}
.x-item-disabled .x-tbar-page-first {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -42px !important;
}
.x-item-disabled .x-tbar-page-last {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -209px !important;
}
.x-item-disabled .x-tbar-page-next {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -154px !important;
}
.x-item-disabled .x-tbar-page-prev {
background-image: url(../images/black/grid/page.gif) !important;
background-position: 0 -98px !important;
}
.x-paging-info {
position: absolute;
top: 6px;
*top: 7px;
right: 8px;
color: #444;
}
.x-statusbar .x-status-text {
height: 21px;
line-height: 21px;
padding: 0 4px;
cursor: default;
}
.x-statusbar .x-status-busy {
padding-left: 25px;
background: transparent url(../images/black/grid/loading.gif)
no-repeat 3px 3px;
}
.x-statusbar .x-status-text-panel {
border-top: 1px solid #99BBE8;
border-right: 1px solid #fff;
border-bottom: 1px solid #fff;
border-left: 1px solid #99BBE8;
padding: 2px 8px 2px 5px;
}
/*
.x-resizable-handle {
position: absolute;
z-index: 100;
font-size: 1px;
line-height: 6px;
overflow: hidden;
background: white;
filter: alpha(opacity = 0);
opacity: 0;
zoom: 1;
}
.x-resizable-handle-east {
width: 6px;
cursor: e-resize;
right: 0;
top: 0;
height: 100%;
}
.ext-ie .x-resizable-handle-east {
margin-right: -1px;
}
.x-resizable-handle-south {
width: 100%;
cursor: s-resize;
left: 0;
bottom: 0;
height: 6px;
}
.ext-ie .x-resizable-handle-south {
margin-bottom: -1px;
}
.x-resizable-handle-west {
width: 6px;
cursor: w-resize;
left: 0;
top: 0;
height: 100%;
}
.x-resizable-handle-north {
width: 100%;
cursor: n-resize;
left: 0;
top: 0;
height: 6px;
}
.x-resizable-handle-southeast {
width: 6px;
cursor: se-resize;
right: 0;
bottom: 0;
height: 6px;
z-index: 101;
}
.x-resizable-handle-northwest {
width: 6px;
cursor: nw-resize;
left: 0;
top: 0;
height: 6px;
z-index: 101;
}
.x-resizable-handle-northeast {
width: 6px;
cursor: ne-resize;
right: 0;
top: 0;
height: 6px;
z-index: 101;
}
.x-resizable-handle-southwest {
width: 6px;
cursor: sw-resize;
left: 0;
bottom: 0;
height: 6px;
z-index: 101;
}
.x-resizable-over .x-resizable-handle,.x-resizable-pinned .x-resizable-handle
{
filter: alpha(opacity = 100);
opacity: 1;
}
.x-resizable-over .x-resizable-handle-east,.x-resizable-pinned .x-resizable-handle-east
{
background: url(../images/default/sizer/e-handle.gif);
background-position: left;
}
.x-resizable-over .x-resizable-handle-west,.x-resizable-pinned .x-resizable-handle-west
{
background: url(../images/default/sizer/e-handle.gif);
background-position: left;
}
.x-resizable-over .x-resizable-handle-south,.x-resizable-pinned .x-resizable-handle-south
{
background: url(../images/default/sizer/s-handle.gif);
background-position: top;
}
.x-resizable-over .x-resizable-handle-north,.x-resizable-pinned .x-resizable-handle-north
{
background: url(../images/default/sizer/s-handle.gif);
background-position: top;
}
.x-resizable-over .x-resizable-handle-southeast,.x-resizable-pinned .x-resizable-handle-southeast
{
background: url(../images/default/sizer/se-handle.gif);
background-position: top left;
}
.x-resizable-over .x-resizable-handle-northwest,.x-resizable-pinned .x-resizable-handle-northwest
{
background: url(../images/default/sizer/nw-handle.gif);
background-position: bottom right;
}
.x-resizable-over .x-resizable-handle-northeast,.x-resizable-pinned .x-resizable-handle-northeast
{
background: url(../images/default/sizer/ne-handle.gif);
background-position: bottom left;
}
.x-resizable-over .x-resizable-handle-southwest,.x-resizable-pinned .x-resizable-handle-southwest
{
background: url(../images/default/sizer/sw-handle.gif);
background-position: top right;
}
.x-resizable-proxy {
border: 1px dashed #3b5a82;
position: absolute;
overflow: hidden;
display: none;
left: 0;
top: 0;
z-index: 50000;
}
.x-resizable-overlay {
width: 100%;
height: 100%;
display: none;
position: absolute;
left: 0;
top: 0;
background: white;
z-index: 200000;
-moz-opacity: 0;
opacity: 0;
filter: alpha(opacity = 0);
}
*/
/** grid **/
.x-grid3 {
position: relative;
overflow: hidden;
background-color: #fff;
}
.x-grid-panel .x-panel-body {
overflow: hidden !important;
}
.x-grid-panel .x-panel-mc .x-panel-body {
border: 1px solid #99bbe8;
border-bottom:0;
}
.x-grid-radio-tag .x-grid3-row-checker {
background-image: url(../images/black/grid/row-radio-sprite.gif)
}
.x-grid-radio-tag .x-grid3-hd-checker {
background: none;
}
.x-grid3 table {
table-layout: fixed;
}
.x-grid3-viewport {
overflow: hidden;
}
.x-grid3-hd-row td,.x-grid3-row td,.x-grid3-summary-row td {
font: normal 12px arial,tahoma,helvetica,sans-serif;
-moz-outline: none;
-moz-user-focus: normal;
}
.x-grid3-row td,.x-grid3-summary-row td {
line-height: 13px;
vertical-align: top;
padding-left: 1px;
padding-right: 1px;
/* -moz-user-select: none;*/
}
.x-grid3-hd-row td {
line-height: 15px;
vertical-align: middle;
}
.x-grid3-hd-row td.cell-spliter span{
border-left: 1px solid #bcbcc2;
height:18px;
float:left;
display: block;
/*background:url(../images/black/grid/x-grid-split.gif) no-repeat left center;*/
}
.x-grid3-hd-row td.cell-spliter{
/*text-align: left;*/
}
*html .x-grid3-hd-row .sort-asc span.cell-spliter,*html .x-grid3-hd-row .sort-desc span.cell-spliter{
}
.x-grid3-hd-row .x-grid3-marker-hd {
padding: 3px;
}
.x-grid3-row .x-grid3-marker {
padding: 3px;
}
.x-grid3-cell-inner,.x-grid3-hd-inner {
overflow: hidden;
-o-text-overflow: ellipsis;
padding: 3px 3px 3px 5px;
white-space: nowrap;
}
.x-grid3-hd-inner {
position: relative;
cursor: inherit;
padding: 4px 3px 4px 5px;
}
.x-grid3-row-body {
white-space: normal;
}
.x-grid3-body-cell {
-moz-outline: 0 none;
outline: 0 none;
}
.ext-ie .x-grid3-cell-inner,.ext-ie .x-grid3-hd-inner {
width: 100%;
}
.ext-strict .x-grid3-cell-inner,.ext-strict .x-grid3-hd-inner {
width: auto;
}
.x-grid-row-loading {
background: #fff url(../images/black/shared/loading-balls.gif) no-repeat
center center;
}
.x-grid-page {
overflow: hidden;
}
.x-grid3-row {
cursor: default;
border-top: 1px solid #FFF;
/*background-color: #f7f7f7;*/ /* modified by jiangzehao*/
width: 100%;
/*height: 28px;
min-height: 28px;
height: 26px; */ /* modified by jiangzehao */
color: #464646;
}
.x-grid3-row a:link{
color: #4286d3;
text-decoration:none;
}
.x-grid3-row a:visited{
color: #73aef2;
text-decoration:none;
}
.x-grid3-row a:hover,.x-grid3-row a:active{
font-weight:bold;
text-decoration:none;
}
.x-grid3-row-alt {
background-color: #efefef;
}
.x-grid3-row-over {
/*border: 1px solid #ddd;*/
background-color: #DADBDB;
}
.x-grid3-resize-proxy {
width: 1px;
left: 0;
background-color: #777;
cursor: e-resize;
cursor: col-resize;
position: absolute;
top: 0;
height: 100px;
overflow: hidden;
visibility: hidden;
border: 0 none;
z-index: 7;
}
.x-grid3-resize-marker {
width: 1px;
left: 0;
background-color: #777;
position: absolute;
top: 0;
height: 100px;
overflow: hidden;
visibility: hidden;
border: 0 none;
z-index: 7;
}
.x-grid3-focus {
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 1px;
line-height: 1px;
font-size: 1px;
-moz-outline: 0 none;
outline: 0 none;
-moz-user-select: text;
-khtml-user-select: text;
}
.x-grid3-header {
/*border-bottom:1px solid white;*/
cursor: default;
zoom: 1;
padding: 0;
margin: 0;
background:#E1E1E1; /*modified by jiangzehao */
}
.x-grid3-header td {
font-weight: bold;
}
.x-grid3-header-pop {
border-left: 1px solid #d0d0d0;
float: right;
clear: none;
}
.x-grid3-header-pop-inner {
border-left: 1px solid #eee;
width: 14px;
height: 19px;
background: transparent url(../images/black/grid/hd-pop.gif) no-repeat
center center;
}
.x-text-save-information-cn {/*add by meilichao for AQ4D79093*/
position:absolute;
background: transparent url(../images/black/box/po_zh.gif) no-repeat
center center;
right:82px;
top:30px;
width:130px;
height: 62px;
z-index: 10000;
*top:30px;
color:red;
}
.x-text-save-information-note {/*add by meilichao for AQ4D79093*/
position:absolute;
background: transparent url(../images/black/box/po_i.gif) no-repeat
center center;
right:160px;
top:25px;
width:26px;
height: 26px;
z-index: 5;
*top:25px;
color:red;
}
.x-text-save-information-en {/*add by meilichao for AQ4D79093*/
position:absolute;
background: transparent url(../images/black/box/po_enen.gif) no-repeat
center center;
right:25px;
top:30px;
/*width:224px;
height: 67px;*/
width:180px;
height: 80px;
z-index: 5;
*top:30px;
color:red;
}
.ext-ie .x-grid3-header-pop-inner {
width: 15px;
}
.ext-strict .x-grid3-header-pop-inner {
width: 14px;
}
.x-grid3-header-inner {
overflow: hidden;
zoom: 1;
float: left;
}
.x-grid3-header-offset {
padding-left: 1px;
width: 10000px;
}
td.x-grid3-hd-over,td.sort-desc,td.sort-asc,td.x-grid3-hd-menu-open {
/* border-left: 1px solid #aaccf6;
border-right: 1px solid #aaccf6;
*/
}
td.x-grid3-hd-over .x-grid3-hd-inner,td.sort-desc .x-grid3-hd-inner,td.sort-asc .x-grid3-hd-inner,td.x-grid3-hd-menu-open .x-grid3-hd-inner
{
/*background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif)
repeat-x left bottom;*/
}
.x-grid3-sort-icon {
background-repeat: no-repeat;
display: none;
height: 25px;
width: 8px;
margin-left: 3px;
vertical-align: middle;
background-image: url(../images/black/grid/sort.gif);
}
.sort-asc {
background: url(../images/black/grid/sort_asc.gif) 98% top no-repeat;
}
.sort-desc {
background: url(../images/black/grid/sort_desc.gif) 98% top no-repeat;
}
.ext-strict .ext-ie .x-grid3-header-inner {
position: relative;
}
.ext-strict .ext-ie6 .x-grid3-hd {
position: relative;
}
.ext-strict .ext-ie6 .x-grid3-hd-inner {
position: static;
}
.x-grid3-body {
zoom: 1;
}
.x-grid3-scroller {
overflow: auto;
zoom: 1;
position: relative;
}
.x-grid3-cell-text,.x-grid3-hd-text {
display: block;
padding: 3px 5px 3px 5px;
-moz-user-select: none;
-khtml-user-select: none;
color: black;
}
.x-grid3-split {
background-image: url(../images/default/black/grid-split.gif);
background-position: center;
background-repeat: no-repeat;
cursor: e-resize;
cursor: col-resize;
display: block;
font-size: 1px;
height: 16px;
overflow: hidden;
position: absolute;
top: 2px;
width: 6px;
z-index: 3;
}
.x-grid3-hd-text {
color: #15428b;
}
.x-dd-drag-proxy .x-grid3-hd-inner {
background: #ebf3fd url(../images/default/grid/grid3-hrow-over.gif)
repeat-x left bottom;
width: 120px;
padding: 3px;
border: 1px solid #aaccf6;
overflow: hidden;
}
.col-move-top,.col-move-bottom {
width: 9px;
height: 9px;
position: absolute;
top: 0;
line-height: 1px;
font-size: 1px;
overflow: hidden;
visibility: hidden;
z-index: 20000;
}
.col-move-top {
background: transparent url(../images/black/grid/col-move-top.gif)
no-repeat left top;
}
.col-move-bottom {
background: transparent url(../images/black/grid/col-move-bottom.gif)
no-repeat left top;
}
.x-grid3-row-selected {
background: #dadbdb !important;
/*border: 1px solid #fff;*/
}
.x-grid3-cell-selected {
background-color: #B8CFEE !important;
color: black;
}
.x-grid3-cell-selected span {
color: black !important;
}
.x-grid3-cell-selected .x-grid3-cell-text {
color: black;
}
.x-grid3-locked td.x-grid3-row-marker,.x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker
{
background: #ebeadb url(../images/default/grid/grid-hrow.gif) repeat-x 0
bottom !important;
vertical-align: middle !important;
color: black;
padding: 0;
border-top: 1px solid white;
border-bottom: none !important;
border-right: 1px solid #6fa0df !important;
text-align: center;
}
.x-grid3-locked td.x-grid3-row-marker div,.x-grid3-locked .x-grid3-row-selected td.x-grid3-row-marker div
{
padding: 0 4px;
color: #15428b !important;
text-align: center;
}
.x-grid3-dirty-cell {
background: transparent url(../images/default/grid/dirty.gif) no-repeat
0 0;
}
.x-grid3-topbar,.x-grid3-bottombar {
font: normal 12px arial,tahoma,helvetica,sans-serif;
overflow: hidden;
display: none;
zoom: 1;
position: relative;
}
.x-grid3-topbar .x-toolbar {
border-right: 0 none;
}
.x-grid3-bottombar .x-toolbar {
border-right: 0 none;
border-bottom: 0 none;
border-top: 1px solid #a9bfd3;
}
.x-props-grid .x-grid3-cell {
padding: 1px;
}
.x-props-grid .x-grid3-td-name .x-grid3-cell-inner {
background: transparent
url(../images/default/grid/grid3-special-col-bg.gif) repeat-y -16px
!important;
padding-left: 12px;
color: black !important;
}
.x-props-grid .x-grid3-body .x-grid3-td-name {
padding: 1px;
padding-right: 0;
background: white !important;
border: 0 none;
border-right: 1px solid #eee;
}
.xg-hmenu-sort-asc .x-menu-item-icon {
background-image: url(../images/black/grid/hmenu-asc.gif);
}
.xg-hmenu-sort-desc .x-menu-item-icon {
background-image: url(../images/black/grid/hmenu-desc.gif);
}
.xg-hmenu-lock .x-menu-item-icon {
background-image: url(../images/black/grid/hmenu-lock.gif);
}
.xg-hmenu-unlock .x-menu-item-icon {
background-image: url(../images/black/grid/hmenu-unlock.gif);
}
.x-grid3-col-dd {
border: 0 none;
padding: 0;
background: transparent;
}
.x-dd-drag-ghost .x-grid3-dd-wrap {
padding: 1px 3px 3px 1px;
}
.x-grid3-hd {
-moz-user-select: none;
}
.x-grid3-hd-btn {
display: none;
position: absolute;
width: 14px;
background: #c3daf9 url(../images/default/grid/grid3-hd-btn.gif)
no-repeat left center;
right: 0;
top: 0;
z-index: 2;
cursor: pointer;
}
.x-grid3-hd-over .x-grid3-hd-btn,.x-grid3-hd-menu-open .x-grid3-hd-btn {
display: block;
}
a.x-grid3-hd-btn:hover {
background-position: -14px center;
}
.x-grid3-body .x-grid3-td-expander {
background: transparent
url(../images/default/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-expander .x-grid3-cell-inner {
padding: 0 !important;
height: 100%;
}
.x-grid3-row-expander {
width: 100%;
height: 18px;
background-position: 4px 2px;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(../images/default/grid/row-expand-sprite.gif);
}
.x-grid3-row-collapsed .x-grid3-row-expander {
background-position: 4px 2px;
}
.x-grid3-row-expanded .x-grid3-row-expander {
background-position: -21px 2px;
}
.x-grid3-row-collapsed .x-grid3-row-body {
display: none !important;
}
.x-grid3-row-expanded .x-grid3-row-body {
display: block !important;
}
.x-grid3-body .x-grid3-td-checker {
background-image: none;
}
.x-grid3-body .x-grid3-td-checker .x-grid3-cell-inner,.x-grid3-header .x-grid3-td-checker .x-grid3-hd-inner
{
padding: 0 !important;
height: 100%;
}
.x-grid3-row-checker,.x-grid3-hd-checker {
width: 18px;
*width: 100%;
height: 18px;
background-position: 2px 2px;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(../images/black/grid/row-check-sprite.gif);
}
.x-grid3-row .x-grid3-row-checker {
background-position: 2px 2px;
}
.x-grid3-row-selected .x-grid3-row-checker,.x-grid3-hd-checker-on .x-grid3-hd-checker
{
background-position: -23px 2px;
}
.x-grid3-hd-checker {
background-position: 2px 3px;
}
.x-grid3-hd-checker-on .x-grid3-hd-checker {
background-position: -23px 3px;
}
.x-grid3-body .x-grid3-td-numberer {
background: transparent
url(../images/black/grid/grid3-special-col-bg.gif) repeat-y right;
}
.x-grid3-body .x-grid3-td-numberer .x-grid3-cell-inner {
padding: 3px 5px 0 0 !important;
text-align: right;
color: #444;
}
.x-grid3-body .x-grid3-row-selected .x-grid3-td-numberer,.x-grid3-body .x-grid3-row-selected .x-grid3-td-checker,.x-grid3-body .x-grid3-row-selected .x-grid3-td-expander {
background: none;
}
.x-grid3-body .x-grid3-check-col-td .x-grid3-cell-inner {
padding: 1px 0 0 0 !important;
}
.x-grid3-check-col {
width: 100%;
height: 16px;
background-position: left center;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(../images/black/grid/row-check-sprite.gif);
}
.x-grid3-check-col-on {
width: 100%;
height: 16px;
background-position: right center;
background-repeat: no-repeat;
background-color: transparent;
background-image: url(../images/black/grid/row-check-sprite.gif);
}
/* grid chages into sigle table mode */
.x-grid3-table {
background-color: #fff;
width: 100%;
*width:auto;
}
.x-grid3-row td {
/*border-top: 1px solid #fff;*/ /*modified by jiangzehao */
padding-right: 1px;
}
.x-grid3-row-table {
border-color: #ededed;
border-style: solid;
border-width: 0px;
border-right-width: 1px;
border-top-color: #fff;
}
.x-grid3-body {
}
.x-grid3-row-selected td {
/*border-top: 1px solid #fff;*/ /* modified by jiangzehao for grid border */
}
.theader {
overflow: hidden;
position: relative;
z-index: 999;
}
.tbody3 {
overflow-x: hidden;
overflow-y: auto;
position: relative;
z-index: 998;
background-color: white;
}
.x-grid3-table .x-grid3-hd-row{
position: relative;
border: 0;
background: #e1e1e1;
line-height: 25px;
}
.tbodytable {
table-layout: fixed;
border-right: 0px solid #d0d0d0;
}
.x-grid3-row .x-grid3-table-cell {
padding: 3px;
padding-left: 9px;
border-top: 1px solid #fff;
text-overflow:ellipsis;
white-space:nowrap;
overflow:hidden;
-o-text-overflow:ellipsis;
}
.ellipsis{
text-overflow:ellipsis;
white-space:nowrap;
*display:block;
*padding:3px 0;
overflow:hidden;
-o-text-overflow:ellipsis;
}
.x-grid3-table td {
overflow: hidden;
vertical-align: middle;
word-break: keep-all;
/* word-break: break-all;
word-wrap: break-word;
*/
}
.x-grid3-table .x-grid3-hd-row td {
padding:3px;
font-weight: bold;
color: #464646;
text-overflow:ellipsis;
overflow:hidden;
-o-text-overflow:ellipsis;
word-break: keep-all;
white-space:nowrap;
}
.x-grid3-hd-row td {
border-left: 0;
}
.x-grid-group,.x-grid-group-body,.x-grid-group-hd {
zoom: 1;
}
.x-grid-group-hd {
border-bottom: 2px solid #99bbe8;
cursor: pointer;
padding-top: 6px;
}
.x-grid-group-hd div {
background: transparent
url(../images/black/grid/group-expand-sprite.gif) no-repeat 3px
-47px;
padding: 4px 4px 4px 17px;
color: #3764a0;
font: bold 12px arial,tahoma,helvetica,sans-serif;
}
.x-grid-group-collapsed .x-grid-group-hd div {
background-position: 3px 3px;
}
.x-grid-group-collapsed .x-grid-group-body {
display: none;
}
.x-group-by-icon {
background-image: url(../images/black/grid/group-by.gif);
}
.x-cols-icon {
background-image: url(../images/black/grid/columns.gif);
}
.x-show-groups-icon {
background-image: url(../images/black/grid/group-by.gif);
}
.ext-ie .x-grid3 .x-editor .x-form-text {
position: relative;
top: -1px;
}
.ext-ie .x-props-grid .x-editor .x-form-text {
position: static;
top: 0;
}
.x-grid-empty {
padding: 10px;
color: gray;
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.ext-ie7 .x-grid-panel .x-panel-bbar {
position: relative;
}
.x-dd-drag-proxy {
position: absolute;
left: 0;
top: 0;
visibility: hidden;
z-index: 15000;
}
.x-dd-drag-ghost {
color: black;
font: normal 12px arial,tahoma,helvetica,sans-serif;
-moz-opacity: .85;
opacity: .85;
filter: alpha(opacity = 85);
border-top: 1px solid #ddd;
border-left: 1px solid #ddd;
border-right: 1px solid #bbb;
border-bottom: 1px solid #bbb;
padding: 3px;
padding-left: 20px;
background-color: white;
white-space: nowrap;
}
.x-dd-drag-repair .x-dd-drag-ghost {
-moz-opacity: .4;
opacity: .4;
filter: alpha(opacity = 40);
border: 0 none;
padding: 0;
background-color: transparent;
}
.x-dd-drag-repair .x-dd-drop-icon {
visibility: hidden;
}
.x-dd-drop-icon {
position: absolute;
top: 3px;
left: 3px;
display: block;
width: 16px;
height: 16px;
background-color: transparent;
background-position: center;
background-repeat: no-repeat;
z-index: 1;
}
.x-dd-drop-nodrop .x-dd-drop-icon {
background-image: url(../images/black/dd/drop-no.gif);
}
.x-dd-drop-ok .x-dd-drop-icon {
background-image: url(../images/black/dd/drop-yes.gif);
}
.x-dd-drop-ok-add .x-dd-drop-icon {
background-image: url(../images/black/dd/drop-add.gif);
}
.x-view-selector {
position: absolute;
left: 0;
top: 0;
width: 0;
background: #c3daf9;
border: 1px dotted #39b;
opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity = 50);
zoom: 1;
}
.x-tree .x-panel-body {
background-color: #fff;
}
.ext-strict .ext-ie .x-tree .x-panel-bwrap {
position: relative;
overflow: hidden;
}
.x-tree-icon,.x-tree-ec-icon,.x-tree-elbow-line,.x-tree-elbow,.x-tree-elbow-end,.x-tree-elbow-plus,.x-tree-elbow-minus,.x-tree-elbow-end-plus,.x-tree-elbow-end-minus
{
border: 0 none;
height: 23px; /* modified by jiangzehao */
margin: 0;
padding: 0;
vertical-align: top;
width: 19px;
background-repeat: no-repeat;
}
.x-tree-node-collapsed .x-tree-node-icon,.x-tree-node-expanded .x-tree-node-icon,.x-tree-node-leaf .x-tree-node-icon
{
border: 0 none;
height: 18px;
margin: 0;
padding: 0;
vertical-align: top;
width: 16px;
background-position: center;
background-repeat: no-repeat;
}
.ext-ie .x-tree-node-indent img,.ext-ie .x-tree-node-icon,.ext-ie .x-tree-ec-icon
{
vertical-align: middle !important;
}
.x-tree-node-expanded .x-tree-node-icon {
background-image: url(../images/black/tree/folder-open.gif);
}
/*.x-tree-node-leaf .x-tree-node-icon {
background-image: url(../images/black/tree/leaf.gif);
}*/
.x-tree-node-collapsed .x-tree-node-icon {
background-image: url(../images/black/tree/folder.gif);
}
.ext-ie input.x-tree-node-cb {
width: 15px;
height: 15px;
}
input.x-tree-node-cb {
margin-left: 1px;
}
.ext-ie input.x-tree-node-cb {
margin-left: 0;
}
.x-tree-noicon .x-tree-node-icon {
width: 0;
height: 0;
}
.x-tree-node-loading .x-tree-node-icon {
background-image: url(../images/black/tree/loading.gif) !important;
}
.x-tree-node-loading a span {
font-style: italic;
color: #444;
}
.ext-ie .x-tree-node-el input {
width: 15px;
height: 15px;
}
.x-tree-lines .x-tree-elbow {
position:relative;
background-image: url(../images/black/tree/elbow.gif);
background-position:center center;
left:3px;
*left:0px;
top:-3px; /*added by jiangzehao for AQ4D77603 20120104*/
}
.x-tree-lines .x-tree-elbow-plus {
background-image: url(../images/black/tree/elbow-plus.gif);
position:relative;
top:3px;
*top:6px; /* IE only */
left:4px; /*added by jiangzehao for AQ4D77603 20120104*/
*left:2px; /*added by jiangzehao for AQ4D77603 20120104*/
}
.x-tree-lines .x-tree-elbow-minus {
background-image: url(../images/black/tree/elbow-minus.gif);
position:relative;
top:3px;
*top:6px; /* IE only */
left:4px; /*added by jiangzehao for AQ4D77603 20120104*/
*left:2px; /*added by jiangzehao for AQ4D77603 20120104*/
}
.x-tree-lines .x-tree-elbow-end {
background-image: url(../images/black/tree/elbow-end.gif);
background-position: center bottom;
position:relative;
top:-5px;
left:3px;
*left:0px;
*top:-3px; /* IE only */
}
.x-tree-lines .x-tree-elbow-end-plus {
background-image: url(../images/black/tree/elbow-end-plus.gif);
}
.x-tree-lines .x-tree-elbow-end-minus {
background-image: url(../images/black/tree/elbow-end-minus.gif);
}
.x-tree-lines .x-tree-elbow-line {
background-image: url(../images/black/tree/elbow-line.gif);
position:relative;
left:6px; /*modified by jiangzehao for AQ4D77603 20120104*/
*left:3px;/*modified by jiangzehao for AQ4D77603 20120104*/
top:-3px; /*added by jiangzehao for AQ4D77603 20120104*/
}
.x-tree-no-lines .x-tree-elbow {
background: transparent;
}
.x-tree-no-lines .x-tree-elbow-plus {
background-image: url(../images/black/tree/elbow-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-minus {
background-image: url(../images/black/tree/elbow-minus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end {
background: transparent;
}
.x-tree-no-lines .x-tree-elbow-end-plus {
background-image: url(../images/black/tree/elbow-end-plus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-end-minus {
background-image: url(../images/black/tree/elbow-end-minus-nl.gif);
}
.x-tree-no-lines .x-tree-elbow-line {
background: transparent;
}
.x-tree-arrows .x-tree-elbow {
background: transparent;
}
.x-tree-arrows .x-tree-elbow-plus {
background: transparent url(../images/black/tree/arrows.gif) no-repeat
0 0;
}
.x-tree-arrows .x-tree-elbow-minus {
background: transparent url(../images/black/tree/arrows.gif) no-repeat
-16px 0;
}
.x-tree-arrows .x-tree-elbow-end {
background: transparent;
}
.x-tree-arrows .x-tree-elbow-end-plus {
background: transparent url(../images/black/tree/arrows.gif) no-repeat
0 0;
}
.x-tree-arrows .x-tree-elbow-end-minus {
background: transparent url(../images/black/tree/arrows.gif) no-repeat
-16px 0;
}
.x-tree-arrows .x-tree-elbow-line {
background: transparent;
}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-plus {
background-position: -32px 0;
}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-minus {
background-position: -48px 0;
}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-plus {
background-position: -32px 0;
}
.x-tree-arrows .x-tree-ec-over .x-tree-elbow-end-minus {
background-position: -48px 0;
}
.x-tree-elbow-plus,.x-tree-elbow-minus,.x-tree-elbow-end-plus,.x-tree-elbow-end-minus
{
cursor: pointer;
}
.ext-ie ul.x-tree-node-ct {
font-size: 0;
line-height: 0;
zoom: 1;
}
.x-tree-node {
color: black;
font: normal 12px arial,tahoma,helvetica,sans-serif;
white-space: nowrap;
}
.x-tree-node-el {
line-height: 18px;
cursor: pointer;
}
.x-tree-node a,.x-dd-drag-ghost a {
text-decoration: none;
color: black;
-khtml-user-select: none;
-moz-user-select: none;
-kthml-user-focus: normal;
-moz-user-focus: normal;
-moz-outline: 0 none;
outline: 0 none;
}
.x-tree-node a span,.x-dd-drag-ghost a span {
text-decoration: none;
color: #464646;
padding: 1px 3px 1px 2px;
}
.x-tree-node .x-tree-node-disabled a span {
color: gray !important;
}
.x-tree-node .x-tree-node-disabled .x-tree-node-icon {
-moz-opacity: .5;
opacity: .5;
filter: alpha(opacity = 50);
}
.x-tree-node .x-tree-node-inline-icon {
background: transparent;
}
.x-tree-node a:hover,.x-dd-drag-ghost a:hover {
text-decoration: none;
}
.x-tree-node div.x-tree-drag-insert-below {
border-bottom: 1px dotted #36c;
}
.x-tree-node div.x-tree-drag-insert-above {
border-top: 1px dotted #36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below {
border-bottom: 0 none;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above {
border-top: 0 none;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-below a {
border-bottom: 2px solid #36c;
}
.x-tree-dd-underline .x-tree-node div.x-tree-drag-insert-above a {
border-top: 2px solid #36c;
}
.x-tree-node .x-tree-drag-append a span {
background: #ddd;
border: 1px dotted gray;
}
.x-tree-node .x-tree-node-over {
/*background-color: #eee;*/ /*modified by jiangzehao */
}
.x-tree-node .x-tree-selected {
background-color: #DADBDB;
}
.x-dd-drag-ghost .x-tree-node-indent,.x-dd-drag-ghost .x-tree-ec-icon {
display: none !important;
}
.x-tree-drop-ok-append .x-dd-drop-icon {
background-image: url(../images/black/tree/drop-add.gif);
}
.x-tree-drop-ok-above .x-dd-drop-icon {
background-image: url(../images/black/tree/drop-over.gif);
}
.x-tree-drop-ok-below .x-dd-drop-icon {
background-image: url(../images/black/tree/drop-under.gif);
}
.x-tree-drop-ok-between .x-dd-drop-icon {
background-image: url(../images/black/tree/drop-between.gif);
}
.x-tree-root-ct {
zoom: 1;
}
.x-date-menu{
border: 1px solid #9ba0a5;
-moz-border-radius: 2px;
}
.x-date-picker {
border-top: 0 none;
background: #fff;
position: relative;
}
.x-date-picker a {
-moz-outline: 0 none;
outline: 0 none;
}
.x-date-inner,.x-date-inner td,.x-date-inner th {
border-collapse: separate;
}
.x-date-middle,.x-date-left,.x-date-right {
color: #f08200;
font: bold 12px arial,tahoma,helvetica,sans-serif;
overflow: hidden;
}
.x-date-middle .x-btn-left,.x-date-middle .x-btn-center,.x-date-middle .x-btn-right
{
background: transparent !important;
vertical-align: middle;
}
.x-date-middle .x-btn .x-btn-text {
color: #fc6b09;
font-weight: bold;
font-size:12px;
padding-right:12px;
}
.x-date-middle .x-btn-with-menu .x-btn-center em {
background: transparent
url(../images/black/datapicker/datapicker-arrow-sprit.gif) no-repeat
right -95px;
}
/*
.x-date-middle .x-btn-with-menu .x-btn-center em:hover {
background: transparent
url(../images/black/datapicker/datapicker-arrow-sprit.gif) no-repeat
right -87px;
}
*/
.x-date-right,.x-date-left {
width: 18px;
height:12px;
padding-left:10px;
}
.x-date-right {
text-align: right;
padding-left:0;
*padding-right:10px;
}
.x-date-middle {
width: 130px;
font-weight: bold;
}
.x-date-right a,.x-date-left a {
display: block;
width: 10px;
height: 10px;
background-repeat: no-repeat;
cursor: pointer;
-moz-opacity: .6;
opacity: .6;
filter: alpha(opacity = 60);
}
.x-date-right a {
background: url(../images/black/datapicker/datapicker-arrow-sprit.gif)
no-repeat left -35px;
text-decoration: none !important;
*background-position:left -33px;
}
.x-date-left a {
background: url(../images/black/datapicker/datapicker-arrow-sprit.gif)
no-repeat left 0px;
*background-position: left 2px;
text-decoration: none !important;
}
/*
.x-date-right a:hover {
background: url(../images/black/datapicker/datapicker-arrow-sprit.gif)
no-repeat left -46px;
}
.x-date-left a:hover {
background: url(../images/black/datapicker/datapicker-arrow-sprit.gif)
no-repeat left -12px;
-moz-opacity: 1;
opacity: 1;
filter: alpha(opacity = 100);
}*/
.x-date-time .timeInc{
background: url(../images/black/datapicker/timeadd.jpg) no-repeat left top;
height:8px;
width:15px;
}
.x-date-time .timeDec{
background: url(../images/black/datapicker/timedecrease.jpg) no-repeat left bottom;
height:8px;
width:15px;
}
table.x-date-inner {
width: 100%;
table-layout: fixed;
}
.x-date-inner th {
width: 25px;
}
.x-date-inner th {
background: #ececed;
text-align: right !important;
border: 1px solid #ddddde;
border-top: 0;
border-bottom: 0;
font: normal 12px arial,tahoma,helvetica,sans-serif;
color: #464646;
font-weight: bold;
cursor: default;
height: 28px;
padding: 0;
background: url(../images/black/datapicker/datapicker-top-fill.gif)
repeat-x left top;
border-collapse: collapse;
}
.x-date-inner th span {
display: block;
padding: 2px;
padding-right: 7px;
}
.x-date-inner td {
border-left: 1px solid #ededed;
border-top: 1px solid #ededed;
text-align: right;
padding: 0;
}
.x-date-inner a {
padding:5px 6px;
display: block;
font: normal 12px arial,tahoma,helvetica,sans-serif;
text-decoration: none;
color: black;
text-align: right;
zoom: 1;
}
.x-date-inner a:link, .x-date-inner a:visited{
color: #464646;
text-align: center;
}
.x-date-inner .x-date-active {
cursor: pointer;
color: black;
}
.x-date-inner .x-date-selected{
color: #fff;
}
.x-date-inner .x-date-selected a {
background: #f08200;
border: 0;
padding:5px 6px;
color: #fff;
}
.x-date-inner .x-date-selected a em{
color: #fff;
}
.x-date-inner .x-date-selected a:link ,.x-date-inner .x-date-selected a:visited{
color: #fff;
}
.x-date-inner .x-date-today a:link,.x-date-inner .x-date-today a:visited {
border: 0;
background: #747474;
color: #fff;
font-weight:bold;
padding:4px 5px;
}
.x-date-inner .x-date-selected span {
font-weight: bold;
}
.x-date-inner .x-date-prevday a,.x-date-inner .x-date-nextday a {
color: #aaa;
text-decoration: none !important;
}
.weekEnd a em{
color:#f42200;
font-weight: bold;
}
.x-date-mp .popData{
border: 1px solid #f08200;
}
.x-date-mp .popData a{
display: block;
line-height: 23px;
}
.x-date-bottom {
padding: 4px;
border-top: 1px solid #989ca1;
background: #dfecfb url(../images/black/shared/glass-bg.gif) repeat-x
left top;
}
.x-date-inner a:hover,.x-date-inner .x-date-disabled a:hover {
text-decoration: none !important;
color: #fff;
background: #f08200;
}
.x-date-inner .x-date-disabled a {
cursor: default;
background: #eee;
color: #bbb;
}
.x-date-mmenu {
background: #eee !important;
}
.x-date-mmenu .x-menu-item {
font-size: 10px;
padding: 1px 24px 1px 4px;
white-space: nowrap;
color: #000;
}
.x-date-mmenu .x-menu-item .x-menu-item-icon {
width: 10px;
height: 10px;
margin-right: 5px;
background-position: center -4px !important;
}
.x-date-time input {
border: 1px solid #d5d5d5;
background: #fff;
width:20px;
}
.x-date-time input:hover {
border: 1px solid #f08200;
background-color: #fff;
}
.x-date-mp {
position: absolute;
left: 0;
top: 0;
background: white;
display: none;
}
.x-date-mp a:link ,.x-date-mp a:visited{
color: #464646;
}
.x-date-mp td {
padding: 2px;
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
td.x-date-mp-month,td.x-date-mp-year,td.x-date-mp-ybtn {
border: 0 none;
text-align: center;
vertical-align: middle;
width: 25%;
height:23px;
}
.x-date-mp-btns{
height:30px;
background-color:#DFECFB;
background-image:url("../images/black/shared/glass-bg.gif");
}
.x-date-mp-btns .line{
border-top:1px solid #989CA1;
}
.x-date-mp-btns table{
height:26px;
margin-bottom:2px;
}
.x-date-mp-btns table td{
padding:0;
}
.x-date-mp-btns table td button,.x-date-bottom td.x-btn-center{
width:60px;
}
.x-date-mp-btns td.x-btn-center button{
*display: block;
width:75px;
}
.x-date-mp-btns {
background: none url(../images/black/shared/glass-bg.gif) repeat-x
left top;
}
.x-date-mp-btns td {
border-top: 1px solid #c5d2df;
text-align: center;
}
td.x-date-mp-month a,td.x-date-mp-year a {
display: block;
padding: 2px;
text-decoration: none;
text-align: center;
color: #464646;
}
td.x-date-mp-month a:hover,td.x-date-mp-year a:hover {
color: #15428b;
text-decoration: none;
cursor: pointer;
background: #f08200;
color: #fff;
}
td.x-date-mp-sel a:link {
padding: 1px 3px;
border: 0;
background: #f08200;
color: #fff;
}
.x-date-mp-ybtn a {
overflow: hidden;
width: 12px;
height: 12px;
cursor: pointer;
background: transparent
url(../images/black/datapicker/datapicker-arrow-sprit.gif) no-repeat 0
0;
display: block;
margin: 0 auto;
color: #464646;
}
.x-date-mp-ybtn a.x-date-mp-next {
background-position: 0 -35px;
}
/*
.x-date-mp-ybtn a.x-date-mp-next:hover {
background-position: 0 -48px;
}
*/
.x-date-mp-ybtn a.x-date-mp-prev {
background-position: 0 0;
}
/*
.x-date-mp-ybtn a.x-date-mp-prev:hover {
background-position: 0 -12px;
}
*/
.x-date-mp-ybtn {
text-align: center;
}
td.x-date-mp-sep {
border-right: 1px solid #c5d2df;
}
.x-tip {
border: 1px solid #000;
position: absolute;
top: 0;
left: 0;
visibility: hidden;
z-index: 20000;
}
.x-tip .x-tip-close {
background-image: url(../images/black/qtip/close.gif);
height: 15px;
float: right;
width: 15px;
margin: 0 0 2px 2px;
cursor: pointer;
display: none;
}
.x-tip .x-tip-tc {
background: transparent url(../images/black/qtip/tip-sprite.gif)
no-repeat 0 -62px;
background-color: #FFFFE1;
padding-top: 3px;
overflow: hidden;
zoom: 1;
}
.x-tip .x-tip-tl {
background: transparent url(../images/black/qtip/tip-sprite.gif)
no-repeat 0 0;
background-color: #FFFFE1;
padding-left: 6px;
overflow: hidden;
zoom: 1;
}
.x-tip .x-tip-tr {
background: transparent url(../images/black/qtip/tip-sprite.gif)
no-repeat right 0;
background-color: #FFFFE1;
padding-right: 6px;
overflow: hidden;
zoom: 1;
}
.x-tip .x-tip-bc {
background: transparent url(../images/black/qtip/tip-sprite.gif)
no-repeat 0 -121px;
background-color: #FFFFE1;
height: 3px;
overflow: hidden;
}
.x-tip .x-tip-bl {
background: transparent url(../images/black/qtip/tip-sprite.gif)
no-repeat 0 -59px;
background-color: #FFFFE1;
padding-left: 6px;
zoom: 1;
}
.x-tip .x-tip-br {
background: transparent url(../images/black/qtip/tip-sprite.gif)
no-repeat right -59px;
background-color: #FFFFE1;
padding-right: 6px;
zoom: 1;
}
.x-tip .x-tip-mc {
border: 0 none;
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.x-tip .x-tip-ml {
background: #fff url(../images/black/qtip/tip-sprite.gif) no-repeat 0
-124px;
background-color: #FFFFE1;
padding-left: 6px;
zoom: 1;
}
.x-tip .x-tip-mr {
background: transparent url(../images/black/qtip/tip-sprite.gif)
no-repeat right -124px;
background-color: #FFFFE1;
padding-right: 6px;
zoom: 1;
}
.ext-ie .x-tip .x-tip-header,.ext-ie .x-tip .x-tip-tc {
font-size: 0;
line-height: 0;
}
.x-tip .x-tip-header-text {
font: bold 12px arial,tahoma,helvetica,sans-serif;
padding: 0;
margin: 0 0 2px 0;
color: black;
}
.x-tip .x-tip-body {
background-color: #FFFFE1;
font: normal 12px arial,tahoma,helvetica,sans-serif;
margin: 0 !important;
line-height: 14px;
color: black;
padding: 0;
}
.x-tip .x-tip-body .loading-indicator {
margin: 0;
}
.x-tip-draggable .x-tip-header,.x-tip-draggable .x-tip-header-text {
cursor: move;
}
.x-form-invalid-tip {
border: 0;
}
.x-form-invalid-tip .x-tip-tc {
background: url(../images/black/form/error-tip-corners.gif) repeat-x 0
-12px;
padding-top: 6px;
}
.x-form-invalid-tip .x-tip-tl {
background-image: url(../images/black/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-tr {
background-image: url(../images/black/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-bc {
background: url(../images/black/form/error-tip-corners.gif) repeat-x 0
-18px;
height: 6px;
}
.x-form-invalid-tip .x-tip-bl {
background: url(../images/black/form/error-tip-corners.gif) no-repeat
0 -6px;
}
.x-form-invalid-tip .x-tip-br {
background: url(../images/black/form/error-tip-corners.gif) no-repeat
right -6px;
}
.x-form-invalid-tip .x-tip-ml {
background-image: url(../images/black/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-mr {
background-image: url(../images/black/form/error-tip-corners.gif);
}
.x-form-invalid-tip .x-tip-body {
padding: 2px;
}
.x-form-invalid-tip .x-tip-body {
padding-left: 24px;
background: transparent url(../images/black/form/exclamation.gif)
no-repeat 2px 2px;
}
/*
.x-menu {
border: 1px solid #989ca1;
z-index: 15000;
zoom: 1;
background: #f0f0f0 url(../images/default/menu/menu.gif) repeat-y;
padding: 2px;
}
.x-menu a {
text-decoration: none !important;
}
.ext-ie .x-menu {
zoom: 1;
overflow: hidden;
}
.x-menu-list {
background: transparent;
border: 0 none;
}
.x-menu li {
line-height: 100%;
}
.x-menu li.x-menu-sep-li {
font-size: 1px;
line-height: 1px;
}
.x-menu-list-item {
font: normal 11px tahoma, arial, sans-serif;
white-space: nowrap;
-moz-user-select: none;
-khtml-user-select: none;
display: block;
padding: 1px;
}
.x-menu-item-arrow {
background: transparent url(../images/default/menu/menu-parent.gif)
no-repeat right;
}
.x-menu-sep {
display: block;
font-size: 1px;
line-height: 1px;
margin: 2px 3px;
background-color: #e0e0e0;
border-bottom: 1px solid #fff;
overflow: hidden;
}
.x-menu-focus {
position: absolute;
left: -1px;
top: -1px;
width: 1px;
height: 1px;
line-height: 1px;
font-size: 1px;
-moz-outline: 0 none;
outline: 0 none;
-moz-user-select: text;
-khtml-user-select: text;
overflow: hidden;
display: block;
}
.x-menu a.x-menu-item {
display: block;
line-height: 16px;
padding: 3px 21px 3px 27px;
white-space: nowrap;
text-decoration: none;
color: #222;
-moz-outline: 0 none;
outline: 0 none;
cursor: pointer;
position: relative;
}
.x-menu-item-active {
background: #ebf3fd url(../images/default/menu/item-over.gif) repeat-x
left bottom;
border: 1px solid #aaccf6;
padding: 0;
}
.x-menu-item-active a.x-menu-item {
color: #233d6d;
}
.x-menu-item-icon {
border: 0 none;
height: 16px;
padding: 0;
vertical-align: top;
width: 16px;
position: absolute;
left: 3px;
top: 3px;
margin: 0;
background-position: center;
}
.x-menu-check-item .x-menu-item-icon {
background: transparent url(../images/default/menu/unchecked.gif)
no-repeat center;
}
.x-menu-item-checked .x-menu-item-icon {
background-image: url(../images/default/menu/checked.gif);
}
.x-menu-group-item .x-menu-item-icon {
background: transparent;
}
.x-menu-item-checked .x-menu-group-item .x-menu-item-icon {
background: transparent url(../images/default/menu/group-checked.gif)
no-repeat center;
}
.x-menu-plain {
background: #fff !important;
}
.x-menu-date-item {
padding: 0;
}
.x-menu .x-color-palette,.x-menu .x-date-picker {
margin-left: 26px;
margin-right: 4px;
}
.x-menu .x-date-picker {
border: 1px solid #a3bad9;
margin-top: 2px;
margin-bottom: 2px;
}
.x-menu-plain .x-color-palette,.x-menu-plain .x-date-picker {
margin: 0;
border: 0 none;
}
.x-date-menu {
padding: 0 !important;
}
.x-cycle-menu .x-menu-item-checked {
border: 1px dotted #a3bae9 !important;
background: #DFE8F6;
padding: 0;
}
*/
.x-box-tl {
background: transparent url(../images/black/box/corners.gif) no-repeat 0
0;
zoom: 1;
}
.x-box-tc {
height: 8px;
background: transparent url(../images/black/box/tb.gif) repeat-x 0 0;
overflow: hidden;
}
.x-box-tr {
background: transparent url(../images/black/box/corners.gif) no-repeat
right -8px;
}
.x-box-ml {
background: transparent url(../images/black/box/l.gif) repeat-y 0;
padding-left: 4px;
overflow: hidden;
zoom: 1;
}
.x-box-mc {
background: #eee url(../images/black/box/tb.gif) repeat-x 0 -16px;
padding: 4px 10px;
font-family:arial,tahoma,helvetica,sans-serif;
color: #393939;
font-size: 12px;
}
.x-box-mc h3 {
font-size: 13px;
font-weight: bold;
margin: 0 0 4px 0;
zoom: 1;
}
.x-box-mr {
background: transparent url(../images/black/box/r.gif) repeat-y right;
padding-right: 4px;
overflow: hidden;
}
.x-box-bl {
background: transparent url(../images/black/box/corners.gif) no-repeat 0
-16px;
zoom: 1;
}
.x-box-bc {
background: transparent url(../images/black/box/tb.gif) repeat-x 0 -8px;
height: 8px;
overflow: hidden;
}
.x-box-br {
background: transparent url(../images/black/box/corners.gif) no-repeat
right -24px;
}
.x-box-tl,.x-box-bl {
padding-left: 8px;
overflow: hidden;
}
.x-box-tr,.x-box-br {
padding-right: 8px;
overflow: hidden;
}
.x-box-blue .x-box-bl,.x-box-blue .x-box-br,.x-box-blue .x-box-tl,.x-box-blue .x-box-tr
{
background-image: url(../images/black/box/corners-blue.gif);
}
.x-box-blue .x-box-bc,.x-box-blue .x-box-mc,.x-box-blue .x-box-tc {
background-image: url(../images/black/box/tb-blue.gif);
}
.x-box-blue .x-box-mc {
background-color: #c3daf9;
}
.x-box-blue .x-box-mc h3 {
color: #17385b;
}
.x-box-blue .x-box-ml {
background-image: url(../images/black/box/l-blue.gif);
}
.x-box-blue .x-box-mr {
background-image: url(../images/black/box/r-blue.gif);
}
#x-debug-browser .x-tree .x-tree-node a span {
color: #222297;
font-size: 12px;
padding-top: 2px;
font-family:arial,tahoma,helvetica,sans-serif;
line-height: 18px;
}
#x-debug-browser .x-tree a i {
color: #FF4545;
font-style: normal;
}
#x-debug-browser .x-tree a em {
color: #999;
}
#x-debug-browser .x-tree .x-tree-node .x-tree-selected a span {
background: #c3daf9;
}
#x-debug-browser .x-tool-toggle {
background-position: 0 -75px;
}
#x-debug-browser .x-tool-toggle-over {
background-position: -15px -75px;
}
#x-debug-browser.x-panel-collapsed .x-tool-toggle {
background-position: 0 -60px;
border: 0;
}
#x-debug-browser.x-panel-collapsed .x-tool-toggle-over {
background-position: -15px -60px;
}
.x-combo-list {
border: 1px solid #bcbcc2;
background: #E2E2E3; /*modified by jiangzehao */
zoom: 1;
overflow: hidden;
}
.x-combo-list-inner {
overflow: auto;
background: white;
position: relative;
zoom: 1;
overflow-x: hidden;
}
.x-combo-list-hd {
font: bold 12px arial,tahoma,helvetica,sans-serif;
color: #15428b;
background-image: url(../images/default/layout/panel-title-light-bg.gif);
border-bottom: 1px solid #98c0f4;
padding: 3px;
}
.x-resizable-pinned .x-combo-list-inner {
border-bottom: 1px solid #BABBC0; /* modified by jiangzehao */
}
.x-combo-list-item {
font: normal 12px arial,tahoma,helvetica,sans-serif;
padding: 2px;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
-o-text-overflow:ellipsis;
background-color: #fff;
color:#464646;
*height:21px;
}
.x-combo-list .x-combo-over {
background: #f08200;
cursor: pointer;
color: #fff;
}
.x-combo-list .x-combo-selected {
background: #f08200;
cursor: pointer;
color: #fff;
}
.x-combo-noedit {
cursor: pointer;
}
.x-combo-list .x-toolbar {
border-top: 1px solid #98c0f4;
border-bottom: 0 none;
}
.x-combo-list-small .x-combo-list-item {
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.x-panel {
/*background: #49494c; modified by jiangzehao 2011.05.31
maring: 2px;
margin-right: -2px;*/
}
.x-subPanel{
border: 1px solid #bcbcc2;
border-top:0;
}
.x-panel-header,.x-subPanel-header {
overflow: hidden;
zoom: 1;
color: #464646;
font: bold 13px arial,tahoma,helvetica,sans-serif;
line-height: 31px;
height: 31px;
background: transparent url(../images/black/panel/panel.gif) repeat-x
top;
-moz-border-radius-topleft: 2px;
-moz-border-radius-topright: 2px;
}
.x-subPanel-header{
background: #fff url(../images/black/panel/subpanel-middle.gif) repeat-x
bottom;
border-bottom:1px solid #c9c9ce;
}
.x-panel-header .x-panel-header-text{
font-size:13px;
}
.x-panel-alt-light{
background-color:#fafafa !important;
}
.x-panel-alt-dark{
background-color:#efefef !important;
}
.x-panel-row-over{
background-color:#dadbdb !important;
}
.x-panel-body {
overflow: hidden;
background: white;
position: relative;
margin: 0 auto;
border:0;
}
.x-subPanel .x-panel-body{
border-top:0
}
.x-panel-bbar .x-toolbar {
background: #E1E1E1;
/*border: 1px solid #99bbe8;*/ /*modified by jiangzehao*/
border-top: 1px solid #FFFFFF;
overflow: hidden;
padding: 2px;
}
.x-panel-tbar-noheader .x-toolbar,.x-panel-mc .x-panel-tbar .x-toolbar {
border-top: 1px solid #464646; /*modified by jiangzehao*/
border-bottom: 0 none;
}
.x-panel-body-noheader,.x-panel-mc .x-panel-body {
border-top: 1px solid #DBDDE1;
}
.x-panel-body-noheader{
border: 0;
}
.x-panel-header {
overflow: hidden;
zoom: 1;
padding:0 10px;
}
.x-panel-tl .x-panel-header {
border: 0 none;
}
.x-panel-tl .x-panel-icon,.x-window-tl .x-panel-icon {
padding-left: 20px !important;
background-repeat: no-repeat;
background-position: 0 4px;
zoom: 1;
}
.x-panel-inline-icon {
width: 16px;
height: 16px;
background-repeat: no-repeat;
background-position: 0 0;
vertical-align: middle;
margin-right: 4px;
margin-top: -1px;
margin-bottom: -1px;
}
.x-panel-tc {
background: #fff;
overflow: hidden;
}
.ext-strict .ext-ie7 .x-panel-tc {
overflow: visible;
}
.x-panel-tl {
background: #fff;
zoom: 1;
}
.x-panel-tr {
background: #fff;
zoom: 1;
}
.x-panel-bc {
background: #fff;
zoom: 1;
}
.x-panel-bc .x-panel-footer {
zoom: 1;
}
.x-panel-bl {
background: #fff;
padding-left: 6px;
zoom: 1;
}
.x-panel-br {
padding-right: 6px;
zoom: 1;
background: #fff;
}
.x-panel-mc {
border: 0 none;
padding: 0;
margin: 0;
font: normal 12px arial,tahoma,helvetica,sans-serif;
padding-top: 6px;
background: none;
}
.x-panel-mc .x-panel-body {
background: #fff;
border: 0 none;
}
.x-panel-ml {
padding-left: 6px;
zoom: 1;
background: #fff;
}
.x-panel-mr {
padding-right: 6px;
zoom: 1;
background: #fff;
}
.x-panel-bc .x-panel-footer {
padding-bottom: 6px;
}
.x-panel-nofooter .x-panel-bc,.x-panel-nofooter .x-window-bc {
height: 6px;
font-size: 0;
line-height: 0;
}
.x-panel-bwrap {
/*border: 1px solid #dbdde1;*/
overflow: hidden;
zoom: 1;
left: 0;
top: 0;
/*background:black;*/
/*modified by jiangzehao */
}
.x-panel-body {
overflow: hidden;
zoom: 1;
}
.x-panel-collapsed .x-resizable-handle {
display: none;
}
.ext-gecko .x-panel-animated div {
overflow: hidden !important;
}
.x-plain-body {
overflow: hidden;
}
.x-plain-bbar .x-toolbar {
overflow: hidden;
padding: 2px;
}
.x-plain-tbar .x-toolbar {
overflow: hidden;
padding: 2px;
}
.x-plain-bwrap {
overflow: hidden;
zoom: 1;
}
.x-plain {
overflow: hidden;
}
.x-tool {
overflow: hidden;
width: 16px;
height:16px;
float: right;
cursor: pointer;
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif)
no-repeat;
margin:8px 0 0 5px;
}
.x-tool-toggle {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif)
no-repeat left -48px;
}
.x-tool-toggle-over {
background-position: 0px -64px;
}
.x-panel-collapsed .x-tool-toggle {
background-position: 0 0;
}
.x-panel-collapsed .x-tool-toggle-over {
background-position: 0 -16px;
}
.x-fieldset-wrap .x-tool-toggle {
background: transparent url(../images/black/form/fieldset-sprit.gif)
no-repeat left top;
}
.x-fieldset-wrap .x-tool-toggle-over {
background-position: 0px -16px;
}
.x-fieldset-wrap .x-panel-collapsed .x-tool-toggle {
background-position: 0 -32px;
}
.x-fieldset-wrap .x-panel-collapsed .x-tool-toggle-over {
background-position: 0 -48px;
}
/*close button*/
/*modified by jiangzehao/j00005732 2011.05.31 begain*/
.x-tool-close,.x-tool-minimize {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif) left
-240px no-repeat;
width: 16px;
height: 16px;
}
.x-tool-close-over {
background-position: left -256px;
}
/*added by jiangzehao begain*/
.x-tool-winclose{
background: transparent url(../images/black/panel/toolbar.gif) left
-240px no-repeat;
background-position: left -96px;
width: 16px;
height: 16px;
position: relative;
top: -6px;
}
.x-tool-winclose-over{
background-position: left -256px;
}
/*added by jiangzehao end*/
/*modified by jiangzehao/j00005732 2011.05.31 end*/
/*minimize button*/
.x-tool-minimize {
background-position: left top;
}
.x-tool-minimize-over {
background-position: left -16px;
}
/*maximize button*/
.x-tool-maximize {
background-position: 0 -30px;
}
.x-tool-maximize-over {
background-position: -15px -30px;
}
.x-tool-restore {
background-position: 0 -45px;
}
.x-tool-restore-over {
background-position: -15px -45px;
}
.x-tool-gear {
background-position: 0 -90px;
}
.x-tool-gear-over {
background-position: -15px -90px;
}
.x-tool-pin {
background-position: 0 -135px;
}
.x-tool-pin-over {
background-position: -15px -135px;
}
.x-tool-unpin {
background-position: 0 -150px;
}
.x-tool-unpin-over {
background-position: -15px -150px;
}
.x-tool-right {
background-position: 0 -165px;
}
.x-tool-right-over {
background-position: -15px -165px;
}
.x-tool-left {
background-position: 0 -180px;
}
.x-tool-left-over {
background-position: -15px -180px;
}
.x-tool-up {
background-position: 0 -210px;
}
.x-tool-up-over {
background-position: -15px -210px;
}
.x-tool-down {
background-position: 0 -195px;
}
.x-tool-down-over {
background-position: -15px -195px;
}
.x-tool-refresh {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif) left
-96px no-repeat;
width: 16px;
height: 16px;
}
.x-tool-refresh-over {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif) left
-112px no-repeat;
width: 16px;
height: 16px;
}
.x-tool-minus {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif) left
-48px no-repeat;
width: 16px;
height: 16px;
}
.x-tool-minus-over {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif) left
-64px no-repeat;
width: 16px;
height: 16px;
}
.x-tool-plus {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif) left
top no-repeat;
width: 16px;
height: 16px;
}
.x-tool-plus-over {
background: transparent url(../images/black/panel/toolbar-icon-sprit.gif) left
-16px no-repeat;
width: 16px;
height: 16px;
}
.x-tool-search {
background-position: 0 -270px;
}
.x-tool-search-over {
background-position: -15px -270px;
}
.x-tool-save {
background-position: 0 -285px;
}
.x-tool-save-over {
background-position: -15px -285px;
}
.x-tool-help {
background: transparent url(../images/black/panel/toolbar.gif) left -48px no-repeat;
width: 16px;
height: 16px;
margin-top:0;
position:relative;
display:none;
top:7px;
}
.x-tool-help-over {
background: transparent url(../images/black/panel/toolbar.gif) left -64px no-repeat;
width: 16px;
height: 16px;
margin-top:0;
}
.x-tool-print {
background-position: 0 -315px;
}
.x-tool-print-over {
background-position: -15px -315px;
}
.x-panel-ghost {
background: #e6e6e6; /*modified by jiangzehao*/
z-index: 12000;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
opacity: .65;
-moz-opacity: .65;
filter: alpha(opacity = 65);
}
.x-panel-ghost ul {
margin: 0;
padding: 0;
overflow: hidden;
font-size: 0;
line-height: 0;
border: 1px solid #cbcbcd; /*modified by jiangzehao*/
border-top: 0 none;
display: block;
}
.x-panel-ghost * {
cursor: move !important;
}
.x-panel-dd-spacer {
border: 2px dashed #99bbe8;
}
.x-panel-btns-ct {
padding: 5px;
/*border-top:1px solid #cecece;*/ /*modified by jiangzehao */
}
.x-panel-btns-ct .x-btn {
float: right;
clear: none;
}
.x-panel-btns-ct .x-panel-btns td {
border: 0;
padding: 0;
}
.x-panel-btns-ct .x-panel-btns-right table {
float: right;
clear: none;
}
.x-panel-btns-ct .x-panel-btns-left table {
float: left;
clear: none;
}
.x-panel-btns-ct .x-panel-btns-center {
text-align: center;
}
.x-panel-btns-ct .x-panel-btns-center table {
margin: 0 auto;
}
.x-panel-btns-ct table td.x-panel-btn-td {
padding:3px 7px;
}
.x-panel-btns-ct .x-btn-focus .x-btn-left {
background-position: 0 0;
}
.x-panel-btns-ct .x-btn-focus .x-btn-right {
background-position: left -125px;
}
.x-panel-btns-ct .x-btn-focus .x-btn-center {
background-position: left -25px;
}
.x-panel-btns-ct .x-btn-over .x-btn-left {
background-position: -2px top;
}
.x-panel-btns-ct .x-btn-over .x-btn-right {
background-position: -2px -125px;
}
.x-panel-btns-ct .x-btn-over .x-btn-center {
background-position: -2px -75px;
}
.x-panel-btns-ct .x-btn-click .x-btn-center {
background-position: -4px -100px;
}
.x-panel-btns-ct .x-btn-click .x-btn-right {
background-position: -4px -125px;
}
.x-panel-btns-ct .x-btn-click .x-btn-left {
background-position: -4px top;
}
.x-window {
zoom: 1;
}
.x-window .x-resizable-handle {
opacity: 0;
-moz-opacity: 0;
filter: alpha(opacity = 0);
}
.x-window-proxy {
background: #C7DFFC;
border: 1px solid #99bbe8;
z-index: 12000;
overflow: hidden;
position: absolute;
left: 0;
top: 0;
display: none;
opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity = 50);
}
.x-window-header {
overflow: hidden;
zoom: 1;
}
.x-window-bwrap {
z-index: 1;
position: relative;
zoom: 1;
left: 0;
top: 0;
}
.x-window-tl .x-window-header {
color: #15428b;
font: bold 12px arial,tahoma,helvetica,sans-serif;
padding: 10px 0 4px 0;
height:40px;
}
.x-window-header-text {
cursor: pointer;
color: #fff;
}
.x-window-tc {
background: transparent url(../images/black/window/top-bottom.png)
repeat-x left top;
overflow: hidden;
zoom: 1;
height:40px;
padding:0 10px;
*width:100%;
}
.x-window-tl {
background: transparent url(../images/black/window/left-corners.png)
no-repeat left top;
padding-left: 4px;
zoom: 1;
z-index: 1;
position: relative;
height: 40px;
*width:100%;
}
.x-window-tr {
background: transparent url(../images/black/window/right-corners.png)
no-repeat right top;
padding-right: 4px;
*width:100%;
}
.x-window-bc {
background: transparent url(../images/black/window/top-bottom.png)
repeat-x left bottom;
zoom: 1;
border-bottom: 1px solid #212121;
}
.x-window-bc .x-window-footer {
padding-bottom: 0px; /*modified by jiangzehao */
zoom: 1;
font-size: 0;
line-height: 0;
}
.x-window-bl {
background: transparent url(../images/black/window/left-corners.png)
no-repeat left bottom;
padding-left: 1px; /*modified by jiangzehao */
zoom: 1;
*width : 100%; /* IE only modified by jiangzehao */
}
.x-window-br {
background: transparent url(../images/black/window/right-corners.png)
no-repeat right bottom;
padding-right: 1px; /*modified by jiangzehao */
zoom: 1;
}
.x-window-mc {
padding: 0;
margin: 0;
font: normal 12px arial,tahoma,helvetica,sans-serif;
background: #f1f1f1;
}
.x-window-ml {
background: #f3f3f3 url(../images/black/window/left-right.png)
no-repeat left top;
padding-left: 1px;
*width: 100%;
zoom: 1;
}
.x-window-mr {
background: transparent url(../images/black/window/left-right.png)
no-repeat right top;
padding-right: 1px;
*width: 100%;
zoom: 1;
}
.x-window-body {
overflow: hidden;
}
.x-window-bwrap {
overflow: hidden;
}
.x-window-maximized .x-window-bl,.x-window-maximized .x-window-br,.x-window-maximized .x-window-ml,.x-window-maximized .x-window-mr,.x-window-maximized .x-window-tl,.x-window-maximized .x-window-tr
{
padding: 0;
}
.x-window-maximized .x-window-footer {
padding-bottom: 0;
}
.x-window-maximized .x-window-tc {
padding-left: 3px;
padding-right: 3px;
background-color: white;
}
.x-window-maximized .x-window-mc {
border-left: 0 none;
border-right: 0 none;
}
.x-window-tbar .x-toolbar,.x-window-bbar .x-toolbar {
border-left: 0 none;
border-right: 0 none;
}
.x-window-bbar .x-toolbar {
border-top: 1px solid #99bbe8;
border-bottom: 0 none;
}
.x-window-draggable,.x-window-draggable .x-window-header-text {
cursor: move;
font-weight: bold;
font-size:13px;
}
.x-window-maximized .x-window-draggable,.x-window-maximized .x-window-draggable .x-window-header-text
{
cursor: default;
}
.x-window-body {
background: transparent;
margin: 0 auto;
}
.x-panel-ghost .x-window-tl {
border-bottom: 1px solid #99bbe8;
}
.x-panel-collapsed .x-window-tl {
border-bottom: 1px solid #84a0c4;
}
.x-window-maximized-ct {
overflow: hidden;
}
.x-window-maximized .x-resizable-handle {
display: none;
}
.x-window-sizing-ghost ul {
border: 0 none !important;
}
.x-dlg-focus {
-moz-outline: 0 none;
outline: 0 none;
width: 0;
height: 0;
overflow: hidden;
position: absolute;
top: 0;
left: 0;
}
.x-dlg-mask {
z-index: 10000;
display: none;
position: absolute;
top: 0;
left: 0;
-moz-opacity: .5;
opacity: .50;
filter: alpha(opacity = 50);
background-color: #CCC;
}
body.ext-ie6.x-body-masked select {
visibility: hidden;
}
body.ext-ie6.x-body-masked .x-window select {
visibility: visible;
}
.x-window-plain .x-window-mc {
background: #f1f1f1;
}
.x-window-plain .x-window-body {
border-left: 1px solid #DFE8F6;
border-top: 1px solid #DFE8F6;
border-bottom: 1px solid #a3bae9;
border-right: 1px solid #a3bae9;
background: transparent !important;
}
/*added by jiangzehao for AQ4D70531 2011.09.13 begain*/
.x-window-dlg {
*width : 402px !important;
}
/*added by jiangzehao for AQ4D70531 2011.09.13 end*/
body.x-body-masked .x-window-plain .x-window-mc {
background: #f1f1f1;
}
.x-html-editor-wrap {
border: 1px solid #a9bfd3;
background: white;
}
.x-html-editor-tb .x-btn-text {
background: transparent url(../images/default/editor/tb-sprite.gif)
no-repeat;
}
.x-html-editor-tb .x-edit-bold .x-btn-text {
background-position: 0 0;
}
.x-html-editor-tb .x-edit-italic .x-btn-text {
background-position: -16px 0;
}
.x-html-editor-tb .x-edit-underline .x-btn-text {
background-position: -32px 0;
}
.x-html-editor-tb .x-edit-forecolor .x-btn-text {
background-position: -160px 0;
}
.x-html-editor-tb .x-edit-backcolor .x-btn-text {
background-position: -176px 0;
}
.x-html-editor-tb .x-edit-justifyleft .x-btn-text {
background-position: -112px 0;
}
.x-html-editor-tb .x-edit-justifycenter .x-btn-text {
background-position: -128px 0;
}
.x-html-editor-tb .x-edit-justifyright .x-btn-text {
background-position: -144px 0;
}
.x-html-editor-tb .x-edit-insertorderedlist .x-btn-text {
background-position: -80px 0;
}
.x-html-editor-tb .x-edit-insertunorderedlist .x-btn-text {
background-position: -96px 0;
}
.x-html-editor-tb .x-edit-increasefontsize .x-btn-text {
background-position: -48px 0;
}
.x-html-editor-tb .x-edit-decreasefontsize .x-btn-text {
background-position: -64px 0;
}
.x-html-editor-tb .x-edit-sourceedit .x-btn-text {
background-position: -192px 0;
}
.x-html-editor-tb .x-edit-createlink .x-btn-text {
background-position: -208px 0;
}
.x-html-editor-tip .x-tip-bd .x-tip-bd-inner {
padding: 5px;
padding-bottom: 1px;
}
.x-html-editor-tb .x-toolbar {
position: static !important;
}
.x-panel-noborder .x-panel-body-noborder {
border-width: 0;
}
.x-panel-noborder .x-panel-header-noborder {
border-width: 0;
border-top: 2px solid #464646; /*jiangzehao*/
}
.x-panel-noborder .x-panel-tbar-noborder .x-toolbar {
border-width: 0;
border-bottom: 1px solid #99bbe8;
}
.x-panel-noborder .x-panel-bbar-noborder .x-toolbar {
border-width: 0;
border-top: 1px solid #99bbe8;
}
.x-window-noborder .x-window-mc {
border-width: 0;
}
.x-window-plain .x-window-body-noborder {
border-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-body-noborder {
border-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-header-noborder {
border-top-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.x-tab-panel-noborder .x-tab-panel-footer-noborder {
border-bottom-width: 0;
border-left-width: 0;
border-right-width: 0;
}
.x-tab-panel-bbar-noborder .x-toolbar {
border-width: 0;
border-top: 1px solid #99bbe8;
}
.x-tab-panel-tbar-noborder .x-toolbar {
border-width: 0;
border-bottom: 1px solid #99bbe8;
}
.x-border-layout-ct {
background: #dfe8f6;
}
.x-border-panel {
position: absolute;
left: 0;
top: 0;
}
.x-tool-collapse-south {
background-position: 0 -195px;
}
.x-tool-collapse-south-over {
background-position: -15px -195px;
}
.x-tool-collapse-north {
background-position: 0 -210px;
}
.x-tool-collapse-north-over {
background-position: -15px -210px;
}
.x-tool-collapse-west {
background-position: 0 -180px;
}
.x-tool-collapse-west-over {
background-position: -15px -180px;
}
.x-tool-collapse-east {
background-position: 0 -165px;
}
.x-tool-collapse-east-over {
background-position: -15px -165px;
}
.x-tool-expand-south {
background-position: 0 -210px;
}
.x-tool-expand-south-over {
background-position: -15px -210px;
}
.x-tool-expand-north {
background-position: 0 -195px;
}
.x-tool-expand-north-over {
background-position: -15px -195px;
}
.x-tool-expand-west {
background-position: 0 -165px;
}
.x-tool-expand-west-over {
background-position: -15px -165px;
}
.x-tool-expand-east {
background-position: 0 -180px;
}
.x-tool-expand-east-over {
background-position: -15px -180px;
}
.x-tool-expand-north,.x-tool-expand-south {
float: right;
margin: 3px;
}
.x-tool-expand-east,.x-tool-expand-west {
float: none;
margin: 3px auto;
}
.x-accordion-hd .x-tool-toggle {
background-position: 0 -255px;
}
.x-accordion-hd .x-tool-toggle-over {
background-position: -15px -255px;
}
.x-panel-collapsed .x-accordion-hd .x-tool-toggle {
background-position: 0 -240px;
}
.x-panel-collapsed .x-accordion-hd .x-tool-toggle-over {
background-position: -15px -240px;
}
.x-accordion-hd {
color: #222;
padding-top: 4px;
padding-bottom: 3px;
border-top: 0 none;
font-weight: normal;
background: transparent url(../images/default/panel/light-hd.gif)
repeat-x 0 -9px;
}
.x-layout-collapsed {
position: absolute;
left: -10000px;
top: -10000px;
visibility: hidden;
background-color: #d2e0f2;
width: 20px;
height: 20px;
overflow: hidden;
border: 1px solid #98c0f4;
z-index: 20;
}
.ext-border-box .x-layout-collapsed {
width: 22px;
height: 22px;
}
.x-layout-collapsed-over {
cursor: pointer;
background-color: #d9e8fb;
}
.x-layout-collapsed-west .x-layout-collapsed-tools,.x-layout-collapsed-east .x-layout-collapsed-tools
{
position: absolute;
top: 0;
left: 0;
width: 20px;
height: 20px;
}
.x-layout-split {
position: absolute;
left:206px;
height: 5px;
width: 5px;
line-height: 1px;
font-size: 1px;
z-index: 3;
top:67px;
*top:66px;
}
.ext-strict .ext-ie6 .x-layout-split {
background-color: #fff !important;
filter: alpha(opacity = 1);
}
.x-layout-split-h {
background-image: url(../images/default/s.gif);
background-position: left;
}
.x-layout-split-v {
background-image: url(../images/default/s.gif);
background-position: top;
}
.x-column-layout-ct {
overflow: hidden;
zoom: 1;
}
.x-column {
float: left;
padding: 0;
margin: 0;
overflow: hidden;
zoom: 1;
}
.x-layout-mini {
position: absolute;
*left: 0 !important;
top: 0;
display: block;
width: 5px;
height: 35px;
cursor: pointer;
opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity = 50);
}
.x-layout-mini-over,.x-layout-collapsed-over .x-layout-mini {
opacity: 1;
-moz-opacity: 1;
filter: none;
}
.x-layout-split-west .x-layout-mini {
top: 48%;
/*background-image: url(../images/default/layout/mini-left.gif);*/ /*modified by jiangzehao */
}
.x-layout-split-east .x-layout-mini {
top: 48%;
/*background-image: url(../images/default/layout/mini-right.gif);*/ /*modified by jiangzehao */
}
.x-layout-split-north .x-layout-mini {
left: 48%;
height: 5px;
width: 35px;
background-image: url(../images/default/layout/mini-top.gif);
}
.x-layout-split-south .x-layout-mini {
left: 48%;
height: 5px;
width: 35px;
background-image: url(../images/default/layout/mini-bottom.gif);
}
.x-layout-cmini-west .x-layout-mini {
top: 48%;
background-image: url(../images/default/layout/mini-right.gif);
}
.x-layout-cmini-east .x-layout-mini {
top: 48%;
background-image: url(../images/default/layout/mini-left.gif);
}
.x-layout-cmini-north .x-layout-mini {
left: 48%;
height: 5px;
width: 35px;
background-image: url(../images/default/layout/mini-bottom.gif);
}
.x-layout-cmini-south .x-layout-mini {
left: 48%;
height: 5px;
width: 35px;
background-image: url(../images/default/layout/mini-top.gif);
}
.x-layout-cmini-west,.x-layout-cmini-east {
border: 0 none;
width: 5px !important;
padding: 0;
background: transparent;
}
.x-layout-cmini-north,.x-layout-cmini-south {
border: 0 none;
height: 5px !important;
padding: 0;
background: transparent;
}
.x-viewport,.x-viewport body {
margin: 0;
padding: 0;
border: 0 none;
overflow: hidden;
height: 100%;
}
.x-abs-layout-item {
position: absolute;
left: 0;
top: 0;
}
.ext-ie input.x-abs-layout-item,.ext-ie textarea.x-abs-layout-item {
margin: 0;
}
.x-progress-wrap {
border: 1px solid #b9b9b9;
overflow: hidden;
background: #e5e5e5;
-moz-border-radius: 2px;
}
.x-progress-inner {
height: 13px;
background: #48494b url(../images/black/loading/progress-inner-bg.png) repeat-x;
position: relative;
}
.x-grid3-table-cell .x-progress-inner {
height: 18px;
background: #e5e5e5 url(../images/default/qtip/bg.gif) repeat-x;
position: relative;
}
.x-progress-bar,.x-progress-bar-green,.x-progress-bar-orange,.x-progress-bar-red{
height: 18px;
float: left;
width: 0;
/*background: #e5e5e5 url(../images/black/progress/progress-bg.gif)
repeat-x left center;*/ /* modified by jiangzehao */
border-top: 0px;
}
.x-progress-bar{
background-image: url(../images/black/loading/progress-bg.png);
height: 13px;
line-height: 13px;
}
.ext-ie .x-progress-bar{
line-height: normal;
}
.x-grid3-table-cell .x-progress-bar{
height: 18px;
}
.x-progress-bar-green {
background-image: url(../images/black/progress/progress-bg-green.gif);
}
.x-progress-bar-orange {
background-image: url(../images/black/progress/progress-bg-orange.gif);
}
.x-progress-bar-red {
background-image: url(../images/black/progress/progress-bg-red.gif);
}
.x-progress-text {
font-size: 12px;
font-weight: lighter;
color: #252526;
overflow: hidden;
position: absolute;
left: 0;
height:13px;
text-align: center;
padding-bottom:0px;
bottom: 0;
}
.x-progress-text-back {
color: #fff;
/*border-top:1px solid #6c6f72;*/
height: 13px;
/*border-bottom:1px solid #6c6f72;
font-weight: normal;*/ /* modified by jiangzehao */
}
.x-progress-bar {
border-bottom: 0;
border-right: 0;
}
.x-grid3-table-cell .x-progress-text-back{
border:0;
}
.ext-ie .x-progress-text-back {
line-height: 15px;
}
/**progress-bar end**/ /**progress-bar end**/
.x-window-dlg .x-window-body {
border: 0 none !important;
padding:20px 30px 0 30px;
overflow: hidden !important;
}
.x-window-dlg .x-window-mc {
border: 0 none !important;
}
.x-window-dlg .ext-mb-text td,.x-window-dlg .ext-mb-text{
font-size: 13px;
color:#464646;
word-wrap:break-word;
}
.x-window-dlg .ext-mb-text td{
}
.x-window-dlg .ext-mb-text {
/*float:left;*/ /*modified by jiangzehao */
}
.x-window-dlg .ext-mb-input {
margin-top: 4px;
width: 95%;
}
.x-window-dlg .ext-mb-textarea {
margin-top: 4px;
font: normal 12px arial,tahoma,helvetica,sans-serif;
}
.x-window-dlg .x-progress-wrap {
margin-top: 4px;
position: relative;
left: -85px;
*left: -15px;
*top: -60px; /* modified by jiangzehao */
}
.ext-ie .x-window-dlg .x-progress-wrap {
margin-top: 6px;
}
.x-window-dlg .x-msg-box-wait {
background: transparent url(../images/black/grid/loading.gif)
no-repeat left;
display: block;
width: 300px;
padding-left: 18px;
line-height: 18px;
}
.x-window-dlg .ext-mb-icon {
float: left;
width: 58px;
height: 48px;
position: relative;
top:35px;
}
.ext-mb-icon .ext-mb-content{
widht:372px;
overflow: hidden;
}
.x-window-dlg .ext-mb-info {
background: transparent url(../images/black/window/icon-info.png)
no-repeat center left;
}
.x-window-dlg .ext-mb-warning {
background: transparent url(../images/black/window/icon-warning.png)
no-repeat center left;
}
.x-window-dlg .ext-mb-question {
background: transparent url(../images/black/window/icon-question.png)
no-repeat top left;
}
.x-window-dlg .ext-mb-error {
background: transparent url(../images/black/window/icon-error.png)
no-repeat center left;
}
.x-window-dlg .lego-msg-succeed {
background: transparent url(../images/black/window/icon-success.png)
no-repeat center left;
}
.x-window-dlg .lego-msg-danger {
background: transparent url(../images/black/window/icon-danger.png)
no-repeat center left;
}
.ext-gecko2 .ext-mb-fix-cursor {
overflow: auto;
}
/*
.x-slider {
zoom: 1;
}
.x-slider-inner {
position: relative;
left: 0;
top: 0;
overflow: visible;
zoom: 1;
}
.x-slider-focus {
position: absolute;
left: 0;
top: 0;
width: 1px;
height: 1px;
line-height: 1px;
font-size: 1px;
-moz-outline: 0 none;
outline: 0 none;
-moz-user-select: text;
-khtml-user-select: text;
}
.x-slider-horz {
padding-left: 7px;
background: transparent url(../images/default/slider/slider-bg.png)
no-repeat 0 -22px;
}
.x-slider-horz .x-slider-end {
padding-right: 7px;
zoom: 1;
background: transparent url(../images/default/slider/slider-bg.png)
no-repeat right -44px;
}
.x-slider-horz .x-slider-inner {
background: transparent url(../images/default/slider/slider-bg.png)
repeat-x 0 0;
height: 22px;
}
.x-slider-horz .x-slider-thumb {
width: 14px;
height: 15px;
position: absolute;
left: 0;
top: 3px;
background: transparent url(../images/default/slider/slider-thumb.png)
no-repeat 0 0;
}
.x-slider-horz .x-slider-thumb-over {
background-position: -14px -15px;
}
.x-slider-horz .x-slider-thumb-drag {
background-position: -28px -30px;
}
.x-slider-vert {
padding-top: 7px;
background: transparent url(../images/default/slider/slider-v-bg.png)
no-repeat -44px 0;
width: 22px;
}
.x-slider-vert .x-slider-end {
padding-bottom: 7px;
zoom: 1;
background: transparent url(../images/default/slider/slider-v-bg.png)
no-repeat -22px bottom;
}
.x-slider-vert .x-slider-inner {
background: transparent url(../images/default/slider/slider-v-bg.png)
repeat-y 0 0;
}
.x-slider-vert .x-slider-thumb {
width: 15px;
height: 14px;
position: absolute;
left: 3px;
bottom: 0;
background: transparent url(../images/default/slider/slider-v-thumb.png)
no-repeat 0 0;
}
.x-slider-vert .x-slider-thumb-over {
background-position: -15px -14px;
}
.x-slider-vert .x-slider-thumb-drag {
background-position: -30px -28px;
}
.sweb-grid-check .x-grid3-cell-inner {
height: 18px
}
.sweb-grid-check .x-form-check-wrap {
padding: 0;
line-height: 15px;
}
.sweb-grid-radio .x-grid3-row-checker {
background-image:
url(../../../../sweb-lib/resource/images/row-radio-sprite.gif)
}
.sweb-grid-radio .x-grid3-hd-checker {
background-image: none
}
*/
/**buttonArea**/
.x-popup-window {
height:100%;
}
.x-buttonarea {
background: #f1f1f1 url(../images/black/window/top-bottom.png) left bottom;
display: block;
position: relative;
border-top:1px solid #cecece;
height: 41px;
line-height: 41px;
width: 100%;
}
.x-guider-wraperdiv .x-buttonarea{
border-top:0;
background: #f1f1f1 url(../images/black/window/top-bottom-black.png) left bottom;
}
/**ip*/
.x-form-ipfield {
width:143px;
*width:145px;
margin:0;
padding:0!important;
height: 19px;
position: relative;
}
.x-form-ipfield span{
padding-left:4px;
}
.x-form-ipfield input {
border-style:solid;
border-color:#fff;
background: #fff;
border-width: 1px;
}
/** input file **/
.x-form-file-wrap {
position: relative;
height: 22px;
}
.x-form-file-wrap .x-form-file {
position: absolute;
right: 0;
-moz-opacity: 0;
filter: alpha(opacity : 0);
opacity: 0;
z-index: 2;
height: 22px;
}
.x-form-file-wrap .x-form-file-btn {
position: absolute;
right: 0;
z-index: 1;
}
.x-form-file-wrap .x-form-file-text {
position: absolute;
left: 0;
z-index: 3;
color: #777;
}
/** common tool button **/
.x-comm-toolbar{
border-left: 1px solid #a6a7aa;
border-right: 1px solid #a6a7aa;
padding:0 10px;
}
.x-comm-toolbar td{
padding-top:10px;
}
.x-comm-toolbar-leftall a:link,.x-comm-toolbar-leftall a:visited {
background: url(../images/black/form/slider-drawer-sprit.gif) no-repeat
left top;
height: 17px;
display: block;
width: 18px;
cursor: pointer;
}
.x-comm-toolbar-leftall a:visited{
background-position:left top;
}
.x-comm-toolbar-leftall a:hover {
background: url(../images/black/form/slider-drawer-sprit.gif) no-repeat
-18px top;
height: 17px;
width: 18px;
cursor: pointer;
}
.x-comm-toolbar-leftall a:active {
background: url(../images/black/form/slider-drawer-sprit.gif) no-repeat
-36px top;
height: 17px;
width: 18px;
cursor: pointer;
}
.x-comm-toolbar-left a:link,.x-comm-toolbar-left a:hover,.x-comm-toolbar-left a:active,.x-comm-toolbar-left a:visited
{
background: url(../images/black/form/slider-drawer-sprit.gif) no-repeat
left -17px;
height: 17px;
display: block;
width: 18px;
cursor: pointer;
}
.x-comm-toolbar-left a:visited{
background-position: left -17px;
}
.x-comm-toolbar-left a:hover {
background-position: -18px -17px;
}
.x-comm-toolbar-left a:active {
background-position: -36px -17px;
}
.x-comm-toolbar-right a:link,.x-comm-toolbar-right a:hover,.x-comm-toolbar-right a:active,.x-comm-toolbar-right a:visited
{
background: url(../images/black/form/slider-drawer-sprit.gif) no-repeat
left -34px;
height: 17px;
width: 18px;
display: block;
cursor: pointer;
}
.x-comm-toolbar-right a:visited {
background-position: left -34px;
}
.x-comm-toolbar-right a:hover {
background-position: -18px -34px;
}
.x-comm-toolbar-right a:active {
background-position: -36px -34px;
}
.x-comm-toolbar-rightall a:link,.x-comm-toolbar-rightall a:hover,.x-comm-toolbar-rightall a:active,.x-comm-toolbar-rightall a:visited
{
background: url(../images/black/form/slider-drawer-sprit.gif) no-repeat
left -51px;
height: 17px;
display: block;
width: 18px;
cursor: pointer;
}
.x-comm-toolbar-rightall a:visited {
background-position: left -51px;
}
.x-comm-toolbar-rightall a:hover {
background-position: -18px -51px;
}
.x-comm-toolbar-rightall a:active {
background-position: -36px -51px;
}
.x-comm-toolbar-upall a:link,.x-comm-toolbar-uptall a:hover,.x-comm-toolbar-uptall a:active,.x-comm-toolbar-upall a:visited
{
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left top;
height: 17px;
display: block;
width: 18px;
cursor: pointer;
}
.x-comm-toolbar-uptall a:visited {
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left top;
}
.x-comm-toolbar-uptall a:hover {
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
-18px top;
}
.x-comm-toolbar-uptall a:active {
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
-36px top;
}
.x-comm-toolbar-up a:link,.x-comm-toolbar-up a:hover,.x-comm-toolbar-up a:active,.x-comm-toolbar-up a:visited
{
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left -17px;
height: 17px;
width: 18px;
display: block;
cursor: pointer;
}
.x-comm-toolbar-up a:visited {
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left -17px;
}
.x-comm-toolbar-up a:hover {
background-position: -18px -17px;
}
.x-comm-toolbar-up a:active {
background-position: -36px -17px;
}
.x-comm-toolbar-downall a:link,.x-comm-toolbar-downall a:hover,.x-comm-toolbar-downall a:active,.x-comm-toolbar-downall a:visited
{
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left -34px;
height: 17px;
width: 18px;
display: block;
cursor: pointer;
}
.x-comm-toolbar-downall a:visited {
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left -34px;
}
.x-comm-toolbar-downall a:hover {
background-position: -18px -34px;
}
.x-comm-toolbar-downall a:active {
background-position: -36px -34px;
}
.x-comm-toolbar-down a:link,.x-comm-toolbar-down a:hover,.x-comm-toolbar-down a:active,.x-comm-toolbar-down a:visited
{
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left -51px;
height: 17px;
display: block;
width: 18px;
cursor: pointer;
}
.x-comm-toolbar-down a:visited {
background: url(../images/black/form/slider-drawer-sprit-upper.gif) no-repeat
left -51px;
}
.x-comm-toolbar-down a:hover {
background-position: -18px -51px;
}
.x-comm-toolbar-down a:active {
background-position: -36px -51px;
}
/*
.x-item-disabled .x-btn-wrap {
-moz-opacity: .6;
filter:alpha(opacity: 60);
opacity: .6;
}*/
.x-bar-toolbar .x-btn-wrap{
margin:0 3px;
}
/** red star **/
.rendar-star {
color: #d60606;
visibility: visible;
font-size: 12px;
font-family: arial;
}
.rendar-star-combo {
margin-left:-15px
}
.rendar-star-disabled {
color: gray !important;
cursor: default !important;
}
.rendar-hide {
display: none !important;
}
/*guider*/
.x-guider-wrap {
/*background: transparent url(../images/black/guider/guider-yfill.png) repeat-y right top;*/
width: 214px;
margin: 0;
padding: 0;
vertical-align: top;
color: #fff;
/*-moz-opacity: .98;
opacity: .98;
filter: alpha(opacity = 90);
*/
}
.x-guider{
width:100%
background :transparent url(../images/black/guider/guider-yfill.png) repeat-y scroll right top;
}
.x-guider tr {
height:40px;/*AQ4D67240 zhaoxiaoqian 20111102*/
/*vertical-align: top;*/
border-bottom:1px solid #414243!important;
}
.x-guider td{
margin: 0;
padding: 0;
}
.x-guider .x-guider-current {
background:#f3f3f3 url(../images/black/guider/guider-xfill.png) repeat-x left bottom;
width: 214px;
color: #5d5d5d;
height: 55px;
}
.x-guider div{
background: url(../images/black/guider/step.png) no-repeat left 0px;
width:24px;
height:24px;
line-height:24px;
font-size:13px;
color:#FFFFFF;
}
.x-guider .x-guider-current div{
background: url(../images/black/guider/step.png) no-repeat left -24px;
position: relative;
top: -3px;
}
.x-guider dd{
display: none;
padding: 10px;
font-weight: bold;;
}
.x-guider .x-guider-current dd{
padding: 10px;
display: block;
border-top:1px dashed #ed8409;
line-height:18px;
}
.x-guider .x-guider-current td {
/*vertical-align: top;*/
background:#F3F3F3 url(../images/black/guider/guider-xfill.png) repeat-x scroll left bottom; /*modified by jiangzehao*/
}
#fwpanel_ipsec_wizard_step_body_note-body {
font-size: 13px;
}
#fwradio_ipsec_wizard_l2tp_local_auth-radio-div .x-form-item-label, #fwradio_ipsec_wizard_l2tp_remote_auth-radio-div .x-form-item-label {
width: 0px !important;
}
#fwradio_ipsec_wizard_l2tp_local_auth-radio-div .x-form-element, #fwradio_ipsec_wizard_l2tp_remote_auth-radio-div .x-form-element {
padding-left: 0px !important;
}
/*selectedbox*/
.x-selectedbox{
border:1px solid #d5d6d6;
}
.x-selectedbox .x-grid3-hd-row{
background:#dadbdb;
height: 26px;
border-bottom:1px solid #d5d6d6;
}
.x-selectedbox .x-grid3-hd-row td{
font-weight: bold;
text-align: left;
text-indent: 5px;
font-size: 13px;
height: 23px;
}
.x-selectedbox .x-grid3-table{
}
.x-selectedbox .x-grid3-table .x-grid3-row-selected{
background:#f08200!important ;
color: #fff!important ;
}
/* hr */
.x-hr {
background: #fff url(../images/black/shared/hr.gif) repeat-x scroll
left top;
height: 4px;
}
/*loading*/
.x-loading{
height:133px;
width: 300px;
position: relative;
}
.x-loading-left{
background: transparent url(../images/black/loading/loading-bg.png) no-repeat left top;
height:133px;
float: left;
width: 20px;
}
.x-loading-middle{
background: transparent url(../images/black/loading/loading-bg.png) repeat-x left -122px;
height:133px;
float: left;
width: 260px;
}
.x-loading .x-loading-icon{
background: transparent url(../images/black/loading/loading-icon.gif) no-repeat;
position: absolute;
left:30px;
top: 50px;
width:33px;
height: 33px;
}
.x-loading .x-loading-text{
position: absolute;
left:70px;
top: 45px;
color: #fff;
}
.x-loading-right{
background: transparent url(../images/black/loading/loading-bg.png) no-repeat left -244px;
height:133px;
float: right;
width: 20px;
}
/* dithering adapt */
.x-btn button{padding-left:0;padding-right:0;}
.x-btn-text-icon .x-btn-center .x-btn-text{padding-top:2px;}
*html .x-btn-text-icon .x-btn-center .x-btn-text{padding-top:2px;}
*html .x-fieldset legend{margin-bottom:10px;}
*html .x-fieldset{padding-top:0;padding-bottom:10px;}
*html .x-fieldset-bwrap{zoom:1;}
*html td .x-form-text{position:relative;top:-1px;}
*html .x-fieldset-noborder legend{position:relative;margin-bottom:23px;}
*html .x-fieldset-noborder legend span{position:absolute;left:-5px;}
*html .x-btn button{width:1px;padding-left:3px;padding-right:3px;}
*html .x-btn button{padding-top:2px;}
*html .x-tip .x-tip-header,*html .x-tip .x-tip-tc{font-size:0;line-height:0;}
*html .x-form-text{height:22px;line-height:18px;}/*margin:-1px 0;*/
*html textarea.x-form-field{margin:-1px 0;}
*html .x-form-radio{margin-bottom:2px;}
/* dithering adapt end */
/* fond browser self adapt11/12 */
/* WEB login*/
#login-bottom {
background: #f8f8f8;
}
.copy-login {
clear: both;
line-height: 12px;
text-align: left;
font-size: 10px; *
font-size: 9px;
background: #e8e8e8;
height: 12px;
color: #8f8f8f;
}
/* login*/
/*jiangzehao detail begain*/
.x-tool-detail{
background: url('../images/black/panel/toolbar-icon-sprit.gif')
no-repeat 0 -144px;
}
.x-tool-detail-over {
background-position: 0px -160px;
}
/*jiangzehao detail end*/
.x-about-bottom {
background:transparent url(../../../../sweb-lib/resource/images/default/header/about-bottom.png) no-repeat scroll left top;
height:277px;
left:-6px;
position:relative;
width:513px;
}
.mainTree_menu .x-leftmenu-toggle {
background: transparent url(../../../../sweb-lib/resource/images/default/left-menu-arrow.png) left center no-repeat;
top:-3px;
}
.mainTree_menuSelect .x-leftmenu-toggle{
background:transparent url(../../../../sweb-lib/resource/images/default/left-menu-arrow.png) no-repeat scroll -27px center;
}
.x-leftmenu-tool{
cursor:pointer;
float:left;
height:35px;
left:-10px;
margin-left:2px;
position:relative;
width:27px;
}
/*.x-leftmenu-header-text {
color: #464646;
font-family:arial,tahoma,helvetica,sans-serif;
font-weight:normal;
font-size:12px;
margin-left:2px;
}*/ /*modified by jiangzehao*/
.x-leftmenu-header{
overflow: hidden;
zoom: 1;
color: #15428b;
font: bold 12px arial,tahoma,helvetica,sans-serif;
height: 30px;
line-height: 30px;
background: transparent url(../../../../sweb-lib/resource/images/default/left-menu-right.png)
no-repeat -300px center;
cursor: pointer;
-moz-border-radius: 1px;
display: block;
}
/*added by jiangzehao */
.x-tool-toggle1 {
background: transparent url(../images/gray/panel/tool-sprites.gif)
no-repeat left -48px;
}
.x-tool-toggle1-over {
background-position: 0px -64px;
}
.x-panel-collapsed .x-tool-toggle1 {
background-position: 0 0;
}
.x-panel-collapsed .x-tool-toggle1-over {
background-position: 0 -16px;
}
/*added by jiangzehao */
.x-nav-field{
background-color: #E2E2E3;
background-image: none;
border-top:1px solid #A6A7AA;
border-left:1px solid #A6A7AA;
border-right:1px solid #A6A7AA;
border-bottom:1px solid #BABBC0; /*modified by jiangzehao for fanghuoqiangWEByiyongxing */
}
/*tip guid background */
.sa{
color:white;
background:transparent url(../images/black/index/crum-left.png) no-repeat scroll right center;
padding:0px 13px;
position:relative;
*top:0px;
}
/*guider*/
/*added by jiangzehao for fanghuoqiangWEByiyaongxing */
.x-window-fwpanel_connect_wizard .x-window-footer,.x-window-fwpanel_ipsec_wizard .x-window-footer,.x-window-fwwindow_supUpgrade_configureguide .x-window-footer,.x-window-fwwindow_patchUpgrade_configureguide .x-window-footer{
background:#F1F1F1 url(../images/black/window/top-bottom-black.png) repeat scroll left bottom;
}
.x-window-fwpanel_connect_wizard .x-panel-bc, .x-window-fwpanel_ipsec_wizard .x-panel-bc, .x-window-fwwindow_supUpgrade_configureguide .x-panel-bc, .x-window-fwwindow_patchUpgrade_configureguide .x-panel-bc{
padding-left:0px;
}
.x-window-fwpanel_connect_wizard .x-panel-mr, .x-window-fwpanel_ipsec_wizard .x-panel-mr, .x-window-fwwindow_supUpgrade_configureguide .x-panel-mr, .x-window-fwwindow_patchUpgrade_configureguide .x-panel-mr{
padding-right:0px;
}
.x-window-fwpanel_connect_wizard .x-panel-tl, .x-window-fwpanel_ipsec_wizard .x-panel-tl, .x-window-fwwindow_supUpgrade_configureguide .x-panel-tl, .x-window-fwwindow_patchUpgrade_configureguide .x-panel-tl{
border-bottom:0px;
}
.x-window-fwpanel_connect_wizard .x-panel-mc .x-panel-body, .x-window-fwpanel_ipsec_wizard .x-panel-mc .x-panel-body, .x-window-fwwindow_supUpgrade_configureguide .x-panel-mc .x-panel-body, .x-window-fwwindow_patchUpgrade_configureguide .x-panel-mc .x-panel-body{
background: #F3F3F3 none repeat scroll 0 0;
}
.x-window-fwpanel_connect_wizard .x-panel-ml, .x-window-fwpanel_ipsec_wizard .x-panel-ml, .x-window-fwwindow_supUpgrade_configureguide .x-panel-ml, .x-window-fwwindow_patchUpgrade_configureguide .x-panel-ml{
padding-left:0px;
}
.x-window-fwpanel_connect_wizard .x-panel-mc, .x-window-fwpanel_ipsec_wizard .x-panel-mc, .x-window-fwwindow_supUpgrade_configureguide .x-panel-mc, .x-window-fwwindow_patchUpgrade_configureguide .x-panel-mc{
padding:0;
}
.x-window-fwpanel_connect_wizard .x-window-body, .x-window-fwpanel_ipsec_wizard .x-window-body, .x-window-fwwindow_supUpgrade_configureguide .x-window-body, .x-window-fwwindow_patchUpgrade_configureguide .x-window-body{
margin:0 0;
}
.x-window-fwpanel_connect_wizard .x-window-mc, .x-window-fwpanel_ipsec_wizard .x-window-mc, .x-window-fwwindow_supUpgrade_configureguide .x-window-mc, .x-window-fwwindow_patchUpgrade_configureguide .x-window-mc{
background: #F3F3F3 none repeat scroll 0 0;
}
.x-window-fwpanel_ipsec_wizard .x-panel-btns-ct, .x-window-fwwindow_supUpgrade_configureguide .x-panel-btns-ct, .x-window-fwwindow_patchUpgrade_configureguide .x-panel-btns-ct{
padding:0;
}
.x-guider .x-guider-text{
font:bold 13px arial, tahoma, helvetica, sans-serif;
color:#FFFFFF;
text-decoration :none;
}
.x-guider .x-guider-current .x-guider-text{
color:#FF7800;
position: relative;
top: -3px;
}
.x-guider dl{
margin-left: 9px;
padding-bottom: 7px;
padding-top: 7px;
margin-right: 10px;
*margin-right: 3px;
}
#fwpanel_connect_wizard_step_menu .x-guider dl{
margin-right: 5px;
}
.x-guider td a:link {
*color: #FFFFFF;
}
.x-guider td a:visited {
*color: #FFFFFF;
}
.x-guider .x-guider-current a:visited {
*color: #FF7800;
}
#fwpanel_patch_mode_note .x-guider dl{
margin-right: 3px;
}
#welcom_text {
color : #F08200;
}
.x-guider-ie8 {
*background-position-x: left !important;
}
/*split*/
.x-layout-split-west a{
background: url(../images/black/index/spliter.gif) no-repeat scroll;
background-position: left center;
cursor:pointer;
width:5px;
}
.x-layout-split-west a:hover{
background: url(../images/black/index/spliter.gif) no-repeat scroll -5px center;
}
.x-layout-split-east a:hover{
background: url(../images/black/index/spliter.gif) no-repeat scroll -15px center;
}
.x-layout-split-east a{
background: url(../images/black/index/spliter.gif) no-repeat scroll -10px center;
cursor:pointer;
width:5px;
}
#status-portal-body .x-column-inner{
background-color: #464646;
}
#tabpanellyby-tab-tbar.x-panel-tbar-noheader .x-toolbar, .x-panel-mc .x-panel-tbar .x-toolbar{
border-right:17px solid #464646;
}
/*SVN Tab*/
#syn-tab_0.x-tab-strip-active .x-tab-right{
background:transparent url(../images/black/panel/tabpanel-sprit.gif) repeat-x scroll 50% -74px;
}
#syn-tab_0.x-tab-strip-over .x-tab-right{
background:transparent url(../images/black/panel/tabpanel-sprit.gif) repeat-x scroll 50% -74px;
}
#linkgroupInterface_itemSelect-itemselector-frombar .x-fieldset-bwrap{
border-left:1px solid #A6A7AA;
border-right:1px solid #A6A7AA;
border-bottom:1px solid #A6A7AA;
}
/*added by jiangzehao for CLI */
#CLI-tab .x-tab-strip-top .x-tab-right{
background: transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat scroll 0 -51px;
}
#CLI-tab .x-tab-strip-top .x-tab-left{
background:transparent url(../images/default/tabs/tabs-sprite.gif) no-repeat scroll right -351px;
}
#CLI-tab .x-tab-strip-top .x-tab-strip-active .x-tab-right span.x-tab-strip-text {
padding-bottom:5px;
}
#CLI-tab .x-tab-strip-top .x-tab-strip-inner{
background:transparent url(../images/default/tabs/tabs-sprite.gif) repeat-x scroll 0 -201px;
*height:20px;/*IE only*/
}
#CLI-tab ul.x-tab-strip-top{
background: #CEDFF5 url(../images/default/tabs/tab-strip-bg.gif) repeat-x scroll center bottom;
height: 0px; /*added by jiangzehao for AQ4D65584 */
padding-top: 0px;
*padding-top: 1px;
}
#tabpanellyby-tab-tbar .x-nav-field {
background: #49494C url(../images/black/index/crum-fill.png) repeat-x scroll left -1px; /*modified by jiangzehao */
height: 100%;
border: 0px;/*added by jiangzehao for fanghuoqiangWEByiyongxing */
}
/* new style for tree */
.x-tree-node .x-tree-selected .x-tree-node-back{
background:transparent url(../images/black/index/left-menu-right-on.gif) no-repeat scroll right center;
color: #464646;
padding-right:15px;
height:23px;
}
.x-tree-node .x-tree-selected .x-tree-icon-left{
background: transparent url(../images/black/index/left-menu-left-on.gif) no-repeat scroll left center;
height:23px;
}
.x-tree-node .x-tree-node-over .x-tree-node-back{
background:transparent url(../images/black/index/left-menu-right-on.gif) no-repeat scroll right center;
color: #464646;
padding-right:15px;
height:23px;
}
.x-tree-node .x-tree-node-over .x-tree-icon-left{
background: transparent url(../images/black/index/left-menu-left-on.gif) no-repeat scroll left center;
height:23px;
}
.x-tree-node .x-tree-node-back{
height:23px;
}
.x-window-dlg .x-tool-close{
position: relative;
top:-7px;
}
#treewoda-tree-menusystem.x-panel-header-noborder {
border-width: 0;
border-top: 0px solid #464646; /*jiangzehao*/
}
#tabpanellyby_head_Body.x-tab-panel{
border-left:5px solid #464646;
} /* infect grid drag function */
/*date*/
td.x-date-mp-sel a {
background:#F08200 none repeat scroll 0 0;
border:0 none;
color:#FFFFFF !important;
padding:1px 3px;
}
/*defend panel*/
#tree-panel_treeHDiv.x-panel-body, #tree-panel-tree-body .x-panel-mr,#tree-panel-tree-body .x-panel-mc, #tree-panel .x-panel-bc, #tree-panel .x-panel-br, #tree-panel .x-panel-bl{
background-color: #E2E2E3;
padding-left:3px;
}
#tree-panel_1 .x-tree-elbow-line, #tree-panel_2 .x-tree-elbow-line{
background-image: none;
}
#ext-gen106-tree-leaf .x-tree-elbow, #ext-gen107-tree-leaf .x-tree-elbow, #ext-gen108-tree-leaf .x-tree-elbow-end, #ext-gen267-tree-leaf .x-tree-elbow, #ext-gen268-tree-leaf .x-tree-elbow, #ext-gen269-tree-leaf .x-tree-elbow-end{
left:-1px;
}
#syn-main-bwrap .x-panel-ml, #fwpanel_attack_defend_http_main-bwrap .x-panel-ml, #sip_main_panel-bwrap .x-panel-ml, #fwpanel_attack_defend_arp_main-bwrap .x-panel-ml, #udp-main-bwrap .x-panel-ml, #icmp-main-bwrap .x-panel-ml{
padding-left: 0px;
}
#syn-main-bwrap .x-panel-mr, #fwpanel_attack_defend_http_main-bwrap .x-panel-mr, #sip_main_panel-bwrap .x-panel-mr, #fwpanel_attack_defend_arp_main-bwrap .x-panel-mr, #udp-main-bwrap .x-panel-mr, #icmp-main-bwrap .x-panel-mr{
padding-right: 0px;
}
#syn-main-bwrap .x-panel-mc, #fwpanel_attack_defend_http_main-bwrap .x-panel-mc, #sip_main_panel-bwrap .x-panel-mc, #fwpanel_attack_defend_arp_main-bwrap .x-panel-mc, #udp-main-bwrap .x-panel-mc, #icmp-main-bwrap .x-panel-mc{
padding-top: 0px;
}
#fwtab_attack_defend_http_tab_head_Body.x-column, #sip-tab_head_Body.x-column, #fwtab_attack_defend_arp_tab_head_Body.x-column, #udp-tab_head_Body.x-column, #icmp-tab_head_Body.x-column {
border-top: 1px solid #BABBC0;
}
#tabPanel.x-column{
border-right: 1px solid #BABBC0;
}
#fwselector_rp_cfg_match_interface-to-field .x-fieldset-bwrap{
padding:0px;
}
/*rip panel*/
#rip-tree-panel.x-column{
border: 1px solid #BABBC0;
}
#rip-tree-panel-tree-body .x-panel-body, #rip-tree-panel-tree-body .x-panel-mc, #rip-tree-panel-tree-body .x-panel-mr, #rip-tree-panel .x-panel-bc, #rip-tree-panel .x-panel-br, #rip-tree-panel .x-panel-bl{
background-color: #E2E2E3;
padding-left:3px;
}
#rip-panel .x-panel-btns-ct .x-panel-btns-center{
border-top:1px solid #BABBC0;
}
#rip-panel .x-panel-btns-ct{
padding:10px 0 0 ;
}
#rip-panel .x-panel-btns-ct .x-panel-btns-center table {
margin:8px auto;
}
/*ospf panel*/
#ospf-tree-panel.x-column{
border: 1px solid #BABBC0;
}
#ospf-tree-panel-tree-body .x-panel-body, #ospf-tree-panel-tree-body .x-panel-mc, #ospf-tree-panel-tree-body .x-panel-mr, #ospf-tree-panel .x-panel-bc, #ospf-tree-panel .x-panel-br, #ospf-tree-panel .x-panel-bl{
background-color: #E2E2E3;
padding-left:3px;
}
#ospf-main .x-panel-btns-ct .x-panel-btns-center{
border-top:1px solid #BABBC0;
}
#ospf .x-panel-btns-ct{
padding:10px 0 0 ;
}
#ospf .x-panel-btns-ct .x-panel-btns-center table {
margin:8px auto;
}
/* login reset button added by jiangzehao begain */
#btn_reset .x-btn-center{
background: transparent url(../images/black/login_reset_button1.png) no-repeat scroll center -59px;
}
#btn_reset .x-btn-left{
background: transparent url(../images/black/login_reset_button1.png) no-repeat scroll left 95%;
width:3px;
}
#btn_reset .x-btn-right{
background: transparent url(../images/black/login_reset_button1.png) no-repeat scroll right 95%;
width:3px;
}
#btn_reset button{
color:white;
}
#btn_reset.x-btn-over .x-btn-center{
background-position: center -30;
}
/* login reset button added by jiangzehao end */
/*#authentication_itemselector-to-field .x-fieldset-bwrap, #authorization_itemselector-to-field .x-fieldset-bwrap, #linkgroupInterface_itemSelect-to-field .x-fieldset-bwrap, #effectDays-to-field .x-fieldset-bwrap {
padding:0px;
}*/
#chart_info-body .x-clear{
display: none;
}
/*#authentication_itemselectoritem_selector .x-fieldset-bwrap, #authorization_itemselectoritem_selector .x-fieldset-bwrap, #linkgroupInterface_itemSelectitem_selector .x-fieldset-bwrap, #effectDaysitem_selector .x-fieldset-bwrap, #fwselector_rp_cfg_match_interfaceitem_selector .x-fieldset-bwrap {
border-right: 1px solid #BABBC0;
border-left: 1px solid #BABBC0;
border-bottom: 1px solid #BABBC0;
}
#authentication_itemselectoritem_selector.x-form-field, #authorization_itemselectoritem_selector.x-form-field, #linkgroupInterface_itemSelectitem_selector.x-form-field, #effectDaysitem_selector.x-form-field, #nat_source_addressGroupitem_selectoritem_selector.x-form-field, #nat_destination_addressGroupitem_selectoritem_selector.x-form-field, #serviceGroupSelectornat_serviceGroup_itemselectoritem_selector.x-form-field, #x-form-el-policy4A_destination_addressGroupitem_selector.x-form-field, #serviceGroupSelectorpolicy4A_serviceGroup_itemselectoritem_selector.x-form-field {
padding-top: 18px;
padding-right: 5px;
}
#login_source_addressGroupitem_selectoritem_selector.x-form-field, #serviceGroupSelectorlogin_serviceGroup_itemselectoritem_selector.x-form-field, #serviceGroupSelectorservice_group_panel_iditem_selector.x-form-field, #new_addgroup_iditem_selectoritem_selector.x-form-field, #nat_source_addressitem_selectoritem_selector.x-form-field, #nat_destination_addressitem_selectoritem_selector.x-form-field, #interfaceNewPanelinterfaceBind_itemselectoritem_selector.x-form-field, #policy4A_source_addressGroupitem_selectoritem_selector.x-form-field, #freedom_roleinfoitem_selector.x-form-field {
padding-top: 18px;
padding-right: 5px;
}
#edit_Eth-TrunkinterfaceBind_itemselectoritem_selector .x-fieldset, #addressGrp_itemSelectitem_selector .x-fieldset, #nat_source_addressGroupitem_selectoritem_selector .x-fieldset, #nat_destination_addressGroupitem_selectoritem_selector .x-fieldset, #serviceGroupSelectornat_serviceGroup_itemselectoritem_selector .x-fieldset, #login_source_addressGroupitem_selectoritem_selector .x-fieldset, #serviceGroupSelectorlogin_serviceGroup_itemselectoritem_selector .x-fieldset, #serviceGroupSelectorservice_group_panel_iditem_selector .x-fieldset {
border: 1px solid #BABBC0;
}
#new_addgroup_iditem_selectoritem_selector .x-fieldset, #serviceGroupSelectorpolicy_winitem_selector .x-fieldset, #nat_source_addressitem_selectoritem_selector .x-fieldset, #nat_destination_addressitem_selectoritem_selector .x-fieldset, #interfaceNewPanelinterfaceBind_itemselectoritem_selector .x-fieldset, #policy4A_source_addressGroupitem_selectoritem_selector .x-fieldset, #x-form-el-policy4A_destination_addressGroupitem_selector .x-fieldset, #serviceGroupSelectorpolicy4A_serviceGroup_itemselectoritem_selector .x-fieldset, #freedom_roleinfoitem_selector .x-fieldset {
border: 1px solid #BABBC0;
}
#edit_Eth-TrunkinterfaceBind_itemselectoritem_selector .x-fieldset-bwrap, #addressGrp_itemSelectitem_selector .x-fieldset-bwrap, #nat_source_addressGroupitem_selectoritem_selector .x-fieldset-bwrap, #nat_destination_addressGroupitem_selectoritem_selector .x-fieldset-bwrap, #serviceGroupSelectornat_serviceGroup_itemselectoritem_selector .x-fieldset-bwrap, #login_source_addressGroupitem_selectoritem_selector .x-fieldset-bwrap, #serviceGroupSelectorlogin_serviceGroup_itemselectoritem_selector .x-fieldset-bwrap, #serviceGroupSelectorservice_group_panel_iditem_selector .x-fieldset-bwrap {
padding:0px;
}
#new_addgroup_iditem_selectoritem_selector .x-fieldset-bwrap, #serviceGroupSelectorpolicy_winitem_selector .x-fieldset-bwrap, #nat_source_addressitem_selectoritem_selector .x-fieldset-bwrap, #nat_destination_addressitem_selectoritem_selector .x-fieldset-bwrap, #interfaceNewPanelinterfaceBind_itemselectoritem_selector .x-fieldset-bwrap, #policy4A_source_addressGroupitem_selectoritem_selector .x-fieldset-bwrap, #x-form-el-policy4A_destination_addressGroupitem_selector .x-fieldset-bwrap, #serviceGroupSelectorpolicy4A_serviceGroup_itemselectoritem_selector .x-fieldset-bwrap, #freedom_roleinfoitem_selector .x-fieldset-bwrap {
padding:0px;
}*/
.x-select-left {
background:transparent url(../images/black/form/slider-drawer-sprit.gif) no-repeat scroll 0 33%;
cursor:pointer;
height:17px;
margin-left:5px;
margin-right:5px;
margin-top:10px;
width:18px;
}
.x-select-left-all {
background:transparent url(../images/black/form/slider-drawer-sprit.gif) no-repeat scroll 0 0;
cursor:pointer;
height:17px;
margin-left:5px;
margin-right:5px;
margin-top:10px;
width:18px;
}
.x-select-right {
background:transparent url(../images/black/form/slider-drawer-sprit.gif) no-repeat scroll 0 66%;
cursor:pointer;
height:17px;
margin-left:5px;
margin-right:5px;
margin-top:10px;
width:18px;
}
.x-select-right-all {
background:transparent url(../images/black/form/slider-drawer-sprit.gif) no-repeat scroll 0 100%;
cursor:pointer;
height:17px;
margin-left:5px;
margin-right:5px;
margin-top:10px;
width:18px;
}
#x-form-el-lang .x-form-field-wrap .x-form-trigger
{
background: #fff url(../images/black/form/combo-box-sprit.gif)
no-repeat left top;
width: 19px;
right: 20px;
height: 19px;
border: 0;
cursor: pointer;
border-bottom: 0;
position: relative;
top:6px;
*top:7px !important;
*padding-right:2px; /*IE only*/
}
#x-form-el-lang .x-form-field-wrap .x-combo-trigger-ie8 {
*top:6px !important;
}
#x-form-el-lang .x-form-field-wrap {
top: -3px;
left: -1px;
*top: -4px !important;
}
#x-form-el-lang .x-form-text {
*top: 2px !important;
*width: 168px !important;
}
/*#x-form-el-lang .x-layer .x-combo-list {
left: 461px !important;
width: 169px !important;
}*/
.x-small-editor .x-form-field-wrap .x-form-trigger {
*margin-top:2px;
}
/*for data*/
.x-trigger-wrap-focus .x-form-trigger.x-form-date-trigger {
background-position: -19px 0;
border-bottom: 1px solid #BABBC0;
}
.x-form-field-wrap .x-form-invalid {
background: #FFFFFF none repeat scroll 0 0;
border: 1px solid #D60606 !important;
margin-right: 1px;
}
/*#x-form-el-oneTimeStartTime .x-form-field-wrap .x-form-invalid {
margin-right: 5px;
}
#x-form-el-oneTimeStartTime .x-form-field-wrap .x-form-date-trigger {
margin-left: -5px;
}*/
/* guider button*/
#fwpanel_ipsec_wizard-win-list .x-panel-btns-ct table td.x-panel-btn-td {
padding: 0;
}
.x-combox-font {
margin-left:6px;
}
/*begin added for AQ4D70069 */
#fwcombo_select_ddns_supplier-allow-blank.x-combox-font {
margin-left:8px;
}
#fwcombo_select_port1-allow-blank.x-combox-font {
margin-left:8px;
}
/*end added for AQ4D70069 */
#fwcombox_hrp_interface1-allow-blank.x-combox-font {
margin-left:8px;
}
#tr_ipsec_wizard_step_menu_step3.x-guider-current {
height: 56px;
}
/*.x-window .x-form-text {
*height: 23px !important;
}
.x-window-ie8 .x-form-text {
*height: 22px !important;
}*/
.x-window .x-form-IE-field {
height: 23px;
}
#interfaceNameVrid-cbx-text.x-form-text, #AuthType-cbx-text.x-form-text, #fwcombo_bss_vlan_wifi-cbx-text.x-form-text, #fwcombo_security_wifi-cbx-text.x-form-text, #fwcombo_wpa_encryption-cbx-text.x-form-text, #language-cbx-text.x-form-text {
*top: -1px !important;
}
#interfaceNameVrid-cbx-text.x-combo-toobar-ie8, #AuthType-cbx-text.x-combo-toobar-ie8, #fwcombo_bss_vlan_wifi-cbx-text.x-combo-toobar-ie8, #fwcombo_security_wifi-cbx-text.x-combo-toobar-ie8, #fwcombo_wpa_encryption-cbx-text.x-combo-toobar-ie8, #language-cbx-text.x-combo-toobar-ie8 {
*top: 1px !important;
}
#fwBar_waitingBar.x-progress-wrap {
margin-left: 20px;
width: 550px;
}
/*about*/
#font .copyright{
padding: 155px 0 0 0px;
text-align: center;
}
#font ul li{
line-height:25px;list-style:none;
}
/*menu*/
.x-menu-list-item-alt {
font:normal 12px arial,tahoma,sans-serif;
white-space: nowrap;
-moz-user-select: none;
-khtml-user-select: none;
display: block;
padding: 1px;
background-color: #EFEFEF;
}
.x-menu-list-item{
background-color: #F7F7F7;
}
.x-menu-item-active{
background-image: none;
background-color: #DADADB;
border: 0;
padding: 1px;
}
#fw-status-menu-menu-btn.x-btn-text {
font-weight: bold;
font-family: arial,tahoma,helvetica,sans-serif;
font-size: 13px;
}
.x-menu-check-item .x-menu-item-icon {
background: transparent url(../images/black/grid/row-check-sprite.gif) no-repeat scroll 2px 3px;
position: relative;
top: -1px;
height: 17px;
}
.x-menu-item-checked .x-menu-item-icon {
background: transparent url(../images/black/grid/row-check-sprite.gif) no-repeat scroll -23px 3px;
position: relative;
top: -1px;
height: 17px;
}
#fw-status-menu-menu-obj em {
*width: 75px;
}
/*menu toolbar*/
#fw-status-menu.x-btn {
height: 28.5px;
*height: 29px;
}
/*3G radio*/
/*#fwradio_3g_ip_mode_manual-radio-div.x-column, #fwradio_3g_dns_mode_manual-radio-div.x-column {
*width: 223px !important;
}
#fwradio_3g_ip_mode_auto-radio-div .x-radio-label-ie8, #fwradio_3g_dns_mode_auto-radio-div .x-radio-label-ie8 {
*width: 21px !important;
}
#fwradio_3g_ip_mode_auto-radio-div .x-form-element, #fwradio_3g_dns_mode_auto-radio-div .x-form-element {
*padding-left: 21px !important;
}*/
/*window footer*/
.x-window-footer .x-panel-btns-ct {
border-top: 1px solid #CECECE;
padding: 4px;
}
/*guider combox*/
#fwcombox_internet_interface_pppoe-cbx-text.x-form-text, #fwcombox_internet_interface_3g-cbx-text.x-form-text {
*vertical-align: -7px;
}
#fwcombox_internet_interface_pppoe-allow-blank.x-combox-font {
*position: relative;
*top: 3px;
}
/*#fwradio_internet_pppoe_dynamicip-radio-div .x-radio-label-ie8 {
*width: 15px !important;
}
#fwradio_internet_pppoe_dynamicip-radio-div .x-form-element {
*padding-left: 15px !important;
}
#fwradio_internet_pppoe_staticip-radio-div.x-column {
*width: 200px !important;
} */
.x-combo-list .x-combo-selected {
border: 1px solid white !important;
}
/*added by jiangzehao for AQ4D66292 */
.x-3g-bac {
width: 30px;
background: transparent url(../../../../fw-lib/resource/images/disconnect.png) no-repeat;
*background: none;
*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fw-lib/resource/images/disconnect.png' ,sizingMethod='crop');
}
#fwpanel_ipsec_wizard-win-list .x-panel-btns-ct, #fwwindow_supUpgrade_configureguide-win-list .x-panel-btns-ct, #fwwindow_patchUpgrade_configureguide-win-list .x-panel-btns-ct {
border: 0;
}
/* added by jiangzehao for AQ4D66515 */
#intnum_interface_retransmit_ospf, #intnum_vlink_retransmit_ospf {
*margin-left: -4px;
}
#ipAddressTunnel, #x-form-el-maskAddressTunnel {
*margin-left: 3px;
}
/*BEGIN: Modified by guolina gWX00004600, 2011/08/03 PN: AQ4D67257*/
#static_nexthop7 td a {
color: #464646;
}
#static_nexthop7 td a:hover {
color: #464646;
font-weight: lighter;
}
/*END: Modified by guolina gWX00004600, 2011/08/03 PN: AQ4D67257*/
/*login logo type added for AQ4D62206*/
.login-logo-type {
font-famaliy: arial,tahoma,helvetica,sans-serif;
font-size: 16px;
font-weight: bold;
color: white;
text-align: right;
width: 295px;
height: 120px;
}
/*one key update*/
#fwtextfield_uploadfile_element .x-form-text, #fwtextfield_uploadpatch_element .x-form-text{
*width: 420px;
}
/*AQ4D67611*/
#scan-tree-leaf .x-tree-elbow, #abnormal-tree-leaf .x-tree-elbow{
left: 2px;
*left: -1px;
}
#control-tree-leaf .x-tree-elbow-end{
left: 2px;
*left: -1px;
}
#scan-tree-leaf .x-tree-elbow-ie8, #abnormal-tree-leaf .x-tree-elbow-ie8, #control-tree-leaf .x-tree-elbow-ie8{
*left: 0px;
}
/*AQ4D79655*/
/*AQ4D67263*/
#treewoda-tree-body {
overflow-x : hidden !important;
voerflow-y : auto;
}
/*added by jiangzehao for AQ4D70261 2011.09.06*/
#btn_login {
width : 86px !important;
}
#btn_login button {
font-weight : bold;
}
/*added by zhaoxiaoqian for AQ4D70956 110924 begin*/
#fwpane_vt_list_left_tree-tree-body .x-panel-body, #fwpane_vt_list_left_tree-tree-body .x-panel-mc, #fwpane_vt_list_left_tree-tree-body .x-panel-mr, #fwpane_vt_list_left_tree .x-panel-bc, #fwpane_vt_list_left_tree .x-panel-br, #fwpane_vt_list_left_tree .x-panel-bl{
background-color: #E2E2E3;
padding-left:3px;
}
#fwpane_vt_list_left_tree .x-tree-elbow-line{
background-image: none;
}
#fwpane_vt_list_left_tree{
border:1px solid #BABBC0;
}
/*added by zhaoxiaoqian for AQ4D70956 110924 end*/
.x-tree-node-group-expanded .x-tree-node-icon {
background: transparent url(../../../../fw-lib/resource/images/gridcell/user-group.gif) no-repeat scroll 0 0 !important;
height:16px;
width:16px;
}
.x-tree-node-group-collapsed .x-tree-node-icon {
background: transparent url(../../../../fw-lib/resource/images/gridcell/user-group.gif) no-repeat scroll 0 0;
height:16px;
width:16px;
}
.x-tree-node-group-leaf .x-tree-node-icon {
background: transparent url(../../../../fw-lib/resource/images/gridcell/user-group.gif) no-repeat scroll 0 0;
height:16px;
width:16px;
}
.x-tree-node-user-leaf .x-tree-node-icon {
background: transparent url(../../../../fw-lib/resource/images/gridcell/user.gif) no-repeat scroll 0 0;
height:16px;
width:16px;
}
#fwcombox_search_user_group-cbx-div .x-form-trigger {
background: transparent url(../images/default/form/combo-sprit.gif) no-repeat scroll 0 0;
}
#fwcombox_search_user_group-cbx-div .x-form-trigger-over {
background-position: -19 0;
}
#fwcombox_search_user_group-cbx-div .x-form-trigger-click {
background-position: 0 -38px;
}