
/**----------  \/rui/lib/styles/gray/base.css  -------------*/
input {
	outline: none;
}
textarea {
	resize: none;
	outline: none;
}
/**----------  \/rui/lib/styles/gray/button.css  -------------*/
.ruite-button {
	display: inline-block;
	height: 24px;
	border: 1px solid #CCC;
	border-radius: 5px;
	cursor: pointer;
	background: url(images/button.gif) repeat-x 0 0;
	display: inline-block;
}

.ruite-button-disabled {
	cursor: default;
	color: #999999;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.ruite-button-selected {
	border: 1px solid #577F04;
	background: url(images/button.gif) repeat-x 0 -24px;
}

.ruite-button-inner {
	background-position: 0 50%;
	font-size: 14px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: baseline;
}

.ruite-plainbutton {
	display: inline-block;
	height: 24px;
	margin: 1px;
	border-radius: 5px;
	cursor: pointer;
}

.ruite-plainbutton-disabled {
	cursor: default;
	color: #999999;
	opacity: 0.5;
	filter: alpha(opacity = 50);
}

.ruite-plainbutton-selected {
	margin: 0;
	border: 1px solid #CCC;
	background: url(images/plainbutton.gif) repeat-x;
}

.ruite-plainbutton-inner {
	background-position: 0 50%;
	font-size: 12px;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	vertical-align: bottom;
}

.ruite-linkbutton {
	font-size: 12px;
	color: #000;
	cursor: pointer;
}

.ruite-linkbutton-hover {
	color: #F00;
}

.ruite-linkbutton-disabled {
	color: #999;
	cursor: default;
}
/**----------  \/rui/lib/styles/gray/calendar.css  -------------*/
.ruite-calendar {
	background-color: #CCC;
	font-size: 12px;
}
.ruite-calendar-title {
	height: 28px;
	background-color: #FFF;
}
.ruite-calendar-title-prevmonth {
	background:url(images/calendar-button.gif) no-repeat 0 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: 0 3px;
}
.ruite-calendar-title-nextmonth {
	background:url(images/calendar-button.gif) no-repeat -20px 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: 0 3px;
}
.ruite-calendar-title-today {
	background:url(images/calendar-button.gif) no-repeat -40px 0;
	cursor: pointer;
	height: 20px;
	width: 20px;
	margin: 0 3px;
}
.ruite-calendar-title-year {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: 54px;
	padding-left: 6px;
	cursor: pointer;
	text-align: left;
	background:url(images/calendar-button.gif) no-repeat -60px 0;
}
.ruite-calendar-title-month {
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	width: 35px;
	padding-left: 5px;
	cursor: pointer;
	text-align: left;
	background:url(images/calendar-button.gif) no-repeat -120px 0;
}
.ruite-calendar-weekday {
	width: 25px;
	height: 23px;
	color: #000;
	text-align:center;
	cursor: default;
	background-color: #FFF;
}
.ruite-calendar-weekend {
	width: 25px;
	height: 23px;
	color: #F00;
	text-align:center;
	cursor: default;
	background-color: #FFF;
}
.ruite-calendar-today {
	background-color: #999;
	color: #FFF;
}
.ruite-calendar-day-selected {
	background-image:url(images/calendar-date-selected.gif);
	background-repeat: no-repeat;
}
.ruite-calendar-footer {
	background-color: #FFF;
	height: 22px;
}
.ruite-calendar-time-input {
	padding:0;
	height: 18px;
	line-height: 18px;
	width: 50px;
	text-align: center;
	margin:0 0 0 4px;
	font-size: 12px;
	border: 1px solid #999;
}
.ruite-calendar-button {
	border: 1px solid #999;
	font-size: 11px;
	height: 18px;
	padding: 0 6px;
	width: 30px;
	background-color: #EDEDED;
	cursor: pointer;
	text-align: center;
	line-height: 18px;
	margin-left: 15px;
}
.ruite-calendar-button-hover {
	background-color: #E3E3E3;
}
/**----------  \/rui/lib/styles/gray/combo.css  -------------*/
.ruite-combo-box {
	position: relative;
	height: 19px;
	border: 1px solid #ccc;
	padding: 0 2px;
	background: #FFF;
	text-align: left;
}
.ruite-combo-box-require {
	border-color: #FFCACA;
}
.ruite-combo-input-box {
	position: absolute;
	border: 0;
	height: 17px;
	line-height: 17px;
	font-size: 12px;
	cursor: default;
	padding: 1px 2px;
	left: 0;
}
.ruite-combo-icon {
	position: absolute;
	height: 19px;
	width: 19px;
	background-position: 50% 50%;
}
.ruite-combo-icon-disabled {
	opacity: 0.4;
	filter: alpha(opacity=40);
}
.ruite-combo-panel {
	position: absolute;
	background-color: #FFF;
	border: 1px solid #CCC;
	overflow: hidden;
}

