﻿/*
=== SYS StyleSheet File ====================================
==============================================================
html,
body {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
}
*/
html,body,h1,h2,h3,h4,h5,h6,ul,ol,li,dl,dt,dd,iframe,p,pre{
	margin:0;
	padding:0;
	-webkit-margin-before: 0;
    -webkit-margin-after: 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;
	background: #E2E2E2 url(images/main-bg.jpg) left top repeat;/*ffffff*/
	font-size: 12px;
	font-family: Tahoma,'Microsoft Yahei','Simsun';/*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: #333;
	/*text-shadow: 1px 1px #fff;*/
	cursor: url('b3.cur'), auto;
}
table {
	font-size: 12px;
	font-family: Tahoma,'Microsoft Yahei','Simsun';/*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: #333;
}
.n_table {/* for fckeditor table no border */
}
.t_table, .t_table td {/* for fckeditor table 1px border*/
	border:1px solid #666;
	empty-cells: show;
	border-collapse: collapse;
}
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: #444;
	-moz-transition: all .3s ease 0;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
}
a:hover {
	text-decoration: underline;
	color: #333;
	-moz-transition: all .3s ease 0;
	-webkit-transition: all .3s ease 0;
	-o-transition: all .3s ease 0;
	transition: all .3s ease 0;
	-moz-transition: all .3s ease 0;
}
hr {
	border: 0;
	border-top: 1px solid #ccccd4;
	height: 1px;
}

/****** Main Layout Styles ******/
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
	background: url(images/backgroundh.png) left top repeat-x;
}
#innerWrapper {
	width: 100%;
}

#header {
	margin: 0 auto 6px auto;
	width: 1258px;
}
#innerHeader {
	height: 198px;/*178px*/
	padding: 0 auto;
}

#midder {
	clear: both;
	margin: 6px auto 0 auto;
	padding: 0;
	width: 1258px;
}
#innerMidder {
	margin: 0 auto;
	overflow:hidden;
}

#footer {
	clear: both;
	margin: 6px auto 0 auto;
	padding: 0;
	height: 76px;
	width: 1258px;
	border-top: 1px solid #ccc;
}
#innerFooter {
	margin: 0 auto;
	color: #999;
	height: 44px;
	font-weight: bold;
	text-align: center;
}
#innerFooter a {
	color: #999;
}
/****** Header Elements Styles ******/
/* header bar */
.header-bar {
	height: 28px;/*24px*/
	line-height: 28px;
}
.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 {
}
#siteLogo {
	float: left;
	padding: 8px 0;
	width: 510px;
	height: 68px;
}
#logo {
	width: 510px;
	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: 1px solid #ccc;
	border-radius: 27px;
}
.user-panel .gravatar{
	width: 48px;
	height: 48px;
	border: 2px solid #fff;
	background:url(index/image.png) no-repeat center center;
	border-radius: 26px;
}
.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;
}

/* menu */
#menu {
	width: 1258px;
	margin: 0 auto;
	padding: 0;
	height: 66px;
	font-size: 14px;
	background: url(images/m-g/m_left.png) left top no-repeat;
}
#menu dl {
	margin: 0 0 0 3px;
	padding: 0;
	height: 66px;
	line-height: 66px;
    position: relative;
	background: url(images/m-g/m_right.png) right top no-repeat;
}
#menu dl dt {
    float: left;
	height: 33px;
	line-height: 33px;
    text-align: center;
	font-weight: bold;
	background: url(images/m-g/ma_line.gif) center right no-repeat;
}
#menu dl dt a {
	text-decoration: none;
    float: left;
	color: #fff;
    _zoom:1;
	margin-right:1px;
	padding: 0 18px;
}
#menu dl dt .uhover, #menu dl dt .ahover{
	background: url(images/m-g/ma_hover.gif) top center no-repeat;
}
#menu dl dd {
	margin: 0 0 0 -3px;
    display: none;
	width: 928px;/*970px*/
    position: absolute;
	overflow:hidden;
    left: 0;
    top: 33px;
	padding: 0 16px 0 16px;
	height: 33px;
	line-height: 33px;
	font-size: 12px;
}
#menu dl dd a:link, #menu dl dd a:visited {
	margin:5px 6px 6px 6px;
    padding: 0;
	height: 22px;
	line-height: 22px;
    text-align: center;
	float:left;
}
#menu dl dd a span {
    padding: 0 3px;
	height: 22px;
	line-height: 22px;
	float:left;
	color: #666;
}
#menu dl dd a:hover, #menu dl dd .shover{
	cursor:pointer;
	background:url(images/m-g/ma_left.gif) left top no-repeat;
	text-decoration: none;
}
#menu dl dd a:hover span, #menu dl dd .shover span{
	color: #333;
	background:url(images/m-g/ma_right.gif) right top no-repeat;
}
#menu dl dd ul {
	float:right;
	display:inline;
	margin: 0;
	padding: 0;
}
#menu dl dd ul li {
    list-style: none;
    float: left;
}

