/* 
Document   : blueBaseCss
Created on : 2007-12-6, 8:57:00
Author     : Administrator
Description:
Purpose of the stylesheet follows.
*/
body {
	CURSOR: url(skins/blue/base/blue.ani);
/* 	background-color: #EBFAFF; */
	background-color: #fff;
	scrollbar-face-color: #75B2C7;
	scrollbar-track-color: #ffffff;
	scrollbar-shadow-color: #ffffff;
	scrollbar-darkshadow-color: #ffffff;
}
::-webkit-scrollbar {
	background-color: #EBFAFF;
	width:10px;
	height: 10px;
}
 ::-webkit-scrollbar-track {
 	background-color: #ffffff;
 	width:10px;
 }
 ::-webkit-scrollbar-thumb {
 	border-radius:5px;
 	background:#b4daf4;
 	
 }
input:focus {
	background-color: #CCFFFF;
}

.comboBox_table {
	margin: 1;
	border: 1px solid #999999 !important;
	height: 18px;
	background: url(../../newUi/button/comboBox.png) no-repeat center right;
}
 
.comboBox_table_label {
	cursor: hand;
	width: 13px;
	/*杩欓噷浣跨敤浜�nbsp;浣滀负绌烘牸
	 *&nbsp;鍦↖E鍜宑hrome榛樿鐨勫瓧浣撲笉缁熶竴,鍙互璁剧疆缁熶竴鐨勫瓧浣�浣嗘渶濂戒笉瑕佷娇鐢�nbsp;
	 */
	font-family: 'Times New Roman';
}

.comboBox_div {    
	/* margin-top:18px; */
	border: #666699 solid 1px;
	position: absolute;
	/* height:auto !important; */
}

.comboBox_div_label {
	width: 100%;
	height: 100%;
}

.comboBox_div_div {
	border: 0 1 1 1 solid;
	border-color: #EFFBFF;
	/* background-color: #666699; */
	background-color:#3c9fe2
}
#controlTbody2 	.comboBox_div {
	margin-top: 18px;
}
.comboBox_div_div_content {
	background-color: #ECFBFF;
}

.IE6bug {
	position: absolute;
	width: 100%;
	height: 100%;
	filter: alpha(opacity = 0);
	opacity: 0;
	-moz-opacity: 0;
	border-style: none;
	z-index: -1;
	left: 0;
	top: 0;
}

.comboBox_div_div_bottom {
	/* background-color: #666699; */
	background-color:#3c9fe2;
	width: 100%;
}

.comboBox_div_div_bottom ul {
	margin: 0px;
	padding: 0px;
}

.comboBox_div_div_bottom ul:after {
	display: block;
	content: "";
	clear: both;
	height: 0;
	visibility: hidden;
}

.comboBox_div_div_bottom li {
	list-style: none;
	float: left;
	margin-right: 0px;
	padding: 3px;
	/* 	padding-top:3px;
	padding-left:1px;
	padding-right:1px; */
	color: #FFFFFF;
	font-weight: bold;
	word-break: keep-all;
}

.simpleButton {
	FONT-SIZE: 12px;
	background-color: #9FC3DD;
	/*7FB2CC*/
	/* BACKGROUND-image: url(../button/partButton.gif); */
	background-repeat: repeat-x;
	height: 23px;
	border: solid 1px #9FC3DD;
	/*00485E*/
	CURSOR: hand;
	TEXT-ALIGN: center;
	background: linear-gradient(0deg, #a0b3dd, #ffffff);
}

#searchDiv {
	padding: 2 0 2 15;
	margin: 0 5 0 0;
	background: #FFFFFF;
	border-top: double #719cbe 1px;
	border-right: double #719cbe 1px;
	height: auto !important;
	width: 100%;
}

#searchDiv form {
	padding: 0px;
	margin: 0px;
}

#searchDiv input {
	height: 20px;
	border: 1px solid #999999;
	margin-left: 1px;
	vertical-align: middle;
}

#centerDiv {
	border-top: double #719cbe 1px;
	font-size: 3px;
	background: url(searchCenterDiv.gif) repeat-x center;
	height: 3px;
}

#resultDiv {
	border-top: double #0985A9 1px;
	border-bottom: double #0985A9 1px;
	border-right: double #0985A9 1px;
	overflow: hidden;
}

.checkBoxBg {
	background: #b4daf4;
}

/* .in_table_tableDataTD {
	background: url(tableBgColor.jpg) repeat left 50%;
} */

.in_table { /*	margin:1 0 0 2;
	border-top:none;
	border-left:none;
	border:double #719cbe 1px;
	*/
	border-collapse: collapse;
	border-top: none;
	border-left: none;
	border-right: 1px solid #719cbe;
	border-bottom: 1px solid #719cbe;
	background: #edf3f9;
	word-break: keep-all;
}
.in_table_tr {
	height: 26px;
}

.in_table th {
	font-weight: normal;
}

.in_table thead {
	height: 26px;
	background: #b4daf4;
}

.in_table col { /*background:#ffffff;*/
	
}
/**浣跨敤in_table浼氬奖鍝嶅唴閮ㄧ殑combobox锛岀涓�鏄剧ず鎴愮┖琛屻�鐜板湪浣跨敤in_table_锛屼絾瑕佸湪thead鐨刢lass灞炴�閲屾墜鍔ㄥ姞in_table_thead**/
.in_table_ {
	border-collapse: collapse;
	border-top: none;
	border-left: none;
	border-right: 1px solid #719cbe;
	border-bottom: 1px solid #719cbe;
}

