﻿html
{
	height:100%;	
}
body 
{
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#f7f9fc;	
}

td
{
	font-size:9pt;	
}
.hidden
{
	display:none;	
}
th
{
	font-size:9pt;	
}

/* 关于我们 */
.Aboutus_Table_body
{
	background-image:url(./images/AboutUs.bmp);
	background-repeat:repeat-x;
	background-color:#f0f3f8;
}


.Aboutus_Table
{
	height:350px;
	width:500px;
	background-image:url(./images/AboutUs.bmp);
	background-repeat:no-repeat;
	
}

.Aboutus_Table_001
{
	width:120px;
	position:relative;
	left:310px;
	top:8px;
	
}  

.Aboutus_Table_001_td
{
	color:#4c69a2;
}


/* 默认连接样式  */
a:link {
	font-size:9pt;
	color: #0e2597;
	
	text-decoration: none;
}
a:visited {
	font-size:9pt;
	color: #0e2597;
	
	text-decoration: none;
}
a:active {

	font-size:9pt;
	color: #0e2597;
	
	text-decoration: none;
}
a:hover {
	font-size:9pt;
	color: #0e2597;
	text-decoration: underline;
}
.blue {
	font-size:14px;
	color: #004fbf;
	font-weight:bold;
	text-decoration: none;
}
.blue:link {
	font-size:14px;
	color: #004fbf;
	font-weight:bold;
	text-decoration: none;
}
.blue:visited {
	font-size:14px;
	color: #004fbf;
	font-weight:bold;
	text-decoration: none;
}
.blue:active {

	font-size:14px;
	color: #004fbf;
	font-weight:bold;
	text-decoration: none;
}
.blue:hover {
	font-size:14px;
	color: #004fbf;
	font-weight:bold;
	text-decoration: none;
}
/* textbox控件样式,与skin文件有联系  */
.TextBox
{
	border:solid 1px #999999;
	width:90%;
	background-color:White;
	color:Black;
	font-size:9pt;
	height:18px;
}
/* textbox控件样式,与skin文件有联系  */
.SelectTextBox
{
	border:solid 1px #999999;
	width:90%;
	background-color:#ffffdf;
	color:Black;
	font-size:9pt;
	height:18px;
}
/*  填充数据的表格 */
.InputTable
{
	width:100%;
    height:auto;
    border-collapse:collapse;
    border-spacing: 1px;
    border-top-style: none;
    border-left-style: none;
    border-right-style:none;
    border-bottom-style:dashed;
    border-bottom-color:Silver;
    border-bottom-width:1px;    
    
}
.InputTable tr td
{
	height:45px;
	border-bottom-style:dashed;
	border-bottom-color:Silver;
	border-collapse:collapse;
	border-bottom-width:1px;
}
/*  页面上输入部分或查询部分,外部table样式  */
.EditTable2
{
	width:100%;
	background-color:#97a5cc;
	height:auto;
}
.EditTable2 thead
{
	
}

