/* 用户定义样式 */

.PageTable
{
	border-right: gainsboro 1px solid;
	border-left: gainsboro 1px solid;
	background-color: white;
}

.GridTitle
{
	font-weight: bold;
	font-size: 14px;
	color: #154863;
	letter-spacing: 1pt;
	text-decoration: none;
}

.AdminPageTitle
{
	padding-right: 2px;
	padding-left: 2px;
	font-weight: bold;
	font-size: 16px;
	filter: glow(color=#ffffff,strength=1);
	background-image: url(images/PageTitleBack.jpg);
	margin-bottom: 10px;
	color: #cc9900;
	padding-top: 10px;
	letter-spacing: 3pt;
	position: relative;
	height: 26pt;
}

.IntroText
{
	font-size: 16px;
	color: black;
	line-height: 17pt;
}

.FormLabel
{
	padding-left: 12px;
	font-size: 12px;
	color: black;
	padding-top: 5px;
	letter-spacing: 2pt;
}

A.FormLabel:link
{
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 0pt;
}
A.FormLabel:visited
{
	color: #000000;
	font-weight: normal;
	font-size: 12px;
	text-decoration: none;
	letter-spacing: 0pt;
}
A.FormLabel:hover
{
	font-size: 12px;
	font-weight: normal;
	color: blue;
	text-decoration: none;
	letter-spacing: 0pt;
}

.NormalLabel
{
	font-size: 12px;
	color: black;
}

.BoldLabel
{
	font-weight: bold;
	font-size: 12px;
	color: black;
}

.LargeLabel
{
	font-size: 14px;
	color: black;
	line-height: 16pt;
}

.LargeText
{
	font-size: 14px;
	color: black;
	padding-left :5px;
}

.GrayText
{
	font-size: 12px;
	color: dimgray;
}

.LargeGrayText
{
	font-size: 14px;
	color: dimgray;
}

.ToolTipText
{
	font-size: 12px;
	color: dimgray;
	line-height: 13pt;
}

.MergeHeader
{
	font-size: 14px;
	color: black;
	background-color: gainsboro;
}

/* 普通显示信息 */
.NormalMsg
{
	font-size: 12px;
	color: black;
}

.LargeNormalMsg
{
	font-size: 14px;
	color: black;
}

/* 醒目显示信息 */
.BoldMsg
{
	font-size: 12px;
	color: crimson;
}
.LargeBoldMsg
{
	font-size: 14px;
	color: crimson;
}

/* 错误提示信息 */
.ErrorMsg
{
	font-size: 12px;
	color: red;
}
.LargeErrorMsg
{
	font-size: 14px;
	color: red;
}

/* 服务事项 */
.SrvItemTitle
{
	font-size: 16px;
	margin-bottom: 10px;
	color: black;
	padding-top: 10px;
	border-bottom: 4px double;
	letter-spacing: 1pt;
	position: relative;
	height: 12pt;
}
.SrvItemGridHead
{
	font-weight: normal;
	font-size: 12px;
	color: dimgray;
	background-color: #f0f0f0;
}
.SrvItemGridItem
{
	font-size: 12px;
	color: black;
	line-height: 13pt;
}

/* 服务记录 DataGrid */
.SrvRcdGridHead
{
	font-size: 12px;
	color: #000000;
	font-weight :bold ;
	background-color: steelblue;
}
.SrvRcdGridItem
{
	font-size: 12px;
	color: black;
}
.SrvRcdGridItemLarge
{
	font-size: 12px;
	color:black;
}
.SrvRcdGridItemMoney
{
	font-size: 12px;
	color: #ff0000;
}

/* FileInput：用于与 EditText 风格一致的“浏览”按钮 */
.FileInput
{
	border-right: lightgrey 1px solid;
	border-top: whitesmoke 1px solid;
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	border-left: whitesmoke 1px solid;
	color: black;
	padding-top: 0px;
	border-bottom: lightgrey 1px solid;
	height: 20px;
}

/* FileButton：用于与“浏览”按钮样式一致的“刷新”按钮 */
.FileButton
{
	font-size: 12px;
	padding-left: 0px;
	padding-bottom: 0px;
	padding-top: 0px;
	color: black;
	height: 20px;
}

/* LinkButton：将 Button 显示成 Anchor 的风格 */
.LinkButton
{
	padding-left: 0px;
	font-size: 12px;
	padding-bottom: 0px;
	cursor: hand;
	color: blue;
	border-top-style: none;
	padding-top: 0px;
	border-right-style: none;
	border-left-style: none;
	background-color: transparent;
	text-decoration: underline;
	border-bottom-style: none;
}

/* Button：统一的 按钮 样式 */
.Button
{
	border-right: lightsteelblue 1px solid;
	border-top: aliceblue 1px solid;
	padding-left: 0px;
	font-size: 12px;
	background: #e5e5e5;
	padding-bottom: 0px;
	border-left: aliceblue 1px solid;
	cursor: hand;
	color: black;
	padding-top: 3px;
	border-bottom: lightsteelblue 1px solid;
	top: 2px;
	height: 22px;
}


/* LargeLink：大字号的 Link */
.LargeLink
{
	font-size: 14px;
	cursor: hand;
	color: blue;
	text-decoration: underline;
}
A.LargeLink:link
{
	font-size: 14px;
	color: blue;
    text-decoration: underline;
}
A.LargeLink:visited
{
	font-size: 14px;
	color: purple;
	text-decoration: underline;
}
A.LargeLink:hover   {
	font-size: 14px;
    text-decoration: underline;
    color: red;
}

/* TextLink：不显示下划线表现为普通文本的 Anchor */
A.TextLink:link
{
	font-size: 12px;
	color: blue;
    text-decoration: none;
}
A.TextLink:visited
{
	font-size: 12px;
	color: blue;
    text-decoration: none;
}
A.TextLink:active
{
	font-size: 12px;
	color: blue;
    text-decoration: none;
}
A.TextLink:hover
{
	font-size: 12px;
	color: red;
	text-decoration: none;
}

/* GrayTextLink：不显示下划线表现为普通文本的 Anchor */
A.GrayTextLink:link
{
	font-size: 12px;
	color: dimgray;
    text-decoration: none;
}
A.GrayTextLink:visited
{
	font-size: 12px;
	color: dimgray;
	text-decoration: none;
}
A.GrayTextLink:active
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
A.GrayTextLink:hover   {
	font-size: 12px;
    color: blue;
    text-decoration: none;
}

/* LargeTextLink：不显示下划线表现为普通文本的 Anchor */
A.LargeTextLink:link
{
	font-size: 14px;
	color: blue;
    text-decoration: none;
}
A.LargeTextLink:visited
{
	font-size: 14px;
	color: blue;
    text-decoration: none;
}
A.LargeTextLink:active
{
	font-size: 14px;
	color: blue;
    text-decoration: none;
}
A.LargeTextLink:hover
{
	font-size: 14px;
	color: red;
	text-decoration: none;
}

/* LargeGrayTextLink */
A.LargeGrayTextLink:link
{
	font-size: 14px;
	color: dimgray;
    text-decoration: none;
}
A.LargeGrayTextLink:visited
{
	font-size: 14px;
	color: dimgray;
    text-decoration: none;
}
A.LargeGrayTextLink:active
{
	font-size: 14px;
	color: black;
    text-decoration: none;
}
A.LargeGrayTextLink:hover
{
	font-size: 14px;
	color: blue;
	text-decoration: none;
}

/* SiteLink */
A.SiteLink:link
{
	font-size: 14px;
	color: #000080;
    text-decoration: none;
}
A.SiteLink:visited
{
	font-size: 14px;
	color: blue;
    text-decoration: none;
}
A.SiteLink:active
{
	font-size: 14px;
	color: blue;
    text-decoration: none;
}
A.SiteLink:hover
{
	font-size: 14px;
	color: blue;
	text-decoration: underline;
}

/* “系统管理”链接按钮的样式 */
A.AdminLink:link
{
	font-size: 12px;
	color: dimgray;
	text-decoration: underline overline;
}
A.AdminLink:visited
{
	color: dimgray;
	font-size: 12px;
	text-decoration: underline overline;
}
A.AdminLink:active
{
	color: red;
	font-size: 12px;
	text-decoration: underline overline;
}
A.AdminLink:hover
{
	color: red;
	font-size: 12px;
	text-decoration: underline overline;
}

/* 操作链接的样式：与一般的链接按钮外观有明显的区别 */
.ActionLink
{
	font-size: 12px;
	color: darkgray;
}

A.ActionLink:link
{
	font-size: 12px;
	color: #000080;
	text-decoration: underline;
}
A.ActionLink:visited
{
	font-size: 12px;
	color: #000080;
	text-decoration :underline;
}
A.ActionLink:active
{
	font-size: 12px;
	color: blue;
	text-decoration :none;
}
A.ActionLink:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/* 大的操作链接的样式：与一般的链接按钮外观有明显的区别 */
A.LargeActionLink:link
{
	font-size: 14px;
	color: #000080;
	text-decoration: underline;
}
A.LargeActionLink:visited
{
	font-size: 14px;
	color: #000080;
	text-decoration :underline;
}
A.LargeActionLink:active
{
	font-size: 14px;
	color: blue;
	text-decoration :none;
}
A.LargeActionLink:hover
{
	font-size: 14px;
	color: blue;
	text-decoration: underline;
}

.ColumnLink
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}