.ruite-select-box-icon {
	background: url(images/selectbox.jpg) no-repeat 0 0;
}
.ruite-select-box-icon-selected {
	background: url(images/selectbox.jpg) no-repeat -19px 0;
}
.ruite-select-box-item {
	font-size: 12px;
	cursor: default;
	padding: 2px;
}
.ruite-select-box-item-selected {
	background: #666;
	color: #FFF;
}
/**----------  \/rui/lib/styles/gray/dialog.css  -------------*/
.ruite-dialog {
	position: absolute;
	border: 1px solid #999;
	border-radius: 5px;
	box-shadow: 2px 2px 3px #CCC;
	background-color: #FAFAFA;
	padding: 5px;
	overflow: hidden;
}

.ruite-dialog-mask {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	background: #999;
}

.ruite-dialog-title {
	height: 22px;
	line-height: 22px;
	padding-bottom: 5px;
	position: relative;
	overflow: hidden;
}

.ruite-dialog-title-text {
	font-size: 15px;
	font-weight: normal;
	padding-left: 2px;
	position: absolute;
	overflow: hidden;
}

.ruite-dialog-title-tools {
	position: absolute;
	height: 16px;
	line-height: 16px;
	right: 5px;
	top: 3px;
}

.ruite-dialog-tool-item {
	width: 16px;
	height: 16px;
	cursor: pointer;
	float: left;
	margin: 0 2px;
}

.ruite-dialog-content {
	background: #FFF;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	overflow: hidden;
}

.ruite-dialog-buttonbar {
	padding: 3px;
	text-align: center;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-bottom: 1px solid #DDD;
	background-color: #E8EDF1;
	background: #E8EDF1;
}

.ruite-dialog-buttonbar .ruite-button {
	margin-left: 15px;
}
/**----------  \/rui/lib/styles/gray/input.css  -------------*/
.ruite-inputbox {
	border: 1px solid #CCC;
	height: 17px;
	padding: 1px 2px;
	width: 150px;
	font-size: 12px;
}
.ruite-input-require {
	border-color: #FFCACA;
}
.ruite-input-disabled {
	background-color: #FAFAFA;
	color: #999;
}
/**----------  \/rui/lib/styles/gray/loading.css  -------------*/
.ruite-loading-mask {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0.4;
	filter: alpha(opacity = 40);
	background: #999;
}

