﻿<!--
/* CSS 文档 */
/* 注意：不要尝试移除注释，否则将导致格式错误！！ */
/* 请将CSS样式放在下面标记中间的空白处 */
/* CSS 开始 */

.page_character
{
	text-align:center;line-height:16px; font-weight:bold; color:#FFFFFF;
	height:20px; border:1px solid silver; background:#f60; padding-left:5px; padding-right:5px;
}
a.page_character
{
    text-align:center;line-height:16px; font-weight:normal;
	background:white;text-decoration: none;color:gray;
	height:20px; border:1px solid silver; background-image:url(/images/bg_page.gif); background-position:bottom; background-repeat:repeat-x;
}
a.page_character:hover
{
    text-decoration: none;background:#f93;color:white;line-height:16px;
}
a.page_character:active
{
    text-decoration: none;background:#f93;color:white;line-height:16px;
}

.page_number
{
	text-align:center;line-height:18px; font-weight:bold; color:#FFFFFF;
	height:18px; border:1px solid silver; background:#f60; padding-left:5px; padding-right:5px;
}
a.page_number
{
    text-align:center;line-height:18px; font-weight:normal;
	background:white;text-decoration: none;color:gray;
	height:18px; border:1px solid silver; background-image:url(/images/bg_page.gif); background-position:bottom; background-repeat:repeat-x;
}
a.page_number:hover
{
    text-decoration: none;background:#f93;color:white;line-height:16px;
}
a.page_number:active
{
    text-decoration: none;background:#f93;color:white;line-height:16px;
}

/* CSS 结束 */
-->