﻿/*公共样式---------------------------------------------------------------------------------------------*/
body
{
	font-size:12px;
	color:#313131;
	margin:0;
}

td
{
	font-size:12px;
	color:#313131;
}

html
{
	/*
	scrollbar-3d-light-color		设置或检索滚动条亮边框颜色 
	scrollbar-arrow-color			设置或检索滚动条方向箭头的颜色 
	scrollbar-base-color 设			置或检索滚动条基准颜色。其它界面颜色将据此自动调整 
	scrollbar-dark-shadow-color		设置或检索滚动条暗边框（ThreedDarkShadow）颜色 
	scrollbar-face-color			设置或检索滚动条3D表面（ThreedFace）的颜色 
	scrollbar-highlight-color		设置或检索滚动条3D界面的亮边（ThreedHighlight）颜色 
	scrollbar-shadow-color			设置或检索滚动条3D界面的暗边（ThreedShadow）颜色 
	*/
	
	scrollbar-3d-light-color   :#f8fafc;
	scrollbar-arrow-color      :#313131;
	scrollbar-base-color       :#f8fafc;
	scrollbar-dark-shadow-color:#f8fafc;
	scrollbar-face-color       :#f8fafc;
	scrollbar-highlight-color  :#f8fafc;
	scrollbar-shadow-color     :#f8fafc;
}

