﻿/*
=== SYS StyleSheet File ====================================
==============================================================
*/

html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,iframe,p,pre{
	margin:0;
	padding:0;
}
h1,h2,h3,h4,h5,h6,em{font-style:normal;font-size:12px;}
html {
	overflow-y:scroll;/* ff chrome show scrollbar */
	_background-image: url(about:blank);/* ie6 prevent screen flash in fixed layer */
	_background-attachment: fixed;
}

/****** General Styles ******/
body {
	margin: 0;
	padding: 0 0 0 0;
	background: #fff;/*#e7ecf2 url(images/bg-page-top.jpg) center top repeat-x*/
	font-size: 12px;
	font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;/**/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #111;
	text-shadow: 1px 1px #fff;
}
table {
	font-size: 12px;
	font-family: "Microsoft YaHei", Tahoma, Arial, sans-serif;/**/
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
	color: #111;
}
td {
	word-break: break-all;
}

img{
	vertical-align: middle;
	border: 0 none;
	max-width:100%;
	height:auto;
}


a:link,
a:visited {
	text-decoration: none;
	color: #222;
}
a:hover {
	text-decoration: underline;
	color: #111;
}
hr {
	border: 0;
	border-top: 1px solid #ccccd4;
	height: 1px;
}

/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	/*background: url(images/bg-page-bot.jpg) center bottom repeat-x;*/
}
#innerWrapper {
	width: 100%;
}

#header {
	margin: 0 auto 6px auto;
}
#innerHeader {
	height: 159px;/*178px*/
	padding: 0 auto;
	background:#005dba;
}

#footer {
	clear: both;
	margin: 6px auto 0 auto;
	padding: 0;
	height: 160px;
	width: 1002px;
	border-top: 1px solid #ccc;
}
#innerFooter {
	margin: 0 auto;
	padding:40px 0 0 0;
	color: #666;
	height: 120px;
	font-size: 12px;
	text-align: center;
}
#innerFooter a {
	color: #999;
}
/****** Header Elements Styles ******/
/* header bar */
.header-bar {
	height: 28px;/*24px*/
	line-height: 28px;
	visibility:hidden;
	display:none;
}
.header-bar .plug{
	float:right;
}
.header-bar .plug a{
	margin: 0 0 0 6px;
}
/* header title */
h1 {
	font-size: 12px;
	font-weight: bold;
	float:left;
	margin:0;
	padding:0;
}
/* site description */
.site-desc {
	float:left;
	margin: 0 0 0 22px;
}
/* header site */
.header-site {
	width: 1002px;
	margin: 0 auto;
	padding: 14px 0;
}
#siteLogo {
	float: left;
	padding: 8px 0;
	width: 658px;
	height: 68px;
}
#logo {
	width: 658px;
	height: 68px;
}
.user-panel {
	height: 84px;
}
.user-panel table{
	float: right;
	height: 54px;
	margin: 24px 0 6px 0;
}
.user-panel .gravat{
	float: right;
	margin: 22px 0 8px 0;
	width: 52px;
	height: 52px;
	border-right: 1px solid #cdcdcd;
	border-bottom: 1px solid #cdcdcd;
	border-top: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
}
.user-panel .gravatar{
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	background:url(index/image.png) no-repeat center center;
}
.user-panel .info{
	float: right;
	margin: 22px 0 8px 0;
	padding: 2px 12px;
	height:50px;
	line-height:25px;
	text-align:right;
}
.user-panel .pipe{
	color: #ccc;
}
.user-panel .u_on{
	padding-left: 16px;
	background: url(images/user_online.gif) no-repeat 0 2px;
}

