﻿
textarea, select, button, input, fieldset, legend, form, td, th, caption, table, pre, p, blockquote, div
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	font-family: inherit;
}
body
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-style: normal;
	font-size: 9pt;
	font-family: inherit;
	color: #333;
	text-align: center;
	font: 12px/1.5 Tahoma, Helvetica, Arial, sans-serif;
}
a:link
{
	color: #313131;
	text-decoration: none;
	font-weight: normal;
}
a:visited
{
	color: #313131;
	text-decoration: none;
	font-weight: normal;
}
a:hover
{
	color: #BF001F;
	text-decoration: none;
	font-weight: bold;
}

.NewsLink a:link
{
	text-decoration: none;
	font-weight: normal;
}
.NewsLink a:hover
{
	color: #BF001F;
	text-decoration: underline;
	font-weight: normal;
}

/*以下是母版页中自动生成部分*/
.HeadBanner
{
	background-image: url('/images/HeadBanner.gif');
	text-align: right;
	height: 145px;
}
.Nav
{
	background-image: url('/images/HeadBannerSub.gif');
	text-align: left;
	height: 45px;
}
.NavBar
{
	padding-left: 4px;
	padding-top: 0px;
	float: left;
}
.NavSearch
{
	padding-right: 4px;
	float: right;
}
.BottomBar
{
	background-image: url('/images/BottomBar.gif');
	text-align: center;
	height: 37px;
	line-height: 37px;
	overflow: hidden;
	vertical-align: middle;
}
.BottomBG
{
	/*background-image: url('/images/BottomBG.gif');*/
	text-align: center;
	height: 80px;
	line-height: 40px;
	overflow: hidden;
	vertical-align: middle;
	font-family: Tahoma;
	font-size: 8pt;
	color: Gray;
}
.blankLine
{
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	padding-right: 4px;
	clear: both;
}

/*关于栏目中的菜单部分*/
#tabsJ
{
	float: left;
	width: 100%;
	background: #F4F4F4;
	font-size: 100%;
	line-height: normal;
	border-bottom: 1px solid #24618E;
}
#tabsJ ul
{
	margin: 0;
	padding: 10px 10px 0 50px;
	list-style: none;
}
#tabsJ li
{
	display: inline;
	margin: 0;
	padding: 0;
}
#tabsJ a
{
	float: left;
	background: url("/images/tableftJ.gif") no-repeat left top;
	margin: 0;
	padding: 0 0 0 5px;
	text-decoration: none;
}
#tabsJ a span
{
	float: left;
	display: block;
	background: url("/images/tabrightJ.gif") no-repeat right top;
	padding: 5px 15px 4px 6px;
	color: #24618E;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#tabsJ a span
{
	float: none;
}
/* End IE5-Mac hack */
#tabsJ a:hover span
{
	color: #FFF;
}
#tabsJ a:hover
{
	background-position: 0% -42px;
}
#tabsJ a:hover span
{
	background-position: 100% -42px;
}

#tabsJ .current a
{
	background-position: 0% -42px;
}
#tabsJ .current a span
{
	background-position: 100% -42px;
	color: #FFF;
}

.newsContent
{
	font-family: 宋体, Verdana,Helvetica,Arial,sans-serif;
	font-size:9pt !important;
	letter-spacing:normal;
	}
/* BBS 样式*/

.tit
{
	font-weight: bold;
	background: #990033 no-repeat right top;
	border-bottom: 2px solid;
	color: #FFF;
	text-transform: uppercase;
	padding: 5px;
	font-family: 宋体, Verdana,Helvetica,Arial,sans-serif;
}

.rowstyle
{
	background-color: #FFF;
	text-align: left;
	font-size: 9pt;
	font-family: 宋体, Verdana,Helvetica,Arial,sans-serif;
	color: #f9f9f9;
}
.alterstyle
{
	background: #f9f9f9;
	border-top: 1px solid #FFF;
	font-size: 9pt;
	font-family: Verdana;
	font-family: 宋体, Verdana,Helvetica,Arial,sans-serif;
}

.discussion
{
	background: #f9f9f9;
	font-size: 9pt;
	font-family: 宋体, Verdana,Helvetica,Arial,sans-serif;
}
.rowstyle a:link, a:visited, a:active
{
	color: #333333;
}
/* 未被访问的链接 红色 */
.rowstyle a:hover
{
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}
/* 鼠标悬浮在上的链接 橙色 */

/*会员*/
.mb table
{
	border-top: 1px solid #cecece; /*设置表格上边框颜色*/
	border-left: 1px solid #cecece; /*设置表格左边框颜色*/
	border-right: 1px solid #cecece; /*设置表格右边框颜色*/
	border-bottom: 1px solid #cecece; /*设置表格下边框颜色*/
}
.mb td
{
	margin: 0;
	padding: 1px; /*定义区间内容的边距*/
	border-width: 1px 1px 0 0;
	background-color: #fbfbfb; /*定义背景颜色*/
	border-color: #cecece; /*定义边框的颜色*/
	border-style: solid;
}
.num
{
	font-family: "Courier New" , Courier, monospace;
}
.dvBorder
{
 border-collapse: collapse;
 border:solid 1px #E7E8E9;
 font-size:9pt;
}