body {
	padding: 0px;
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
}

body, input, textarea, select, button, pre {
	/* font-family: Verdana, "宋体"; */
	font-family: "Microsoft YaHei", "宋体";
}

a.accordion-collapse:hover, a.accordion-expand:hover {
	border-color: #B7D2FF;
	background-color: #EAF2FF;
}

a.l-btn {
	background-position: right 0;
	font-size: 12px;
	text-decoration: none;
	display: inline-block;
	zoom: 1;
	height: 22px;
	padding-right: 18px;
	cursor: pointer;
	outline: none;
}

a.l-btn-plain {
	padding-right: 5px;
	border: 0;
	padding: 1px 6px 1px 1px;
}

a.l-btn-disabled {
	color: #CCC;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	cursor: default;
}

a.l-btn span.l-btn-left {
	display: inline-block;
	background-position: 0 -48px;
	padding: 3px 0px 3px 18px;
	line-height: 16px;
	height: 16px;
}

a.l-btn-plain span.l-btn-left {
	padding-left: 5px;
}

a.l-btn span span.l-btn-text {
	display: inline-block;
	vertical-align: baseline;
	width: auto;
	height: 16px;
	line-height: 16px;
	padding: 0;
	margin: 0;
	white-space: nowrap;
	word-wrap: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 12px;
}

a.l-btn span span.l-btn-icon-left {
	padding: 0 0 0 20px;
	background-position: left center;
}

a.l-btn span span.l-btn-icon-right {
	padding: 0 20px 0 0;
	background-position: right center;
}

a.l-btn span span span.l-btn-empty {
	display: inline-block;
	margin: 0;
	padding: 0;
	width: 16px;
}

a:hover.l-btn, a.l-btn-checked {
	background-position: right -24px;
	outline: none;
	text-decoration: none;
}

a:hover.l-btn span.l-btn-left, a.l-btn-checked span.l-btn-left {
	background-position: 0 bottom;
}

a:hover.l-btn-plain, a.l-btn-checked {
	padding: 0 5px 0 0;
}

a:hover.l-btn-disabled {
	background-position: right 0;
}

a:hover.l-btn-disabled span.l-btn-left {
	background-position: 0 -48px;
}

a.l-btn .l-btn-focus {
	outline: none;
}

a.l-btn {
	/* color: #444; */
	background-image: url('images/linkbutton_bg.png');
	background-repeat: no-repeat;
}

a.l-btn span.l-btn-left {
	background-image: url('images/linkbutton_bg.png');
	background-repeat: no-repeat;
}

a.l-btn-plain, a.l-btn-plain span.l-btn-left {
	background: transparent;
	border: 0;
	filter: none;
}

