/* Ext.LoadMask */
.x-mask-msg {
	background-color: white;
	border: 1px solid #4a90e2;
	padding: 2px 5px;
}

.x-mask-msg-inner {
	background-color: transparent;
	border: 0;
	font-size: 14px;
	color: #555555;
	padding: 0;
}

.x-mask-msg-text {
	background-image: url('../images/blue/loading.gif');
}

/* boundlist */
.x-boundlist {
	border-color: #4a90e2;
}

.x-boundlist-item {
	font-size: 14px;
	color: #555555;
	padding: 5px;
}

.x-boundlist-item-over {
  	background-color: #ffefd5;
  	border-color: #f0f0f0;
}

.x-boundlist-selected {
  	background-color: #ffefd5;
  	border-color: #f0f0f0;
}

/* button */
.x-btn {
	border-radius: 0;
}

.x-btn-arrow {
	background-image: url('../images/blue/arrow.gif');
}

.x-btn-default-small {
	background-color: white;
	background-image: none;
	border-color: #d1d1d1;
	padding: 5px;
}

.x-btn-default-small .x-btn-inner {
	font-size: 14px;
	color: #333333;
}

.x-btn-default-small-over {
	border-color: #4a90e2;
}

.x-btn-default-small-focus {
	border-color: #4a90e2;
}

.x-btn-default-small-menu-active,
.x-btn-default-small-pressed {
	border-color: #4a90e2;
}

.x-btn-default-toolbar-small {
	background-color: transparent;
	background-image: none;
	border-color: transparent;
	padding: 5px;
}

.x-btn-default-toolbar-small .x-btn-inner {
	font-size: 14px;
	color: #333333;
}

.x-btn-default-toolbar-small-over {
	border-color: #4a90e2;
}

.x-btn-default-toolbar-small-focus {
	border-color: #4a90e2;
}

.x-btn-default-toolbar-small-menu-active,
.x-btn-default-toolbar-small-pressed {
	border-color: #4a90e2;
}

/* datepicker */
.x-datepicker {
	border: 1px solid #4a90e2;
}

.x-datepicker .x-btn {
	padding: 2px;
}

.x-datepicker .x-btn-inner {
	font-size: 12px;
	color: #333333;
}

.x-datepicker-header {
	background-color: #23427c;
	background-image: none;
}

.x-datepicker-prev a {
	background-image: url('../images/blue/left-btn.png');
}

.x-datepicker-next a {
	background-image: url('../images/blue/right-btn.png');
}

table.x-datepicker-inner th {
	background-color: white;
	background-image: none;
	border-bottom: 0;
	font-size: 12px;
	color: #555555;
}

table.x-datepicker-inner a {
	font-size: 12px;
	color: #555555;
}

table.x-datepicker-inner .x-datepicker-today a {
	border: 0;
}

table.x-datepicker-inner a:hover,
table.x-datepicker-inner .x-datepicker-disabled a:hover {
    background-color: #ffefd5;
  	border: 1px solid #e8e8e8;
  	color: #555555;
}

table.x-datepicker-inner .x-datepicker-selected a {
	background-color: #ffefd5;
  	border: 1px solid #e8e8e8;
}

table.x-datepicker-inner .x-datepicker-selected span {
	font-weight: normal;
}

.x-datepicker-footer {
	background-color: white;
	background-image: none;
	border-top: 1px solid #4a90e2;
}

.x-monthpicker {
	border: 1px solid #4a90e2;
}

.x-monthpicker-item a {
	font-size: 12px;
	color: #555555;
}

.x-monthpicker-item a:hover {
	background-color: #ffefd5;
  	border: 1px solid #e8e8e8;
}

.x-monthpicker-item a.x-monthpicker-selected {
	background-color: #ffefd5;
  	border: 1px solid #e8e8e8;
}

.x-monthpicker-months {
	border-right: 1px solid #4a90e2;
}

.x-monthpicker-buttons {
	background-color: white;
	background-image: none;
}

.x-monthpicker-yearnav button {
	background-color: transparent;
	background-image: url('../images/blue/tool-sprites.png');
}

