
/*---全局样式---*/
Div
{
	font-family:宋体;
}

body
{
	MARGIN: 0px;
	font-size:9pt;
	font-family:宋体;
	line-height:1.6;
	word-spacing:1px;
	letter-spacing:1;
}

td
{
	font-size:9pt;
	font-family:宋体;
	line-height:1.6;
	word-spacing:1px;
}

a
{
	color: black;
	font-family:宋体;
	text-decoration:none;
	cursor:hand;
}

a:hover
{
	color: red;
	font-family: 宋体;
	text-decoration: none;
}

a:link
{
	color: black;
	font-family: 宋体;
	text-decoration: none;
}

a:visited
{
	color: #800080;
	font-family: 宋体;
	text-decoration: none;
}

/*---导航背景---*/
.Background_bottom {
	background-attachment: fixed;
	background-repeat: repeat-x;
	background-position: center bottom;
}

/*---论坛登录输入框---*/
.TextBox_Login
{
	BACKGROUND-COLOR: #FDF5FF;
	FONT-SIZE: 10.4pt;
	width:90px;
	height: 20px;
	border: 1px solid #CCCCCC; 
	vertical-align:bottom;
}

/*---评论输入框---*/
.TextBox_01
{
	background-color: #fcfcfc;
	font-size: 10.4pt;
	width: 90px;
	height: 20px;
	border: 1px solid #CCCCCC;
	vertical-align: bottom;
}
/*---普通按钮---*/
.Button
{
	background-image: url(../../Lib/Image/bg_tdCols01.gif);
	font-size: 10.2pt;
	height: 22px;
	padding-top: 2px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	cursor: hand;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #8D9AA3;
	border-right-color: #8D9AA3;
	border-bottom-color: #8D9AA3;
	border-left-color: #8D9AA3;
}

/*---2级页面背景渐变样式---*/
.bgcolor_01
{
	/*--Filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#67CE72', endColorStr='#FFFFFF', gradientType='0');--*/
	FILTER: Alpha(style=1,opacity=100,finishOpacity=0,startX=100,finishX=100,startY=0,finishY=100);
	background-color:#FFC564;

}


/*---2级页面当前位置链接样式---*/
.CurrentLocation_01
{
	color:#FE9500;
}

.CurrentLocation_01:link
{
	color:#FE9500;
}

.CurrentLocation_01:hover
{
	color:#FE9500;
}

.CurrentLocation_01:visited
{
	color:#FE9500;
}