/* navigation */
#navigation {
	width: 1258px;
	margin: 0 auto;
	padding: 0;
	height:42px;/*66px*/
	font-size: 12px;
	font-weight: bold;
	background:#064c8a;
}
#navigation ul {
	margin: 0;
	padding: 0;
	height:42px;/*66px*/
	background: url() right top no-repeat;
	float: left;
	width: 100%;
}
#navigation ul li {
    position: relative;/*横向下级菜单 则将此行放置在#navigation ul {中*/
    list-style: none;
    float: left;
    text-align: center;
	z-index:11;
	font-size:16px;
	/*background: url(images/m-g/ma_line.gif) center right no-repeat;*/
	height: 42px;
	line-height: 42px;
	-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:link,#navigation ul li a:visited {
	text-decoration: none;
	display: block;
	color: #fff;
	margin-right:1px;
	padding: 0 24px;
	-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 .navhome{
	display: block;
	margin:0 -18px;
	width:32px;
	height:33px;/*66px*/
	text-indent:-9999px;
	background: url(icon.png) 3px 3px no-repeat;
	background-size:32px 192px;
}
#navigation ul li .topn{
	/*background: url(images/m-g/ma.gif) top center no-repeat;*/
}
#navigation ul li .uhover{
	background: url(images/m-g/ma_hover.gif) top center no-repeat;/**/
}
#navigation ul li .ahover{
	background: url(images/m-g/ma_hover.gif) top center no-repeat;
}
#navigation ul li .uhover span, #navigation ul li .ahover span {
    display:none;
}
#navigation ul li .downMenu{
	background: url(images/m-g/ma_hover_down.gif) top center no-repeat;/**/
}
#navigation .rightMenu {
    background: url(images/nav_right.gif) right center no-repeat;
}
#navigation ul ul {
    display: none;
    position: absolute;
    left: 0;
    background: #fff;
	border:1px solid #ddd;
	border-top:0;
	box-shadow: 1px 2px 2px rgba(0,0,0,0.3);
	height:auto;
	width: 160px;
	padding:4px;
}
#navigation ul ul li {
	width: 160px;
	height: 26px;
	line-height: 26px;
    text-align: left;
	font-weight: normal;
	font-size: 14px;
	border-bottom:1px solid #e6e6e6;
	border-bottom:1px solid #e5edf2;
    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: #369;
}
#navigation ul ul li a:link, #navigation ul ul li a:visited {
	color: #333;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 12px;
}
#navigation ul ul li a:hover {
	color: #369;
}
#navigation ul ul ul {
    top: 0;
    left: 160px;
    _left: 159px;
    background: #fff;
	border-top:1px solid #ddd;
	width: 100%;
}
#navigation ul ul ul li {
    background: #fff;
}
#navigation .lhover {
    background: #e6e6e6;
    background: #e5edf2;
}