/* colorpicker */
.x-color-picker a:hover,
.x-color-picker a.x-color-picker-selected {
	background-color: #ffefd5;
	border-color: #e8e8e8;
}

/* menu */
.x-menu-body {
	background-color: white !important;
}

.x-menu-icon-separator {
	border-left: 1px solid #e8e8e8;
}

.x-menu-item-link {
	padding: 5px 2px 5px 32px;
}

.x-menu-item-text {
	font-size: 14px;
	color: #555555;
}

.x-menu-item-checked .x-menu-item-icon {
	background-image: url('../images/blue/checked.png');
}

.x-menu-item-unchecked .x-menu-item-icon {
	background-image: url('../images/blue/unchecked.png');
}

.x-menu-item-separator {
	border-top: 1px solid #e8e8e8;
}

.x-menu-item-arrow {
	background-image: url('../images/blue/menu-parent.png');
}

.x-menu-item-active .x-menu-item-link {
	background-color: #ffefd5;
	background-image: none;
	border-color: #e8e8e8;
	border-radius: 0;
}

/* grid */
.x-panel .x-grid-body {
	border-color: #e8e8e8;
}

.x-grid-header-hidden .x-grid-body {
	border-top-color: #e8e8e8 !important;
}

.x-grid-header-ct {
	background-color: #c0e6ff;
	background-image: none;
	border-color: #e8e8e8;
}

.x-column-header {
	background-color: #c0e6ff;
	background-image: none;
	border-right: 1px solid white;
	font-size: 14px;
	color: #333333;
	text-shadow: none;
}

.x-column-header-inner {
	line-height: 35px;
	padding: 0 10px;
}

.x-column-header-over,
.x-column-header-sort-ASC,
.x-column-header-sort-DESC {
	background-color: #c0e6ff;
	background-image: none;
}

.x-column-header-trigger {
  	background-color: white;
  	background-image: url(../images/blue/grid3-hd-btn.png);
}

.x-column-header-sort-ASC .x-column-header-text {
	background-image: url('../images/blue/sort_asc.png');
}

.x-column-header-sort-DESC .x-column-header-text {
	background-image: url('../images/blue/sort_desc.png');
}

.x-grid-row {
	color: #555555;
	height: 35px;
	vertical-align: middle;
}

.x-grid-row .x-grid-cell {
	background-color: white;
	border-color: #f0f0f0;
	border-top-color: transparent;
	font-size: 14px;
}

.x-grid-row-alt .x-grid-cell {
	background-color: white;
}

.x-grid-row-over .x-grid-cell {
	background-color: #ffefd5;
}

.x-grid-row-focused .x-grid-cell {
	background-color: #ffefd5;
}

.x-grid-row-selected .x-grid-cell {
	background-color: #ffefd5 !important;
}

.x-grid-cell-inner {
	padding: 0 10px;
	white-space: normal;
}

.x-grid-with-row-lines .x-grid-cell-inner {
	line-height: normal;
	padding-bottom: 0;
}

.x-action-col-cell .x-grid-cell-inner {
	padding: 0 2px;
}

.x-grid-with-row-lines .x-action-col-cell .x-grid-cell-inner {
	padding-top: 0;
}

.x-action-col-cell img {
	cursor: pointer;
}

.x-grid-row .x-grid-cell-special {
	background-color: white;
	background-image: none;
	border-right: 0;
}

.x-grid-row-alt .x-grid-cell-special {
	background-color: white;
}

.x-grid-row-over .x-grid-cell-special {
	background-color: #ffefd5;
}

.x-grid-row-focused .x-grid-cell-special {
	background-color: #ffefd5;
}

.x-grid-row-selected .x-grid-cell-special {
	background-color: #ffefd5;
}

.x-grid-dirty-cell {
	background-image: url('../images/blue/dirty.png');
}

.col-move-top {
	background-image: url('../images/blue/col-move-top.png');
}

.col-move-bottom {
	background-image: url('../images/blue/col-move-bottom.png');
}

.x-grid-cell-special .x-grid-cell-inner {
	padding-left: 9px;
}

.x-column-header-checkbox .x-column-header-text {
	background-image: url('../images/blue/unchecked.png');
	margin-left: 10px;
}