/* 栏目链接的样式 */
A.ColumnLink:link
{
	font-size: 12px;
	color: dimgray;
	text-decoration: none;
}
A.ColumnLink:visited
{
	font-size: 12px;
	color: dimgray;
	text-decoration: none;
}
A.ColumnLink:active
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
A.ColumnLink:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

/* 快速链接的样式 */
A.QuickLink:link
{
	font-size: 12px;
	color: black;
	letter-spacing: 1pt;
	text-decoration: none;
}
A.QuickLink:visited
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	letter-spacing: 1pt;
}
A.QuickLink:active
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	letter-spacing: 1pt;
}
A.QuickLink:hover
{
	font-size: 12px;
	color: graytext;
	letter-spacing: 1pt;
	text-decoration: none;
}


.PickedListItem
{
	color: blue;
	text-decoration: none;
}

A.OtherListItem:link
{
	color: dimgray;
	text-decoration: none;
}

A.OtherListItem:visited
{
	color: dimgray;
	text-decoration: none;
}

A.OtherListItem:active   {
    text-decoration: none;
    color: black;
}

A.OtherListItem:hover
{
	color: black;
	text-decoration: none;
}


/* ======================================
	DataGrid
====================================== */

/* 普通 DataGrid */
.GridHead
{
	font-weight: normal;
	font-size: 14px;
	color: #ffffff;
	background-color: steelblue;
}
.GridItem
{
	font-size: 12px;
	color: black;
}
.GridItemLarge
{
	font-size: 12px;
	color: black ;
	word-spacing :2px
}

