.accordion {
	background: #fff;
	overflow: hidden;
}

.accordion .accordion-header {
	background: #E0ECFF;
	border-top-width: 0;
	cursor: pointer;
}

.accordion .accordion-header .panel-title {
	font-weight: normal;
}

.accordion .accordion-header-selected .panel-title {
	font-weight: bold;
}

.accordion-noborder .accordion-header {
	border-width: 0 0 1px;
}

.accordion-noborder .accordion-body {
	border-width: 0px;
}

.accordion-collapse {
	background: url('images/accordion_collapse.png') no-repeat;
}

.accordion-expand {
	background: url('images/accordion_expand.png') no-repeat;
}

.calendar {
	background: #fff;
	border: 1px solid #A4BED4;
	padding: 1px;
	overflow: hidden;
}

.calendar-noborder {
	border: 0px;
}

.calendar-header {
	position: relative;
	background: #E0ECFF;
	font-size: 12px;
	height: 22px;
}

.calendar-title {
	text-align: center;
	height: 22px;
}

.calendar-title span {
	position: relative;
	top: 2px;
	line-height: 12px;
	display: inline-block;
	padding: 3px;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.calendar-prevmonth,.calendar-nextmonth,.calendar-prevyear,.calendar-nextyear
	{
	position: absolute;
	top: 4px;
	width: 14px;
	height: 14px;
	line-height: 12px;
	cursor: pointer;
	font-size: 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.calendar-prevmonth {
	left: 20px;
	background: url('images/calendar_prevmonth.gif') no-repeat 3px 2px;
}

.calendar-nextmonth {
	right: 20px;
	background: url('images/calendar_nextmonth.gif') no-repeat 3px 2px;
}

.calendar-prevyear {
	left: 3px;
	background: url('images/calendar_prevyear.gif') no-repeat 1px 2px;
}

.calendar-nextyear {
	right: 3px;
	background: url('images/calendar_nextyear.gif') no-repeat 1px 2px;
}

.calendar-body {
	font-size: 12px;
	position: relative;
}

.calendar-body table {
	width: 100%;
	height: 100%;
	border: 1px solid #eee;
	font-size: 12px;
}

.calendar-body th,.calendar-body td {
	text-align: center;
}

.calendar-body th {
	background: #fafafa;
	color: #888;
}

.calendar-day {
	color: #222;
	cursor: pointer;
	border: 1px solid #fff;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.calendar-sunday {
	color: #CC2222;
}

.calendar-saturday {
	color: #00ee00;
}

.calendar-today {
	color: #0000ff;
}

.calendar-other-month {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

.calendar-hover {
	border: 1px solid red;
}

.calendar-selected {
	background: #FBEC88;
	border: 1px solid red;
}

.calendar-nav-hover {
	background-color: #FBEC88;
}

.calendar-menu {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 180px;
	height: 150px;
	padding: 5px;
	font-size: 12px;
	background: #fafafa;
	opacity: 0.8;
	filter: alpha(opacity = 80);
	display: none;
	overflow: hidden;
}

.calendar-menu-year-inner {
	text-align: center;
	padding-bottom: 5px;
}

.calendar-menu-year {
	width: 40px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 2px;
	font-weight: bold;
}

.calendar-menu-prev,.calendar-menu-next {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
}

.calendar-menu-prev {
	margin-right: 10px;
	background: url('images/calendar_prevyear.gif') no-repeat 5px 6px;
}

.calendar-menu-next {
	margin-left: 10px;
	background: url('images/calendar_nextyear.gif') no-repeat 5px 6px;
}

.calendar-menu-hover {
	background-color: #FBEC88;
}

.calendar-menu-month-inner table {
	width: 100%;
	height: 100%;
}

.calendar-menu-month {
	text-align: center;
	cursor: pointer;
	border: 1px solid #fafafa;
	font-weight: bold;
	color: #666;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.combo {
	background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #DCDCDC;
    display: inline-block;
    font-size: 12px;
    margin: 0;
    padding: 3px 2px 3px 1px;
    white-space: nowrap;
    border-radius: 3px;
}

.combo-text {
    border: 0 none;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    padding: 0;
}
.combo-arrow {
    background: url("images/combo_arrow.gif") no-repeat scroll 3px 4px #E0ECF9;
    cursor: pointer;
    display: inline-block;
    height: 20px;
    opacity: 0.6;
    overflow: hidden;
    vertical-align: top;
    width: 18px;
}
.combo-arrow-hover {
    opacity: 1;
}
.combo-panel {
    background: none repeat scroll 0 0 #FFFFFF;
    overflow: auto;
}
.combobox-group{
	font-size: 12px;
    padding: 3px 0 3px 10px;
} 
.combobox-item{
    cursor: pointer;
    font-size: 12px;
    padding: 3px 0 3px 10px;
}
.combobox-item-hover {
    background: none repeat scroll 0 0 #D2E0F2;
}
.combobox-item-selected {
    background: none repeat scroll 0 0 #FBEC88;
}

.datagrid .panel-body {
	overflow: hidden;
}

.datagrid-wrap {
	position: relative;
}

.datagrid-view {
	position: relative;
	overflow: hidden;
}

.datagrid-view1 {
	position: absolute;
	overflow: hidden;
	left: 0px;
	top: 0px;
}

.datagrid-view2 {
	position: absolute;
	overflow: hidden;
	/*left: 210px;*/
	top: 0px;
}

.datagrid-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #ccc;
	opacity: 0.3;
	filter: alpha(opacity = 30);
	display: none;
}

.datagrid-mask-msg {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	width: auto;
	height: 16px;
	padding: 12px 5px 10px 30px;
	background: #fff url('images/pagination_loading.gif') no-repeat scroll
		5px 10px;
	border: 2px solid #6593CF;
	color: #222;
	display: none;
}

.datagrid-sort-desc .datagrid-sort-icon {
	padding: 2px 13px 3px 0px;
	background: url('images/datagrid_sort_desc.gif') no-repeat center center;
}

.datagrid-sort-asc .datagrid-sort-icon {
	padding: 2px 13px 3px 0px;
	background: url('images/datagrid_sort_asc.gif') no-repeat center center;
}

.datagrid-toolbar {
	height: 28px;
	/*background: #efefef;*/
	padding: 0px 0px 10px;
	/*border-bottom: 1px solid #ccc;*/
	background:#E6E6E8;
}

.datagrid-btn-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 2px 1px;
	padding-left:2px;
}

.datagrid-pager {
	background: #efefef;
	border-top: 1px solid #ccc;
	position: relative;
}

.datagrid-pager-top {
	border-top: 0;
	border-bottom: 1px solid #ccc;
}

.datagrid-header {
	overflow: hidden;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	cursor: default;
}

.datagrid-header-inner {
	float: left;
	width: 10000px;
}

.datagrid-header-row {
	height: 25px;
}

.datagrid-header td {
	color: #333333;
    font-family: '微软雅黑',"宋体";
	border-right: 1px solid #ccc;
	font-size: 12px;
	font-weight: normal;
	background:#F7F7F7;;
	border-bottom: 1px solid #ccc;
	border-top: 1px dotted #fff;
	font-weight:bold;
}

.datagrid-header td.datagrid-header-over {
	background: #EBF3FD;
}

.datagrid-header .datagrid-cell {
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: center;
}

.datagrid-header .datagrid-cell-group {
	margin: 0;
	padding: 4px 2px 4px 4px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	text-align: center;
}

.datagrid-header-rownumber {
	width: 25px;
	text-align: center;
	margin: 0px;
	padding: 3px 0px;
}

.datagrid-td-rownumber {
	background: #fafafa url('images/datagrid_header_bg.gif') repeat-x left
		bottom;
}

.datagrid-cell-rownumber {
	width: 25px;
	text-align: center;
	margin: 0px;
	padding: 3px 0px;
	color: #000;
}

.datagrid-body {
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
	background-color: #ffffff;
}

.datagrid-view1 .datagrid-body-inner {
	padding-bottom: 20px;
}

.datagrid-view1 .datagrid-body {
	overflow: hidden;
}

.datagrid-footer {
	overflow: hidden;
}

.datagrid-footer-inner {
	border-top: 1px solid #ccc;
	width: 10000px;
	float: left;
}

.datagrid-body td,.datagrid-footer td {
	font-size: 12px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
	padding: 0;
	margin: 0;
}

.datagrid-body .datagrid-cell,.datagrid-footer .datagrid-cell {
	overflow: hidden;
	margin: 0;
	padding: 0px 4px;
	white-space: nowrap;
	word-wrap: normal;
	height: 18px;
	line-height: 18px;
}

.datagrid-row-editing .datagrid-cell {
	height: auto;
}

.datagrid-header-check,.datagrid-cell-check {
	padding: 0;
	width: 27px;
	height: 18px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
}

.datagrid-header-check input,.datagrid-cell-check input {
	margin: 0;
	padding: 0;
	width: 15px;
	height: 18px;
}

.datagrid-row {
	height: 25px;
}

.datagrid-row-collapse {
	background: url('images/datagrid_row_collapse.gif') no-repeat center
		center;
}

.datagrid-row-expand {
	background: url('images/datagrid_row_expand.gif') no-repeat center
		center;
}

.datagrid-row-alt {
	background: #EEEEFF;
}

.datagrid-row-over {
	background: #D0E5F5;
	cursor: default;
}

.datagrid-row-selected {
	background: #FBEC88;
}

.datagrid-resize-proxy {
	position: absolute;
	width: 1px;
	top: 0;
	height: 10000px;
	background: red;
	cursor: e-resize;
	display: none;
}

.datagrid-body .datagrid-editable {
	padding: 0;
}

.datagrid-body .datagrid-editable table {
	width: 100%;
	height: 100%;
}

.datagrid-body .datagrid-editable td {
	border: 0;
	padding: 0;
}

.datagrid-body .datagrid-editable .datagrid-editable-input {
	width: 100%;
	font-size: 12px;
	border: 1px solid #A4BED4;
	padding: 3px 2px;
}

.datebox .combo-arrow {
	background: url('images/datebox_arrow.png') no-repeat center center;
}

.datebox-calendar-inner {
	height: 180px;
}

.datebox-button {
	height: 18px;
	padding: 2px 5px;
	font-size: 12px;
	background-color: #fafafa;
	text-align: center;
}

.datebox-current,.datebox-close {
	float: left;
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

.datebox-close {
	float: right;
}

.datebox-ok {
	color: #888;
	text-decoration: none;
	font-weight: bold;
}

.datebox-button-hover {
	color: #A4BED4;
}

.dialog-content {
	overflow: auto;
}

.dialog-toolbar {
	background: #fafafa;
	padding: 2px 5px;
	border-bottom: 1px solid #eee;
}

.dialog-tool-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 2px 1px;
}

.dialog-button {
	border-top: 1px solid #eee;
	background: #fafafa;
	padding: 5px 5px;
	text-align: right;
}

.dialog-button .l-btn {
	margin-left: 5px;
}

.layout {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0;
	z-index: 0;
}

.layout-panel {
	position: absolute;
	/*overflow:hidden;*/
}

.layout-panel-east,.layout-panel-west {
	z-index: 2;
}

.layout-panel-north,.layout-panel-south {
	z-index: 3;
}

.layout-button-up {
	background: url('images/layout_arrows.png') no-repeat -16px -16px;
}

.layout-button-down {
	background: url('images/layout_arrows.png') no-repeat -16px 0;
}

.layout-button-left {
	background: url('images/layout_arrows.png') no-repeat 0 0;
}

.layout-button-right {
	background: url('images/layout_arrows.png') no-repeat 0 -16px;
}

.layout-expand {
	position: absolute;
	padding: 0px 5px;
	padding: 0px;
	background: #D2E0F2;
	font-size: 1px;
	cursor: pointer;
	z-index: 1;
}

.layout-expand .panel-header {
	background: transparent;
	border-bottom-width: 0px;
}

.layout-expand .panel-header .panel-tool {
	top: 5px;
}

.layout-expand .panel-body {
	overflow: hidden;
}

.layout-expand-over {
	background: #E1F0F2;
}

.layout-body {
	overflow: auto;
	background: #fff;
}

.layout-split-proxy-h {
	position: absolute;
	width: 2px;
	background: #ccc;
	font-size: 1px;
	cursor: e-resize;
	display: none;
	z-index: 5;
}

.layout-split-proxy-v {
	position: absolute;
	height: 5px;
	background: #ccc;
	font-size: 1px;
	cursor: n-resize;
	display: none;
	z-index: 5;
}

.layout-split-north {
	border-bottom: 5px solid #D2E0F2;
}

.layout-split-south {
	border-top: 5px solid #D2E0F2;
}

.layout-split-east {
	border-left: 1px solid #D2E0F2;
}

.layout-split-west {
	/*border-right:1px solid #D2E0F2;*/
	
}

.layout-mask {
	position: absolute;
	background: #fafafa;
	filter: alpha(opacity = 10);
	opacity: 0.10;
	z-index: 4;
}

a.l-btn {
	outline: none;
}

a.l-btn-plain {
	background: transparent;
	padding-right: 5px;
	border: 1px solid transparent;
	_border: 0px solid #efefef;
	_padding: 1px 6px 1px 1px;
}

a.l-btn-disabled {
	color: #ccc;
	cursor: default;
}

a.l-btn span.l-btn-left {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	background-color: #f7f7f7;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f7f7f7),
		to(#f2f2f2));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#f7f7f7),
		to(#f2f2f2));
	background: -o-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#f7f7f7), to(#f2f2f2));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f7f7f7,
		endcolorstr=#f2f2f2, gradientType=0);
	height: 20px;
	padding: 0 20px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #666666;
}

a.l-btn span.l-btn-left2 {
	border: 1px solid #2091fc;
	border-radius: 3px;
	background-color: #28b5fd;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#28b5fd),
		to(#2091fc));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#28b5fd),
		to(#2091fc));
	background: -o-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#28b5fd), to(#2091fc));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#28b5fd,
		endcolorstr=#2091fc, gradientType=0);
	color: #FFFFFF;
	height: 20px;
	padding: 0 20px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #FFFFFF;
}

a.l-btn-plain span.l-btn-left {
	background: transparent;
	padding-left: 5px;
}

a.l-btn span span.l-btn-text {
	
}

a.l-btn span span span.l-btn-empty {
	display: inline-block;
	padding: 0px;
	width: 25px;
}

a:hover.l-btn .l-btn-left {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	background-color: #FFFFFF;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF),
		to(#f2f2f2));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#FFFFFF),
		to(#f2f2f2));
	background: -o-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#f2f2f2));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#f2f2f2));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#FFFFFF,
		endcolorstr=#f2f2f2, gradientType=0);
	color: #666666;
	cursor: pointer;
}

a:active.l-btn .l-btn-left {
	border: 1px solid #d1d1d1;
	border-radius: 3px;
	background-color: #f2f2f2;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#f2f2f2),
		to(#FFFFFF));
	background: -moz-gradient(linear, 0 0, 0 100%, from(#f2f2f2),
		to(#FFFFFF));
	background: -o-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#FFFFFF));
	background: -ms-gradient(linear, 0 0, 0 100%, from(#f2f2f2), to(#FFFFFF));
	filter: progid:DXImageTransform.Microsoft.gradient(startcolorstr=#f2f2f2,
		endcolorstr=#FFFFFF, gradientType=0);
	color: #666666;
	cursor: pointer;
}

a:hover.l-btn span.l-btn-left {
	
}

a:hover.l-btn-plain {
	/* border: 1px solid #7eabcd;
	background: url('images/button_plain_hover.png') repeat-x left bottom;
	_padding: 0px 5px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px; */
}

/* a:hover.l-btn-disabled {
	background-position: top right;
}

a:hover.l-btn-disabled span.l-btn-left {
	background-position: top left;
}
 */
a.l-btn .l-btn-focus {
	/*outline: #0000FF dotted thin;*/
	
}
a.easyui-linkbutton.l-btn-disabled span.l-btn-left,.easyui-linkbutton.l-btn-disabled:hover span.l-btn-left{
	color: #ccc;
	background:#f2f2f2;
	border:1px solid #e2e2e2;
}
.menu {
	position: absolute;
	background: #f0f0f0 url('images/menu.gif') repeat-y;
	margin: 0;
	padding: 2px;
	border: 1px solid #ccc;
	overflow: hidden;
}

.menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	height: 22px;
	line-height: 20px;
	overflow: hidden;
	font-size: 12px;
	cursor: pointer;
	border: 1px solid transparent;
	_border: 1px solid #f0f0f0;
}

.menu-text {
	position: absolute;
	left: 28px;
	top: 0px;
}

.menu-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	top: 3px;
	left: 2px;
}

.menu-rightarrow {
	position: absolute;
	width: 4px;
	height: 7px;
	top: 7px;
	right: 5px;
	background: url('images/menu_rightarrow.png') no-repeat;
}

.menu-sep {
	margin: 3px 0px 3px 24px;
	line-height: 2px;
	font-size: 2px;
	background: url('images/menu_sep.png') repeat-x;
}

.menu-active {
	border: 1px solid #7eabcd;
	background: #fafafa;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.menu-shadow {
	position: absolute;
	background: #ddd;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=2, MakeShadow=false,
		ShadowOpacity=0.2);
}

.menu-item-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
	cursor: default;
}

.menu-active-disabled {
	border-color: #d3d3d3;
}

.m-btn-downarrow {
	display: inline-block;
	width: 12px;
	line-height: 14px;
	*line-height: 15px;
	background: url('images/menu_downarrow.png') no-repeat 4px center;
}

a.m-btn-active {
	background-position: bottom right;
}

a.m-btn-active span.l-btn-left {
	background-position: bottom left;
}

a.m-btn-plain-active {
	background: transparent;
	border: 1px solid #7eabcd;
	_padding: 0px 5px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.messager-body {
	padding: 5px 10px;
}

.messager-button {
	text-align: center;
	padding-top: 10px;
}

.messager-icon {
	float: left;
	width: 47px;
	height: 35px;
}

.messager-error {
	background: url('images/messager_error.gif') no-repeat scroll left top;
}

.messager-info {
	background: url('images/messager_info.gif') no-repeat scroll left top;
}

.messager-question {
	background: url('images/messager_question.gif') no-repeat scroll left
		top;
}

.messager-warning {
	background: url('images/messager_warning.gif') no-repeat scroll left top;
}

.messager-input {
	width: 262px;
	border: 1px solid #ccc;
}

.messager-progress {
	padding: 10px;
}

.messager-p-msg {
	margin-bottom: 5px;
}

.pagination {
	zoom: 1;
}

.pagination table {
	float: left;
	height: 30px;
}

.pagination td {
	border: 0;
}

.pagination-btn-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #fff;
	margin: 3px 1px;
}

.pagination-num {
	border: 1px solid #ccc;
	margin: 0 2px;
}

.pagination-page-list {
	margin: 0px 6px;
}

.pagination-info {
	float: right;
	padding-right: 6px;
	padding-top: 8px;
	font-size: 12px;
}

.pagination span {
	font-size: 12px;
}

.pagination-first {
	background: url('images/pagination_first.gif') no-repeat scroll 8px 2px;
}

.pagination-prev {
	background: url('images/pagination_prev.gif') no-repeat scroll 8px 2px;
}

.pagination-next {
	background: url('images/pagination_next.gif') no-repeat scroll 8px 2px;
}

.pagination-last {
	background: url('images/pagination_last.gif') no-repeat scroll 8px 2px;
}

.pagination-load {
	background: url('images/pagination_load.png') no-repeat scroll 8px 2px;
}

.pagination-loading {
	background: url('images/pagination_loading.gif') no-repeat;
}

.panel {
	/*overflow:hidden;*/
	font-size: 12px;
}

.panel-header {
	padding: 5px;
	line-height: 15px;
	color: #15428b;
	font-weight: bold;
	font-size: 12px;
	background: url('images/panel_title.png') repeat-x;
	position: relative;
	border: 1px solid #99BBE8;
}

.panel-title {
	background: url('images/blank.gif') no-repeat;
	height: 30px;
	line-height: 30px;
	font-size: 14PX;
	color: #FFF;
	text-indent: 5PX;
}

.panel-header-noborder {
	border-width: 0px;
	border-bottom: 1px solid #99BBE8;
}

.panel-body {
	overflow: auto;
	border-top-width: 0px;
	background-color: #ebebeb;
}

.panel-body-noheader {
	/*border-top-width:1px;*/
	
}

.panel-body-noborder {
	border-width: 0px;
}

.panel-with-icon {
	padding-left: 18px;
}

.panel-icon {
	position: absolute;
	left: 5px;
	top: 4px;
	width: 16px;
	height: 16px;
}

.panel-tool {
	position: absolute;
	right: 10px;
	top: 10px;
}

.panel-tool a {
	display: inline-block;
	width: 16px;
	height: 16px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	margin-left: 2px;
}

.panel-tool a:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
}

.panel-tool-close {
	background: url('images/panel_tools.gif') no-repeat -16px 0px;
}

.panel-tool-min {
	background: url('images/panel_tools.gif') no-repeat 0px 0px;
}

.panel-tool-max {
	background: url('images/panel_tools.gif') no-repeat 0px -16px;
}

.panel-tool-restore {
	background: url('images/panel_tools.gif') no-repeat -16px -16px;
}

.panel-tool-collapse {
	background: url('images/panel_tool_collapse.gif') no-repeat;
}

.panel-tool-expand {
	background: url('images/panel_tool_expand.gif') no-repeat;
}

.panel-loading {
	padding: 11px 0px 10px 30px;
	/*background: url('images/panel_loading.gif') no-repeat 10px 10px;*/
}

.panel-noscroll {
	overflow: hidden;
}

.panel-fit,.panel-fit body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.progressbar {
	border: 1px solid #99BBE8;
	border-radius: 5px;
	overflow: hidden;
}

.progressbar-text {
	text-align: center;
	color: #15428b;
	position: absolute;
}

.progressbar-value {
	background-color: #FF8D40;
	border-radius: 5px 0 0 5px;
	width: 0;
}

.propertygrid .datagrid-view1 .datagrid-body,.propertygrid .datagrid-group
	{
	background: #E0ECFF;
}

.propertygrid .datagrid-group {
	height: 21px;
	overflow: hidden;
}

.propertygrid .datagrid-view1 .datagrid-body td {
	border-color: #E0ECFF;
}

.propertygrid .datagrid-view1 .datagrid-row-over,.propertygrid .datagrid-view1 .datagrid-row-selected
	{
	background: #E0ECFF;
}

.propertygrid .datagrid-group span {
	color: #416AA3;
	font-weight: bold;
	padding-left: 4px;
}

.propertygrid .datagrid-row-collapse,.propertygrid .datagrid-row-expand
	{
	background-position: 3px center;
}

.searchbox {
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 1px solid #A4BED4;
	background: #fff;
}

.searchbox-text {
	font-size: 12px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	padding: 0px;
	*height: 18px;
	*line-height: 18px;
	_height: 18px;
	_line-height: 18px;
}

.searchbox-button {
	background: url('images/searchbox_button.png') no-repeat center center;
	width: 18px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.searchbox-button-hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.searchbox-prompt {
	font-size: 12px;
	color: #ccc;
}

.searchbox a.l-btn-plain {
	background-color: #E0ECF9;
	height: 20px;
	border: 0;
	padding: 0 6px 0 0;
	vertical-align: top;
}

.searchbox a.l-btn .l-btn-left {
	padding: 2px 0 2px 2px;
}

.searchbox a.l-btn-plain:hover {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	border: 0;
	padding: 0 6px 0 0;
}

.searchbox a.m-btn-plain-active {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
}

.slider {
	
}

.slider-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.slider-h {
	height: 22px;
}

.slider-v {
	width: 22px;
}

.slider-inner {
	position: relative;
	height: 6px;
	top: 7px;
	border: 1px solid #99BBE8;
	background: #fafafa;
	border-radius: 3px;
}

.slider-handle {
	position: absolute;
	display: block;
	outline: none;
	width: 20px;
	height: 20px;
	top: -7px;
	margin-left: -10px;
	background: url('images/slider_handle.png') no-repeat;
}

.slider-tip {
	position: absolute;
	display: inline-block;
	line-height: 12px;
	white-space: nowrap;
	top: -22px;
}

.slider-rule {
	position: relative;
	top: 15px;
}

.slider-rule span {
	position: absolute;
	display: inline-block;
	font-size: 0;
	height: 5px;
	border-left: 1px solid #999;
}

.slider-rulelabel {
	position: relative;
	top: 20px;
}

.slider-rulelabel span {
	position: absolute;
	display: inline-block;
	color: #999;
}

.slider-v .slider-inner {
	width: 6px;
	left: 7px;
	top: 0;
	float: left;
}

.slider-v .slider-handle {
	left: 3px;
	margin-top: -10px;
}

.slider-v .slider-tip {
	left: -10px;
	margin-top: -6px;
}

.slider-v .slider-rule {
	float: left;
	top: 0;
	left: 16px;
}

.slider-v .slider-rule span {
	width: 5px;
	height: 'auto';
	border-left: 0;
	border-top: 1px solid #999;
}

.slider-v .slider-rulelabel {
	float: left;
	top: 0;
	left: 23px;
}

.spinner {
	display: inline-block;
	white-space: nowrap;
	font-size: 12px;
	margin: 0;
	padding: 0;
	border: 1px solid #A4BED4;
}

.spinner-text {
	font-size: 12px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	padding: 0px;
	*height: 18px;
	*line-height: 18px;
	_height: 18px;
	_line-height: 18px;
}

.spinner-arrow {
	display: inline-block;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.spinner-arrow-up,.spinner-arrow-down {
	display: block;
	background: #E0ECF9 url('images/spinner_arrow_up.gif') no-repeat 5px 2px;
	font-size: 1px;
	width: 18px;
	height: 10px;
}

.spinner-arrow-down {
	background: #E0ECF9 url('images/spinner_arrow_down.gif') no-repeat 5px
		3px;
}

.spinner-arrow-hover {
	background-color: #ECF9F9;
}

.s-btn-downarrow {
	display: inline-block;
	width: 16px;
	line-height: 14px;
	*line-height: 15px;
	background: url('images/menu_downarrow.png') no-repeat 9px center;
}

a.s-btn-active {
	background-position: bottom right;
}

a.s-btn-active span.l-btn-left {
	background-position: bottom left;
}

a.s-btn-active .s-btn-downarrow {
	background: url('images/menu_split_downarrow.png') no-repeat 4px -19px;
}

a:hover.l-btn .s-btn-downarrow {
	background: url('images/menu_split_downarrow.png') no-repeat 4px -19px;
}

a.s-btn-plain-active {
	background: transparent;
	border: 1px solid #7eabcd;
	_padding: 0px 5px 0px 0px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.s-btn-plain-active .s-btn-downarrow {
	background: url('images/menu_split_downarrow.png') no-repeat 4px -19px;
}

.tabs-container {
	overflow: hidden;
	background: #fff;
}

.tabs-header {
	border: 1px solid #8DB2E3;
	/*background:#E0ECFF;*/
	border-bottom: 0px;
	position: relative;
	overflow: hidden;
	padding: 0px;
	/*padding-top: 2px;*/
	overflow: hidden;
	background: url(images/tabs-header-bg.gif) bottom repeat-x;
	float: left;
	width: 100%;
	height: 41px;
}

.tabs-header-noborder {
	border: 0px;
}

.tabs-header-plain {
	border: 0px;
	background: transparent;
}

.tabs-scroller-left {
	position: absolute;
	left: 0px;
	top: -1px;
	width: 18px;
	height: 38px !important;
	height: 38px;
	border: 1px solid #D7D7D7;
	border-width: 2PX 1PX 0 1PX;
	font-size: 1px;
	display: none;
	cursor: pointer;
	background: #FFFFFF url('images/tabs_leftarrow.png') no-repeat 7PX 14PX;
	margin-bottom: 3PX;
}

.tabs-scroller-right {
	position: absolute;
	right: 0;
	top: -1px;
	width: 18px;
	height: 38px !important;
	height: 38px;
	border: 1px solid #D7D7D7;
	border-width: 2PX 1PX 0 1PX;
	font-size: 1px;
	display: none;
	cursor: pointer;
	background: #FFFFFF url('images/tabs_rightarrow.png') no-repeat 7PX 14PX;
	margin-bottom: 3PX;
}

.tabs-tool {
	position: absolute;
	top: -1px;
	border: 1px solid #8DB2E3;
	padding: 1px;
	background: #E0ECFF;
	overflow: hidden;
}

.tabs-header-plain .tabs-scroller-left {
	top: 2px;
	height: 25px !important;
	height: 27px;
}

.tabs-header-plain .tabs-scroller-right {
	top: 2px;
	height: 25px !important;
	height: 27px;
}

.tabs-header-plain .tabs-tool {
	top: 2px;
	padding-top: 0;
}

.tabs-scroller-over {
	background-color: #EEEEEE;
}

.tabs-wrap {
	position: relative;
	left: 0px;
	overflow: hidden;
	width: 100%;
	margin: 0px;
	padding: 0px;
	float: left;
	width: 100%;
	height: 41px;
}

.tabs-scrolling {
	margin-left: 18px;
	margin-right: 18px;
}

.tabs-disabled {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

.tabs {
	list-style-type: none;
	height: 38px;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	width: 5000px;
}

.tabs li {
	float: left;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: -1px;
	padding: 0;
	position: relative;
}

#tabs li{
	font-size:16px;
}
.tabs li a.tabs-inner {
	display: inline-block;
	text-decoration: none;
	color: #999999;
	border: 1px solid #c7c7c7;
	border-width: 0 1px 0 1px;
	border-top: 3px solid #00c0ff;
	padding: 0px 15px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	white-space: nowrap;
}

.tabs li a.tabs-inner:hover {
	border-top: 3px solid #6cbe4a;
	color: #495056;
}

.tabs li.tabs-selected {
	background: #ebebeb;
	height: 41px;
	margin: 0px 5px 0 0;
	color: #495056;
}

.tabs li.tabs-selected a.tabs-inner {
	color: #495056;
	height: 38PX;
	outline: none;
	border-top: 3px solid #ff9c97;
}

.tabs li.tabs-selected a:hover.tabs-inner {
	cursor: default;
	pointer: default;
}

.tabs-p-tool {
	position: absolute;
	right: 16px;
	top: 7px;
	display: block;
}

.tabs-p-tool a {
	display: inline-block;
	font-size: 1px;
	width: 12px;
	height: 12px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.tabs-p-tool a:hover {
	opacity: 1;
	filter: alpha(opacity = 100);
	cursor: hand;
	cursor: pointer;
	background-color: #8DB2E3;
}

.tabs-with-icon {
	padding-left: 18px;
}

.tabs-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 5px;
}

.tabs-closable {
	padding-right: 8px;
}

.tabs li a.tabs-close {
	position: absolute;
	font-size: 1px;
	display: block;
	padding: 0px;
	width: 13px;
	height: 13px;
	top: 15px;
	right: 5px;
	opacity: 0.6;
	background: url('images/closeN.png') no-repeat;
}

.tabs li.tabs-selected a.tabs-close {
	background: url('images/closeSN.gif') no-repeat;
}

.tabs li a:hover.tabs-close {
	opacity: 1;
	cursor: hand;
	cursor: pointer;
	background-color: #8DB2E3;
	background: url('images/closeS.png') no-repeat;
}

.tabs-panels {
	margin: 0px;
	padding: 0px;
	border: 1px solid #8DB2E3;
	border-top: 0px;
	overflow: hidden;
}

.tabs-panels-noborder {
	border:none;
	border-left:1px solid #c7c7c7;
}

.tree {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tree li {
    white-space: nowrap;
}
.tree li ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.tree-node {
    cursor: pointer;
    height: 18px;
    white-space: nowrap;
}
.tree-hit {
    cursor: pointer;
}
.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-checkbox, .tree-indent {
    display: inline-block;
    height: 18px;
    overflow: hidden;
    vertical-align: top;
    width: 16px;
}
.tree-expanded {
    background: url("images/tree_icons.png") no-repeat scroll -18px 0 rgba(0, 0, 0, 0);
}
.tree-expanded-hover {
    background: url("images/tree_icons.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);
}
.tree-collapsed {
    background: url("images/tree_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tree-expanded-hover {
    background: url("images/tree_icons.png") no-repeat scroll -50px 0 rgba(0, 0, 0, 0);
}
.tree-collapsed {
    background: url("images/tree_icons.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.tree-collapsed-hover {
    background: url("images/tree_icons.png") no-repeat scroll -32px 0 rgba(0, 0, 0, 0);
}
.tree-lines .tree-expanded, .tree-lines .tree-root-first .tree-expanded {
    background: url("images/tree_icons.png") no-repeat scroll -144px 0 rgba(0, 0, 0, 0);
}
.tree-lines .tree-collapsed, .tree-lines .tree-root-first .tree-collapsed {
    background: url("images/tree_icons.png") no-repeat scroll -128px 0 rgba(0, 0, 0, 0);
}
.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded {
    background: url("images/tree_icons.png") no-repeat scroll -80px 0 rgba(0, 0, 0, 0);
}
.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed {
    background: url("images/tree_icons.png") no-repeat scroll -64px 0 rgba(0, 0, 0, 0);
}
.tree-line {
    background: url("images/tree_icons.png") no-repeat scroll -176px 0 rgba(0, 0, 0, 0);
}
.tree-join {
    background: url("images/tree_icons.png") no-repeat scroll -192px 0 rgba(0, 0, 0, 0);
}
.tree-joinbottom {
    background: url("images/tree_icons.png") no-repeat scroll -160px 0 rgba(0, 0, 0, 0);
}
.tree-folder {
    background: url("images/tree_icons.png") no-repeat scroll -208px 0 rgba(0, 0, 0, 0);
}
.tree-folder-open {
    background: url("images/tree_icons.png") no-repeat scroll -224px 0 rgba(0, 0, 0, 0);
}
.tree-file {
    background: url("images/tree_icons.png") no-repeat scroll -240px 0 rgba(0, 0, 0, 0);
}
.tree-loading {
    background: url("images/loading.gif") no-repeat scroll center center rgba(0, 0, 0, 0);
}
.tree-checkbox0 {
    background: url("images/tree_icons.png") no-repeat scroll -208px -18px rgba(0, 0, 0, 0);
}
.tree-checkbox1 {
    background: url("images/tree_icons.png") no-repeat scroll -224px -18px rgba(0, 0, 0, 0);
}
.tree-checkbox2 {
    background: url("images/tree_icons.png") no-repeat scroll -240px -18px rgba(0, 0, 0, 0);
}
.tree-title {
    display: inline-block;
    font-size: 12px;
    height: 18px;
    line-height: 18px;
    padding: 0 2px;
    text-decoration: none;
    vertical-align: top;
    white-space: nowrap;
}
.tree-node-proxy {
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    line-height: 20px;
    padding: 0 2px 0 20px;
    z-index: 9900000;
}
.tree-dnd-icon {
    display: inline-block;
    height: 18px;
    left: 2px;
    margin-top: -9px;
    position: absolute;
    top: 50%;
    width: 16px;
}
.tree-dnd-yes {
    background: url("images/tree_icons.png") no-repeat scroll -256px 0 rgba(0, 0, 0, 0);
}
.tree-dnd-no {
    background: url("images/tree_icons.png") no-repeat scroll -256px -18px rgba(0, 0, 0, 0);
}
.tree-node-top {
    border-top: 1px dotted #FF0000;
}
.tree-node-bottom {
    border-bottom: 1px dotted #FF0000;
}
.tree-node-append .tree-title {
    border: 1px dotted #FF0000;
}
.tree-editor {
    border: 1px solid #CCCCCC;
    font-size: 12px;
    height: 14px !important;
    line-height: 14px;
    padding: 1px 2px;
    position: absolute;
    top: 0;
    width: 80px;
}
.tree-node-proxy {
    background-color: #FFFFFF;
    border-color: #D3D3D3;
    color: #000000;
}
.tree-node-hover {
    background: none repeat scroll 0 0 #E2E2E2;
    color: #000000;
}
.tree-node-selected {
    background: none repeat scroll 0 0 #0092DC;
    color: #FFFFFF;
}

.validatebox-tip-pointer {
	background: url('images/validatebox_pointer.gif') no-repeat left top;
	display: inline-block;
	width: 10px;
	height: 19px;
	position: absolute;
	left: 1px;
	top: 0px;
	z-index: 9900002;
}

.window {
	font-size: 12px;
	position: absolute;
	overflow: hidden;
	background-color: #3a93d4;
	padding: 0px;
	border: 0px solid #99BBE8;
}

.window-shadow {
	position: absolute;
	background: #ddd;
	-moz-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.Blur(pixelRadius=0, MakeShadow=false,
		ShadowOpacity=0.2);
}

.window .window-header {
	background: transparent;
	padding: 2px 0px 4px 0px;
}

.window .window-body {
	background: #fff;
	border: 0px solid #99BBE8;
	border-top-width: 0px;
}

.window .window-body-noheader {
	border-top-width: 1px;
}

.window .window-header .panel-icon {
	left: 1px;
	top: 1px;
}

.window .window-header .panel-with-icon {
	padding-left: 18px;
}

.window .window-header .panel-tool {
	top: 10px;
	right: 10px;
}

.window-proxy {
	position: absolute;
	overflow: hidden;
	border: 1px dashed #15428b;
}

.window-proxy-mask {
	position: absolute;
	background: #fafafa;
	filter: alpha(opacity = 10);
	opacity: 0.10;
}

.window-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 40);
	opacity: 0.40;
	background: #000;
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
}

.combo-panel {
	background: #fff;
	border: 1px solid #d7d7d7;
}
.datagrid-header-over .datagrid-cell{
	color:#8bbf00;
}
.datagrid-sort-asc .datagrid-sort-icon{
	background: url("images/icon_sort.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #5F5F58;
    display: inline-block;
    padding-right: 10px;
    width:8px;
}
.datagrid-header-over .datagrid-sort-asc .datagrid-sort-icon{
	background: url("images/icon_sorthover.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.datagrid-sort-desc .datagrid-sort-icon{
	background: url("images/icon_sort2.png") no-repeat scroll right center rgba(0, 0, 0, 0);
    color: #5F5F58;
    display: inline-block;
    padding-right: 10px;
    width:8px;
}
.datagrid-header-over .datagrid-sort-desc .datagrid-sort-icon{
	background: url("images/icon_sort2hover.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
.dialog-content,.dialog-content .panel-body{
	background:none;
}
.dialog-content th{
	font-size:14px;
	padding:5px;
	text-align:right;
	font-weight:normal;
}
.dialog-content td{padding-bottom:6px;}