.ruite-loading-message {
	position: absolute;
	border-radius: 7px;
	width: 200px;
/* 	border: 2px solid #1db9f2; */
	font-size: 15px;
	color: #000;
	background: url(images/loading.gif) no-repeat 5px 50% #e3f9fd;
	padding: 25px 15px 25px 90px;
}
/**----------  \/rui/lib/styles/gray/messager.css  -------------*/
.icon-messager-info {
	background-image: url(images/messager-info.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
/*
加样式，处理文字换行
*/
.icon-messager-info>div{
	white-space:normal!important;
}

.icon-messager-question {
	background-image: url(images/messager-question.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
/*
加样式，处理文字换行
*/
.icon-messager-question>div{
	white-space:normal!important;
}

.icon-messager-warning {
	background-image: url(images/messager-warning.png);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
/*
加样式，处理文字换行
*/
.icon-messager-warning>div{
	white-space:normal!important;
}

.icon-messager-error {
	background-image: url(images/messager-error.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
}
/*
加样式，处理文字换行
*/
.icon-messager-error>div{
	white-space:normal!important;
}
/**----------  \/rui/lib/styles/gray/pagination.css  -------------*/
.ruite-table-pagination {
	background-color: #F4F4F4;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	border-bottom: #CCC 1px solid;
	position: relative;
	height: 30px;
}
.ruite-table-pagination-table {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	font-size: 12px;
}
.ruite-table-pagination-first {
	background: url(images/pagination-first.gif) no-repeat 50% 50%;
}
.ruite-table-pagination-last {
	background: url(images/pagination-last.gif) no-repeat 50% 50%;
}
.ruite-table-pagination-prev {
	background: url(images/pagination-prev.gif) no-repeat 50% 50%;
}
.ruite-table-pagination-next {
	background: url(images/pagination-next.gif) no-repeat 50% 50%;
}
.ruite-table-pagination-load {
	background: url(images/pagination-load.gif) no-repeat 50% 50%;
}
.ruite-table-pagination-separator {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	height: 24px;
    margin: 3px 1px;
}
.ruite-table-pagination-info {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 6px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
/**----------  \/rui/lib/styles/gray/table.css  -------------*/
.ruite-table {
	overflow: auto;
	border: 1px solid #CCC;
}

.ruite-table-wrap {
	background: url(images/table-head.gif) repeat-x 0 -26px;
}

.ruite-table-head {
	height: 26px;
	font-size: 12px;
	background: url(images/table-head.gif) repeat-x 0 -26px;
	border-right: 1px dotted #CCC;
}

.ruite-table-head-cell {
	height: 26px;
	line-height: 26px;
	padding: 0 5px;
	overflow: hidden;
	white-space: nowrap;
	word-wrap: normal;
	font-weight: bold;
	border-bottom: 1px solid #ccc;
}

.ruite-table-body {
	height: 24px;
	font-size: 12px;
	border-right: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
}

.ruite-table-body-cell {
	padding: 0 5px;
	overflow: hidden;
	/*	white-space: nowrap;*/
	white-space: pre;
	word-wrap: normal;
}

.ruite-table-operation {
	font-size: 12px;
	cursor: pointer;
	margin: 0 2px;
}

.ruite-table-operation-hover {
	color: #F00;
}

.ruite-table-row-selected {
	background-color: #DDD;
}

.ruite-unpagedtable {
	overflow: hidden;
}

.ruite-unpagedtable-toolbar {
	background-color: #F4F4F4;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 2px;
	height: 26px;
}

.ruite-unpagedtable-title {
	background: url(images/table-head.gif) repeat-x 0 0;
	height: 26px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight: bold;
	line-height: 26px;
	padding-left: 5px;
}

.ruite-pagedtable {
	overflow: hidden;
}

.ruite-pagedtable-toolbar {
	background-color: #F4F4F4;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 2px;
	height: 26px;
}

.ruite-pagedtable-title {
	background: url(images/table-head.gif) repeat-x 0 0;
	height: 26px;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-top: 1px solid #CCC;
	font-weight: bold;
	line-height: 26px;
	padding-left: 5px;
}
/**----------  \/rui/lib/styles/gray/tabs.css  -------------*/
.ruite-tabs {
	overflow: hidden;
}
.ruite-tabs-caption {
	background-color: #F4F4F4;
	overflow: hidden;
	position: relative;
	top: 2px;
	height: 27px;
}
.ruite-tabs-caption-lscroll {
	width: 15px;
	height: 25px;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	background: url(images/tabs-icons.gif) no-repeat 0 center;
	position: absolute;
	top: 0px;
	left: 0px;
}
.ruite-tabs-caption-rscroll {
	width: 15px;
	height: 25px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	cursor: pointer;
	background: url(images/tabs-icons.gif) no-repeat -15px center;
	position: absolute;
	top: 0px;
	right: 0px;
}
.ruite-tabs-caption-wrap {
	overflow: hidden;
	position: absolute;
	top: 0px;
	height: 27px;
}
.ruite-tabs-caption-ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 4px;
	font-size: 12px;
	height: 26px;
	border-bottom: 1px solid #CCC;
}
.ruite-tabs-caption-li {
	border: 0;
	display: inline-block;
	float: left;
	margin: 0 4px -1px 0;
	padding: 0;
	position: relative;
}
.ruite-tabs-caption-li-text {
	display: inline-block;
	height: 25px;
	line-height: 25px;
	border: 1px solid #CCC;
	border-radius: 5px 5px 0 0;
	cursor: pointer;
	background-color: #E3E3E3;
	white-space: nowrap;
    word-wrap: normal;
}
.ruite-tabs-caption-li-text-selected {
	background-color: #8B8B8C;
	border-bottom: 1px solid #FFF;
}
.ruite-tabs-caption-li-close {
	width: 10px;
	height: 17px;
	display: block;
	cursor: default;
	background: url(images/tabs-icons.gif) no-repeat -30px center;
	position: absolute;
	right: 5px;
	padding: 0;
	margin-top: -9px;
	top: 50%;
}
.ruite-tabs-panel {
	overflow: auto;
	margin-top: 2px;
}

/**----------  \/rui/lib/styles/gray/tree.css  -------------*/
.icon-tree-loading {
	background: url(images/tree-loading.gif) no-repeat;
}

.icon-tree-folder-open {
	background: url(images/tree-folder-open.png) no-repeat;
}

.icon-tree-folder-closed {
	background: url(images/tree-folder-closed.png) no-repeat;
}

.icon-tree-leaf {
	background: url(images/tree-leaf.png) no-repeat;
}

.icon-tree-line {
	background: url(images/tree-line.gif) repeat-y;
}

.icon-tree-hit-l1 {
	background: url(images/tree-elbow.gif) no-repeat -18px -18px;
}

.icon-tree-hit-l2 {
	background: url(images/tree-elbow.gif) no-repeat 0 0;
}

.icon-tree-hit-l3 {
	background: url(images/tree-elbow.gif) no-repeat -18px -72px;
}

.icon-tree-hit-l4 {
	background: url(images/tree-elbow.gif) no-repeat -36px -72px;
}

.icon-tree-hit-o1 {
	background: url(images/tree-elbow.gif) no-repeat -36px -54px;
}

.icon-tree-hit-o2 {
	background: url(images/tree-elbow.gif) no-repeat -18px 0;
}

.icon-tree-hit-o3 {
	background: url(images/tree-elbow.gif) no-repeat -18px -54px;
}

.icon-tree-hit-o4 {
	background: url(images/tree-elbow.gif) no-repeat 0 -18px;
}

.icon-tree-hit-c1 {
	background: url(images/tree-elbow.gif) no-repeat 0 -36px;
}

.icon-tree-hit-c2 {
	background: url(images/tree-elbow.gif) no-repeat -36px -36px;
}

.icon-tree-hit-c3 {
	background: url(images/tree-elbow.gif) no-repeat -18px -36px;
}

.icon-tree-hit-c4 {
	background: url(images/tree-elbow.gif) no-repeat 0 -72px;
}

.icon-tree-checkbox-checked {
	background: url(images/tree-checkbox.gif) no-repeat 0 0;
}

.icon-tree-checkbox-unknown {
	background: url(images/tree-checkbox.gif) no-repeat -16px 0;
}

.icon-tree-checkbox-unchecked {
	background: url(images/tree-checkbox.gif) no-repeat -32px 0;
}

.ruite-tree {
	font-size: 14px;
}

.ruite-tree-node {
	padding: 2px 0px;
	white-space: nowrap;
}

.ruite-tree-hit {
	display: inline-block;
	height: 18px;
	width: 16px;
	vertical-align: middle;
}

.ruite-tree-icon {
	display: inline-block;
	height: 18px;
	width: 18px;
	vertical-align: middle;
}

.ruite-tree-title {
/* 	margin-left: 3px; */
	cursor: default;
	padding-left: 3px;
	padding-right: 3px;
	cursor: default;
}

.ruite-tree-title-selected {
	color: #FFF;
	background-color: #138BE0;
	border-radius: 6px;
	border: 2px solid #138BE0;
}
/* rgb(29, 185, 242) */
.ruite-tree-checkbox {
	display: inline-block;
	height: 18px;
	width: 16px;
	vertical-align: middle;
}

.ruite-tree-children {
	padding-left: 16px;
}
/**----------  \/rui/lib/styles/gray/suggest.css  -------------*/
.ruite-suggest-pagination {
	background-color: #F4F4F4;
	border-bottom: #CCC 1px solid;
	position: relative;
	height: 30px;
}
.ruite-suggest-pagination-table {
	position: absolute;
	top: 0;
	left: 0;
	height: 30px;
	font-size: 12px;
}
.ruite-suggest-pagination-first {
	background: url(images/pagination-first.gif) no-repeat 50% 50%;
}
.ruite-suggest-pagination-last {
	background: url(images/pagination-last.gif) no-repeat 50% 50%;
}
.ruite-suggest-pagination-prev {
	background: url(images/pagination-prev.gif) no-repeat 50% 50%;
}
.ruite-suggest-pagination-next {
	background: url(images/pagination-next.gif) no-repeat 50% 50%;
}
.ruite-suggest-pagination-separator {
	border-left: 1px solid #CCCCCC;
	border-right: 1px solid #FFFFFF;
	height: 24px;
    margin: 3px 1px;
}
.ruite-suggest-clear {
	background: url(images/suggest-clear.gif) no-repeat 50% 50%;
}
.ruite-suggest-pagination-info {
	font-size: 12px;
	height: 30px;
	line-height: 30px;
	margin: 0 6px 0 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
}
.ruite-suggest-label {
	font-size: 12px;
	height: 26px;
	line-height: 26px;
	cursor:pointer;
	padding-left: 5px;
}
.ruite-suggest-table-label tbody tr td {
	cursor:pointer;
}
.ruite-suggest-label-hover {
	color: #FFF;
	background-color: #666;
}
/**----------  \/rui/lib/styles/gray/menu.css  -------------*/
.ruite-menu {
	border: 1px solid #DDD;
	box-shadow: 2px 2px 3px #CCC;
	padding: 2px;
	position: absolute;
	background: #FAFAFA;
	overflow: hidden;
}
.ruite-menu-line {
	border-left: 1px solid #CCC;
	border-right: 1px solid #FFF;
	height: 2000px;
	left: 26px;
	top: 0px;
	font-size: 1px;
	position: absolute;
}
.ruite-menu-item {
	height: 20px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: relative;
	overflow: hidden;
	font-size: 12px;
}
.ruite-menu-item-disabled {
	cursor: default;
	opacity: 0.5;
	color: #999;
	filter:alpha(opacity=50);
}
.ruite-menu-item-active {
	color: #CC0000;
	background: #BDCFEE;
}
.ruite-menu-text {
	float: left;
	height: 20px;
	line-height: 20px;
	padding-left: 28px;
	white-space: nowrap;
}
.ruite-menu-icon {
	height: 16px;
	width: 16px;
	left: 2px;
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ruite-menu-rightarrow {
	height: 16px;
	width: 16px;
	right: 0;
	position: absolute;
	top: 50%;
	margin-top: -8px;
	background: url(images/menu_arrows.gif) no-repeat -32px 50%;
}
.ruite-menu-sep {
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #FFF;
	margin: 3px 0 3px 25px;
}
/**----------  \/rui/lib/styles/gray/scroll.css  -------------*/
.ruite-scroll-content {
}

.scroll-corner {
	width:15px;
	height:15px;
	right:0px;
	bottom:0px;
	position:absolute;
	background-image:url('images/scroll/scroll-corner.gif');
}

.vbar {
	position: absolute;
	top:0px;
	width: 15px;
	right: 0px;
	overflow:hidden;
	background-image: url('images/scroll/vbar-bg.gif');
	background-repeat: repeat-y;
}

.vbar .handler {
	position: absolute;
	top:0px;
	left:4px;
	width: 8px;
}

.vbar .handler .top {
	position: absolute;
	top:0px;
	left:0px;
	width: 8px;
	height: 4px;
	background-image: url('images/scroll/vbar-top-bg.gif');
	overflow:hidden;
}

.vbar .handler .center {
	position: absolute;
	top:4px;
	left:0px;
	width: 8px;
	background-color: #c8c8c8;
	overflow:hidden;
}

.vbar .handler .bottom {
	position: absolute;
	bottom:0px;
	left:0px;
	width: 8px;
	height: 4px;
	background-image: url('images/scroll/vbar-bottom-bg.gif');
	overflow:hidden;
}

.hbar {
	position: absolute;
	bottom:0px;
	height: 15px;
	left: 0px;
	overflow:hidden;
	background-image: url('images/scroll/hbar-bg.gif');
	background-repeat: repeat-x;
}

.hbar .handler {
	position: absolute;
	left:0px;
	top:4px;
	height: 8px;
}

.hbar .handler .left {
	position: absolute;
	left:0px;
	top:0px;
	height: 8px;
	width: 4px;
	background-image: url('images/scroll/hbar-left-bg.gif');
	overflow:hidden;
}
.hbar .handler .center {
	position: absolute;
	left:4px;
	top:0px;
	height: 8px;
	background-color: #c8c8c8;
	overflow:hidden;
}
.hbar .handler .right {
	position: absolute;
	right:0px;
	top:0px;
	height: 8px;
	width: 4px;
	background-image: url('images/scroll/hbar-right-bg.gif');
	overflow:hidden;
}
/**----------  \/rui/lib/styles/gray/split.css  -------------*/
.ruite-hsplit-bar {
	background:#EDEDED;
	overflow: hidden;
}
.ruite-vsplit-bar {
	background:#EDEDED;
	overflow: hidden;
}