/* DataGrid Header 操作链接的样式 */
A.GridHeadLink:link
{
	font-size: 12px;
	font-weight: bold;
	color: white;
	text-decoration: underline;
}
A.GridHeadLink:visited
{
	color: white;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
}
A.GridHeadLink:active
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}
A.GridHeadLink:hover
{
	font-weight: bold;
	font-size: 12px;
	color: white;
	text-decoration: underline;
}

/* DataGrid 操作链接的样式 */
.GridCmdLink
{
	font-size: 12px;
	color: darkgray;
}
A.GridCmdLink:link
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}
A.GridCmdLink:visited
{
	color: blue;
	font-size: 12px;
	text-decoration: underline;
}
A.GridCmdLink:active
{
	font-size: 12px;
	color: red;
	text-decoration: underline;
}
A.GridCmdLink:hover
{
	font-size: 12px;
	color: red;
	text-decoration: underline;
}

/* DataGrid Pager 操作链接的样式 */
A.GridPagerLink:link
{
	font-size: 12px;
	color: #000080;
	text-decoration: underline;
}
A.GridPagerLink:visited
{
	color: #000080;
	font-size: 12px;
	text-decoration: underline;
}
A.GridPagerLink:active
{
	color: blue;
	font-size: 12px;
	text-decoration: underline;
}
A.GridPagerLink:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}


/* ======================================
	UserControls/Intro.ascx
====================================== */
.IntroTitle
{
	padding-left: 40px;
	font-weight: normal;
	font-size: 14px;
	color: indigo;
	padding-top: 3px;
	letter-spacing: 2pt;
}

.UL_Header
{
	font-size: 12px;
	font-weight :bold ;
	color: #ffffff;
	background-color :#58E0FF;
	text-indent :10px;
	text-decoration: none;
}

/* ======================================
	UserControls/ModuleHeader.ascx
	UserControls/ModuleFooter.ascx
====================================== */

