@charset "utf-8";
/* CSS Document */
/*------------调整进度条------------*/
*{   scrollbar-face-color:#e3e3e3;
    scrollbar-arrow-color:#000;
    scrollbar-highlight-color:#fff;
    scrollbar-3dlight-color:#d2d0d1;
    scrollbar-shadow-color:#e0e7ef;
    scrollbar-darkshadow-color:#d2d0d1;
    scrollbar-track-color:#f7f7f7;
}

#content{height:100%;}
.layout{word-break:break-all;word-wrap:break-word;width:100%;height:100%; border:0px;}
.layout .tdtop{height:3px;}

.a_title1{font-weight:bold;}
.a_title3{font-weight:bold;}

.search_broder {width:100%;	text-align: center;}
.search_broder span{margin-left:0px;}
.search_broder tr td{height:24px; line-height:24px;}
.search_broder .text{	
	border:solid 1px #e1e2e5;
}
/**查询按钮*/
.search_broder .query{width:58px;cursor:pointer;height:24px; line-height:24px; color:#fff; text-align:center; background:url(../../../images/manager/model/btnbg.gif) no-repeat; border:0; margin-right:5px}
.search_broder .query2{width:100px;cursor:pointer;height:24px; line-height:24px; color:#fff; text-align:center; background:url(../../../images/manager/model/btnbg2.gif) no-repeat; border:0; margin-right:5px}
/**清空按钮*/
.search_broder .clear{width:58px;cursor:pointer;height:24px; line-height:24px; color:#333; text-align:center; background:url(../../../images/manager/model/btnsearch.gif) no-repeat; border:0;}
/** 列表中重量显示 */
.listsl{color:#00aa00;}
/** 列表中价格金额显示 */
.listje{color:#c00;	}
/** 查询条件中日期控件长度 */	
.querycalendar{	width: 75px;}
/**列表显示Title右边间距*/
.thead_padding_right{padding-right:17px;}

.tblList { background:#d2d0d1; border:solid 1px #fff; *border:1px solid #cccccc;word-break:break-all;word-wrap:break-word;}
.tblList th{ background:url(../../../images/manager/model/Tab_thbg.gif) repeat-x; height:23px; border:solid 1px #c5c5c5; font-weight:normal; color:#1267a7;white-space:nowrap;background-color:#e5e5e5;}
.tblList .td01{ background:#ffffff; height:28px; line-height:28px;}
.tblList .td02{ background:#f6f6f6; height:28px; line-height:28px;}
/**被选择，测试值，需要重新调整**/
.tblList .selected{ background:#7B9EE7; }

/*编辑按钮*/
.tblList .span01{background:url(../../../images/manager/model/Bj_icon.gif) no-repeat; padding-left:18px;}
/*删除按钮*/
.tblList .span02{background:url(../../../images/manager/model/Del_icon.gif) no-repeat; padding-left:18px; margin-left:15px;}
/*选中行*/
.tblList .on{ background:#fbf5dd; }
.tblList td{padding-left:5px;white-space:nowrap;border:1px solid #cccccc;padding:0px 6px 0px 4px;}
.tblList-Fixed{background-color:#eeeeee;border-color:#c5c5c5;}

/**行渐变**/
.td01{ background:#ffffff; height:28px;}
.td02{ background:#f6f6f6; height:23px;}
.on{ background:#fbf5dd; }

.databox {
	margin:0px;
	padding: 0px;
	border: none; 
	width: 100%; 
	height: auto;
	overflow: hidden;
}
/**用于子页面列表显示，高度改为25%，数据不多时显示。如果让表格居中，可以设定datalist的width=100% add by gaotao 2012-2-6 */
.databox2 {margin:0px;padding: 0px;border: none;width: 100%; height:500px;	overflow: hidden;}


/** iframe 弹出页样式**/
.wlay {width:100%; }
.wlay_cont {background-color:#FFF;}
.wlay_top {height:40px; border-bottom:1px solid #D6D6D6; background-color:#F5F5F5;}
.wlay_top .left{float:left; display:block; width:150px; height:40px; line-height:40px; font-size:14px; text-indent:10px;}
.wlay_top .right {float:right; display:block; width:40px; padding-top:10px; text-align:center;}
.wlay_tb01 {padding:10px 0; margin:0 auto; line-height:30px; overflow:hidden; }
.wlay_tb01 table {border-collapse:collapse;}
.wlay_tb01 tr {line-height:30px;}
.wlay_tb01 th {font-size:14px; text-align:right; font-weight:normal;}
.wlay_tb01 td {margin-left:1px;font-size:12px; color:#666}
.wlay_tb01 input{ vertical-align:middle; }
.wlay_tb01 .input1{height:20px; margin-right:3px;line-height:20px; border:1px solid #E6E6E6;}
.wlay .btn {text-align:center; padding:10px 0;}
.wlay .btnbg {width:58px; height:24px; line-height:24px; color:#fff; text-align:center; background:url(../../../images/manager/model/btnbg.gif) no-repeat; border:0; margin-right:5px}
.wlay .btnbg3 {width:100px; height:24px; line-height:24px; color:#fff; text-align:center; background:url(../../../images/manager/model/btnbg2.gif) no-repeat; border:0; margin-right:5px}
.wlay .btnbg2 {width:58px; height:24px; line-height:24px; color:#333; text-align:center; background:url(../../../images/manager/model/btnsearch.gif) no-repeat; border:0;}

.manager_ellipsis {text-overflow:ellipsis;height:28px;overflow:hidden;white-space:nowrap;width:200px;display:block;}


.gd_jj_ul{width:100%;margin-left:10px;text-align:left;}
.gd_jj_ul li{width:170px;float: left;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}
.gd_jj_ul .li250{width:250px;float: left;white-space: nowrap;overflow: hidden; text-overflow: ellipsis;}