/* navigation class */
.navigation {
	float:left;
	width:100%;
	margin: 16px auto;
	padding: 0;
	font-size: 12px;
    background:url();
}
.navigation ul {
	margin: 0;
	padding: 0;
    background:url();
	width: 100%;
	overflow:hidden;
}
.navigation ul li {
    list-style: none;
    float: left;
	padding: 0 18px;
	font-size:12px;
    background:url();
	line-height: 22px;
	border-right:1px solid #eee;
}
.navigation ul li.liright {
	position:relative;
    float: right;
	border-left:1px solid #eee;
	border-right:0;
	max-width: 160px;
}
.navigation ul li.liright .admin {
	position:absolute;
	top:0;
	right:0;
}
.navigation ul li a:link,.navigation ul li a:visited {
	text-decoration: none;
}
.navigation ul li a:hover {
}
.navigation ul li .uhover{
    background:url();
}
.navigation ul li .topn, .navigation ul li .ahover {
    background:url();
	font-weight: bold;
}
.navigation .rightMenu {
    background:url();
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
}
.navigation ul ul {
    background:url();
	height:auto;
	width: 100px;
}
.navigation ul ul li {
	width: 100%;
	line-height: 22px;
    text-align: left;
	font-weight: normal;
	font-size: 12px;
    background:url();
	padding: 0;
}
.navigation ul ul li:last-child { border-bottom:none; }
.navigation ul ul li .shover:link, .navigation ul ul li .shover:visited {
	color: #369;
}
.navigation ul ul li a:link, .navigation ul ul li a:visited {
	color: #333;
}
.navigation ul ul li a:hover {
	color: #369;
}
.navigation ul ul ul {
    background:url();
	width: 100%;
}
.navigation ul ul ul li {
    background:url();
}
.navigation .lhover {
    background:url();
}

#searchbar{
	overflow: hidden;
	height: 42px;
	line-height: 42px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #E9EFF5;
	background: #E8EFF5;
	padding: 0 16px;
}

#searchbar .search-field{
	width:320px;
	height:22px;
	line-height: 22px;
	padding: 3px 6px;
	border:1px solid #cfdee3;
	border-right: 0;
	background: #fff;
	color:#999;
}
#searchbar .ftid a{
	height: 28px;
	line-height: 28px;
	color:#999!important;
	border: 1px solid #cfdee3;
	background: #fff url(newarowsearch.gif) no-repeat 100% 0;
}
#searchbar #search_submit{
	background: url(search.png) no-repeat 100% 0;
	text-indent:-66px;
	border:0;
	width:28px;
	height:28px;
}
#searchbar .tagsget{
	display:inline-block;
	width:560px;
	height:auto;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
}
#searchbar .tagsget a{
	display:inline;
	float:none;
	padding:0;
	background:none;
	color:#369;
}
#searchbar .tagsget a:hover{
	text-decoration:underline;
}
#tagslist_index .tagsget a{
	width:70px;
	overflow:hidden; 
	text-overflow:ellipsis;
	white-space: nowrap;
}

/****** Content Layout ******/
#mainWrapper {
	width: 1258px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
}
#topWrapper {
	width: 1258px;
	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;
}
.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 {
	overflow:hidden;
}
#topSidebar {
	overflow:hidden;
}

/* 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;
}

/****** Forum Layout ******/
.sidebar-forum {
	float: right;
	width: 140px;/*222*/
}
.sidebar-forum-hide {
	display: none;
	float: right;
}
#innerSidebar-forum {
	overflow:hidden;
}
#innerSidebar-forum table{
	border:1px solid #ccc;
	border-top:0;
	border-bottom:0;
}
#innerSidebar-forum td {
	padding: 6px 12px;
}
.content-forum {
	float: left;
	width: 100%;
	margin-right: -228px;/*146*/
}
.content-forum-wide {
	width: auto;
	margin-right: -228px;/**/
}
.content-forum-only {
	width: auto;
	margin-right: -228px;
}
#innerContent-forum {
	margin-right: 228px;
	overflow: visible;
}

/****** Form Layout ******/
.content-form {
	float: left;
	width: 100%;
	margin-right: -228px;
}
.content-form-only {
	width: auto;
	margin-right: -228px;
}
#innerContent-form {
	margin-right: 228px;
	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: 222px;/*140*/
}
#innerSidebar-form {
	padding:1px;
	border: 1px solid #c2d5e3;
	background:#fff;
}