/* navigation */
#navigation {
	margin: 0 auto;
	height:45px;/*66px*/
	font-size: 14px;
	font-weight: bold;
	background:#0390ff;
	text-shadow: none;
	border-top:1px solid #40b1ff;
	border-bottom:1px solid #40b1ff;
}
#navigation ul {
	width: 1002px;
	margin: 6px  auto;
	padding: 0;
	height:33px;/*66px*/
}
#navigation ul li {
    position: relative;/*横向下级菜单 则将此行放置在#navigation ul {中*/
    list-style: none;
    float: left;
    text-align: center;
	z-index:3;
	font-size:14px;
	height: 33px;
	line-height: 33px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
	margin-right:22px;
}
#navigation ul li a:link,#navigation ul li a:visited {
	text-decoration: none;
	display: block;
	color: #fff;
	margin-right:1px;
	padding: 0 12px;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	transition: all .3s ease;
}
#navigation ul li a:hover {
	color: #fff;
}
#navigation ul li a span {
    display:none;
}
#navigation ul li a:hover span {
    display:none;
}
#navigation ul li .uhover{
	background: #24a3ff;/**/
}
#navigation ul li .ahover{
	background: #24a3ff;
}
#navigation ul li .uhover span, #navigation ul li .ahover span {
    display:none;
}
#navigation .rightMenu {
    background: url(images/nav_right.gif) right center no-repeat;
}
#navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
	top:27px;
    background: #fff;
	border:1px solid #ddd;
	border-top:0;
	height:auto;
	width: 140px;
	padding:4px;
}
#navigation ul ul li {
	width: 120px;
	height: 26px;
	line-height: 26px;
    text-align: left;
	font-weight: normal;
	font-size: 12px;
	border-bottom:1px solid #e6e6e6;
    background: #fff url();
}
#navigation ul ul li:last-child { border-bottom:none; }
#navigation ul ul li .shover:link, #navigation ul ul li .shover:visited {
	color: #333;
}
#navigation ul ul li a:link, #navigation ul ul li a:visited {
	color: #666;
}
#navigation ul ul li a:hover {
	color: #333;
}
#navigation ul ul ul {
    top: 0;
    left: 120px;
    _left: 119px;
    background: #fff;
	border-top:1px solid #ddd;
	width: 100%;
}
#navigation ul ul ul li {
    background: #fff;
}
#navigation .lhover {
    background: #e6e6e6;
}

/****** Content Layout ******/
#mainWrapper {
	width: 1002px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#topWrapper {
	width: 1002px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#popWrapper {
	background:#fff;
	overflow: hidden;
}

/* breadcrumbs */
.crumbs {
	margin: 0 auto 6px auto;
	padding: 4px 0;
	height: 24px;
	line-height: 24px;
	color: #333;
	font-size:14px;
}
.crumbs a { float:left;text-decoration:none; }
.crumbs em { float:left;overflow:hidden;width:9px;background:url(index/pt_item.png) no-repeat center center;color:#e2e2e2;text-indent:-10px; }
.crumbs .home { width:20px;background:url(index/pt_icn.png) no-repeat center center; }
.crumbs .homebbs { width:20px;background:url(index/pb_icn.png) no-repeat center center; }

/* sidebar */
.sidebar {
	float: right;
	width: 222px;/*264*/
}
.sidebar-hide {
	display: none;
	float: right;
}
#innerSidebar {
}
#topSidebar {
}

/* content */
.content {
	float: left;
	width: 100%;
	margin-right: -228px;/*270*/
}
.content-wide {
	width: auto;
	margin-right: -228px;
}
.content-only {
	width: auto;
	margin-right: -228px;
}
#innerContent {
	margin-right: 228px;
	overflow: visible;
}
#topContent {
	margin-right: 228px;
	overflow: visible;
}

/****** Forum Layout ******/
.content-forum {
	float: left;
	width: 100%;
	margin-right: -146px;/**/
}
.content-forum-wide {
	width: auto;
	margin-right: -146px;/**/
}
#innerContent-forum {
	margin-right: 146px;/**/
	overflow: visible;
}
.sidebar-forum {
	float: right;
	width: 140px;
}
#innerSidebar-forum {
}
#innerSidebar-forum table{
	border:1px solid #ccc;
	border-top:0;
	border-bottom:0;
}
#innerSidebar-forum td {
	padding: 6px 12px;
}

/****** Form Layout ******/
.content-form {
	float: left;
	width: 100%;
	margin-right: -146px;
}
.content-form-only {
	width: auto;
	margin-right: -146px;
}
#innerContent-form {
	margin-right: 146px;
	overflow: visible;
	padding:1px;
	border: 1px solid #c2d5e3;
	background:#fff;
}
.article-top-form {
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	padding: 5px 12px;
	background: #e5edf2;
	border-bottom: 1px solid #c2d5e3;
}
.sidebar-form {
	float: right;
	width: 140px;
}
#innerSidebar-form {
	padding:1px;
	border: 1px solid #c2d5e3;
	background:#fff;
}

/****** Admin Layout ******/
.content-admin {
	float: left;
	width: 100%;
	margin-right: -146px;
}
#innerContent-admin {
	margin-right: 146px;
	overflow: visible;
}
.sidebar-admin {
	float: right;
	width: 140px;
}
#innerSidebar-admin {
}