/* ModuleTitle 标题的样式 */
.ModuleTitle
{
	padding-left: 40px;
	font-weight: normal;
	font-size: 14px;
	color: black;
	padding-top: 5px;
	letter-spacing: 2pt;
}


/* MoreLink “更多”链接按钮的样式 */
A.MoreLink:link
{
	font-size: 12px;
	color: #000080;
	text-decoration: none;
}
A.MoreLink:visited
{
	font-size: 12px;
	color: #000080;
	text-decoration: none;
}
A.MoreLink:active
{
	font-size: 12px;
	color: #000080;
	text-decoration: none;
}
A.MoreLink:hover
{
	color: blue;
	text-decoration: none;
	font-size: 12px;
}


/* ======================================
	UserControls/MenuList.ascx
====================================== */
A.MenuLink:link
{
	font-size: 12px;
	color: darkblue;
	text-decoration: none;
}
A.MenuLink:visited
{
	font-size: 12px;
	text-decoration: none;
	color: darkblue;
}
A.MenuLink:active
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
A.MenuLink:hover
{
	font-size: 12px;
	color: red;
	text-decoration: none;
}

/* ======================================
	UserControls/DeptList.ascx
====================================== */

.PickedDept
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

A.OtherDept:link
{
	color: black;
	text-decoration: none;
}

A.OtherDept:visited   {
    text-decoration: none;
    color: #202020;
}

A.OtherDept:active   {
    text-decoration: none;
    color: gray;
}

A.OtherDept:hover
{
	color: gray;
	text-decoration: none;
}

/* ======================================
	UserControls/PageHeader.ascx
	UserControls/PagePath.ascx（暂时没有使用）
====================================== */

/* 日期	*/
.Date
{
	font-size: 12px;
	color: white;
	text-align: right;
}

/* 星期：周一至周五 */
.WeekWork
{
	font-size: 12px;
	color: white;
	text-align: right;
}

/* 星期：周六与周日 */
.WeekRest
{
	font-size: 12px;
	color: #ffff33;
	text-align: right;
}

/* 当前菜单：背景 */
.PickedMenuBg {
    background-color: white;
    border-color: red;
}

/* 当前菜单：前景 */
.PickedMenu
{
	font-weight: normal;
	font-size: 12px;
	color: red;
	letter-spacing: 1pt;
}

/* 当前菜单：Anchor */
A.PickedMenu:link
{
	font-size: 12px;
	color: white;
	letter-spacing: 1pt;
	text-decoration: none;
}
A.PickedMenu:visited {
	color: white;
	font-size: 12px;
	letter-spacing: 1pt;
	text-decoration: none;
}
A.PickedMenu:active  {
	color: white;
	font-size: 12px;
	letter-spacing: 1pt;
	text-decoration: none;
}
A.PickedMenu:hover
{
	font-size: 12px;
	color: white;
	letter-spacing: 1pt;
	text-decoration: underline;
}
    
/* 其他菜单：背景 */
.OtherMenusBg {
    background-color: red;
    border-color: red;
}

/* 其他菜单：前景 */
.OtherMenus {
    font-size: 12px;
    color:white;
    text-decoration:none;
    font-weight: normal
}

/* 其他菜单：Anchor */
A.OtherMenus:link
{
	font-size: 12px;
	color: black;
	letter-spacing: 1pt;
	text-decoration: none;
}
A.OtherMenus:visited {
	color: black;
	font-size: 12px;
	letter-spacing: 1pt;
	text-decoration: none;
}
A.OtherMenus:active  {
	color: black;
	font-size: 12px;
	letter-spacing: 1pt;
	text-decoration: none;
}
A.OtherMenus:hover
{
	font-size: 12px;
	color: black;
	letter-spacing: 1pt;
	text-decoration: underline;
}
    
/*====================================
	UserControls/HomeNews.ascx
====================================*/

/* 首页标题新闻的标题链接 */
A.HomeNewsTitleLink:link
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
	letter-spacing: 0pt;
}
A.HomeNewsTitleLink:visited
{
	font-size: 12px;
	color: blue;
    text-decoration: none;
   	letter-spacing: 0pt;
}
A.HomeNewsTitleLink:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/* 首页标题新闻的引言链接 */
A.HomeNewsIntroLink:link
{
	font-size: 12px;
	color: black;
	line-height: 14pt;
	letter-spacing: 0pt;
	text-decoration: none;
}
A.HomeNewsIntroLink:visited
{
	font-size: 12px;
	color: black;
	line-height: 14pt;
	letter-spacing: 0pt;
	text-decoration: none;
}
A.HomeNewsIntroLink:active
{
	font-size: 12px;
	color: dimgray;
	line-height: 14pt;
	letter-spacing: 0pt;
	text-decoration: none;
}
A.HomeNewsIntroLink:hover
{
	font-size: 12px;
	color: dimgray;
	line-height: 14pt;
	letter-spacing: 0pt;
	text-decoration: none;
}