.EditTable2 thead tr
{
	
}
.EditTable2 thead tr td
{
	background-image:url(./images/EditTable_th_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
}
.EditTable2 thead tr td div
{
	background-image:url(./images/HalfViewTable_th_left.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	font-weight: bold;
	color:#1a2553;
	padding-top:6px;
	height:18px;
	width:214px;
	vertical-align:text-bottom;
}

.EditTable2 tbody
{
	
}
.EditTable2 tbody tr
{
	
}
.EditTable2 tbody tr td
{
	background-color:#eef1f8;
	
	
}

.EditTable
{
	width:100%;
	background-color:#97a5cc;
	height:120px;
}

.EditTable thead
{
	
}

.EditTable thead tr
{
	
}
.EditTable thead tr td
{
	background-color:#eef1f8;
	background-image:url(./images/EditTable_th_bg.gif);
	background-repeat:repeat-x;
	text-align:left;
}
.EditTable thead tr td div
{
	background-image:url(./images/HalfViewTable_th_left.gif);
	background-repeat:no-repeat;
	padding-left:12px;
	font-weight: bold;
	color:#1a2553;
	padding-top:6px;
	height:18px;
	width:214px;
	vertical-align:text-bottom;
}

.EditTable tbody
{
	
}
.EditTable tbody tr
{
	
}
.EditTable tbody tr td
{
	background-color:#eef1f8;
	
	
}
/*  页面上输入部分或查询部分,内部table样式  */
.TransparentTable
{
	width:100%;	
}
.TransparentTable tr
{
	
}
.TransparentTable tr th
{
	padding:6px;
	text-align:right;
	
}
.TransparentTable tr td
{
	padding:6px;
	text-align:left;
}

.div_White
{
	padding:4px;
	background-color:White;
	border:solid 1px #cccccc;
	overflow:auto;
	
}
.div_hy
{
    float:left;margin-left:0px;margin-right:0px;margin-top:10px;margin-bottom:10px;  width:220px;
    text-align:center;   
}
.TransparentTable_01
{
	width:100%;	
}
.TransparentTable_01 tr
{
	background-color:expression((this.sectionRowIndex%2==0)?"#FFFFFF":"#ecf1f7"); 	
}

.TransparentTable_01 tr th
{
	padding:6px;
	color:#1a2553;
	text-align:left;
	vertical-align:top;
}

.TransparentTable_02
{
	width:100%;	
}

.TransparentTable_02 tr
{
	
}
.TransparentTable_02 tr th
{
	padding:6px;
	color:#1a2553;
	text-align:right;
	background-color:#dfe4f1;
	vertical-align:top;
	border-bottom:solid 1px #cad3e8;
}
.TransparentTable_02 tr td
{
	padding:6px;
	color:#1a2553;
	text-align:left;
	border-bottom:solid 1px #cad3e8;
}

/*  button通用样式 2-4个中文  */
.CommonButton_2or4
{
	border:solid 1px #9496a5;
	font-size:9pt;
	padding-top:3px;
	color:#213884;
	width:73px;
	height:23px;
	background-color:White;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#dedbe7', gradientType='0'); 
}
/*  首页上半屏控件样式,需修改  */
.HalfViewTable
{
	width:100%;
	background-color:#97a5cc;	
}

.HalfViewTable thead
{
	
}

.HalfViewTable thead tr
{
	background-color:#eef1f8;
	background-image:url(./images/EditTable_th_bg.gif);
	background-repeat:repeat-x;
}

.HalfViewTable thead tr th
{
	background-color:#eef1f8;
	background-image:url(./images/HalfViewTable_th_left.gif);
	background-repeat:no-repeat;
	color:#1a2553;
}
.HalfViewTable tbody
{
	
}
.HalfViewTable tbody tr
{
	
}

.HalfViewTable tbody tr td
{
	background-color:#eef1f8;
}
/*  head部分table  */
.Head_Bottom
{
	height:1px;
	background-color:#28397f;	
}

.Head_Table
{
	height:28px;
	width:100%;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#5c92ce', endColorStr='#689ede', gradientType='0'); 
}


.Head_Table tr th
{
	font-size:14px;
	font-weight:bold;
	color:White;
	filter:Dropshadow(offx=1,offy=1,color=#324d6c);
}
/*  head部分table中的bar  */
.Head_Bar
{
	height:24px;
	
}



.Head_Bar tr .Head_Bar_td
{
	text-align:left;
	background-image:url(./images/Head_Bar_bg.gif);
	padding-top:2px;
	
}

.Head_Bar tr .Head_Bar_left
{
	background-image:url(./images/Head_Bar_Left.gif);
	background-repeat:no-repeat;
	width:7px;
	height:24px;
	
}

.Head_Bar tr .Head_Bar_right
{
	background-image: url(./images/Head_Bar_Right.gif);
	background-repeat:no-repeat;
	width:7px;
	height:24px;
}

.Head_Bar tr .Head_Bar_Null
{
	width:20px;
}
/*  通用离开左边24个象素  */
.left24
{
	margin-left:24px;	
}

.left12
{
	margin-left:12px;	
}
.right6
{
	margin-right:6px;	
}

/*  页角表格  */
.Foot_Table
{
	width:100%;
	background-color: #f6f7fb;
	height:30px;
}

.Foot_Table tr .FT_TD
{
	height:29px;
}

/*  粗蓝字体  */
.font_blue_Bold
{
	font-size:12px;
	font-weight:bold;
	color:#213884;
}

/*  白色字体  */
.font_write_basic
{
	font-size:12px;
	color:#FFFFFF;
}
/*  左边菜单部分表格样式  */
.LeftTable
{
	background-color: #5f98cd;
	height:100%;
	left:1px;
	position:relative;
}
.Menu_bg
{
	background-color: #5f98cd;
}


/*  菜单高度 用于中间部分高度  */
.PanelBar
{
	HEIGHT: expression(body.offsetHeight-62);

}

/* 一般页高度  用在div上 */
.MainDiv
{
	HEIGHT: expression(body.offsetHeight-92);
	width:100%;
	padding:6px;
	overflow:auto;
}
/*  页面说明bar  filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#edf4fc', endColorStr='#bcdcf5', gradientType='0'); */
.TitleBar
{
	height:33px;
	width:100%;
	background-image:url(./images/TitleBar_bg.gif);
	background-color:#e9f2fc;
	top: expression(this.offsetParent.scrollTop); 
	position:relative;
	vertical-align:top;
	background-repeat:repeat-x;
	background-position:bottom;
}

.TitleBar tr td
{
	
}

.TitleBar tr .TB_td
{
	height:32px;
}
/*  简单datalist  */
.Simple_DataList
{
	border:0px;
	width:100%;
}

.Simple_DataList_ItemStyle
{
	background-color:White;	
	height:25px;
}
.Simple_DataList_ItemStyle td
{
	padding-left:4px;	
}

.Simple_DataList_AlternatingItemStyle
{
	background-color:#ecf1f7;
	height:25px;
}

.Simple_DataList_AlternatingItemStyle td
{
	padding-left:4px;	
}


/*.Simple_DataList tr
{
	background-color:expression((this.sectionRowIndex%2==0)?"#FFFFFF":"#ecf1f7"); 
}

.Simple_DataList tr td
{
	height:25px;
	padding:4px;
}*/

/*  按钮table  */
.BtnListBar
{
	border:solid 1px #97a5cc;
	border-bottom: 0px;
	background-image:url(./images/BtnListBar_bg.gif);
	background-repeat:repeat-x;
	background-position:top;
}

.BtnListBar tr TD
{
	width:48px;
	background-image:url(./images/Compart.gif);
	background-position:right;
	background-repeat:no-repeat;
	padding:0px 6px 0px 2px ;
	height:23px;
}

.BtnListBar tr .Full
{
	width:auto;
	background:none;
}

/*  添加按钮  */
.AddBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnAdd.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
	
}

.AddBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/BtnAdd.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}

.AddBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnAdd.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	font-size:9pt;
	color:#999999;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}
/*  修改按钮  */
.EditBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Edit.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
	
}

.EditBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Edit.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}

.EditBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Edit.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	font-size:9pt;
	color:#999999;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  删除按钮  */
.DelBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Delete.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
	
}

.DelBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Delete.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}

.DelBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Delete.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  察看按钮  */
.ViewBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/view.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
	
}
.ViewBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/view.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.ViewBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/view.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  返回按钮  */
.BackBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Out.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
	
}
.BackBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Out.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.BackBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Out.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	font-size:9pt;
	color:#999999;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}



/*  复制按钮  */
.CopyBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnCopy.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
}
.CopyBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/BtnCopy.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.CopyBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnCopy.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	font-size:9pt;
	color:#999999;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  创建表按钮  */
.CreateTableBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Task.gif);
	background-repeat:no-repeat;
	width:60px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.CreateTableBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Task.gif);
	background-repeat:no-repeat;
	width:60px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.CreateTableBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Task.gif);
	background-repeat:no-repeat;
	width:60px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/*  重置按钮  */
.RestBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Rest.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:4px 0px 1px 16px ;
	height:22px;
}
.RestBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Rest.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.RestBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Rest.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  编辑工作台按钮  */
.EditDeskBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Edit_1.gif);
	background-repeat:no-repeat;
	width:84px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:4px 0px 1px 16px;
	
}
.EditDeskBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Edit_1.gif);
	background-repeat:no-repeat;
	width:84px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.EditDeskBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Edit_1.gif);
	background-repeat:no-repeat;
	width:84px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/*  保存按钮  */
.SaveBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnSave.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
}
.SaveBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/BtnSave.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.SaveBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnSave.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  取消按钮  */
.CancelBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Back.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
}
.CancelBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Back.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.CancelBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Back.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  确定按钮  */
.ConfirmBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/ico_18_1.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
}
.ConfirmBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/ico_18_1.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.ConfirmBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/ico_18_1.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*  按钮只有字  */
.NormalBtn
{
	background-color:Transparent;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 0px;
	margin:0px 2px 0px 2px;
	height:22px;
}
.NormalBtn_Over
{
	background-color: #ffffdf;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 0px;
	cursor:hand;
	height:22px;
}
.NormalBtn_No
{
	background-color:Transparent;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 0px;
	cursor: default;
	height:22px;
}


/*  查选更多按钮  */
.SearchMoreBtn
{
	background-color:Transparent;
	
	background-image:url(./icon/btn_SearchMore.gif);
	background-repeat:no-repeat;
	width:21px;
	height:19px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;

	
}

/*  下拉菜单  */
.ddlStyle
{
	font-size:9pt;	
}

/* 必填字段标题  */
.font_need
{
	font-size:9pt;
	font-weight:bold;
	color:#890c1a;
}

/* 上移按钮 */
.UpBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Up.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px ;
	
}
.UpBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Up.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.UpBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Up.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/* 下移按钮 */
.DownBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Down.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px ;
	
}
.DownBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Down.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.DownBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Down.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/* 导出按钮 */
.OutPutBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/fileup.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.OutPutBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/fileup.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.OutPutBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/fileup.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/* 发布按钮 */
.IssueBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnSelect.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.IssueBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/BtnSelect.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.IssueBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnSelect.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/* 左按钮 */
.LeftBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnLeft.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.LeftBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/BtnLeft.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.LeftBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnLeft.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/* 右按钮 */
.RightBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnRight.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.RightBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/BtnRight.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.RightBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/BtnRight.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}


/* 管理按钮 */
.ManageBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/going.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.ManageBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/going.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.ManageBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/going.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/*　提交按钮 */
.ReferBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/ico_18_3.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	height:22px;
}
.ReferBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/ico_18_3.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
	height:22px;
}
.ReferBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/ico_18_3.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
	height:22px;
}

/*　指标按钮 */
.IndexBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Object.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.IndexBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/Object.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.IndexBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/Object.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}

/*　登录按钮 */
.s_LoginBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/ico_16_1036.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}
.s_LoginBtn_Over
{
	background-color: #ffffdf;
	background-position: 0px;
	background-image:url(./icon/ico_16_1036.gif);
	background-repeat:no-repeat;
	width:48px;
	font-size:9pt;
	color:#213884;
	border:solid 1px #999999;
	padding:3px 0px 0px 16px;
	cursor:hand;
}
.s_LoginBtn_No
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./icon/ico_16_1036.gif);
	background-repeat:no-repeat;
	width:48px;
	filter:gray();
	color:#999999;
	font-size:9pt;
	border:none;
	padding:3px 0px 0px 16px;
	cursor: default;
}


/* 帮助table */
.HelpTable
{
	border:solid 1px #dfca87 ;
	background-color:#ffffe1;

}
.HelpTable tr td 
{
	padding:4px;
	padding-left:26px;
	padding-top:6px;
	background-image:url(./icon/Bar_Logo_02.gif);
	background-position:4px;
	background-repeat:no-repeat;
	
}