/* a style which makes mainWrapper touch the bottom of sidebar and content */
.clear{
	border-top:1px solid transparent !important;
	margin-top:-1px !important;
	border-top:0;
	margin-top:0;
	clear:both;
	visibility:hidden;
}

/****** Sidebar Panels ******/
.panel{
	margin-bottom: 6px;
	border:1px solid #d0d0d0;
	border-top: 1px solid #3e98ff;
}
.panel h5 {
	margin: 0;
	font-weight: bold;
	text-transform: uppercase;
	color:#747474;
	padding-left:16px;
	font-size: 12px;
	height: 32px;
	line-height: 32px;
	background:#f6f6f6 url(images/fr-bg2.gif) center bottom repeat-x;
}
.panel-content{
	padding: 12px;
	line-height:16px;
	color: #666;
	background:#fff;
}
.panel-content a:link, .panel-content a:visited {
	color: #0571bc;
}
.panel-content a:hover {
	color: #0571bc;
}
.panel-content ul{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
.panel-content li{
	margin: 0;
	padding: 0;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
}
.panel-content li em{
	float: right;
	padding-left: 5px;
	font-style:normal;
}
#panelAdmin .panel-content{
	line-height: 18px;
	overflow: hidden;
}
#panelUser .panel-content li{
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
#panelMember .panel-content li{
	float:left;
	width:48px;
	height:69px;
	margin:0 16px 0 0;
	text-align:center;
}
#panelMember .panel-content li img{
	width:48px;
	height:48px;
}
#panelMember .panel-content li span{
	display: block;
	width:48px;
	height:21px;
	line-height:21px;
}
#panelCalendar {
	border-top: 1px solid #ff5832;
}
#panelArchive {
	border-top: 1px solid #66bc29;
}
#panelArchive .panel-content{
	font-size: 10px;
}
#panelArchive .panel-content a:link, #panelArchive .panel-content a:visited{
	color:#666;
}
#panelArchive .panel-content a:hover{
	text-decoration: underline;
}
#panelArchive .panel-content li{
	font-size: 10px;
}
#panelArticle {
	border-top: 1px solid #ff5832;
}
#panelComment {
	border-top: 1px solid #66bc29;
}
#panelArticle .panel-content, #panelComment .panel-content {
	padding: 6px 12px;
}
#panelArticle .panel-content li, #panelComment .panel-content li {
	line-height: 22px;
}