/* 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: 16px;
	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;
	/*overflow: hidden;*/
	font-size: 14px;
}
.panel-content a:link, .panel-content a:visited {
	color: #064c8a;
	overflow: hidden;
	text-overflow:ellipsis;
	word-break: break-all;
	white-space:nowrap;
}
.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;
	text-overflow:ellipsis;
	word-break: break-all;
	white-space:nowrap;
}
.panel-content li em{
	float: right;
	padding-left: 5px;
	font-style:normal;
}
.panel-content li i{
	float: left;
	padding-right: 5px;
	font-style:normal;
	cursor: pointer;
	color:#c00;
}
.panel-content li i:hover{
	color: #0571bc;
}
#panelAdmin .panel-content{
	line-height: 18px;
	overflow: hidden;
}
#panelUser .panel-content li{
	height: 16px;
	line-height: 16px;
	overflow: hidden;
}
#panelCalendar .panel-content{
	font-size: 10px;
}
#panelCalendar .panel-content a:link, #panelArchive .panel-content a:visited{
	color:#666;
}
#panelCalendar .panel-content a:hover{
	text-decoration: underline;
}
#panelCalendar .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: 100%;
	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;
	height: 28px;
	line-height: 28px;
	border: 1px #ccc solid;
	background:#f7f7f7 url(images/global_caption3_bg.gif) repeat-x;
	border-top: 0;
	border-bottom: 0;
	color: #333;
}
.article-top-over {
	padding: 12px 0 12px 0;
	height: 28px;
	line-height: 28px;
	color: #333;
	border-top:1px solid #ccc;
}
.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: 28px;
	line-height: 28px;
	color: #333;
}

.view-mode {
	float: right;
	white-space:nowrap;
}
.view-mode a:link,.view-mode a:visited {
	text-decoration: none;
}
.view-mode a:hover {
	text-decoration: none;
}

/****** normal message box ******/
.messagebox{
	width: 1000px;
	border: solid 1px #cdcdcd;
	text-align: center;
	background: #fff;
	margin: 0;
}
.messagebox-title{
	border-bottom: solid 1px #cdcdcd;
	background: #f2f2f2;
	line-height: 36px;
	font-weight: bold;
}
.messagebox-content{
	padding: 60px 220px;
	color: #666;
	text-align: left;
	min-height: 32px;
	_height: 32px;
}
.messagebox-bottom{
	border-top: solid 1px #cdcdcd;
	background: #f2f2f2;
	line-height: 32px;
}

/****** error message box ******/
.errorbox{
	width: 1000px;
	text-align: center;
	background: #ffeedd;
	border: solid 1px #cc0;
	margin: 0;
}
.errorbox-title{
	color: #fff;
	border-bottom: solid 1px #cc0;
	background: #c30;
	line-height: 32px;
	font-weight: bold;
}
.errorbox-content{
	padding: 60px 220px;
	color: #900;
	text-align: left;
	min-height: 32px;
	_height: 32px;
}
.errorbox-bottom{
	color: #fff;
	background: #FFE3D0;
	border-top: solid 1px #cc0;
	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:#dfefff;
}

.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;
	background: #e5edf2;
	border-bottom: 1px solid #c2d5e3;
}
.formbox-comment-rowheader {
	padding: 6px;
	font-weight: bold;
	text-align: right;
	word-break: keep-all;
	white-space:nowrap;
	color: #666;
	background:#fff;
}
.formbox-comment-content{
	padding: 6px;
	padding-right: 10px;
	color: #666;
	background:#fff;
}

/*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;
}
.topinputs{
	padding:6px 5px 6px 5px;
	padding:10px 9px 10px 9px;
}
.otherinputs{
	padding:0px 5px 6px 5px;
	padding:0px 9px 10px 9px;
}
.formbox-content .gravat, .formbox-content-admin .gravat{
	width:100px;
	height:100px;
	border:2px solid #ccc;
	background: #fff;
	padding:6px;
	border-radius: 58px;
}
.formbox-content .gravatar, .formbox-content-admin .gravatar {
	width:100px;
	height:100px;
	background:url(index/image.png) no-repeat center center;
	border-radius: 50px;
}