/*  button通用样式 2-4个中文  */
.Button
{
	border:solid 1px #9496a5;
	font-size:9pt;
	color:#213884;
	padding:3px 4px 0px 4px;
	height:23px;
	background-color:White;
	filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#ffffff', endColorStr='#dedbe7', gradientType='0'); 
}

/* 关于我们   */
.Aboutus_Table_body
{
	background-image:url(./images/AboutUs_bg.jpg);
	background-repeat:repeat-x;
	background-color:#f0f3f8;
}


.Aboutus_Table
{
	height:350px;
	width:500px;
	background-image:url(./images/AboutUs.bmp);
	background-repeat:no-repeat;
	
}

.Aboutus_Table_001
{
	width:120px;
	position:relative;
	left:310px;
	top:8px;
	
}

.Aboutus_Table_001_td
{
	color:#4c69a2;
}

/* DL 空白样式 */
.dl_ItemStyle
{

}

.dl_ItemStyle td
{
	border: solid 1px black;
}

/* 距离上2 */
.top
{
	top:2px;	
}


/*--------------------------------------------   进度条  ----------------------------------------------------------*/
.div_plan
{
	width:57px;
	float:left;
	display:inline;
}
.div_plan_out
{
	width:51px;
	float:left;
	padding:1px;
	border:solid 1px #cccccc;
}

.div_plan_in
{
	float:left;height:14px;
}

.selecttable
{
	border-bottom:solid 1px #97a5cc;
	width:100%;	
}

.selecttabletd_01
{
	font-weight:bold;padding:4px;font-size:14px;color:#1a2553;
}

.selecttabletd_02
{
	padding-top:4px;padding-right:4px;padding-left:20px;font-size:12px;color:#1a2553	
}

.selecttabletd_03
{
	padding-left:12px;
}

.span_01
{
	font-size:9pt;
	font-weight:normal;
}

.white_table
{
	border:0px;
	background-color:#000000;	
}

.white_table tr td
{
	background-color:#ffffff;	
}

.white_table tr th
{
	background-color:#ffffff;	
	text-align:right;
}

.planbar
{
	position: absolute;
	width: 420px;
	left: 9px;
	top: 39px;
	background-color: #D4D0C8;
	border: #f4f4f4 2px outset;
	font-size:12px;
	z-index:999;
}
.planbar2
{
	position: absolute;
	width: 420px;
	left: 9px;
	top: 39px;
	background-color: #D4D0C8;
	border: #f4f4f4 2px outset;
	font-size:12px;
	z-index:999;
}
.pl_div
{
	background-color:#0A246A;
	font-size:12px;
	width:100%;
	color:#ffffff;
	font-weight:bold;
	text-align:left;
	padding:4px;
}

.planbar_n
{
	position: absolute;
	width: 640px;
	left: 0px;
	top: 0px;
	z-index:-1;
	font-size:12px;
}
.iframeStyle
{
	background:#F0F9FB;width:100%;height:160px;	
	filter:alpha(opacity=0);-moz-opacity:0;
}
/* */
.SearchBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./Images/btn_Search.gif);
	background-repeat:no-repeat;
	width:67px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
 line-height:20px;
}

.SearchBtn_over
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./Images/btn_Search.gif);
	background-repeat:no-repeat;
	width:67px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;	
    line-height:20px;
}
/* */
.InsertNBtn
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./Images/HQ/xzbutton2_03.gif);
	background-repeat:no-repeat;
	width:67px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}

.InsertNBtn_Over
{
	background-color:Transparent;
	background-position: 2px;
	background-image:url(./Images/HQ/xzbutton_03.gif);
	background-repeat:no-repeat;
	width:67px;
	font-size:9pt;
	color:#213884;
	border:none;
	cursor:hand;
	padding:3px 0px 0px 16px;
	
}

.GridBackGround1
{
    background-image: url(../../Images/zd.png);
	background-color: #f0f3f8;
    background-position: right bottom;
    background-repeat:no-repeat;
}