a:hover.l-btn-plain, a.l-btn-checked {
	border-width: 1px;
	border-style: solid;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

a:active.l-btn-plain {
	background-color: #EED58E;
	border-color: #CB9B5B;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

a.l-btn-disabled, a:hover.l-btn-disabled {
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

a:hover.l-btn-disabled {
	background: transparent;
	border: 1px solid #FEFEFE;
}

.s-btn-downarrow {
	display: inline-block;
	margin: 0 0 0 4px;
	padding: 0 0 0 1px;
	width: 14px;
	height: 16px;
	line-height: 16px;
	border-width: 0;
	border-style: solid;
	_vertical-align: middle;
}

a.s-btn-active {
	background-position: bottom right;
}

a.s-btn-active span.l-btn-left {
	background-position: bottom left;
}

a.s-btn-plain-active {
	background: transparent;
	padding: 0 5px 0 0;
	border-width: 1px;
	border-style: solid;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.s-btn-downarrow {
	background: url('images/menu_arrows.png') no-repeat 2px center;
	border-color: #aac5e7;
}

a:hover.l-btn .s-btn-downarrow, a.s-btn-active .s-btn-downarrow, a.s-btn-plain-active .s-btn-downarrow
	{
	background-position: 1px center;
	padding: 0;
	border-width: 0 0 0 1px;
}

a.s-btn-plain-active {
	border-color: #B7D2FF;
	background-color: #EAF2FF;
	color: #000000;
}

.accordion {
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}

.accordion .accordion-header {
	border-width: 0 0 1px;
	cursor: pointer;
}

.accordion .accordion-body {
	border-width: 0 0 1px;
}

.accordion-noborder {
	border-width: 0;
}

.accordion-noborder .accordion-header {
	/* border-width: 0 0 1px; */
	border-width: 0 0 0px;
}

.accordion-noborder .accordion-body {
	border-width: 0 0 1px;
}

.accordion-collapse {
	background: url('images/accordion_arrows.png') no-repeat 0 0;
}

.accordion-expand {
	background: url('images/accordion_arrows.png') no-repeat -16px 0;
}

.accordion .accordion-header {
	font-weight: normal;
}

.accordion .accordion-header-selected {
	font-weight: bold;
}

.calendar {
	border-width: 1px;
	border-style: solid;
	padding: 1px;
	overflow: hidden;
	font-size: 12px;
}

.calendar table {
	border-collapse: separate;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

.calendar-noborder {
	border: 0;
}

.calendar-header {
	position: relative;
	height: 22px;
	border-bottom: 1px solid #D5DEED;
}

.calendar-title {
	text-align: center;
	height: 22px;
}

.calendar-title span {
	position: relative;
	display: inline-block;
	margin-top: 1px;
	padding: 1px 3px;
	line-height: 16px;
	cursor: pointer;
	border: 1px solid #E0ECFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-prevmonth, .calendar-nextmonth, .calendar-prevyear,
	.calendar-nextyear {
	position: absolute;
	top: 2px;
	width: 16px;
	height: 16px;
	cursor: pointer;
	font-size: 1px;
	border: 1px solid #E0ECFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-prevmonth {
	left: 25px;
	background: url('images/calendar_arrows.png') no-repeat -18px 0px;
}

.calendar-nextmonth {
	right: 25px;
	background: url('images/calendar_arrows.png') no-repeat -33px 0px;
}

.calendar-prevyear {
	left: 2px;
	background: url('images/calendar_arrows.png') no-repeat -1px 0px;
}

.calendar-nextyear {
	right: 2px;
	background: url('images/calendar_arrows.png') no-repeat -48px 0px;
}

.calendar-body {
	position: relative;
}

.calendar-body th, .calendar-body td {
	height: 23px;
	text-align: center;
	white-space: nowrap;
}

.calendar-day {
	border: 0;
	padding: 1px;
	cursor: pointer;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-other-month {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.calendar-menu {
	position: absolute;
	top: 0;
	left: 0;
	width: 180px;
	height: 150px;
	padding: 5px;
	font-size: 12px;
	display: none;
	overflow: hidden;
}

.calendar-menu-year-inner {
	text-align: center;
	padding-bottom: 5px;
}

.calendar-menu-year-inner span.calendar-menu-hover {
	background-color: #FFFFAF;
	border: 1px solid #DCAC6C;
}

.calendar-menu-year {
	width: 40px;
	text-align: center;
	border-width: 1px;
	border-style: solid;
	margin: 0;
	padding: 2px;
	font-weight: normal;
}

.calendar-menu-prev, .calendar-menu-next {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-menu-prev {
	margin-right: 10px;
	background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}

.calendar-menu-next {
	margin-left: 10px;
	background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}

.calendar-menu-month {
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.calendar-day {
	color: #000000;
}

.calendar-sunday {
	color: #0000FF;
}

.calendar-saturday {
	color: #0000FF;
}

.calendar-today {
	color: #FF0000;
}

.calendar-menu-year {
	border-color: #95B8E7;
}

.calendar {
	border-color: #95B8E7;
}

.calendar-header {
	background-color: #E0ECFF;
}

.calendar-body, .calendar-menu {
	background-color: #FFFFFF;
}

.calendar-body th {
	background-color: #ACD9EC;
}

.calendar-hover, .calendar-nav-hover {
	background-color: #FFFFAF;
	color: #000000;
	border: 1px solid #DCAC6C;
}

.calendar-hover {
	border: 1px solid #B7D2FF;
	padding: 0;
}

.calendar-title span.calendar-menu-hover, .calendar-menu-month-inner .calendar-menu-hover
	{
	background-color: #FFFFAF;
	color: #000000;
	border: 1px solid #E2C608;
}

.calendar-selected {
	background-color: #AFFFFF;
	border: 1px solid #E2C608;
	padding: 0;
}

.biselect {
	border: 0px;
	margin: 4px;
	padding: 0px;
	position: relative;
}

.biselect table {
	border-collapse: collapse;
}

.biselect table tr td.biselect-tbitems {
	text-align: center;
	vertical-align: top;
}

.checkbox {
	text-align: left;
	padding: 2px 4px 2px;
	overflow: hidden;
}

.checkbox input, .checkboxes input {
	height: 15px;
	vertical-align: middle;
	margin: -3px 1px 0px;
	cursor: pointer;
}

.checkbox span {
	width: auto;
	vertical-align: baseline;
	font-size: 12px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
}

.checkbox-text {
	cursor: pointer;
	overflow: hidden;
}

.checkboxes {
	padding: 2px 4px 2px;
}

.checkboxes td {
	cursor: pointer;
}

.color {
	display: block;
	border: 1px solid #CCC;
	padding: 0px;
	cursor: pointer;
	clip: rect(8, auto, auto, auto);
}

.color-disabled {
	cursor: default;
}

.colorpicker {
	position: absolute;
	width: 227px;
	height: 163px;
	background-color: #F5F5F5;
	padding: 2px 0 1px 5px;
	border: 1px solid #D5DEED;
	display: none;
	z-index: 9999;
}

.colorpicker .nocolor {
	display: block;
	width: 17px;
	height: 17px;
	margin: 2px 0 0;
	background: url(images/nocolor.png) no-repeat;
}

.colorpicker .nocolor:hover {
	background: url(images/nocolor_over.png) no-repeat;
}

.colorpicker-sections-color {
	margin: 0;
	padding: 0;
}

.colorpicker-sections-color ul {
	margin: 0;
	padding: 0;
	float: left;
}

.colorpicker-sections-color ul li {
	margin: 0;
	padding: 0;
	width: 10px;
	height: 10px;
	border-top: solid 1px #000000;
	border-left: solid 1px #000000;
	list-style: none outside none;
	line-height: 0px;
	overflow: hidden;
	font-size: 0px;
}

.colorpicker .colorlayout {
	display: none;
	width: 10px;
	height: 10px;
	border: 1px solid #FFFFFF;
	position: absolute;
	line-height: 10px;
	overflow: hidden;
	cursor: default;
	z-index: 10000;
}

.colorpicker-bgview-text {
	margin: 0px;
	padding: 1px;
	height: 24px;
}

.colorpicker-bgview-text li {
	padding: 1px 5px 0 0;
	list-style: none outside none;
	float: left;
	line-height: 18px;
}

.colorpicker-bgview-text li div {
	margin: 0;
	padding: 0;
	height: 19px;
	width: 55px;
	border: 1px solid #CCC;
}

.colorpicker-bgview-text li input {
	margin: 0;
	padding: 0;
	height: 19px;
	width: 55px;
}

.colorpicker-bgimage {
	background-image: url(images/color_image.jpg);
}

.combo {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border: 1px solid #95B8E7;
	background-color: #FFFFFF;
	overflow: hidden;
	vertical-align: middle;
}

.combo .combo-text {
	font-size: 12px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0px 2px;
	*margin-top: -1px;
	*height: 18px;
	*line-height: 18px;
	vertical-align: baseline;
}

.combo-arrow {
	width: 18px;
	height: 20px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.combo-arrow-hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.combo-panel {
	overflow: auto;
	background-color: #FFFFFF;
}

.combo-arrow {
	background: url('images/combo_arrow.png') no-repeat center center;
}

.combo-arrow {
	background-color: #E0ECFF;
}

.combo-arrow-hover {
	background-color: #EAF2FF;
}

.combobox-item, .combosearch-item {
	cursor: pointer;
}

.combobox-item, .combosearch-item, .combosearch-item-title,
	.combosearch-item-page {
	height: 18px;
	padding: 3px 0 3px 3px;
	font-size: 12px;
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #eee;
	white-space: nowrap;
}

.combosearch-item-title, .combosearch-item-page {
	font-weight: bold;
	background-color: #ACD9EC;
}

.combosearch-item-page {
	position: absolute;
	left: 1px;
	right: 1px;
	bottom: 1px;
	height: 24px;
	padding: 1px;
	border-width: 1px 0 0 0;
}

.combosearch-item-page-span {
	vertical-align: middle;
}

.combobox-item-disable {
	color: #666;
}

.combobox-item-last, .combosearch-item-last {
	border-width: 0px;
}

.combobox-item-selected-disable {
	background-color: #EEE;
	color: #666;
}

.data-cell {
	height: auto;
}

.data-cell, .data-cell-group, .data-cell-rownumber {
	margin: 0;
	padding: 2px 2px;
	white-space: nowrap;
	overflow: hidden;
	font-weight: normal;
	font-size: 12px;
	text-overflow: ellipsis;
}

.data-cell-group {
	text-align: center;
}

.data-cell-locked {
	background-image: url('images/locked.png');
	background-repeat: no-repeat;
	background-position: right top;
	cursor: not-allowed;
}

.data-cell-check {
	padding: 0;
	width: 27px;
	height: 18px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
}

.data-cell-check input {
	margin: 0;
	padding: 0;
	width: 15px;
	height: 18px;
}

.data-cell-rownumber {
	margin: 0;
	width: 25px;
	padding: 0;
	text-align: center;
}

.datebox-calendar-inner {
	height: 180px;
}

.datebox-button {
	border-top: 1px solid #D5DEED;
	height: 20px;
	padding: 2px;
	font-size: 12px;
	text-align: center;
}

.datebox-current, .datebox-close, .datebox-ok {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	width: 36px;
}

.datebox-current, .datebox-ok {
	float: left;
}

.datebox-close {
	float: right;
}

.datebox-button a {
	color: #000000;
	padding: 2px;
	border: 1px solid #ACD9EC;
}

.datebox-button a:hover {
	background-color: #FFFFAF;
	border: 1px solid #DCAC6C;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.datebox .combo-arrow {
	background: url('images/datebox_arrow.png') no-repeat center center;
}

.datebox-button {
	background-color: #ACD9EC;
}

.datebox-current, .datebox-close, .datebox-ok {
	color: #444;
}

.dialog-content {
	overflow: auto;
}

.dialog-toolbar {
	padding: 2px 5px;
}

.dialog-tool-separator {
	float: left;
	height: 24px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #EEE;
	margin: 2px 1px;
}

.dialog-button {
	padding: 5px;
	text-align: right;
}

.dialog-button .l-btn {
	margin-left: 5px;
}

.dialog-toolbar, .dialog-button {
	background-color: #DEEDF4;
}

.dialog-toolbar {
	border-bottom: 1px solid #D5DEED;
}

.dialog-button {
	border-top: 1px solid #D5DEED;
}

.fileupload {
	height: 24px;
	border: 0px solid #A9CB5F;
	position: relative;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
}

.fileupload input {
	cursor: pointer;
	width: 63px;
	height: 22px;
	background-color: #EAF2FF;
	color: #000000;
	border: 1px solid #B7D2FF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	vertical-align: middle;
}

.fileupload input.disabled {
	background-color: #F5F6F7;
	border-color: #EBEBEB;
	cursor: default;
}

.fileupload input.submit {
	margin-left: 6px;
}

.fileupload input.tip {
	overflow: hidden;
	font-size: 12px;
	height: 16px;
	background-color: #FFFFFF;
	margin: 0px 1px;
	padding: 2px;
	border: 1px solid #95B8E7;
	vertical-align: middle;
	cursor: text;
}

.fileupload input.tip-left {
	margin-right: 6px;
}

.fileupload input.tip-right {
	margin-left: 6px;
}

.fileupload input.file {
	position: absolute;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.freeform {
	padding: 0px;
	margin: 0px auto;
	border-collapse: collapse;
	width: auto;
	position: relative;
	table-layout: fixed;
}

.freeform tr {
	height: 28px;
}

.freeform tr td {
	text-overflow: ellipsis;
}

.freeform .label {
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	word-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: right;
	font-weight: bold;
}

.freeform .field {
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	white-space: nowrap;
	word-wrap: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.freeform .note {
	border-width: 1px;
	border-style: solid;
	white-space: normal;
	word-wrap: normal;
	overflow: hidden;
	text-align: left;
}

.freeform .data-cell {
	white-space: nowrap;
	word-wrap: nowrap;
}

.freeform tr td.readonly {
	border: 0px solid #CCC;
}

.freeform-body {
	padding: 0px;
	overflow: auto;
	z-index: 10;
}

.freeform-body table.freeform {
	margin: 8px auto;
}

.freeform-body table.freeform .label,
.freeform-body table.freeform .note,
.freeform-body table.freeform .note{
	font-size: 12px;
}

.freeform-body  table.freeform .freeform-field-editable {
	background: url('images/col_editable.png') no-repeat right top;
}

.freeform-body  table.freeform .data-cell-editable-over {
	border-bottom: 1px solid #0000ff;
	cursor: text;
}

.freeform-header {
	margin: 0px;
	padding: 0px;
	border: 0px;
	overflow: hidden;
}

.freeform-toolbar {
	margin: 0px;
	padding: 1px 2px;
	overflow: hidden;
	text-align: left;
	border-width: 0 0 1px 0;
	border-style: solid;
	z-index: 20;
}

.freeform-toolbar-rtools {
	position: absolute;
	top: 1px;
	right: 2px;
}

.freeform-toolbar table {
	float: left;
}

.freeform-toolbar table tr {
	height: 24px;
}

.freeform-tool-separator {
	float: right;
	height: 16px;
	border-left: 1px solid #CCF;
	border-right: 1px solid #EEF;
	margin: 1px 1px;
}

.freeform-area-west, .freeform-area-east {
	margin: 0px;
	padding: 0px;
	width: 100px;
}

.freeform-area-south {
	margin: 0px;
	padding: 0px;
	height: 27px;
}

.freeform .layout-split-west {
	border-right: 1px solid #DDD;
}

.freeform .layout-split-east {
	border-left: 1px solid #DDD;
}

.freeform .layout-split-south {
	border-top: 1px solid #DDD;
}

.group {
	overflow: hidden;
	background-color: #FFF;
	border-width: 1px;
	border-color: #CCC;
}

.group .group-header {
	cursor: pointer;
	height: 18px;
	font-weight: normal;
	background-color: #ACD9EC;
	margin-top: 2px;
	padding: 3px;
	border: 1px solid #D5DEED;
	border-radius: 2px 5px 0px 0px;
	-moz-border-radius: 2px 5px 0px 0px;
	-webkit-border-radius: 2px 5px 0px 0px;
	-moz-border-radius: 2px 5px 0px 0px;
}

.group .group-body {
	border-width: 0px 1px 1px;
	border-style: solid;
	border-color: #CCC;
	padding: 5px;
	overflow: auto;
}

.group-noborder {
	border-width: 0px;
}

.group-noborder .group-header {
	background-color: #FFF;
	border-width: 0px;
}

.group-noborder .group-body {
	border-width: 0px;
}

.group-noborder .panel-title {
	position: absolute;
	left: 0px;
	width: auto;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	color : #2A2A2A;
}

.group-noborder .group-line {
	position: absolute;
	right: 0px;
	width: auto;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	background: url('images/group-line.png');
}

.group-collapse {
	background: url('images/group_arrows.png') no-repeat 0 0;
}

.group-expand {
	background: url('images/group_arrows.png') no-repeat -16px 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-expand {
	position: absolute;
	padding: 0px;
	font-size: 1px;
	cursor: pointer;
	z-index: 1;
}

.layout-expand .panel-header, .layout-expand .panel-body {
	background: transparent;
	filter: none;
	overflow: hidden;
}

.layout-expand .panel-header {
	border-bottom-width: 0px;
}

.layout-split-proxy-h, .layout-split-proxy-v {
	position: absolute;
	font-size: 1px;
	display: none;
	z-index: 5;
}

.layout-split-proxy-h {
	width: 2px;
	cursor: e-resize;
}

.layout-split-proxy-v {
	height: 2px;
	cursor: n-resize;
}

.layout-mask {
	position: absolute;
	background-color: #FAFAFA;
	opacity: 0.1;
	filter: alpha(opacity = 10);
	z-index: 4;
}

.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-split-north {
	border-bottom: 2px solid;
}

.layout-split-south {
	border-top: 2px solid;
}

.layout-split-east {
	border-left: 2px solid;
}

.layout-split-west {
	border-right: 2px solid;
}

.layout-expand {
	background-color: #ACD9EC;
}

.layout-expand-over {
	background-color: #ACD9EC;
}

.list .panel-body {
	position: relative;
	overflow: hidden;
}

.list-area-top, .list-area-bottom {
	margin: 0px;
	padding: 0px;
	height: 26px;
}

.list-area-top {
	border-width: 0 0 1px 0;
	border-style: solid;
	border-color: #D5DEED;
}

.list-area-bottom {
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #D5DEED;
}

.list-view {
	position: relative;
	overflow: hidden;
}

.list-view1, .list-view2 {
	position: absolute;
	overflow: hidden;
	top: 0;
}

.list-view1 {
	left: 0;
}

.list-view2 {
	right: 0;
}

.list-sort-icon {
	padding: 0;
}

.list-toolbar {
	height: auto;
	margin: 0px;
	padding: 1px 2px;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.list-toolbar-rtools {
	position: absolute;
	top: 1px;
	right: 2px;
}

.list-toolbar table tbody tr td {
	padding: 0px 1px;
}

.list-btn-separator {
	float: left;
	height: 20px;
	border-left: 1px solid #CCF;
	border-right: 1px solid #EEF;
	margin: 2px 1px;
}

.list .list-pager {
	margin: 0;
	border-width: 1px 0 0 0;
	border-style: solid;
}

.list .list-pager-top {
	border-width: 0 0 1px 0;
}

.list-header {
	overflow: hidden;
	cursor: default;
	border-width: 0;
	border-style: solid;
}

.list-header-inner {
	float: left;
	width: 10000px;
}

.list-header-row, .list-row {
	height: 27px;
}

.list-header td, .list-body td {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	margin: 0;
	padding: 0;
}

.list-col-editable {
	background: url('images/col_editable.png') no-repeat right top;
}

.list-col-sortable {
	cursor: pointer;
}

.list-header-rownumber {
	margin: 0;
	padding: 0 4px;
	white-space: nowrap;
	word-wrap: normal;
	overflow: hidden;
	font-weight: normal;
	font-size: 13px;
	width: 25px;
	text-align: center;
	margin: 0;
	padding: 0;
}

.list-header_v {
	background-image: url('images/list_header_v.png');
	background-repeat: no-repeat;
	background-position: left middle;
}

.list-body {
	margin: 0;
	padding: 0;
	overflow: auto;
	zoom: 1;
}

.list-view1 .list-body {
	overflow: hidden;
}

.list-view1 .list-body-inner {
	padding-bottom: 50px;
}

.list-header-check {
	padding: 0;
	width: 27px;
	height: 18px;
	font-size: 1px;
	text-align: center;
	overflow: hidden;
}

.list-header-check input {
	margin: 0;
	padding: 0;
	width: 15px;
	height: 18px;
}

.list-resize-proxy {
	position: absolute;
	width: 1px;
	height: 10000px;
	top: 0;
	cursor: e-resize;
	display: none;
}

.list-sort-desc .list-sort-icon {
	padding: 0 13px 0 0;
	background: url('images/list_icons.png') no-repeat -15px center;
}

.list-sort-asc .list-sort-icon {
	padding: 0 13px 0 0;
	background: url('images/list_icons.png') no-repeat 0px center;
}

.list-resize-proxy {
	background-color: #AAC5E7;
}

.list-tool-separator {
	float: right;
	height: 16px;
	border-left: 0px solid #CCF;
	border-right: 1px solid #95B8E7;
	margin: 1px 1px;
}

.list-footer td {
	border-color: #D5DEED;
}

.list-row-over, .list-header td.list-header-over {
	cursor: default;
}

.list-body td.data-cell-editable-over {
	border-bottom-style: solid;
	cursor: text;
}

.list-toolbar-msg {
	margin-left: 2px;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
}

.list-querybar {
	height: auto;
	margin: 0px;
	padding: 3px 2px 0px;
	border-width: 0 0 1px 0;
	border-style: solid;
}

.list-querybar .combo .combo-text,.queryitem-title{
	font-size: 12px;
}

.list-querybar .querybar-item {
	height: 26px;
	margin: 0px;
	padding: 0px 4px;
}

.list-querybar .querybar-item table td {
	padding: 0px 1px;
}

.numberbox, .numberspinner {
	ime-model: disabled;
}

.querybar-title {
	white-space: nowrap;
	word-wrap: nowrap;
	overflow: hidden;
}

.menu {
	position: absolute;
	margin: 0;
	padding: 2px;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
}

.menu-item {
	position: relative;
	margin: 0;
	padding: 0;
	overflow: hidden;
	white-space: nowrap;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}

.menu-text {
	height: 20px;
	line-height: 20px;
	float: left;
	padding-left: 28px;
}

.menu-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 2px;
	top: 50%;
	margin-top: -8px;
}

.menu-rightarrow {
	position: absolute;
	width: 16px;
	height: 16px;
	right: 0;
	top: 50%;
	margin-top: -8px;
}

.menu-line {
	position: absolute;
	left: 26px;
	top: 0;
	height: 2000px;
	font-size: 1px;
}

.menu-sep {
	margin: 3px 0px 3px 25px;
	font-size: 1px;
}

.menu-active {
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.menu-item-disabled {
	opacity: 0.6;
	filter: alpha(opacity = 60);
	cursor: default;
}

.menu-text, .menu-text span {
	font-size: 12px;
}

.menu-shadow {
	position: absolute;
	background-color: #ACD9EC;
}

.menu-rightarrow {
	background: url('images/menu_arrows.png') no-repeat -32px center;
}

.menu-line {
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
}

.menu-sep {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
}

.menu {
	background-color: #FAFAFA;
	border-color: #D5DEED;
	color: #444;
}

.menu-content {
	background-color: #FFFFFF;
}

.menu-item {
	border-color: transparent;
	_border-color: #FAFAFA;
}

.menu-active {
	border-color: #B7D2FF;
	color: #000000;
	background-color: #EAF2FF;
}

.menu-active-disabled {
	border-color: transparent;
	background: transparent;
	color: #444;
}

.messager-body {
	padding: 10px;
	overflow: hidden;
}

.messager-button {
	text-align: center;
	padding-top: 10px;
}

.messager-icon {
	float: left;
	width: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
}

.messager-error {
	background: url('images/messager_icons.png') no-repeat scroll -64px 0;
}

.messager-info {
	background: url('images/messager_icons.png') no-repeat scroll 0 0;
}

.messager-question {
	background: url('images/messager_icons.png') no-repeat scroll -32px 0;
}

.messager-warning {
	background: url('images/messager_icons.png') no-repeat scroll -96px 0;
}

.messager-progress {
	padding: 10px;
}

.messager-p-msg {
	margin-bottom: 5px;
}

.messager-body .messager-input {
	width: 100%;
	padding: 1px 0;
	border: 1px solid #95B8E7;
}

.monthbox-button {
	background-color: #ACD9EC;
	border-top: 1px solid #D5DEED;
	height: 20px;
	padding: 1px;
	font-size: 12px;
	text-align: center;
}

.monthbox-button a {
	color: #000000;
	padding: 2px;
	border: 1px solid #ACD9EC;
}

.monthbox-button a:hover {
	background-color: #FFFFAF;
	border: 1px solid #DCAC6C;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.monthbox .combo-arrow {
	background: url('images/datebox_arrow.png') no-repeat center center;
}

.monthbox-current, .monthbox-close, .monthbox-ok {
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	width: 36px;
	color: #444;
}

.monthbox-current, .monthbox-ok {
	float: left;
}

.monthbox-close {
	float: right;
}

.monthbox-menu {
	padding: 5px;
	font-size: 12px;
	overflow: hidden;
}

.monthbox-menu-month-inner table {
	border-collapse: separate;
	font-size: 12px;
	width: 100%;
	height: 100%;
}

.monthbox-menu-month-inner td {
	height: 32px;
	text-align: center;
	white-space: nowrap;
}

.monthbox-menu-year-inner {
	text-align: center;
	padding: 2px;
}

.monthbox-menu-year-inner span.monthbox-menu-hover {
	background-color: #FFFFAF;
	color: #000000;
	border: 1px solid #DCAC6C;
}

.monthbox-menu-year {
	width: 60px;
	height: 14px;
	text-align: center;
	border: 1px solid #95B8E7;
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-weight: normal;
}

.monthbox-menu-prev, .monthbox-menu-next {
	display: inline-block;
	width: 21px;
	height: 21px;
	vertical-align: top;
	cursor: pointer;
	border: 1px solid #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.monthbox-menu-prev {
	margin-right: 10px;
	background: url('images/calendar_arrows.png') no-repeat 2px 2px;
}

.monthbox-menu-next {
	margin-left: 10px;
	background: url('images/calendar_arrows.png') no-repeat -45px 2px;
}

.monthbox-menu-month {
	text-align: center;
	cursor: pointer;
	font-weight: normal;
	border: 1px solid #FFF;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.monthbox-menu-year-current .monthbox-menu-month-current {
	color: #f00;
}

.monthbox-menu-month-inner .monthbox-menu-hover {
	background-color: #FFFFAF;
	border: 1px solid #E2C608;
}

.monthbox-selected {
	background-color: #AFFFFF;
	border: 1px solid #E2C608;
	padding: 0;
}

.pagination {
	zoom: 1;
}

.pagination table {
	float: left;
	height: 27px;
}

.pagination td {
	border: 0;
}

.pagination-btn-separator {
	float: left;
	height: 20px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
	margin: 3px 1px;
}

.pagination .pagination-num {
	border-width: 1px;
	border-style: solid;
	margin: 0 2px;
	padding: 2px;
	width: 2em;
	height: auto;
	text-align: center;
}

.pagination-page-list {
	margin: 0px 6px;
	padding: 1px 2px;
	width: auto;
	height: auto;
	border-width: 1px;
	border-style: solid;
}

.pagination-info {
	float: right;
	margin: 0 6px 0 0;
	padding: 0;
	height: 27px;
	line-height: 27px;
	font-size: 13px;
}

.pagination span {
	font-size: 13px;
}

.pagination-first {
	background: url('images/pagination_icons.png') no-repeat 0 0;
}

.pagination-prev {
	background: url('images/pagination_icons.png') no-repeat -16px 0;
}

.pagination-next {
	background: url('images/pagination_icons.png') no-repeat -32px 0;
}

.pagination-last {
	background: url('images/pagination_icons.png') no-repeat -48px 0;
}

.pagination-load {
	background: url('images/pagination_icons.png') no-repeat -64px 0;
}

.pagination-loading {
	background: url('images/loading.gif') no-repeat;
}

.pagination-page-list, .pagination .pagination-num {
	border-color: #95B8E7;
}

.panel {
	overflow: hidden;
	font-size: 13px;
	text-align: left;
}

.panel-header, .panel-body {
	border-width: 1px;
	border-style: solid;
}

.panel-header {
	padding: 5px;
	position: relative;
}

.panel-title {
	background: url('images/blank.gif') no-repeat;
}

.panel-header-noborder {
	border-width: 0 0 1px 0;
}

.panel-body {
	overflow: auto;
	border-top-width: 0px;
	-moz-user-select: none;
}

.panel-body iframe {
	position: relative;
	left: 0px;
	top: 0px;
} 

.panel-body-noheader {
	border-top-width: 1px;
}

.panel-body-noborder {
	border-width: 0px;
}

.panel-with-icon {
	padding-left: 20px;
}

.panel-icon, .panel-tool {
	position: absolute;
	top: 50%;
	margin-top: -8px;
	height: 16px;
	overflow: hidden;
}

.panel-icon {
	left: 5px;
	width: 16px;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.panel-tool {
	right: 5px;
	width: auto;
}

.panel-tool a {
	display: inline-block;
	width: 16px;
	height: 16px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
	margin: 0 0 0 2px;
	vertical-align: top;
}

.panel-tool a:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.panel-loading {
	padding: 11px 0px 10px 30px;
}

.panel-noscroll {
	overflow: hidden;
}

.panel-fit, .panel-fit body {
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
}

.panel-loading {
	background: url('images/loading.gif') no-repeat 10px 10px;
}

.panel-tool-close {
	background: url('images/panel_tools.png') no-repeat -16px 0px;
}

.panel-tool-min {
	background: url('images/panel_tools.png') no-repeat 0px 0px;
}

.panel-tool-max {
	background: url('images/panel_tools.png') no-repeat 0px -16px;
}

.panel-tool-restore {
	background: url('images/panel_tools.png') no-repeat -16px -16px;
}

.panel-tool-collapse {
	background: url('images/panel_tools.png') no-repeat -32px 0;
}

.panel-tool-expand {
	background: url('images/panel_tools.png') no-repeat -32px -16px;
}

.panel-header {
	background-repeat: repeat-x;
}

.panel-title {
	overflow: hidden;
	font-weight: bold;
	height: 16px;
	line-height: 18px;
}
.accordion-header .panel-title {
	overflow: hidden;
	/* font-weight: bold; */
	height: 39px;
	line-height: 42px;
}

.radio {
	text-align: left;
}

.radio td {
	border: 0px;
	cursor: pointer;
}

.radio input {
	height: 15px;
	vertical-align: middle;
	margin-bottom: 0px;
	margin-top: -3px;
	cursor: pointer;
}

.radio-item-disable {
	color: #666;
}

.radio-text {
	cursor: pointer;
}

.rank-on {
	background-image: url('images/star-on.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}

.rank-off {
	background-image: url('images/star-off.png');
	background-position: left top;
	background-repeat: no-repeat;
	float: left;
	width: 16px;
	height: 16px;
}

.select {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	overflow: auto;
	vertical-align: middle;
	background-color: #FFF;
	border: 1px solid #95B8E7;
}

.select-item {
	height: 18px;
	padding: 2px;
	font-size: 13px;
	padding: 3px;
	padding-right: 0px;
	border-color: #D5DEED;
	border-width: 0 0 1px 0;
	border-style: solid;
	cursor: pointer;
}

.select-item span.item-icon {
	margin-right: 4px;
}

.select-item span.item-text {
	vertical-align: middle;
	cursor: pointer;
}

.select-item-alt {
	background-color: #FAFBFC;
}

.select-item-last {
	border-width: 0px;
}

.select-item-hover {
	background-color: #FFFFAF;
	color: #000000;
}

.select-item-selected {
	background-color: #AFFFFF;
	color: #000000;
}

.slider-disabled {
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.slider-h {
	height: 22px;
}

.slider-v {
	width: 22px;
}

.slider-inner {
	position: relative;
	height: 6px;
	top: 7px;
	border-width: 1px;
	border-style: solid;
	border-radius: 3px;
	cursor: pointer;
}

.slider-handle {
	position: absolute;
	display: block;
	outline: none;
	width: 20px;
	height: 20px;
	top: -7px;
	margin-left: -10px;
}

.slider-tip {
	position: absolute;
	display: inline-block;
	line-height: 12px;
	font-size: 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-width: 0 0 0 1px;
	border-style: solid;
}

.slider-rulelabel {
	position: relative;
	top: 20px;
}

.slider-rulelabel span {
	position: absolute;
	display: inline-block;
	font-size: 12px;
}

.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-width: 1px 0 0 0;
	border-style: solid;
}

.slider-v .slider-rulelabel {
	float: left;
	top: 0;
	left: 23px;
}

.slider-handle {
	background: url('images/slider_handle.png') no-repeat;
}

.slider-inner {
	border-color: #95B8E7;
	background-color: #E0ECFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.slider-rule span {
	border-color: #95B8E7;
}

.slider-rulelabel span {
	color: #000000;
}

.spinner {
	display: inline-block;
	white-space: nowrap;
	margin: 0;
	padding: 0;
	border-width: 1px;
	border-style: solid;
	overflow: hidden;
	vertical-align: middle;
}

.spinner .spinner-text {
	font-size: 12px;
	border: 0px;
	line-height: 20px;
	height: 20px;
	margin: 0;
	padding: 0 2px;
	*margin-top: -1px;
	*height: 18px;
	*line-height: 18px;
	_height: 18px;
	_line-height: 18px;
	vertical-align: baseline;
}

.spinner-arrow {
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	margin: 0;
	padding: 0;
}

.spinner-arrow-up, .spinner-arrow-down {
	opacity: 0.6;
	filter: alpha(opacity = 60);
	display: block;
	font-size: 1px;
	width: 18px;
	height: 10px;
}

.spinner-arrow-hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
}

.spinner-arrow-up {
	background: url('images/spinner_arrows.png') no-repeat 1px center;
}

.spinner-arrow-down {
	background: url('images/spinner_arrows.png') no-repeat -15px center;
}

.spinner {
	border-color: #95B8E7;
}

.spinner-arrow {
	background-color: #E0ECFF;
}

.spinner-arrow-hover {
	background-color: #EAF2FF;
}

.tabs-container {
	overflow: hidden;
}

.tabs-header {
	border-width: 1px;
	border-style: solid;
	border-bottom-width: 0;
	position: relative;
	padding: 0;
	padding-top: 2px;
	overflow: hidden;
}

.tabs-header-plain {
	border: 0;
	background: transparent;
}

.tabs-scroller-left, .tabs-scroller-right {
	position: absolute;
	top: auto;
	bottom: 0;
	width: 18px;
	height: 26px !important;
	height: 38px;
	font-size: 1px;
	display: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
}

.tabs-scroller-left {
	border-left: 0px;
	left: 0;
}

.tabs-scroller-right {
	border-right: 0px;
	right: 0;
}

.tabs-header-plain .tabs-scroller-left, .tabs-header-plain .tabs-scroller-right
	{
	height: 23px !important;
	height: 25px;
}

.tabs-tool {
	position: absolute;
	bottom: 0;
	padding: 1px 2px;
	overflow: hidden;
	border-width: 1px;
	border-style: solid;
}

.tabs-tool-separator {
	height: 23px !important;
	height: 25px;
	border-left: 1px solid #95B8E7;
	margin: 1px 5px;
}

.tabs-header-plain .tabs-tool {
	padding: 0 1px;
}

.tabs-wrap {
	position: relative;
	left: 0;
	overflow: hidden;
	width: 100%;
	margin: 0;
	padding: 0;
	height: 31px;
}

.tabs-scrolling {
	margin-left: 18px;
	margin-right: 18px;
}

.tabs-disabled {
	opacity: 0.3;
	filter: alpha(opacity = 30);
}

.tabs {
	list-style-type: none;
	height: 24px;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	font-size: 12px;
	width: 5000px;
	border-style: solid;
	border-width: 0 0 1px 0;
}

.tabs li {
	float: left;
	display: inline-block;
	margin: 0px 2px -2px 0px;
	padding: 0;
	position: relative;
	border: 0;
}

.tabs li a.tabs-inner {
	display: inline-block;
	text-decoration: none;
	margin: 0;
	padding: 0 10px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	white-space: nowrap;
	border-width: 1px;
	border-style: solid;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
}

.tabs li.tabs-selected a.tabs-inner {
	font-weight: normal;
	outline: none;
}

.tabs li.tabs-selected a:hover.tabs-inner {
	cursor: default;
	pointer: default;
}

.tabs li a.tabs-close, .tabs-p-tool {
	position: absolute;
	font-size: 1px;
	display: block;
	height: 12px;
	padding: 0;
	top: 50%;
	margin-top: -6px;
	overflow: hidden;
}

.tabs li a.tabs-close {
	width: 12px;
	right: 5px;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.tabs-p-tool {
	right: 16px;
}

.tabs-p-tool a {
	display: inline-block;
	font-size: 1px;
	width: 12px;
	height: 12px;
	margin: 0;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

.tabs li a:hover.tabs-close, .tabs-p-tool a:hover {
	opacity: 1.0;
	filter: alpha(opacity = 100);
	cursor: hand;
	cursor: pointer;
}

.tabs-with-icon {
	padding-left: 18px;
}

.tabs-icon {
	position: absolute;
	width: 16px;
	height: 16px;
	left: 10px;
	top: 50%;
	margin-top: -8px;
}

.tabs-closable {
	padding-right: 8px;
}

.tabs-panels {
	margin: 0px;
	padding: 0px;
	border-width: 1px;
	border-style: solid;
	border-top-width: 0;
	overflow: hidden;
}

.tabs-header-bottom {
	border-width: 0 1px 1px 1px;
	padding: 0 0 2px 0;
}

.tabs-header-bottom .tabs {
	border-width: 1px 0 0 0;
}

.tabs-header-bottom .tabs li {
	margin: -1px 4px 0 0;
}

.tabs-header-bottom .tabs li a.tabs-inner {
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	-webkit-border-radius: 0 0 5px 5px;
}

.tabs-header-bottom .tabs-tool {
	top: 0;
}

.tabs-header-bottom .tabs-scroller-left, .tabs-header-bottom .tabs-scroller-right
	{
	top: 0;
	bottom: auto;
}

.tabs-panels-top {
	border-width: 1px 1px 0 1px;
}

.tabs-header-left {
	float: left;
	border-width: 1px 0 1px 1px;
	padding: 0;
}

.tabs-header-right {
	float: right;
	border-width: 1px 1px 1px 0;
	padding: 0;
}

.tabs-header-left .tabs-wrap, .tabs-header-right .tabs-wrap {
	height: 100%;
}

.tabs-header-left .tabs {
	height: 100%;
	padding: 4px 0 0 4px;
	border-width: 0 1px 0 0;
}

.tabs-header-right .tabs {
	height: 100%;
	padding: 4px 4px 0 0;
	border-width: 0 0 0 1px;
}

.tabs-header-left .tabs li, .tabs-header-right .tabs li {
	display: block;
	width: 100%;
	position: relative;
}

.tabs-header-left .tabs li {
	left: auto;
	right: 0;
	margin: 0 -1px 4px 0;
	float: right;
}

.tabs-header-right .tabs li {
	left: 0;
	right: auto;
	margin: 0 0 4px -1px;
	float: left;
}

.tabs-header-left .tabs li a.tabs-inner {
	display: block;
	text-align: left;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	-webkit-border-radius: 5px 0 0 5px;
}

.tabs-header-right .tabs li a.tabs-inner {
	display: block;
	text-align: left;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	-webkit-border-radius: 0 5px 5px 0;
}

.tabs-panels-right {
	float: right;
	border-width: 1px 1px 1px 0;
}

.tabs-panels-left {
	float: left;
	border-width: 1px 0 1px 1px;
}

.tabs-header-noborder, .tabs-panels-noborder {
	border: 0px;
}

.tabs-header-plain {
	border: 0px;
	background: transparent;
}

.tabs-scroller-left {
	background: #ACD9EC url('images/tabs_icons.png') no-repeat 1px center;
}

.tabs-scroller-right {
	background: #ACD9EC url('images/tabs_icons.png') no-repeat -15px center;
}

.tabs li a.tabs-close {
	background: url('images/tabs_icons.png') no-repeat -34px center;
}

.tabs li a.tabs-inner:hover {
	background-color: #FFFFAF;
	color: #000000;
	filter: none;
}

.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
	background-repeat: repeat-x;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
	background-repeat: repeat-y;
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	background-repeat: repeat-y;
}

.tabs li a.tabs-inner {
	color: #0E2D5F;
	background-color: #ACD9EC;
	background-repeat: repeat-x;
}

.tabs-header-plain {
	background: transparent;
}

.tabs-header, .tabs-scroller-left, .tabs-scroller-right, .tabs-tool,
	.tabs, .tabs-panels, .tabs li a.tabs-inner, .tabs li.tabs-selected a.tabs-inner,
	.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner,
	.tabs-header-left .tabs li.tabs-selected a.tabs-inner,
	.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	/*border-color: #95B8E7;*/
	 border-color: #CEDBE3;
}

.tabs-p-tool a:hover, .tabs-scroller-over {
	background-color: #FFFFAF;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
}

.tabs li a:hover.tabs-close {
	border-radius: 16px 16px 16px 16px;
	-moz-border-radius: 16px 16px 16px 16px;
	-webkit-border-radius: 16px 16px 16px 16px;
}

.tabs-header-bottom .tabs li.tabs-selected a.tabs-inner {
	border-top: 1px solid #FFFFFF;
}

.tabs-header-left .tabs li.tabs-selected a.tabs-inner {
	border-right: 1px solid #FFFFFF;
}

.tabs-header-right .tabs li.tabs-selected a.tabs-inner {
	border-left: 1px solid #FFFFFF;
}

.tabs-title {
	display: block;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.textarea-prompt {
	font-size: 11px;
	color: #bbb;
}

.textarea-text {
	resize: none;
	font-size: 13px;
	margin: 0px;
	padding: 2px;
	/*white-space: normal;*/
	word-wrap: break-word;
	border: 1px solid #95B8E7;
	overflow-y: visible;
	overflow-x: hidden;
}

.textarea-invalid {
	background-color: #FFF3F3;
}

.textbox-note {
	padding: 2px;
	color: #0000FF;
	vertical-align: middle;
}

.textbox-prompt {
	font-size: 11px;
	color: #bbb;
}

.textbox-text {
	overflow: hidden;
	font-size: 13px;
	width: 20px;
	margin: 0px;
	padding: 2px;
	border: 1px solid #95B8E7;
	vertical-align: middle;
}

.textbox-invalid {
	background-color: #FFF3F3;
}

.tree {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tree li {
	white-space: nowrap;
	margin: 0px;
}

.tree li ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

.tree-node {
	padding: 5px 0px 4px;
	height: 18px;
	white-space: nowrap;
	cursor: pointer;
}

.tree-indent {
	cursor: default;
}

.tree-hit, .tree-icon, .tree-checkbox {
	cursor: pointer;
}

.tree-expanded, .tree-collapsed, .tree-folder, .tree-file, .tree-loading,
	.tree-checkbox, .tree-indent {
	display: inline-block;
	width: 16px;
	height: 18px;
	vertical-align: top;
	overflow: hidden;
}

.tree-expanded {
	background: url('images/tree_icons.png') no-repeat -18px 0px;
}

.tree-expanded-hover {
	background: url('images/tree_icons.png') no-repeat -50px 0px;
}

.tree-collapsed {
	background: url('images/tree_icons.png') no-repeat 0px 0px;
}

.tree-collapsed-hover {
	background: url('images/tree_icons.png') no-repeat -32px 0px;
}

.tree-lines .tree-expanded, .tree-lines .tree-root-first .tree-expanded
	{
	background: url('images/tree_icons.png') no-repeat -144px 0;
}

.tree-lines .tree-collapsed, .tree-lines .tree-root-first .tree-collapsed
	{
	background: url('images/tree_icons.png') no-repeat -128px 0;
}

.tree-lines .tree-node-last .tree-expanded, .tree-lines .tree-root-one .tree-expanded
	{
	background: url('images/tree_icons.png') no-repeat -80px 0;
}

.tree-lines .tree-node-last .tree-collapsed, .tree-lines .tree-root-one .tree-collapsed
	{
	background: url('images/tree_icons.png') no-repeat -64px 0;
}

.tree-line {
	background: url('images/tree_icons.png') no-repeat -176px 0;
}

.tree-join {
	background: url('images/tree_icons.png') no-repeat -192px 0;
}

.tree-joinbottom {
	background: url('images/tree_icons.png') no-repeat -160px 0;
}

.tree-folder {
	background: url('images/tree_icons.png') no-repeat -208px 0;
}

.tree-folder-open {
	background: url('images/tree_icons.png') no-repeat -224px 0;
}

.tree-file {
	background: url('images/tree_icons.png') no-repeat -240px 0;
}

.tree-loading {
	background: url('images/loading.gif') no-repeat center center;
}

.tree-checkbox0 {
	background: url('images/tree_icons.png') no-repeat -208px -18px;
}

.tree-checkbox1 {
	background: url('images/tree_icons.png') no-repeat -224px -18px;
}

.tree-checkbox2 {
	background: url('images/tree_icons.png') no-repeat -240px -18px;
}

.tree-title {
	font-size: 12px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	padding: 0 2px;
	height: 18px;
	line-height: 18px;
}

.tree-pagination {
	border: 0px;
	padding: 1px 0 0;
	text-align: middle;
	color: #f00;
}

.tree-pagination span {
	font-size: 13px;
	display: inline-block;
	text-decoration: none;
	vertical-align: top;
	white-space: nowrap;
	padding: 4px 0 3px;
	height: 18px;
	line-height: 18px;
}

.tree-node-proxy {
	font-size: 13px;
	line-height: 20px;
	padding: 0 2px 0 20px;
	border-width: 1px;
	border-style: solid;
	z-index: 9900000;
}

.tree-dnd-icon {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 18px;
	left: 2px;
	top: 50%;
	margin-top: -9px;
}

.tree-dnd-yes {
	background: url('images/tree_icons.png') no-repeat -256px 0;
}

.tree-dnd-no {
	background: url('images/tree_icons.png') no-repeat -256px -18px;
}

.tree-node-top {
	border-top: 1px solid red;
}

.tree-node-bottom {
	border-bottom: 1px solid red;
}

.tree-node-append .tree-title {
	border: 1px solid red;
}

.tree-editor {
	border: 1px solid #D5DEED;
	font-size: 13px;
	height: 14px !important;
	height: 18px;
	line-height: 14px;
	padding: 1px 2px;
	width: 80px;
	position: absolute;
	top: 0;
}

.tree-node-proxy {
	background-color: #FFFFFF;
	color: #000000;
	border-color: #95B8E7;
}

.validate-changed {
	background-image: url('images/validate_changed.png');
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 9999;
}

.waf-editor {
	spellcheck: false;
}

.waf-parser-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
	background-color: #FFF;
	background-image: url('images/waiting.gif');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1.0;
	filter: alpha(opacity = 100);
	z-index: 9900000;
}

.waf-parser-mask100 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
	background-color: #FFF;
	background-image: url('images/waiting.gif');
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 1.0;
	filter: alpha(opacity = 100);
	z-index: 9900000;
}

.waf-tooltip {
	position: absolute;
	padding: 3px;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	color: #0000FF;
	word-break: break-all;
	word-wrap: break-word;
	opacity: 0.9;
	filter: alpha(opacity = 90);
	box-shadow: 2px 2px 10px #909090;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	z-index: 9999;
}

.window {
	overflow: hidden;
	border-radius:5px;
	padding: 5px;
	border-width: 1px;
	border-style: solid;
	-moz-box-shadow: 2px 2px 10px #909090;
	-webkit-box-shadow: 2px 2px 10px #909090;
	box-shadow: 2px 2px 10px #909090;
}

.window .window-header {
	background: transparent;
	padding: 0px 0px 6px 0px;
}

.window .window-body {
	border-width: 1px;
	border-style: solid;
	border-top-width: 0px;
}

.window .window-body-noheader {
	border-top-width: 1px;
}

.window .window-header .panel-icon, .window .window-header .panel-tool {
	top: 50%;
	margin-top: -11px;
}

.window .window-header .panel-icon {
	left: 1px;
}

.window .window-header .panel-tool {
	right: 1px;
}

.window .window-header .panel-with-icon {
	padding-left: 20px;
}

.window-proxy {
	position: absolute;
	overflow: hidden;
}

.window-proxy-mask {
	position: absolute;
	opacity: 0.05;
	filter: alpha(opacity = 5);
}

.window-mask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	font-size: 1px;
	*zoom: 1;
	overflow: hidden;
}

.window, .window-shadow {
	position: absolute;
}

.window-shadow {
	background-color: #CCC;
}

.window, .window .window-body {
	/* border-color: #95B8E7; */
	border-color:  #CEDBE3;
}

.window {
	background-repeat: repeat-x;
}

.window-proxy {
	border: 1px solid;
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
}

.window-proxy-mask, .window-mask {
	background-color: #F5F5F5;
}