.x-grid-hd-checker-on .x-column-header-text {
	background-image: url('../images/blue/checked.png');
}

.x-grid-row-checker {
	background-image: url('../images/blue/unchecked.png');
}

.x-grid-row-selected .x-grid-row-checker {
	background-image: url('../images/blue/checked.png');
}

.x-grid-cell-row-checker .x-grid-cell-inner {
	padding-top: 0;
	padding-bottom: 0;
}

.x-grid-with-row-lines .x-grid-cell-row-checker .x-grid-cell-inner {
	padding-top: 0;
}

.x-tbar-page-first {
	background-image: url('../images/blue/page-first.png') !important;
}

.x-tbar-page-last {
	background-image: url('../images/blue/page-last.png') !important;
}

.x-tbar-page-prev {
	background-image: url('../images/blue/page-prev.png') !important;
}

.x-tbar-page-next {
	background-image: url('../images/blue/page-next.png') !important;
}

.x-tbar-loading {
	background-image: url('../images/blue/refresh.png') !important;
}

.x-item-disabled .x-tbar-page-first {
	background-image: url('../images/blue/page-first-disabled.png') !important;
}

.x-item-disabled .x-tbar-page-last {
	background-image: url('../images/blue/page-last-disabled.png') !important;
}

.x-item-disabled .x-tbar-page-prev {
	background-image: url('../images/blue/page-prev-disabled.png') !important;
}

.x-item-disabled .x-tbar-page-next {
	background-image: url('../images/blue/page-next-disabled.png') !important;
}

.x-item-disabled .x-tbar-loading {
	background-image: url('../images/blue/refresh-disabled.png') !important;
}

.x-hmenu-sort-asc .x-menu-item-icon {
	background-image: url('../images/blue/hmenu-asc.gif');
}

.x-hmenu-sort-desc .x-menu-item-icon {
	background-image: url('../images/blue/hmenu-desc.gif');
}

.x-hmenu-lock .x-menu-item-icon {
	background-image: url('../images/blue/hmenu-lock.gif');
}

.x-hmenu-unlock .x-menu-item-icon {
	background-image: url('../images/blue/hmenu-unlock.gif');
}

.x-cols-icon .x-menu-item-icon {
	background-image: url('../images/blue/columns.gif');
}

.x-grid-drop-indicator .x-grid-drop-indicator-left {
	background-image: url('../images/blue/dd-insert-arrow-right.png');
}

.x-grid-drop-indicator .x-grid-drop-indicator-right {
	background-image: url('../images/blue/dd-insert-arrow-left.png');
}

.x-grid-editor .x-form-cb-wrap {
	padding-top: 0;
}

.x-grid-editor .x-form-text {
	font-size: 14px;
	color: #555555;
  	margin-top: 3px;
}

.x-grid-editor .x-form-checkbox {
	margin-top: 8px;
}

.x-grid-editor .x-form-trigger {
  	margin-top: 3px;
}

.x-grid-editor .x-form-trigger-wrap .x-form-spinner-up {
	background-image: url('../images/blue/spinner.png');
	height: 14px !important;
}

.x-grid-editor .x-form-trigger-wrap .x-form-spinner-down {
	background-image: url('../images/blue/spinner.png');
	background-position: 0 -14px;
	height: 14px !important;
	margin-top: 0;
}

.x-grid-editor .x-form-trigger-wrap-focus .x-form-spinner-down {
	background-position: -17px -14px;
}

.x-border-box .x-grid-editor .x-form-text {
  	height: 28px;
}

.x-border-box .x-grid-editor .x-form-trigger {
  	height: 28px;
}

/* form */
.x-form-item-label {
	font-size: 14px;
	color: #555555;
}

.x-form-invalid-under {
	background-image: url('../images/blue/exclamation.gif');
}

.x-form-invalid-icon {
	background-image: url('../images/blue/exclamation.gif');
}

.x-form-text,
textarea.x-form-text {
	background-color: white;
	background-image: none;
	border-color: #b5b8c8;
	font-size: 14px;
	color: #555555;
}

.x-border-box .x-form-text {
  	height: 28px;
}

.x-form-focus,
textarea.x-form-focus {
	border-color: #4a90e2;
}

