﻿/*-------------------系统用样式-------------------*/
/*素装样式*/
.Sys_Gray
{ 
	filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); 
}
/*导航条*/
.Sys_Navigation
{
	font-family: "宋体";
	font-size: 12px;
	color: red;
	text-decoration: none;
}
/*导航条间隔符*/
.Sys_Navigation_SpaceChar
{
	font-family: "宋体";
	font-size: 12px;
	color: #9999FF;
	text-decoration: none;
}
/*上一篇的连接*/
.Sys_PrePage
{
	font-family: "宋体";
	font-size: 12px;
	color: green;
	text-decoration: none;
}
/*下一篇的连接*/
.Sys_NextPage
{
	font-family: "宋体";
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

/*用在列表页面*/
.fs_dian {
	font-family: "宋体", "仿宋_GB2312";
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #F5CDC5;
/*--------------------------------------------------*/

