/*=====公用样式====*/
body {

	scrollbar-face-color: #e4e4e4;
	scrollbar-highlight-color: #ffffff;
	scrollbar-shadow-color: #f4f4f4;
	scrollbar-3dlight-color: #e4e4e4;
	scrollbar-arrow-color: #666666;
	scrollbar-track-color: #f4f4f4;
	scrollbar-darkshadow-color: #f4f4f4;

	MARGIN-RIGHT: auto;
	MARGIN-LEFT: auto;
	margin: 0px;
	padding: 0px;
	font-family: '宋体', 'lucida grande', 'lucida sans unicode', '新宋体', arial, verdana, sans-serif;
	font-size: 12px;
	/*FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType='0',startColorstr='#ffffff',endColorstr='#f9f9f9');*/
}

body,th {
	font-size: 12px;
	line-height: 16px;
}

td {
	font-size: 12px;
	line-height: 18px;
}
form{margin:0px;padding:0px;}
a:link {
	color: #000000;
	text-decoration: none
}

a:visited {
	color: #333;
	text-decoration: none
}

a:hover {
	color: #ff0000; /*background:#ccc;*/
	text-decoration: none
    /*text-decoration: underline*/
}

a:active {
	color: #990000;
	text-decoration: none
}

DIV {
	PADDING-RIGHT: 0px;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	MARGIN: 0px auto;
	PADDING-TOP: 0px;
}

IMG {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	BORDER-RIGHT-WIDTH: 0px
}
/*=========表格样式=================*/
.table_add,.table_list,.table_search {
	border-collapse: collapse;
	width: 1004px;
	border: 1px #ccc solid;
	border-bottom-style: none;
	border-right-style: none;
	font: 12px/ 160% '宋体';
	padding: 0;
	margin: 0;
}
/*.table_add,.table_list,.table_search {*/
	/*border-collapse: collapse;*/
	/*width: 100%;*/
	/*border: 1px #ccc solid;*/
	/*border-bottom-style: none;*/
	/*border-right-style: none;*/
	/*font: 12px/ 160% '宋体';*/
	/*padding: 0;*/
	/*margin: 0;*/
/*}*/
.table_list caption{
    background:#fff url(../../include/images/datelist.jpg);
    background-repeat: no-repeat;
    text-align:left;
    padding-top:6px;
    padding-left:17px;
};
.table_add caption{
    background:#fff url(../../include/images/adddel.jpg);
    background-repeat: no-repeat;
    text-align:left;
    padding-top:6px;
    padding-left:17px;
};
.table_search caption{
    background:#fff url(../../include/images/query.jpg);
    background-repeat: no-repeat;
    text-align:left;
    padding-top:6px;
    padding-left:17px;
};
.table_search_mln {
	border-collapse: collapse;
	width: 100%;
	border-bottom: 1px solid #ccc;
	border-right-style: none;
	background: #f4f4f4;
	padding-right: 10px;
	margin: 1px;
}
.table_search_mln01 {
	border-collapse: collapse;
	width: 100%;
	border: 0px #ccc solid;
	border-bottom-style: none;
	border-right-style: none;
	font: 14px/ 160% '宋体';
	padding: 0px;
	margin: 0;
}







.table_add td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 200%;
	padding: 0px 4px 0px 4px;
	margin: 0;
	text-align: expression((this.cellIndex%2==0)?"right":"left");
	background-color: expression((this.cellIndex%2==0)?"#f4f4f4":"#ffffff")
}

.table_search td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 200%;
	padding: 0px 4px 0px 4px;
	margin: 0;
	text-align: expression((this.cellIndex%2==0)?"right":"left");
	background-color: expression((this.cellIndex%2==0)?"#f4f4f4":"#ffffff")
}
.table_search div td {
	border-style: none;
	text-align: left;
	background-color: #fff;
	padding: 0px 0px 0px 0px;
	line-height: 100%
}

.table_list tr{
	/*background-color: expression((this.sectionRowIndex%2==0)?"#ff000":"#ffffff");   */
	background-color: expression('#ffffff,#EFEFEF'.split(',')[rowIndex%2]);
}
.table_list td {
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 200%;
	padding: 0px 4px 0px 4px;
	margin: 0;
	white-space: nowrap;
}

.table_result_header {cursor: hand; }
/*
.table_list tr{star:expression(onmouseover=function(){this.tmpClass=(this.style.backgroundColor);this.style.backgroundColor ="#f3f3f3";},onmouseout=function(){this.style.backgroundColor=this.tmpClass;})}
*/
.table_title,.table_bottom {color: #000;}
.table_title td {
	background-color: #e4e4e4;
	font-weight: 800;
	line-height: 200%;
	text-align: center;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e4e4e4);
}

