﻿/* 消除不同浏览器对边距和边框的定义差异  */
body, form, image, img, object, iframe,div, span, li, h1, h2, h3, h4, h5, address, td, blockquote, dl, dt, dd, br
{
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0;
	padding:0;
	line-height:1.8em;
}
select
{
	line-height:18px;
	vertical-align:middle;
}
p
{
	line-height:1.8em;
}
table
{
	border:none;
	border-collapse:collapse;
}
image, img
{
	border:none;
}
form
{
	display:inline;
}
h1 { font-weight:normal; font-size:23px; color: #333333; margin:0 0 10px 0;}
h2 { font-weight:bold; font-size:15px; color: #333333; margin: 0 0 6px 0;}
h3 { font-weight:bold; font-size:1.2em; color: #333333; margin: 0 0 0 0;}
h4 { font-weight:bold; font-size:1em; color: #333333; margin: 0 0 0 0;}

dd ul
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
dt
{
	font-weight:bold;
}

/* 编辑器图片左浮动定义 */
.ETSOOContentFloatLeft
{
	float:left;
	clear:both;
	padding-right:4px;
}
/* 编辑器图片右浮动定义 */
.ETSOOContentFloatRight
{
	float:right;
	clear:both;
	padding-left:4px;
}
/* 菜单项间隔图片宽度 */
.EIISMenuSpacer
{
	width:6px;
	height:14px;
}
/* 亿速思维常用控制尺寸 */
.Pad
{
	padding:4px;
}
.Pad6
{
	padding:6px;
}
.Pad8
{
	padding:8px;
}
.Focus
{
	color:#ff0000!important;
}
.PadV
{
	padding-top:4px;
	padding-bottom:4px;
}
.PadV6
{
	padding-top:6px;
	padding-bottom:6px;
}
.PadV8
{
	padding-top:8px;
	padding-bottom:8px;
}
.PadH
{
	padding-left:4px;
	padding-right:4px;
}
.PadH6
{
	padding-left:6px;
	padding-right:6px;
}
.PadH8
{
	padding-left:8px;
	padding-right:8px;
}
/* 页面默认尺寸 */
body
{
	color:#333;
	background: #f4f4f4 url(../Images/bg.jpg) repeat-y center center;
	font-size: 11px;
	text-align:left;
	line-height: 18px;
}
/* 默认连接颜色 */
A:link
{
	color:#406a9c;
	text-decoration:none;
}
A:visited
{
	color:#406a9c;
	text-decoration:none;
}
A:hover
{
	color:#406a9c;
	text-decoration:underline;
}
A:active
{
	color:#406a9c;
	text-decoration:underline;
}
/* 布局 */
/* 头部 */
#Header
{
	width:1004px;
	margin:0px auto;
	clear:both;
}
/* 头部内容 */
.headerContent
{
}
/* 头部Logo部分 */
#headerLogo
{
	background: url(../Images/logo.png) no-repeat;	
	position:absolute;
	top:0px;
	width:280px;
	height:200px;
	left:50%;
	margin-left:-502px;
}
/*not for ie 6.0*/
html>body #headerLogo{
	background: url(../Images/logo.png) no-repeat;
}
/*for ie 6.0*/
html #headerLogo {
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src="../Images/logo.png");
	background:none;
}
/* 头部Logo */
#Logo
{
	width:264px;
	height:80px;
	background: transparent url(../Images/ETSOO.jpg) no-repeat;
}
/* 头部连接 */
.headerLinks
{
	width:1004px;
	text-align:right;
	height:200px;
}
/* 菜单容器 */
#MenuContainer
{
	padding-top:17px;
}
/* 头部菜单，其他菜单，请参照 */
.topMenus
{
}
ul.topMenus
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
.topMenus li
{
	float:left;
	padding:0px;
	font-size:13px;
	font-weight:bold;
	background: url('/ETSOO/EIIS/Images/Pipe.gif') no-repeat left center;
}
.topMenus li.first
{
	background: none;
}
.topMenus li.active a
{
	color:#cc0000;
}
.topMenus li a
{
	padding: 0px 10px;
}
/* 中间容器 */
#Middle
{
	width:1004px;
	margin:0px auto;
	background-color:#FFFFFF;
}
/* 中间内容 */
.middleContent
{
	background: url('/Images/LeftBg.gif') repeat-y 0px 0px;
	padding:10px 0px 10px 10px;
}
/* 左边部分 */
#LeftPart
{
	float:left;
	width:199px;
}
/* 左边部分容器 */
.leftPartContainer
{
	padding-right:20px;
}
.nextDT
{
	padding-top:8px;
}
/* 子菜单 */
.subMenus0
{
}
ul.subMenus0
{
	margin:0px;
	padding:0px;
	list-style-type: none;
}
li.menuItem0
{
	padding-left:16px;
	font-weight:bold;
	background: url('/ETSOO/EIIS/Images/List/x1.gif') no-repeat 0px 6px;
}
.subMenus0 li.first
{
}
.subMenus0 a.activeLink0
{
	color:#cc0000;
}
.subMenus0 a.activeLink1
{
	color:#cc0000;
}
.subMenus0 a.activeLink2
{
	color:#cc0000;
}
.subMenus1
{
	margin:0px;
	list-style-type: none;
	padding:6px 15px;
}
/* 长度 */
.len100
{
	width:100px;
}
/* 中间部分 */
#MiddlePart
{
	float:left;
	width:630px;
}
/* 右边部分 */
#RightPart
{
	float:right;
	width:145px;
	text-align:center;
}
.siteAd
{
	padding-top:2px;
	padding-bottom:2px;
}
/* 焦点box */
.focusPart
{
	border:solid 1px #f9db15;
	background-color:#fffbe2;
	padding:8px;
}
/* 斜体提示文字 */
.listTip
{
	font-size:10px;
	font-style:italic;
}
/* 信息显示容器 */
.infoPart
{
}
/* 信息标题 */
.listTitle
{
	font-size:12px;
	font-weight:bold;
}
.arrayList
{
	list-style-type:circle;
	margin-left:16px;
}
.dateSize
{
	font-size:10px;
	font-style:italic;
}
/* 信息标题 */
.infoTitle
{
	font-size:14px;
	font-weight:bold;
	text-align:center;
}
/* 发布时间提示 */
.infoTip
{
	font-size:10px;
	font-style:italic;
	text-align:center;
}
/* 信息内容 */
.infoContent
{
}
.infoNavigator
{
}
.infoBack
{
	text-align:right;
	font-weight:bold;
}
/* 底部容器 */
#Footer
{	
	width:1004px;
	margin:0px auto;
}
/* 底部内容 */
.footerContent
{

}
/* 版权 */
.copyright
{
	background-color:#2f4173;
	color:#FFFFFF;
	text-align:center;
}
/* 底部连接 */
.footerMenus
{
	float:right;
}
.MenuBar
{
	background-color:#2f4173;
	color:#FFFFFF;
	font-weight:bold;
	padding-left:12px;
}
.MenuBar A:link
{
	color:#FFFFFF;
	text-decoration:none;
}
.MenuBar A:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
.MenuBar A:hover
{
	color:#FFFFFF;
	text-decoration:underline;
}
.MenuBar A:active
{
	color:#FFFFFF;
	text-decoration:underline;
}
/* 打印时不显示 */
@media print
{
	.NoPrint{display:none;}
}