.in_table_thead {
	height: 26px;
	background: #B4DAF4;
}

/******************************************************/
/** open 椤甸潰閲岄潰鐨勬煡璇㈢粨鏋滈〉闈�**/
#openSearchDiv {
	padding: 2 0 2 15;
	margin: 0 0 0 0;
	background: #FFFFFF;
	border-left: double #719cbe 1px;
	border-top: double #719cbe 1px;
	border-right: double #719cbe 1px;
	/* width: 100%; 褰堟鍙硃adding鐒℃晥 zwb*/
}

#openSearchDiv input {
	height: 20px;
	border: 1px solid #999999;
	margin-left: 1px;
}

#openResultDiv {
	border: double  #E7EDFB 1px;
	overflow: auto;
	/* background: #EBFAFF; */
	height: 100%; 
	width:100%; 
	behavior: url(skins/blue/base/openResultDiv.htc);
}
#openResultDivBatch {
	border: double  #E7EDFB 1px;
	overflow: auto;
	background: #fff;
	height: 85%; 
	position: fixed;    
	behavior: url(skins/blue/base/openResultDiv.htc);
	background: #edf3f9
}
#openResultDivBatch1 {
	border: double  #E7EDFB 1px;
	overflow: auto;
	background: #EBFAFF;
	height: 85%; 
	position: fixed;    
	/* top:355px; */
	behavior: url(skins/blue/base/openResultDiv.htc);
}
/*****/
.TRColor {
	background-color: #d7eefd;
}

.LEColor {
	color: #FF0000;
}

.ComboBoxTRColor {
	background-color: #3c9fe2;
	color: #FFFFFF;
}
/******澧炲姞锛屼慨鏀�椤甸潰閲岀殑 input textarea *******************/
#in_table_info input {
	height: 20px;
	border: 1px solid #999999;
	margin-left: 1px;
}

#in_table_info textarea {
	border: 1px solid #999999;
	margin-left: 1px;
}

/***/
.inputTextBgc { /*behavior:url(skins/blue/base/input_text_bgc.htc);*/
	
}
/*********************************************************/
.mustInputInt {
	text-align: right;
	ime-mode: disabled;
	behavior: url(skins/base/mustInputInt.htc);
}

.mustInputNegativeInt {
	text-align: right;
	ime-mode: disabled;
	behavior: url(skins/base/mustInputNegativeInt.htc);
}

.mustInputUnNegativeInt {
	text-align: right;
	ime-mode: disabled;
	behavior: url(skins/base/mustInputUnNegativeInt.htc);
}

.mustInputNumber {
	text-align: right;
	ime-mode: disabled;
	behavior: url(skins/base/mustInputNumber.htc);
}

.mustInputDecimal2 {
	text-align: right;
	ime-mode: disabled;
	behavior: url(skins/base/mustInputDecimal2.htc);
}

.mustInputNegativeNumber {
	text-align: right;
	ime-mode: disabled;
	behavior: url(skins/base/mustInputNegativeNumber.htc);
}

.mustInputUnNegativeNumber {
	text-align: right;
	ime-mode: disabled;
	behavior: url(skins/base/mustInputUnNegativeNumber.htc);
}

.mustInputNumberOrLetter {
	ime-mode: disabled;
	behavior: url(skins/base/mustInputNumberOrLetter.htc);
}

.mustInputNumberOrLetter2 {
	ime-mode: disabled;
	behavior: url(skins/base/mustInputNumberOrLetter2.htc);
}
/*
.mustInputDate{
	behavior:url(skins/base/mustInputDate.htc) url(skins/blue/base/input_text_bgc.htc);
}
*/

/**
鐢ㄤ簬鎺у埗OPEN鍑烘潵椤甸潰鎵�樉绀虹殑鍚堣绛�*/
.sum {
	color: #FF0000;
	margin: 0 15px 0 0;
}

.OpenUnderAllInfo {
	color: #FF0000;
}

.view4OpenUnderAll {
	margin: 5 0 0 0;
}

.readonlyCss {
	background-color: #e0e0e0;
}

/**----------鏌ヨ闈㈡澘鐨�css  begin----------------*/
.queryButton {
	height: 9px;
	width: 41px;
	background-image: url(skins/blue/button/hidden0.gif);
	background-repeat: no-repeat;
	background-position: bottom right;
}

.moreQueryPanel {
	display: none;
	position: absolute;
	padding: 2 0 2 15;
	margin-left: -15;
	background: #EBFAFF;
	border-bottom: double #719cbe 1px;
	overflow: auto;
}

.queryItems {
	border: none;
	margin: 10 0 0 0;
}

.queryTable {
	width: 100%;
	display: none;
}

.queryItem_title {
	font-weight: bolder;
	color: blue;
}

#moreQuerySelected {
	width: 100%;
	height: 20px;
	white-space: nowrap;;
	overflow: hidden;
	text-overflow: ellipsis;
}

.querySelectedDiv {
	width: auto;
	height: 100%;
	float: left;
	margin-right: 15px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.querySelectedTitle {
	color: blue;
}

.querySelectedValue {
	color: green;
}

#originalQueryList {
	display: none;
}
/**----------鏌ヨ闈㈡澘鐨�css  end----------------*/