/*	全局定义　*/
body, td, div, p, input, textarea, select	{
	color:			#222222;
	font-family:	Tahoma;
	font-size:		12px;
	line-height:	16px;
}
input, textarea	{
	border:			1px #D3E9AF solid;
}
input	{	
	font-family:	宋体;
	font-size:		12px;
	height:			18px;
	padding-top:	0px;
	padding-left:	2px;
}
body	{
        font-color:			#222222;
	background:			#E5F5E4;
	margin:				0px;
	text-align:			center;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow;
}
a	{
	color:			darkgreen;
	text-decoration:none;
}
a:hover	{
	color:			darkgreen;
	text-decoration:underline;
}

td	{
	border-color:	#E4EDCB;	/* 该项对firefox之类无效，对ie有效 */
}
form {
	margin:			0;
}
.grid, hr	{
	border:			1px #DFE6C6 solid;
	border-collapse:collapse;
}
.nogrid	{
	border:			0px !important;
}
.fixed	{
	table-layout:	fixed;
	overflow:		hidden;
}
.smallbox	{
	height:			11px !important;
	height:			16px;
	border:			0px !important;
}
.cursor	{
	cursor:			hand;
}
.button	{
	font-family:	宋体;
	font-size:		12px;
	border-right:	1px #a9a9a9 solid;
	border-bottom:	1px #a9a9a9 solid;
	height:			18px;
	padding-top:	0px;
	padding-left:	2px;
	background:		buttonface;
}
/*=============================
	以下内容为不同风格而设
	请一边修改一边查看效果
=============================*/
/* ====版规样式==== */
.rule{margin:10px;padding:10px;background:#f5f5f5;border:1px dotted #c8c8c8;}

/*	[必须项]弹出层	*/
#poplayer	{
	position:		absolute;
	z-index:		9;
	text-align:		left;
	border:			1px #333333 solid;
	padding:		1px 3px;
	background:		white;
	filter:			Alpha(Opacity=0);
}

/*	[必须项]特殊超连接，版面连接处  */
.link a	{
	color:			darkgreen;
	text-decoration:none;
}
.link a:hover	{
	color:			darkgreen;
	text-decoration:underline;
}

/*	[可选项]表格标题行超连接	*/
.titleanchor a	{
	color:			darkgreen;
	text-decoration:none;
}
.titleanchor a:hover	{
	color:			darkgreen;
	text-decoration:underline;
}

/*	[必须项]提示文本颜色  */
.t1	{
	color:			#ff6600;
}
/*	[必须项]醒目文本颜色  */
.t2	{
	color:			red;
}
/*	[必须项]灰调文本颜色  */
.t3	{
	color:			#gray;
}

/*	[可选项]在page_foot中底部文字属性	*/
.small	{
	font-family:	tahoma !important;
	font-size:		11px !important;
}

/*	[必须项]表格背景一，关键配色  */
.bg1	{
	background:		#FDFFF2;
}
/*	[必须项]表格背景二，关键配色  */
.bg2	{
}
/*	[必须项]与背景二相间的替换色，关键配色 */
.bg3	{
	background:		#F2F7E6;
}

/*	[必须项]内围主体内容表格，关键设置 */
.toptable	{
	width:			98%;
	background:		#FCFDF7;
}

/*	[必须项]表格模块顶行下方的一行列名称栏，(不全有)，关键设置 */
.category	{
	height:			25px;
	padding-top:	0px;
	padding-bottom:	0px;
	background:		#F4F8E9;
}

/*	[必须项]topic.aspx中左边用户名称文字修饰  */
.male	{
	color:			#1E7BD9;
	background:		white;
	font-weight:	bold;
}
.female	{
	color:			#F57ACD;
	background:		white;
	font-weight:	bold;
}

.menuskin {
	BORDER-RIGHT: #999999 1px solid;
	BORDER-TOP: #eeeeee 1px solid;
	BORDER-LEFT: #eeeeee 1px solid;
	BORDER-BOTTOM: #999999 1px solid;
	BACKGROUND-IMAGE: url(ShowMenu.Gif);
	FILTER: alpha(opacity=85)progid:DXImageTransform.Microsoft.Shadow(Color=#999999,Direction=120,strength=4);
	POSITION: absolute;
	VISIBILITY: hidden;
}
.menuitems {
	PADDING-RIGHT: 1px;
	PADDING-TOP: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	MARGIN: 2px;
	font-size:9pt;
	line-height:14pt;
}
#mouseoverstyle {
	PADDING-RIGHT: 1px;
	PADDING-LEFT: 1px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 1px;
	BACKGROUND-COLOR: #698CC3;
}
#mouseoverstyle A:hover {COLOR:ffffff;TEXT-DECORATION: none}
.menuskin A {PADDING-RIGHT:10px;PADDING-LEFT:20px;}