/*====================================
	UserControls/NewsGrid.ascx
====================================*/

/* 新闻标题前面的“·” */
.NewsPrefix
{
	font-size: 5pt;
	color: #4bb0ce;
}

/* 普通新闻标题 Anchor */
A.NewsTitle:link
{
	font-size: 12px;
	color: black;
	text-decoration: none;
	letter-spacing: 0pt;
}
A.NewsTitle:visited
{
	font-size: 12px;
	color: dimgray;
	letter-spacing: 0pt;
	text-decoration: none;
}
A.NewsTitle:active
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}
A.NewsTitle:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/* 重要新闻标题 Anchor */
A.BoldNewsTitle:link
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}
A.BoldNewsTitle:visited {
	font-size: 12px;
    text-decoration: none;
    color: blue;
}
A.BoldNewsTitle:active   {
	font-size: 12px;
    text-decoration: none;
    color: black;
}
A.BoldNewsTitle:hover   {
	font-size: 12px;
    text-decoration: underline;
    color: blue;
}

/* 新闻标题日期 */
.NewsDate
{
	font-size: 12px;
	color: dimgray;
	font-style: italic;
	font-family: Times New Ro...;
	text-align: right;
}


/*==================================
	public/RollNews.ascx
==================================*/

.RollNewsTitle
{
	font-size: 12px;
	color: #000080;
	line-height: 14pt;
}

A.RollNewsTitle:link
{
	font-size: 12px;
	color: #000080;
	text-decoration: none;
	letter-spacing: 0pt;
}
A.RollNewsTitle:visited
{
	font-size: 12px;
	color: #000080;
    text-decoration: none;
   	letter-spacing: 0pt;
}
A.RollNewsTitle:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: none;
}

.RollNewsText
{
	font-size: 12px;
	color: black;
}


/*==================================
	public/NewsItem.aspx
==================================*/

/* 新闻内容：标题  */
.NewsItemTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #000080;
}

/* 新闻内容：作者  */
.NewsItemAuthor
{
	font-weight: bold;
	font-size: 14px;
	color: crimson;
}

/* 新闻内容：日期  */
.NewsItemDate
{
	font-weight: bold;
	font-size: 12px;
	color: black;
}

/* 新闻内容：正文  */
.NewsItemText
{
	font-size: 14px;
	color: black;
	line-height: 16pt;
	text-align: center;
}

/*==================================
	public/ArticleGridHome.aspx
	public/ArticleGrid.aspx
	public/ArticleList.aspx
==================================*/

/* 文章资料：标题 */
.ArticleTitle
{
	font-size: 14px;
	color: #000080;
}

/* 文章资料：标题 */
A.ArticleTitle:link
{
	font-size: 12px;
	color: black;
	letter-spacing: 0pt;
	text-decoration: none;
}
A.ArticleTitle:visited
{
	font-size: 12px;
	color: dimgray;
    text-decoration: none;
}
A.ArticleTitle:active
{
	font-size: 12px;
	color: #202020;
    text-decoration: none;
}
A.ArticleTitle:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/* 文章资料：日期 */
.ArticleDate
{
	font-size: 12px;
	color: black;
	font-family: Times New Ro...;
	text-align: right;
}

/* 文章资料：简要介绍 */
.ArticleIntro
{
	padding-right: 20px;
	padding-left: 40px;
	font-size: 12px;
	color: #808080;
	padding-top: 5px;
}

/*==================================
	public/ArticleItem.aspx
==================================*/

/* 文章：标题  */
.ArticleItemTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #000080;
}

/* 文章：日期  */
.ArticleItemDate
{
	font-size: 14px;
	color: #000080;
	text-align: center;
}

/* 文章：作者  */
.ArticleItemAuthor
{
	font-size: 14px;
	color: #000080;
}

/* 文章：摘要  */
.ArticleItemIntro
{
	font-size: 12px;
	color: dimgray;
}