.x-form-invalid-field,
textarea.x-form-invalid-field {
	background-image: none;
	border-color: red;
}
	
.x-form-display-field {
	font-size: 14px;
	color: #555555;
}

.x-border-box .x-field-default-toolbar .x-form-text {
  	height: 25px;
}

.x-form-cb-wrap {
	padding-top: 0;
}

.x-form-checkbox {
	background-image: url('../images/blue/checkbox.png');
}

.x-form-radio {
	background-image: url('../images/blue/radio.png');	
}

.x-form-trigger {
	background-image: url('../images/blue/trigger.png');
}

.x-border-box .x-form-trigger {
  	height: 28px;
}

.x-border-box .x-field-default-toolbar .x-form-trigger {
  	height: 25px;
}

.x-form-trigger-over {
	border-bottom-color: #4a90e2;
}

.x-form-trigger-wrap-focus .x-form-trigger {
	border-bottom-color: #4a90e2;
}

.x-pickerfield-open .x-form-field {
	border-radius: 0;
}

.x-pickerfield-open-above .x-form-field {
	border-radius: 0;
}

.x-form-date-trigger {
	background-image: url('../images/blue/date-trigger.png');
}

.x-form-trigger-wrap .x-form-spinner-up {
	background-image: url('../images/blue/spinner.png');
	height: 14px !important;
}

.x-form-trigger-wrap .x-form-spinner-down {
	background-image: url('../images/blue/spinner.png');
	background-position: 0 -14px;
	height: 14px !important;
}

.x-form-trigger-wrap .x-form-spinner-down-over {
	background-position: -17px -14px;
}

.x-form-trigger-wrap-focus .x-form-spinner-down {
	background-position: -17px -14px;
}

.x-form-clear-trigger {
	background-image: url('../images/blue/clear-trigger.png');
}

.x-form-search-trigger {
	background-image: url('../images/blue/search-trigger.png');
}

/* panel */
.x-panel-header-horizontal .x-tool {
	margin: 0 0 0 5px;
}

.x-panel-header-default {
	background-color: #f6f7fc;
	background-image: none;
	border-color: #e8e8e8;
	box-shadow: none;
}

.x-panel-header-text-default {
	font-size: 14px;
	color: #333333;
}

.x-panel-body-default {
	border-color: #e8e8e8;
}

.x-panel-collapsed .x-panel-header-default {
	border-color: #e8e8e8;
}

/* tip */
.x-tip {
	background-color: black;
	border-color: transparent;
	border-radius: 0;
}

.x-tip-header-text {
	font-size: 14px;
	color: white;
}

.x-tip-body {
	font-size: 14px;
	color: white;
}

.x-form-invalid-tip {
	border-color: red;
	border-radius: 0;
	box-shadow: none;
}

.x-form-invalid-tip-body {
	background: url('../images/blue/exclamation.gif') no-repeat left center;
	font-size: 14px;
	color: #555555;
}

.x-form-invalid-tip-body li {
	margin-bottom: 0;
}

/* toolbar */
.x-toolbar .x-toolbar-text {
	font-size: 14px;
	color: #555555;
}

.x-toolbar .x-toolbar-separator-horizontal {
	border-left: 1px solid #d1d1d1;
}

.x-toolbar-more-icon {
	background-image: url('../images/blue/more.png') !important;
}

.x-toolbar-default {
	background-color: white;
	background-image: none;
	border-color: #e8e8e8;
}

/* window */
.x-window-header-horizontal .x-tool {
	margin: 0 0 0 5px;
}

.x-window-collapsed .x-window-header-horizontal {
	border-radius: 0;
}

.x-window-collapsed .x-window-header-top {
	padding-bottom: 0 !important;
}

.x-window-default {
	background-color: white;
	border-color: #707070;
	border-radius: 0;
	box-shadow: none;
}

.x-window-body-default {
	background-color: white;
	border-color: white;
}

.x-window-header-default {
	background-color: #0078d7;
	border-radius: 0;
	box-shadow: none;
}

.x-window-header-text-default {
	font-size: 15px;
	color: white;
}

.x-window-header-default-top {
	padding: 0 5px;
}

.x-window-header-default-right {
	padding: 5px 0;
}