a:link
{
	color:#313131;
	text-decoration:none;
}
a:visited
{
	color:#313131;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}
a:active
{
	text-decoration:none;
}

/*-------------------------------------------------------------------模块样式*/

.Module_Title
{
	background-color:#f0f8fa;
	height:30px;
}
.Module_Item_01
{
	border-bottom:1px #ebeaef solid;
	border-right:1px #ebeaef solid;
	padding-left:5px;
	height:26px;
}
.Module_Item_02
{
	border-bottom:1px #ebeaef solid;
	border-right:1px #ebeaef solid;
	height:26px;
	padding-left:10px;
}

/*-------------------------------------------------------------------------------*/

/*标准模块区-Begin-----------------------------------------------------------------------------*/
.ModuleTopL
{
	width:49px;
	height:30px;
	background-image:url('../images/Version3/Index_11.jpg');
	background-repeat:no-repeat;
}

.ModuleTopTitle
{
	width:136px;
	background-image:url('../images//Version3Handlers_04.gif');
}

.ModuleTopFonts
{
	color:#ffffff;
	font-weight:bold;
}

.ModuleTopBg
{
	color:White;
	font-weight:bold;
	background-image:url('../images/Version3/IndexPage_05.jpg');
	width:230px;
}

.ModuleTopR
{
	width:58px;
	height:30px;
	cursor:pointer;
	background-repeat:no-repeat;
}

.ModuleTopR_NoMore
{
	width:58px;
	height:30px;
	cursor:pointer;
	background-image:url('../images/Version3/ModuleTopR_NoMore.jpg');
	background-repeat:no-repeat;
}

.ModuleFootL
{
	width:49px;
	height:16px;
	cursor:pointer;
	background-image:url('../images/Version3/Index_32.jpg');
	background-repeat:no-repeat;
}

.ModuleFootMiddle
{
	background-image:url('../images/Version3/Index_33.jpg');
}

.ModuleFootR
{
	width:58px;
	height:16px;
	cursor:pointer;
	background-image:url('../images/Version3/Index_34.jpg');
	background-repeat:no-repeat;
}

.ModuleFootL02
{
	width:49px;
	height:16px;
	cursor:pointer;
	background-image:url('../images/Version3/Index_32_02.jpg');
	background-repeat:no-repeat;
}

.ModuleFootMiddle02
{
	background-image:url('../images/Version3/Index_33_02.jpg');
}

.ModuleFootR02
{
	width:58px;
	height:16px;
	cursor:pointer;
	background-image:url('../images/Version3/Index_34_02.jpg');
	background-repeat:no-repeat;
}

.ModuleContent
{
	border-left:1px #ebebeb solid;
	border-right:1px #ebebeb solid;
}

/*标准模块区-End-----------------------------------------------------------------------------*/


/*标准模块区-Begin-----------------------------------------------------------------------------*/
.RightModule_TopL
{
	width:13px;
	height:13px;
	background-image:url('../images/Version3/RightBorder_TL.jpg');
}

.RightModule_TopM
{
	background-image:url('../images/Version3/RightBorder_TM.jpg');
}

.RightModule_TopR
{
	width:13px;
	background-image:url('../images/Version3/RightBorder_TR.jpg');
}

.RightModule_L
{
	width:13px;
	background-image:url('../images/Version3/RightBorder_L.jpg');
}

.RightModule_R
{
	width:13px;
	background-image:url('../images/Version3/RightBorder_R.jpg');
}

.RightModule_BottomL
{
	width:13px;
	height:13px;
	background-image:url('../images/Version3/RightBorder_BL.jpg');
}

.RightModule_BottomM
{
	background-image:url('../images/Version3/RightBorder_BM.jpg');
}

.RightModule_BottomR
{
	width:13px;
	background-image:url('../images/Version3/RightBorder_BR.jpg');
}

/*标准模块区-End-----------------------------------------------------------------------------*/

.Table_Bg
{
	background-color:#ffffff;
	border:1px #ffffff solid;
}

.Search_Item
{
	height:26px;
	text-align:right;
	padding:5px;
	background-color:#ffffff;
	width:25%;
}

.pointLine
{
	height:1px;
	background: url(/Images/SysWork/PointLine_Bg.gif) repeat-x center center;
}


/*字体样式----------------------------------------------------------------------------------------------*/

.Font_Title12px
{
	font-size:12px;
	color:#2a2d2f;
	font-weight:bold;
}
.Font_Title13px
{
	font-size:13px;
	color:#2a2d2f;
	font-weight:bold;
}
.Font_Title14px
{
	font-size:14px;
	color:#2a2d2f;
	font-weight:bold;
}

.Font_Copyright
{
	font-family:宋体;
	font-size:12px;
	color:#FFFFFF;
}

.Font_Red
{
	color:#ff0000;
}

.Font_TitleWhite
{
	color:White;
	font-weight:bold;
}

.Font_Orange
{
	color:Orange;
}

a.Font_Staff:link
{
	text-decoration:none;
	color:#313131;
}

a.Font_Staff:visited
{
	text-decoration:none;
	color:#313131;
}

a.Font_Staff:active
{
	text-decoration:none;
	color:#313131;
}

a.Font_Staff:hover
{
	text-decoration:none;
	color:#023263;
}



/*菜单样式----------------------------------------------------------------------------------------------*/

.MainMenu:link
{
	color:White;
	text-decoration:none;
}
.MainMenu:hover
{
	color:White;
	text-decoration:none;
}
.MainMenu:visited
{
	color:White;
	text-decoration:none;
}
.MainMenu:active
{
	color:White;
	text-decoration:none;
}

.MainMenu_Selected:link
{
	color:Yellow;
	text-decoration:none;
}
.MainMenu_Selected:visited
{
	color:Yellow;
	text-decoration:none;
}
.MainMenu_Selected:hover
{
	color:Yellow;
	text-decoration:none;
}
.MainMenu_Selected:active
{
	color:Yellow;
	text-decoration:none;
}

/*按钮样式----------------------------------------------------------------------------------------------*/

.BtnMenuOff
{
	background:url(../WebImages/BtnMenuOff.jpg);
}

.BtnMenuOn
{
	background:url(../WebImages/BtnMenuOn.jpg);
	color:White;
}

.btn_edit_Off
{
	background-image:url(../../Images/SysWork/Ico_Edit_Off.jpg);
	width:19px;
	height:19px;
	border:0px;
}
.btn_edit_On
{
	background-image:url(../../Images/SysWork/Ico_Edit_On.jpg);
	width:19px;
	height:19px;
	cursor:pointer;
	border:0px;
}

.btn_del_Off
{
	background-image:url(../../Images/SysWork/Ico_Del_Off.jpg);
	width:19px;
	height:19px;
	border:0px;
}
.btn_del_On
{
	background-image:url(../../Images/SysWork/Ico_Del_On.jpg);
	width:19px;
	height:19px;
	border:0px;
	cursor:pointer;
}

.Button
{
	background-color: #b5b5b6;
	border: solid 1px #595757;
	text-align: center;
	width: 60px;
}

.Btn_4fonts_On
{
	height:22px;
	width:80px;
	background: url(../WebImages/btn_LiuYan.jpg);
	border:0px;
	border-collapse: collapse;
	margin: 0px;
	padding-top:2px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	cursor:pointer;
}
.Btn_4fonts_Off
{
	border:0px;
	padding-top:2px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(../WebImages/btn_LiuYan.jpg);
	width:75px;
	height:26px;
	cursor:pointer;
}

.btn_LiuYan
{
	border:0px;
	padding-top:2px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(../WebImages/btn_LiuYan.jpg);
	width:75px;
	height:26px;
	cursor:pointer;
}

.btn_LiuYan_02
{
	border:0px;
	padding-top:2px;
	padding-bottom: 0px;
	padding-left:0px;
	padding-right:0px;
	background-image: url(../WebImages/btn_LiuYan.jpg);
	width:75px;
	height:26px;
	cursor:pointer;
}

/*表单样式----------------------------------------------------------------------------------------------*/

.TextareaStyle
{
	width:80px;
	border:1px #e6e6e6 solid;
	
	/*
	onmouseover:expression(
		onmouseover=function()
		{
			this.style.backgroundColor ='#f9f9f9'
		}
	);

	onmouseout:expression(
		onmouseout=function()
		{
			this.style.backgroundColor ='#ffffff'
		}
	);

	onfocus:expression(
		onfocus=function()
		{
			this.style.backgroundColor ='#f9f9f9'
		}
	);
	*/	
}

/*表格样式----------------------------------------------------------------------------------------------*/

.Table_01
{
	border-left:1px #d1d3d2 solid;
	border-right:1px #d1d3d2 solid;
	background-color:White;
}

.Table_02
{
	background-color:#e5e5e5;
}

/*tr-------------------------------------------------------------样式*/
.tr_onmouseover
{
	background-color:#d6e6f3;
}
.tr_onmouseout
{
	background-color:inherit;
}
.tr_Url
{
	background-image:url(../images/Version3/Index_08.jpg);
}
/*td-------------------------------------------------------------样式*/

.td_item
{
	background-color:#f4f4f4;
}

.td_BgWhite
{
	background-color:#ffffff;
}

.td_LeftMenuBg
{
	background-image:url(../WebImages/Model_03.jpg);
	height:29px;
}
.td_LeftPadding8px
{
	padding-left:8px;
}
.td_DownLine
{
	background-image:url(../WebImages/Model_02.jpg);
}
.td_LeftMenu
{
	height:26px;
	padding-left:21px;
	background-image:url(../images/Version3/PointLine.gif);
	background-repeat:repeat-x;
	cursor:pointer;
	background-position:bottom;
}
.td_LeftMenu02
{
	padding-left:22px;
	background-image:url(../images/Version3/InsidePage_15.jpg);
}
.td_LeftMenu_bottom
{
	height:26px;
	padding-left:21px;
	cursor:pointer;
}
.td_Url
{
	text-align:right;
	padding-right:15px;
}
.td_border01
{
	border:1px #f2f2f2 solid;
}
.td_LRLine
{
	 width:1px;
	 background-color:#e0e0e0;
}
/*文字链接样式-------------------------------------------------------------样式*/


.DefaultMenu:link
{
	color:#ffffff;
	text-decoration:none;
}
.DefaultMenu:hover
{
	color:#ffffff;
	text-decoration:underline;
}
.DefaultMenu:active
{
	color:#ffffff;
	text-decoration:none;
}
.DefaultMenu:visited
{
	color:#ffffff;
	text-decoration:none;
}


.SelectedMenu:link
{
	color:#ffff00;
	text-decoration:none;
}

.SelectedMenu:hover
{
	color:#ffff00;
	text-decoration:underline;
}
.SelectedMenu:active
{
	color:#ffff00;
	text-decoration:none;
}
.SelectedMenu:visited
{
	color:#ffff00;
	text-decoration:none;
}

.FontLink_01:link
{
	text-decoration:none;
}
.FontLink_01:visited
{
	text-decoration:none;
}
.FontLink_01:hover
{
	color:Orange;
	text-decoration:none;
}
.FontLink_01:active
{
	color:#eb6100;
	text-decoration:none;
}

/*div样式----------------------------------------------------------------------------------------------*/
.div_space
{
	padding:3px;
}
.div_TopMenu
{
	width:255;
	height:28;
	text-align:center;
}

/*行高样式----------------------------------------------------------------------------------------------*/
.line_height_130
{
	line-height:130%;
}


/*其它样式----------------------------------------------------------------------------------------------*/
.WebBgColor
{
	background-color:#00468e;
}


.PicLogo
{
	background:url(../WebImages/Faster_59.jpg);
}

.fgline
{
	border-left:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;
	padding-left:20px;
	padding-top:5px;
}

.fgline02
{
	border-left:solid 1px #E0E0E0;
	border-right:solid 1px #E0E0E0;
	padding-top:5px;
	padding-left:0px;
}

.znline
{
	border-left:solid 1px #F3F3F3;
	border-right:solid 1px #F3F3F3;
}

.softlistLine
{
	border-left:solid 1px #E9E9E9;
	border-right:solid 1px #E9E9E9;
}

.znjs
{
	text-indent:22px;
	line-height:20px;
}

.table_1
{
	border:solid 1px #CCCCCC;
	border-collapse:collapse;
	width:540px;
}

.td_2_1
{
	width:10%;
	border:solid 1px #CCCCCC;
	padding-right:3px;
	text-align:right;
}

.td_2_2
{
	border:solid 1px #CCCCCC;
	padding-left:3px;
}

.txtBox_1
{
	border:solid 1px #CCCCCC;
	margin:2px;
}

.txtBox_1_02
{
	border:solid 1px #CCCCCC;
	margin:2px;
	width:97%;
}

.TDSYTLE 
{
	letter-spacing: 1px;
	line-height: 20px;
	text-indent:28px;
	padding:5px;
}

.tdList 
{
	
	line-height: 25px;
	padding:5px;
}

.title_td
{
	color:#000000;
	font-weight:bold;
	font-size:13px;
}

.title_1_1
{
	font-weight:bold;
	font-size:14px;	
}

.ct_1_1
{
	line-height: 20px;
}

.mm
{
	font:宋体;
	font-size:12px;	
}

.table_map
{
	border:solid 1px #D1E7FA;
	border-collapse:collapse;
}

.td_map_left
{
	font-family:宋体;
	font-size:12px;
	border:dashed 1px #CCCCCC;
	padding-right:3px;
	text-align:right;
	width:110px;
	background-color:#EDF7FC;
	height:25px;
}

.td_map_r
{
	border:dashed 1px #CCCCCC;
	padding-left:3px;
}