/****** Sidebar panelCategory ******/
#panelCategory {
	border: 1px solid #ff9c00;
}
#panelCategory h5 {
	color:#f00;
	height:32px;
	line-height:32px;
	background:#f6f6f6 url(images/fr-bg3.gif) center bottom repeat-x;
}
#panelCategory h5 a {
	color:#f00;
}
#panelCategory .panel-content{
	background: #fdffce;
	padding: 12px 16px;
}
#panelCategory .panel-content a{
	color:red;
}
#panelCategory .panel-content li{
	line-height:26px;
	width: 50%;
	display: inline;
	float: left;
	background: url(images/oiterm_now_bg.gif) center left no-repeat;
}
#panelCategory .panel-content li a{
	padding-left: 12px;
}
#panelCategory .panel-content .nfocus{
	display: none;
}
#panelCategory .panel-content .focus{
	background: url(images/oiterm_now_bgd.gif) center left no-repeat;
}
#panelCategory .panel-content .focus a{
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar { font-size:10px; background:#fff; }
#calendar td { text-align:center; width:14%; padding:2px;}
.calendar-day { color:#999;}
a.calendar { font-weight:bold;}
a.calendar:link,a.calendar:visited { text-decoration:underline;}
a.calendar:hover { text-decoration:none;}
.calendar-today { background:#eee;}
.calendar-saturday,.calendar-sunday,.calendar-saturday a,.calendar-sunday a { color:#f60;}
.calendar-saturday a:hover,.calendar-sunday a:hover { color:#44a;}

/****** Defaul Page Elements ******/
.article-top {
	padding: 4px 12px 4px 12px;
	/*padding: 4px 0px 4px 0px;*/
	height: 24px;
	line-height: 24px;
	/**/background:#f7f7f7 url(images/global_caption3_bg.gif) top left repeat-x;
	border: 1px #ccc solid;
	border-top: 0;
	border-bottom: 0;
	color: #333;
}
.article-top-over {
	padding: 12px 0 12px 0;
	height: 24px;
	line-height: 24px;
	background: url(images/global_caption4_bg.gif) top left repeat-x;
	color: #333;
}
.article-top a:link,.article-top a:visited {
	color: #333;
	text-decoration: none;
}
.article-top a:hover {
	color: #666;
	text-decoration: none;
}

.article-bottom {
	padding: 3px 12px;
	margin-top: 6px;
	height: 24px;
	line-height: 24px;
	background:#f7f7f7 url(images/spline_bg.gif) repeat-x;
	border:#ddd solid 1px;
}
.article-bottom-over {
	padding: 12px 0 12px 0;
	height: 24px;
	line-height: 24px;
	color: #333;
}

.view-mode {
	float: right;
	white-space:nowrap;
}
.view-mode a:link,.view-mode a:visited {
	color: #f00;
	text-decoration: underline;
}
.view-mode a:hover {
	text-decoration: underline;
}

/****** normal message box ******/
.messagebox{
	width: 1000px;
	border: solid 1px #a7c5e2;
	text-align: center;
	background: #fff;
	margin: 0;
}
.messagebox-title{
	color: #0571bc;
	background: #ebf3fb;
	line-height: 32px;
	margin: 1px;
	font-weight: bold;
}
.messagebox-content{
	padding: 60px 220px;
	color: #666;
	text-align: left;
	min-height: 32px;
	_height: 32px;
}
.messagebox-bottom{
	color: #fff;
	background: #f8fbff;
	line-height: 32px;
}

/****** error message box ******/
.errorbox{
	width: 1000px;
	text-align: center;
	background: #ffeedd;
	border: solid 1px #cc0;
	margin: 0;
}
.errorbox-title{
	color: #fff;
	background: #c30;
	line-height: 32px;
	margin: 1px;
	font-weight: bold;
}
.errorbox-content{
	padding: 60px 220px;
	color: #900;
	text-align: left;
	min-height: 32px;
	_height: 32px;
}
.errorbox-bottom{
	color: #fff;
	background: #FFE3D0;
	line-height: 32px;
}
.errorbox ul{
	margin: 0;
	padding: 0;
}
.errorbox li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:16px;
}
#errorlist{
	margin: 12px 0 0 0;
	padding: 0;
}
#errorlist li{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height:16px;
}

/****** Input Form Styles (table) ******/
.formbox-admin{
	background:#ccc;
}
.formbox-comment{
	background:#fff;
	border:#ddd solid 1px;
}
.formbox{
	background:#fff;
	border: 1px solid #ddd;
}

/*Admin*/
.formbox-title-admin{
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background:#f7f7f7 url(images/spline_bg.gif) repeat-x;
	padding-left: 12px;
	padding-right: 12px;
}

.formbox-rowheader-admin{
	padding: 6px;
	font-weight: bold;
	text-align: right;
	word-break: keep-all;
	white-space:nowrap;
	color: #666;
	background:#d9e3f5;
}

.formbox-content-admin{
	padding: 6px;
	padding-right: 10px;
	color: #666;
	background:#fff;
}

/*Post Comments*/
.formbox-comment-title{
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background:#f7f7f7 url(images/spline_bg.gif) repeat-x;
	padding-left: 12px;
	padding-right: 12px;
}
.formbox-comment-rowheader {
	padding: 6px;
	font-weight: bold;
	text-align: right;
	word-break: keep-all;
	white-space:nowrap;
	color: #666;
}
.formbox-comment-content{
	padding: 6px;
	padding-right: 10px;
	color: #666;
}

/*Post Articles*/
.formbox-title{
	height: 22px;
	line-height: 22px;
	border-bottom: 1px solid #ddd;
	font-weight: bold;
	background:#f7f7f7 url(images/spline_bg.gif) repeat-x;
	padding-left: 12px;
	padding-right: 12px;
	background: #e5edf2;
	border-bottom: 1px solid #c2d5e3;
}
.formbox-rowheader{
	padding: 6px;
	font-weight: bold;
	text-align: right;
	word-break: keep-all;
	color: #666;
	background:#fff;
}
.formbox-content{
	padding: 6px;
	padding-right: 10px;
	color: #666;
	background:#fff;
}
.formbox-content a{
	display: inline-block;
}
.formbox-content .gravat{
	width:100px;
	height:100px;
	border:2px solid #bbd4e3;
	background: #fff;
	padding:6px;
}
.formbox-content .gravatar{
	width:100px;
	height:100px;
	background:url(index/image.png) no-repeat center center;
}