.x-window-header-default-bottom {
	padding: 0 5px;
}

.x-window-header-default-left {
	padding: 5px 0;
}

.x-message-box .x-window-body {
	background-color: white;
}

/* tab */
.x-tab-bar-top .x-tab-bar-strip {
	display: none;
}

.x-tab-default-top {
	background-color: #f6f7fc;
	background-image: none;
	border-color: #e8e8e8;
	border-bottom: 0 !important;
	border-radius: 0;
	box-shadow: none;
}

.x-tab {
	margin: 0 10px 0 0;
}

.x-tab button {
	font-size: 14px;
	color: #333333;
}

.x-tab-active button {
	color: #0078d7;
}

.x-tab-top-active {
	background-color: #f6f7fc;
	background-image: none;
	border-top: 2px solid #0078d7 !important;
}

.x-tab-closable em {
	padding-right: 26px;
}

.x-tab-close-btn {
	position: absolute;
	top: 10px;
	right: 5px;
	width: 16px;
	height: 16px;
	background-image: url('../images/blue/tab-close.png');
	opacity: .6;
}

a.x-tab-close-btn:hover {
	background-image: url('../images/blue/tab-close-hover.png');
	opacity: 1;
}

/* tree */
.x-tree-arrows .x-tree-expander {
	background: url('../images/blue/arrows.gif') no-repeat 0 0;
}

.x-tree-icon-leaf {
	background-image: url('../images/blue/leaf.png');	
}

.x-tree-icon-parent {
	background-image: url('../images/blue/folder.gif');	
}

.x-grid-tree-node-expanded .x-tree-icon-parent {
	background-image: url('../images/blue/folder-open.gif');	
}

.x-tree-checkbox {
	background-image: url('../images/blue/checkbox.png');
}

/* dragdrop */
.x-dd-drag-ghost {
	border-color: #d1d1d1;
	font-size: 14px;
	color: #555555;
}

.x-dd-drop-icon {
	top: 7px;
}

.x-dd-drop-nodrop .x-dd-drop-icon {
	background-image: url('../images/blue/drop-no.gif');
}

.x-dd-drop-ok .x-dd-drop-icon {
	background-image: url('../images/blue/drop-yes.gif');
}

.x-dd-drop-ok-add .x-dd-drop-icon {
	background-image: url('../images/blue/drop-add.gif');
}

/* layout */
.x-border-layout-ct {
	background-color: white;
}