/* 文章：正文  */
.ArticleItemText
{
	font-size: 14px;
	color: black;
}


/*==================================
	UserControls/LawsGrid.ascx
==================================*/

/* 政策法规名称 Link */
A.LawsTitleHome:link
{
	font-size: 12px;
	color: black;
    text-decoration: none;
}
A.LawsTitleHome:visited
{
	font-size: 12px;
	color: dimgray;
    text-decoration: none;
}
A.LawsTitleHome:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/* 政策法规名称前面的“符号” */
.LawsPrefix
{
	font-size: 5pt;
	color: #4bb0ce;
	text-align: right;
}

/* 政策法规名称 Link */
A.LawsTitle:link
{
	font-size: 12px;
	color: black;
    text-decoration: none;
}
A.LawsTitle:visited
{
	font-size: 12px;
	color: dimgray;
    text-decoration: none;
}
A.LawsTitle:hover
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}

/*==================================
	public/LawsItem.aspx
==================================*/

/* 政策法规：标题  */
.LawsItemTitle
{
	font-weight: bold;
	font-size: 18px;
	color: #000080;
	text-align: center;
}

/* 政策法规：作者  */
.LawsItemAuthor
{
	font-size: 14px;
	color: #000080;
	text-align: center;
}

/* 政策法规：日期  */
.LawsItemDate
{
	font-size: 14px;
	color: black;
	text-align: center;
}

/* 政策法规：正文  */
.LawsItemText
{
	font-size: 14px;
	color: #154863;
	line-height: 14pt;
}


/*==================================
	public/Faq.aspx
	UserControls/FaqInfo.ascx
==================================*/

.PickedFaqKind
{
	color: blue;
	text-decoration: none;
}

A.OtherFaqKind:link
{
	color: dimgray;
	text-decoration: none;
}

A.OtherFaqKind:visited
{
	color: dimgray;
	text-decoration: none;
}

A.OtherFaqKind:active   {
    text-decoration: none;
    color: black;
}

A.OtherFaqKind:hover
{
	color: black;
	text-decoration: none;
}

/* Faq名称 Link */
A.FaqTitleHome:link
{
	font-size: 12px;
	color: black;
    text-decoration: none;
}
A.FaqTitleHome:visited
{
	font-size: 12px;
	color: black;
    text-decoration: none;
}
A.FaqTitleHome:active
{
	font-size: 12px;
	color: black;
    text-decoration: none;
}
A.FaqTitleHome:hover   {
	font-size: 12px;
    color: blue;
    text-decoration: underline;
}

/* FaqGrid 名称前面的“序号” */
.FaqNumber
{
	font-size: 12px;
	color: black;
	text-align: right;
	font-weight :bold ;
}

/* FaqGrid 名称 Link */
A.FaqTitle:link
{
	font-size: 12px;
	color: #000080;
    text-decoration: none;
}
A.FaqTitle:visited
{
	font-size: 12px;
	color: #000080;
    text-decoration: none;
}
A.FaqTitle:active
{
	font-size: 12px;
	color: black;
    text-decoration: none;
}
A.FaqTitle:hover   {
	font-size: 12px;
    color: blue;
    text-decoration: underline;
}

/* FaqItem 标题 */
.FaqItemTitle
{
	font-size: 14px;
	color: #000080;
	text-align: center;
}

/* FaqItem 正文 */
.FaqItemText
{
	font-size: 12px;
	color: black;
	line-height: 13pt;
}


/*==================================
	UserControls/NoteGrid.ascx
==================================*/

.NoteTitle
{
	font-size: 12px;
	color: blue;
}


.NoteTitleLink
{
	font-size: 12px;
	color: blue;
	text-decoration: underline;
}


.NoteTime
{
	font-size: 12px;
	color: dimgray;
	font-style: italic;
}


.NoteResult
{
	font-size: 12px;
	color: black;
	line-height: 14pt;
}

/*==================================
	UserControls/ReviewReport.ascx
==================================*/

.ReviewPoint
{
	font-size: 12px;
	font-weight :bold ;
	color: red;
	text-align: right;
}

.ReviewTotal
{
	font-size: 12px;
	color: black;
	text-align: center;
}

/* =========================================
	UserControls/FormVote.ascx
	public/ShowVote.aspx
========================================= */
.VoteIntro
{
	font-size: 12px;
	color: black;
	line-height: 14pt;
	text-align: center;
}