.table_bottom td {
	background-color: #e4e4e4;
	font-weight: 800;
	line-height: 200%;
	text-align: right;
	FILTER:progid:DXImageTransform.Microsoft.Gradient(GradientType=0,StartColorStr=#ffffff,EndColorStr=#e4e4e4);
}

/*==========表单样式================*/
/*提交按钮样式
input {star:expression(onmouseover=function(){this.style.backgroundColor="#f4f4f4"},onmouseout=function(){this.style.backgroundColor="#FFFFFF"})}
*/
.button_1 {
	margin: 0px 1px 0px 1px;
	BORDER-RIGHT: #666 1px solid;
	PADDING-RIGHT: 2px;
	BORDER-TOP: #666 1px solid;
	PADDING-LEFT: 2px;
	FONT-SIZE: 12px;
	BORDER-LEFT: #666 1px solid;
	CURSOR: hand;
	COLOR: black;
	PADDING-TOP: 2px;
	BORDER-BOTTOM: #666 1px solid;
	FILTER: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#ffffff, EndColorStr=#D9D9D9);
}


.pagination input {
	display: inline-block;
	text-align: left;
	width: 30px;
	height: 19px;
	border: 1px solid #ccc;
  /*star:expression(onmouseover=function(){this.style.backgroundColor="#f4f4f4"},onmouseout=function(){this.style.backgroundColor="#FFFFFF"})
*/
  }
.input_mln82 {
	display: inline-block;
	text-align: left;
	width: 100%;
	height: 19px;
	border: 0px solid #ccc;
	background: #F8F8F8;
  /*star:expression(onmouseover=function(){this.style.backgroundColor="#f4f4f4"},onmouseout=function(){this.style.backgroundColor="#FFFFFF"})
*/
  }

.tdinput01 {
    width: 100%;
    border: 0px;
    height: 20px;
    text-align: right;
    /*background: #c7d8fa;*/
}
.tdinput011 {
    width: 100%;
    border: 0px;
    height: 20px;
    text-align: right;
    background: #ffffff;
}

.input09 {
	display: inline-block;
	text-align: left;
	width: 50%;
	height: 19px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: #ccc 1px solid;
  /*star:expression(onmouseover=function(){this.style.backgroundColor="#f4f4f4"},onmouseout=function(){this.style.backgroundColor="#FFFFFF"})
*/
  }

.input10 {
	display: inline-block;
	text-align: left;
	height: 19px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: #ccc 1px solid;
  /*star:expression(onmouseover=function(){this.style.backgroundColor="#f4f4f4"},onmouseout=function(){this.style.backgroundColor="#FFFFFF"})
*/
  }
  .input_mln01 {
	display: inline-block;
	text-align: left;
	width: 100%;
	height: 19px;
	border: 0px solid #ccc;
	background: #EFEFEF;
  /*star:expression(onmouseover=function(){this.style.backgroundColor="#f4f4f4"},onmouseout=function(){this.style.backgroundColor="#FFFFFF"})
*/
  }


.pagination table {
	border-collapse: collapse;
	width: 100%;
	border: 1px #ccc solid;
	border-bottom-style: none;
	border-right-style: none;
	font: 12px/ 160% '宋体';
	padding: 0;
	margin: 0;
}

.pagination tr {table-layout: fixed;}


.pagination td {
    border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	line-height: 200%;
	padding: 0px 4px 0px 4px;
	margin: 0;
	word-break: break-all;
}

.conditionAreaDiv {
	overflow: no;
	height: 25px;
	word-wrap: break-word;
	border: #ccc 0px solid;
    padding:0px;
    margin-top:3px;
}

.editAreaDiv {
	width: 1004px;
	height: 100%;
	overflow-y: auto;
	overflow-x: auto;
	word-wrap: break-word;
	border: #f00 0px solid;
    margin-top:3px;
}
.editAreaDiv2 {
	width: 100%;
	height: 85%;
	overflow-y: auto;
	overflow-x: auto;
	word-wrap: break-word;
	border: #f00 0px solid;
    margin-top:3px;
}
.editAreaDiv3 {
	width: 100%;
	height: 75%;
	overflow-y: auto;
	overflow-x: auto;
	word-wrap: break-word;
	border: #f00 0px solid;
    margin-top:3px;
}
.helpeditAreaDiv {
	width: 100%;
	height: 90%;
	overflow-y: auto;
	overflow-x: auto;
	word-wrap: break-word;
	border: #f00 0px solid;
    margin-top:3px;
}

.security {
	width: 100%;
	height: 25px;
	text-align: right;
	padding: 1px;
	border-bottom: #e4e4e4 1px solid;
	background: #f4f4f4;
}
  /*日期输入*/
.dateTimePicker {
	BEHAVIOR: url(../../include/css/Calendar.htc);
	width:80px;
    display: inline-block;
	text-align: left;
	height: 19px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    border-bottom: #ccc 1px solid;
}
.security span { float: left; }
.security #securityDiv { float: right;vertical-align:middle;padding-top:3px;padding-right:5px;font-weight:800; }
.dragAble { position: relative; cursor: move; }/*拖拽样式*/

 /*在线帮助浮动框的样式*/
        #helpDiv {
            position: absolute;
            right: 8px;
            top: 30px;
            width: 353px;
            height:400px;
            z-index: 1;
        }

        /*控制行间距*/
        p {
            margin: 0.1em 0;
        }
       #helpMsgDiv{
          padding:8px;
          width: 350px;
           height:400px;
          overflow:auto;
       }

.tiperror {
	background: #FDF7D2 url(../js/validator3/invalid_line.gif) repeat-x bottom;
	border: 1px solid #dd7870;
}

.requideerror {
	background: #FDF7D2;
	border: 1px solid #999999;
}

/*.wdatetiperror{*/
	/*border:#dd7870 1px solid;*/
	/*height:22px;*/
	/*background:#FDF7D2 url(../js/validator3/datePickervalid.gif) no-repeat right;*/
/*}*/

/*.wdaterequideerror{*/
	/*border:#999 1px solid;*/
	/*height:22px;*/
	/*background:#FDF7D2 url(../js/datepicker/skin/datePicker.gif) no-repeat right;*/
/*}*/