.x-box-scroller-left .x-toolbar-scroll-left,
.x-box-scroller-left .x-tabbar-scroll-left {
	background: url('../images/blue/scroll-left.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin: 10px 10px 10px 0;
}

.x-box-scroller-right .x-toolbar-scroll-right,
.x-box-scroller-right .x-tabbar-scroll-right {
	background: url('../images/blue/scroll-right.png') no-repeat 0 0;
	width: 16px;
	height: 16px;
	margin: 10px 0 10px 10px;
}

/* tool */
.x-tool img {
	background-image: url('../images/blue/tool-sprites.png');
}

.x-window .x-tool img {
	background-image: url('../images/blue/window-tool-sprites.png');
}

/* Ext.view.View */
.x-item-selected {
	border: 1px solid #4a90e2;
}

/* Ext.ux.form.ItemSelector */
.x-form-itemselector-top {
	background-image: url(../images/blue/top.png);
}

.x-form-itemselector-up {
	background-image: url(../images/blue/up.png);
}

.x-form-itemselector-add {
	background-image: url(../images/blue/right.png);
}

.x-form-itemselector-remove {
	background-image: url(../images/blue/left.png);
}

.x-form-itemselector-down {
	background-image: url(../images/blue/down.png);
}

.x-form-itemselector-bottom {
	background-image: url(../images/blue/bottom.png);
}

/* Ext.ux.grid.FiltersFeature */
.ux-filtered-column {
	font-style: italic;
	font-weight: bold;
}

.ux-gridfilter-text-icon {
	background-image: url(../images/blue/find.png) !important;
}

.ux-rangemenu-icon {
	display: block;
	height: 16px;
	background: no-repeat 5px center;
}

.ux-rangemenu-gt {
	background-image: url(../images/blue/greater_than.png) !important;
}

.ux-rangemenu-lt {
	background-image: url(../images/blue/less_than.png) !important;
}

.ux-rangemenu-eq {
	background-image: url(../images/blue/equals.png) !important;
}

/* App.ux.PhotoPanel */
.item {
	cursor: pointer;
	float: left;
	border: 1px solid #e8e8e8;
	margin: 5px;
}

.item img {
	width: 100px;
	height: 100px;
}

/* app */
::-webkit-scrollbar {
	width: 8px;
	height: 8px;
	background-color: white;
}

::-webkit-scrollbar-track {
	background-color: white;
}

::-webkit-scrollbar-thumb {
	background-color: #dde0ef;
}

.loginBody {
	background-image: url("../images/blue/loginBody.png") !important;
	width: 960px;
	height: 540px;
}

.login {
	background-image: url(../images/blue/login.png) !important;
	width: 150px;
	height: 30px;
}

.welcome {
	background-image: url("../images/blue/loading.gif") !important;
}

.head {
	background-image: url("../images/blue/head.png") ;
	height: 60px;
}

.head-left {
	background-image: url(../images/blue/head-left.jpg) !important;
	width: 500px;
	height: 60px;
}

.user {
	background-image: url(../images/blue/user.png) !important;
	width: 24px;
	height: 24px;
}

.changePassword {
	background-image: url(../images/blue/changePassword.png) !important;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.logout {
	background-image: url(../images/blue/logout.png) !important;
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.resetPassword {
	background-image: url(../images/blue/resetPassword.png) !important;
	width: 16px;
	height: 16px;
}

.refresh {
	background-image: url(../images/blue/refresh.png) !important;
	width: 16px;
	height: 16px;
}

.add {
	background-image: url(../images/blue/add.png) !important;
	width: 16px;
	height: 16px;
}

.delete {
	background-image: url(../images/blue/delete.png) !important;
	width: 16px;
	height: 16px;
}

.empty {
	background-image: url(../images/blue/empty.png) !important;
	width: 16px;
	height: 16px;
}

.edit {
	background-image: url(../images/blue/edit.png) !important;
	width: 16px;
	height: 16px;
}

.view {
	background-image: url(../images/blue/view.png) !important;
	width: 16px;
	height: 16px;
}

.search {
	background-image: url(../images/blue/search.png) !important;
	width: 16px;
	height: 16px;
}

.sort {
	background-image: url(../images/blue/sort.png) !important;
	width: 16px;
	height: 16px;
}

.select {
	background-image: url(../images/blue/select.png) !important;
	width: 16px;
	height: 16px;
}

.save {
	background-image: url(../images/blue/save.png) !important;
	width: 16px;
	height: 16px;
}

.close {
	background-image: url(../images/blue/close.png) !important;
	width: 16px;
	height: 16px;
}

.upload {
	background-image: url(../images/blue/upload.png) !important;
	width: 16px;
	height: 16px;
}

.download {
	background-image: url(../images/blue/download.png) !important;
	width: 16px;
	height: 16px;
}

.import {
	background-image: url(../images/blue/import.png) !important;
	width: 16px;
	height: 16px;
}

.export {
	background-image: url(../images/blue/export.png) !important;
	width: 16px;
	height: 16px;
}

.printPreview {
	background-image: url(../images/blue/printPreview.png) !important;
	width: 16px;
	height: 16px;
}

.print {
	background-image: url(../images/blue/print.png) !important;
	width: 16px;
	height: 16px;
}

.activate {
	background-image: url(../images/blue/activate.png) !important;
	width: 16px;
	height: 16px;
}

.prohibit {
	background-image: url(../images/blue/prohibit.png) !important;
	width: 16px;
	height: 16px;
}

.expand {
	background-image: url(../images/blue/expand.png) !important;
	width: 16px;
	height: 16px;
}

.collapse {
	background-image: url(../images/blue/collapse.png) !important;
	width: 16px;
	height: 16px;
}

.copy {
	background-image: url(../images/blue/copy.png) !important;
	width: 16px;
	height: 16px;
}

.paste {
	background-image: url(../images/blue/paste.png) !important;
	width: 16px;
	height: 16px;
}

.send {
	background-image: url(../images/blue/send.png) !important;
	width: 16px;
	height: 16px;
}

.archive {
	background-image: url(../images/blue/archive.png) !important;
	width: 16px;
	height: 16px;
}

.check {
	background-image: url(../images/blue/check.png) !important;
	width: 16px;
	height: 16px;
}

.approve {
	background-image: url(../images/blue/approve.png) !important;
	width: 16px;
	height: 16px;
}

.reject {
	background-image: url(../images/blue/reject.png) !important;
	width: 16px;
	height: 16px;
}

.submit {
	background-image: url(../images/blue/submit.png) !important;
	width: 16px;
	height: 16px;
}

.recall {
	background-image: url(../images/blue/recall.png) !important;
	width: 16px;
	height: 16px;
}

.assign {
	background-image: url(../images/blue/assign.png) !important;
	width: 16px;
	height: 16px;
}

.confirm {
	background-image: url(../images/blue/confirm.png) !important;
	width: 16px;
	height: 16px;
}

.receive {
	background-image: url(../images/blue/receive.png) !important;
	width: 16px;
	height: 16px;
}

.accept {
	background-image: url(../images/blue/accept.png) !important;
	width: 16px;
	height: 16px;
}

.deploy {
	background-image: url(../images/blue/deploy.png) !important;
	width: 16px;
	height: 16px;
}

.flowChart {
	background-image: url(../images/blue/flowChart.png) !important;
	width: 16px;
	height: 16px;
}

.setting {
	background-image: url(../images/blue/setting.png) !important;
	width: 16px;
	height: 16px;
}

.attachment {
	background-image: url(../images/blue/attachment.png) !important;
	width: 16px;
	height: 16px;
}

.document {
	background-image: url(../images/blue/document.png) !important;
	width: 16px;
	height: 16px;
}

.word {
	background-image: url(../images/blue/word.png) !important;
	width: 16px;
	height: 16px;
}

.excel {
	background-image: url(../images/blue/excel.png) !important;
	width: 16px;
	height: 16px;
}

.job {
	background-image: url(../images/blue/job.png) !important;
	width: 16px;
	height: 16px;
}

.folder {
	background-image: url('../images/blue/folder.gif');
	width: 16px;
	height: 16px;	
}
.notice {
	background-image: url(../images/blue/notice.png) !important;
	width: 16px;
	height: 16px;
}

.historicalData {
	background-image: url(../images/blue/historicalData.png) !important;
	width: 12px;
	height: 16px;
}

.menuitem {
	background-image: url(../images/blue/menuitem.png) !important;
	width: 16px;
	height: 16px;
}

.panel-header {
	background-image: url(../images/blue/panel-header.png) !important;
	width: 16px;
	height: 16px;
}

.window-header {
	background-image: url(../images/blue/window-header.png) !important;
	width: 16px;
	height: 16px;
}

.btn-inner {
	color: #4a90e2;
	line-height: 16px;
}

.field-editable {
	background-color: #dbffeb;
}

.x-grid-cell.column-editable {
	background-color: #dbffeb !important;
}

.row-gray {
	color: silver;
}

.row-red {
	color: red;
}

.row-green {
	color: green;
}

.row-blue {
	color: blue;
}

.row-orange {
	color: orange;
}

.column-red {
	color: red;
}

.column-orange {
	color: orange;
}

.label-red {
	color: red;
}
.label-yellow {
	color: yellow;
}

.x-grid-cell.column-editable-red {
	background-color: FF0000 !important;
}

.x-grid-cell.column-editable-yellow {
	background-color: FFFF00 !important;
}

.x-grid-cell.column-editable-yellow1 {
	background-color: #FCEB79 !important;
}

.foot {
	background-color: #a1daf5;
	height: 25px;
	text-align: center;
	padding-top: 5px;
}
.displayfieldClick {
	color:#00F;
	font-size:18px;
	height: 30px;
	text-align: left;
	padding-top: 5px;
	text-decoration:underline;
	cursor:pointer;
}

.x-form-field-address-prefix{
	border-right:0px ;
}

.x-form-field-address-detailed{
	border-left:0px ;
}
