﻿/* 主页结构 */
.tabPage
{
	width:98%;
}
body
{
	background:#FFF;
	color:#333;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	text-align:left;
	COLOR:#333;
	font-size:12px;
	overflow:hidden;	
	FONT-FAMILY: 'Tahoma', 'Lucida Grande','Lucida Sans Unicode','宋体','新宋体',arial,verdana,sans-serif;
}
img
{	
	border:none;
}
html 
{
	min-width: 776px;
	padding:0px 0px 0px 0px;
}
.linkWhiteU
{
	color:#fff;
}
.linkWhiteU a:link,.linkWhiteU a:visited 
{
	text-decoration: underline;
	color:#fff;
}
.linkWhiteU a:active,.linkWhiteU a:hover 
{
	text-decoration: underline;
	color:#ff0;
}
.hsep
{
	padding:0px 2px 0px 2px;
}
/*a:link,a:visited 
{
	text-decoration: none;
	color: #377CBD;
}
a:hover 
{
	text-decoration: underline;
	color: #F00;
}
a:active 
{
	text-decoration: none;
	color: #004A9C;
}*/
.z 
{
	clear: both;
}
/*对话框*/
div.zwDlg
{
	z-index:300;
	background-color:buttonface;
	position:absolute;
	border-top:thin groove;
	border-left:thin groove;
	border-right:thin solid #000000;
	border-bottom:thin solid #000000;
}	
div.zwDlg table.dlgTitle
{
	font-family:宋体;
	color:White;
	font-weight:bold;
	font-size:10pt;
	background-color:background;
	border-collapse:collapse;
	table-layout:fixed;
}
div.zwDlg table.dlgLayout
{
	table-layout:fixed;
	font-size: 11px;
	font-family: 'Microsoft Sans Serif' , Tahoma, Arial, Verdana, Sans-Serif;
	border-collapse:collapse;
	border-style:none;
}
.dlgBack 
{
    position: absolute;    
	z-index: 200;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: gray;
	filter: alpha(opacity=40);
}
.dlgBox 
{
    position: absolute;
    border: 2px solid black;
	background-color: white;
    z-index: 201
}
.dlgTitle 
{
	background-color: #486CAE;
	color: #ffffff;
	font-weight: bold;
	height: 1.1em;
	padding: 3px;
	border-bottom: 2px solid #000000;
	border-top: 1px solid #78A3F2;
	border-left: 1px solid #78A3F2;
	border-right: 1px solid #204095;
	position: relative;
	z-index: 203;
}
.dlgTitleText 
{
	z-index: 203;
	float: left;
}
.dlgTitleClose 
{
	z-index: 203;
	float: right;
}
.dlgData 
{
	padding-left: 1em;
	padding-top: .5em;
}
/*按钮*/
.zgButton
{	
	border-style:none;
	width:65px;
	padding-top:6px;
	padding-bottom:1px;	
	margin:3px 5px 3px 5px;
	font-family:宋体;
	font-size:12px;
	text-align :center;
	background-image :url(images/skin/button.gif);
}
.zgButtonLong
{	
	border-style:none;
	width:85px;
	padding-top:6px;
	padding-bottom:1px;	
	margin:3px 5px 3px 5px;
	font-family:宋体;
	font-size:12px;
	text-align :center;
	background-image :url(images/skin/buttonLong.gif);
}
.zgButtonLonger
{	
	border-style:none;
	width:105px;
	padding-top:6px;
	padding-bottom:1px;	
	margin:3px 5px 3px 5px;
	font-family:宋体;
	font-size:12px;
	text-align :center;
	background-image :url(images/skin/buttonLonger.gif);
}
/*主页头 homePageHeader*/
 .tab
{
	height:26px;
	overflow:hidden;
	cursor:hand;
} 
#homePageHeader_1 ul 
{
	margin:0px; 
	padding:0px 0px 0px 0px; 
	list-style:none;
}
#homePageHeader_1 li 
{
	float:left; 
	background:url("images/skin/tabs-left-off_2.GIF")  no-repeat left top; 
	margin:0px; 
	padding :0px 0px 0px 9px;
}
#homePageHeader_1 ul li a 
{
	float:left;
	display:block;
	background:url("images/skin/tabs-right_off_2.GIF") no-repeat right top;
	padding:6px 9px 0px 0px;
	text-decoration:none;
	font-weight:bold;
}
#homePageHeader_1 a
{
	text-decoration:none;
}
#homePageHeader_1 a:hover
{
	color:#333;
}
#homePageHeader_1 .current 
{
	background-image:url("images/skin/tabs-left-on_2.gif");
}
#homePageHeader_1 .current a 
{
	background-image:url("images/skin/tabs-right-on_2.gif");
	color:#333;
	padding-bottom:1px;
	padding-top:6px;
}
#homePageHeader_2
{
	clear:both;
	background-repeat:repeat-x;
	background:url("images/skin/subnav-bg.gif") ;
	width:100%;
	height:30px;
	margin-top:10;
	padding:0px 0px 0px 0px;
}
#homePageHeader_2 a:link,#homePageHeader_2 a:visited 
{
	text-decoration:none;
	font-weight: normal; 
	color:#0132CC;
}
#homePageHeader_2 a:active,#homePageHeader_2 a:hover 
{
	text-decoration:none;
	font-weight:normal;
	color:#f00;
}