.VoteTitle
{
	font-weight: bold;
	font-size: 18px;
	filter: glow(color=#ffff00,strength=0);
	color: royalblue;
	border-bottom: 2px double;
	text-align: center;
}

.VoteInfo
{
	font-size: 14px;
	color: royalblue;
	text-align: center;
}

.VoteHeader
{
	font-size: 14px;
	color: white;
	background-color: #73b2f7;
	text-align: center;
}

.VoteItem
{
	font-size: 12px;
	color: black;
	background-color: #d9f3ff;
}


/* =========================================
	public/Error.aspx
	public/Error403.aspx
	public/Error404.aspx
	private/AdminMsg.aspx
========================================= */

/* 普通文本 */
.MessageText
{
	font-size: 14px;
	color: black;
}

/* 加重文本 */
.MessageBold
{
	font-size: 14px;
	color: red;
	font-weight :bold;
}


/* =========================================
	public/ShowPopup.aspx
========================================= */

/* 弹出窗口文本颜色 */
.PopupText
{
	padding-right: 10px;
	padding-left: 10px;
	font-weight: normal;
	font-size: 18px;
	padding-bottom: 10px;
	padding-top: 10px;
	font-family: 黑体;
}

/* 弹出窗口链接颜色 */
A.PopupLink:link
{
	font-size: 12px;
	color: black;
	font-family: 宋体;
	text-decoration: none;
}
A.PopupLink:visited
{
	font-size: 12px;
	color: black;
	font-family: 宋体;
    text-decoration: none;
}
A.PopupLink:hover
{
	font-size: 12px;
	color: white;
	font-family: 宋体;
	text-decoration: underline;
}


/* =========================================
	public/Help.aspx
	UserControls/ShowHelp.ascx
========================================= */
.HelpTitle
{
	font-weight: bold;
	font-size: 20px;
	filter: glow(color=#ffff00,strength=0);
	color: #154863;
	text-align: center;
}

.HelpSection
{
	font-size: 14px;
	color: blue;
	line-height: 30pt;
	text-align: center;
}

.HelpText
{
	font-size: 12px;
	padding-bottom: 20px;
	color: #000000;
	line-height: 16pt;
	text-align: left;
}

/* HelpLink：在线帮助 */
A.HelpLink:link
{
	font-size: 12px;
	color: chocolate;
    text-decoration: none;
}
A.HelpLink:visited
{
	font-size: 12px;
	color: chocolate;
    text-decoration: none;
}
A.HelpLink:active
{
	font-size: 12px;
	color: chocolate;
    text-decoration: none;
}
A.HelpLink:hover
{
	font-size: 12px;
	color: chocolate;
	text-decoration: none;
}

.ShowHelpText
{
	font-size: 12px;
	color: dimgray;
}


/* ===============================================
	AdminInfo/EditNews.aspx
	AdminInfo/EditLaws.aspx
	private/EditFaq.aspx
=============================================== */
.EditTitle
{
	font-size: 16px;
	filter: glow(color=#ffffff,strength=1);
	color: #154863;
	letter-spacing: 3pt;
	position: relative;
	top: 3px;
	height: 12pt;
	font-weight :bold ;
}

.EditLabel
{
	font-size: 12px;
	color: dimgray;
}

.EditText
{
	border-right: gainsboro 1px solid;
	border-top: gainsboro 1px solid;
	font-size: 12px;
	border-left: gainsboro 1px solid;
	color: black;
	border-bottom: gainsboro 1px solid;
}

.EditHint
{
	font-size: 12px;
	color: #000000;
	padding-top: 5px;
	position: relative;
	top: 5px;
	height: 100%;
}


/* ===============================================
	邮件通知
=============================================== */

A.NewMail:link
{
	color: blue;
	text-decoration: underline;
}
A.NewMail:visited
{
	color: blue;
	text-decoration: underline;
}
A.NewMail:active
{
	color: blue;
	text-decoration: underline;
}
A.NewMail:hover
{
	color: blue;
	text-decoration: underline;
}

A.OldMail:link
{
	color: black;
	text-decoration: underline;
}
A.OldMail:visited
{
	color: black;
	text-decoration: underline;
}
A.OldMail:active
{
	color: black;
	text-decoration: underline;
}
A.OldMail:hover
{
	color: darkblue;
	text-decoration: underline;
}


/* ===============================================
	网上申报
=============================================== */

.WssbDate
{
	font-size: 12px;
	color: black;
	font-family: 'Bookman Old Style';
}

.WssbTitle
{
	font-weight: bold;
	font-size: 14px;
	color: dimgray;
	letter-spacing: 1pt;
	height: 30px;
	background-color: #ffcc00;
	text-decoration: none;
}

.WssbSubjectTitle
{
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 10px;
	color: #0099ff;
	padding-top: 10px;
	border-bottom: 4px double;
	letter-spacing: 1pt;
	position: relative;
	height: 12pt;
}

/* WssbLogoutLink：与 TextLink 基本一致 */
A.WssbLogoutLink:link
{
	font-size: 12px;
	color: chocolate;
	text-decoration: none;
}
A.WssbLogoutLink:visited
{
	font-size: 12px;
	color: chocolate;
    text-decoration: none;
}
A.WssbLogoutLink:active
{
	font-size: 12px;
	color: chocolate;
    text-decoration: none;
}
A.WssbLogoutLink:hover
{
	font-size: 12px;
	color: chocolate;
	text-decoration: none;
}

/* WssbFooterLink：不显示下划线的 Anchor */
.WssbFooterLink
{
	font-size: 12px;
	color: dimgray;
    text-decoration: none;
}
A.WssbFooterLink:link
{
	font-size: 12px;
	color: dimgray;
    text-decoration: none;
}
A.WssbFooterLink:visited
{
	font-size: 12px;
	color: dimgray;
    text-decoration: none;
}
A.WssbFooterLink:active
{
	font-size: 12px;
	color: black;
    text-decoration: none;
}
A.WssbFooterLink:hover
{
	font-size: 12px;
	color: black;
	text-decoration: none;
}

/*.general { COLOR: #ff0000; POSITION: relative; TOP: 0px; HEIGHT: 100% } */

A:link
{
	color: #000080;
	text-decoration: underline;
}
A:visited
{
	color: dimgray;
	text-decoration: underline;
}
A:active
{
	color: dimgray;
	text-decoration: none;
}
A:hover
{
	color: blue;
	text-decoration: underline;
}

IMG 	{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	}

TD {	FONT-SIZE: 12px; FONT-FAMILY: "宋体"}


/* 新 Web 应用程序项目的默认 CSS 样式表 */

BODY
{
	font-weight: normal;
	font-size: 12px;
	word-spacing: normal;
	text-transform: none;
	font-family: Verdana, Helvetica, sans-serif;
	letter-spacing: normal;
	background-color: white;
	SCROLLBAR-HIGHLIGHT-COLOR: buttonface;
	SCROLLBAR-SHADOW-COLOR: buttonface;
	SCROLLBAR-3DLIGHT-COLOR: buttonhighlight;
	SCROLLBAR-TRACK-COLOR: #eeeeee;
	SCROLLBAR-DARKSHADOW-COLOR: buttonshadow
}

H1, H2, H3, H4, H5, TH, THEAD, TFOOT
{
    COLOR: #003366;
}
H1	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	2em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H2	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.75em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H3	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.58em;
	font-weight:	500;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H4	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1.33em;
	font-weight:	500;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H5, DT	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	1em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
H6	{	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:	.8em;
	font-weight:	700;
	font-style:	normal;
	text-decoration:	none;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	}	
		
TFOOT, THEAD	{	
	font-size:	1em;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	
		
TH	{	
	vertical-align:	baseline;
	font-size:	1em;
	font-weight:	bold;
	word-spacing:	normal;
	letter-spacing:	normal;
	text-transform:	none;
	font-family: Arial, Helvetica, sans-serif;
	}	

SMALL	{	
	font-size:	.7em;
	}	

BIG	{	
	font-size:	1.17em;
	}	

BLOCKQUOTE, PRE	{	
	font-family:	Courier New, monospace;
	}	
	

UL LI	{	
	list-style-type:	square ;
	}	

UL LI LI	{	
	list-style-type:	disc;
	}	

UL LI LI LI	{	
	list-style-type:	circle;
	}	
	
OL LI	{	
	list-style-type:	decimal;
	}	

OL OL LI	{	
	list-style-type:	lower-alpha;
	}	

OL OL OL LI	{	
	list-style-type:	lower-roman;
	}	

