
body {
	font-size: 11px;
	font-family: "微软雅黑", "新宋体", Verdana, Tahoma;
	background-color: #fff;
	margin: 0;
	color: #181512;
	padding: 0;
	text-align: center;
}
* html body{
	width: 100%;
	overflow-x: hidden;
}
td{
	word-break: break-all;
}
a {
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color:#000;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px solid #333;
}
acronym {
	text-decoration: none;
	border-bottom: 1px dotted #333;
	cursor: help;
}


/****** Form Controls Styles ******/
form {
	display: inline;
}
input {
	font-family: "微软雅黑", "新宋体", Verdana, Tahoma;
	font-size: 11px; 
}
input.text {
	background: #fff;
	/*border: 1px solid #A9DBF6;*/
	border: 1px solid #CCC;
}
input.button {
	background: #fff;
	/*border: 1px solid #A9DBF6;*/
	border: 1px solid #CCC;
}
textarea { 
	background: #fff;
	/*border: 1px solid #A9DBF6;*/
	border: 1px solid #CCC;
}
select { 
	background: #fff;
	/*border: 1px solid #A9DBF6;*/
	border: 1px solid #CCC;
}
/****** Main Layout Styles ******/
#wrapper {
	margin:0 auto;
	width: 100%;
	text-align: left;
	background-color: #fff;
}
#innerWrapper {
	width: 100%;
}
#header {
}
#innerHeader {
	padding: 0;
	padding-top: 22px;
	height: 50px;
}

#footer {
	clear: both;
	background-repeat: no-repeat;
	background-position: bottom;
	height: 65px;
}
#footer a{
color: #181512;
}
#innerFooter {
	padding: 10px;
	font-size: 11px;
	text-align: center;
	color: #181512;
}

/****** Header Elements Styles ******/
/* header title */
.blog-header {
	padding-left: 20px;
	padding-right: 20px;
	/*border-bottom: 10px solid #BEE6FD;*/
	border-bottom: 10px solid #CCC;
}
h1 {
	padding: 0px;
	margin: 0px;
	color: #111;
	font-size: 20px;
	font-weight: lighter;	
	
	/*background-image: url(http://localhost/myfweb/images/blog/blog_logo.png);
	background-repeat:no-repeat;*/
}
h1 a {
	color: #111;
}
h1 a:hover {
	color: #999;
}


/* blog description */
.blog-desc {
	display:none;
}
/* nav menu */
#menu {
	margin-top: -38px;
	float: right;
	height: 25px;
}
#menu ul{
	margin: 0;
	padding: 0;
}
#menu li{
	margin: 0;
	padding:0;
	display: inline;
	list-style: none;
	text-align: center;
	float: left;
	/*width: 125px;*/
}
#menu a{
	margin-right: 5px;
	padding: 5px;
	padding-bottom: 2px;
	display: block;
	color: #999;
	height: 20px;
	border: 1px solid #fff;
	border-bottom: none;
	/*font-weight: bold;*/
	/*letter-spacing: 0.1em;*/
}
#menu a:hover, #menu .activepage a {
	color: #333;
	/*background: #F4FBFF;*/
	background: #FFF;
	/*border: 1px solid #9EC9FF;*/
	border: 1px solid #CCC;
	border-bottom: none;
}

/****** Content Layout ******/
#mainWrapper {
	margin-left: 10px;
	margin-right: 10px;
	padding-right:100px;
}

/* sidebar */
.sidebar {
	position: absolute;
	float:right;
	width: 240px;
	right: 20px;
	top: 75px;
}
/*.sidebar {
	position: absolute;
	float:right;
	width: 360px;
	right: 20px;
	top: 75px;
}*/
* html .sidebar { /*IE6 absolute position+baseurl select bug fix */
	position: static;
	margin-top: expression("-"+document.getElementById('content').offsetHeight+"px");
}
.sidebar-hide {
	display: none;
	float: left;
}
#innerSidebar {
	padding: 0;
}
#innerSidebarOne {
	float: right;
	width: 240px;
	/*background: #F5FBFE;*/
	background: #FFF;
	padding-left: 9px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	/*border-top-color: #9EC9FF;
	border-right-color: #9EC9FF;
	border-left-color: #9EC9FF;*/
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}
#innerSidebarTwo {
	float: right;
	width: 240px;
	/*background: #F5FBFE;*/
	background: #FFF;
	padding-left: 9px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	/*border-right-color: #9EC9FF;
	border-bottom-color: #9EC9FF;
	border-left-color: #9EC9FF;*/
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}
/*#innerSidebarOne {
	float: right;
	width: 201px;
	border: 1px solid #9EC9FF;
	background: #F5FBFE;
	padding-left: 9px;
}
#innerSidebarTwo {
	float: left;
	width: 140px;
}*/
#innerSidebarSearch {
	clear: both;
	padding: 10px; 
	color: #181512;
	background: url('images/search.gif') no-repeat;
	/*background: #F4FBFF;*/
	background: #FFF;
	margin-bottom: 10px;
	text-align: right;
}
#innerSidebarFooter {
	margin-bottom: 10px;
	clear: both;
	padding: 10px; 
	/*background: #F4FBFF;*/
	background: #FFF;
}
/* content */
.content {
	width: auto;
	margin-right: 380px;
}
.content-wide {
}
.content-only {
	width: 100%;
}
#innerContent {
	margin-left: 0;
	overflow: hidden;
	margin-right: 5px;
	margin-top: 5px;
}

/* 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{
	padding:0;
}
.panel h5 {
	font-family: "微软雅黑", "新宋体", Verdana, Tahoma;
	text-align: left;
	/*color: #999;*/
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	/*color:#716F6E;*/
	/*觉得不妥，再次改回黑色*/
	color:#000;
	font-size: 11px;
	font-weight: bold;
	cursor: pointer;
	/*字词间距去掉*/
	/*letter-spacing: 1pt;*/
	padding: 0;
	margin: 0px;
	margin-bottom: 4px;	/*font-weight:normal;*/
}
.panel h5 a{
	font-family: "微软雅黑", "新宋体", Verdana, Tahoma;
	font-size:11px;
	/*color:#999;*/
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	/*color:#716F6E;*/
	/*觉得不妥，再次改回黑色*/
	color:#000;
	font-weight: bold;	/*font-weight:normal;*/
}
.panel-content{
	width: 95%;
	margin:0;
	margin-bottom: 25px;
	line-height: 150%;
	color:#333;
}
.panel-content a{
 	color:#333;
}
.panel-content a:hover {
 	color:#999;
}

.panel-content ul{
	padding: 1px;
	margin: 0px;
	margin-left: 2px;
	/*color:#999;*/
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
	font-weight:normal;
	font-style:normal;
}
.panel-content li{
	font-weight:normal;
	font-style:normal;
	padding: 0px;
	margin: 0px;
	list-style: none;
	/*border-bottom: 1px solid #D3E7FC;*/
	border-bottom: 1px solid #FFF;
}


.panel-content li.indent{
	font-weight:normal;
	font-style:normal;
	padding: 0px;
	background-image: url("images/list.gif");
	background-repeat: no-repeat;
	text-indent: 15px;
}

/* user panel login form */
#loginForm {
	width: 95%;
}

/* calendar panel */
#calendar {
  width: 100%; 
  margin-top:1px;
}
.calendar-top {
  text-align: center;
  padding:0px;
}
.calendar-year,
.calendar-month {
  /*font-weight: bold;*/
}
.calendar-weekdays {
  color: #999;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-weekday-cell {
  color: #181512;
  font-size:11px;
  text-align: center;
  width: 14%;
  padding:0px;
  /*font-weight: bold;*/
}
.calendar-main {
  background: #FFFFFF;
}
.calendar-day,
.calendar-day-blank,
.calendar-saturday,
.calendar-sunday,
.calendar-today{
  text-align: center;
  width: 14%;
  padding:0px;
}
.calendar-saturday,
.calendar-sunday {
  /*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E; 
}
.calendar-today { 
  color: #181512;
  border: 1px solid #0D80BD;
}
.calendar-day a, .calendar-saturday a, .calendar-sunday a {
  /*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E; 
  text-decoration: underline;
}
.calendar-today a {
  /*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
  text-decoration: underline;
}

/****** Search Panel ******/
.search-field {
	background: #fff;
	/*border: 1px solid #A9DBF6;*/
	border: 1px solid #CCC;
}

/****** Announcement Box ******/
.announce{
	margin-bottom: 15px;
}
.announce-content{
	padding: 10px; 
	color: #181512;
	/*background: #F4FBFF;*/
	background: #FFF;
}

/****** Defaul Page Elements ******/
.article-top {
	padding: 5px;
	margin-bottom: 15px;
}
.article-bottom {
	padding: 5px;
	margin-top: 15px;
}

/* page links */
.pages {
	/*color: #3F68A6;*/
	color:#181512;
	padding: 3px;
	/*border: 1px solid #A9DBF6;*/
	border: 1px solid #CCC;
}
.pagelink-current {
	/*font-weight: bold;*/
}

.listbox {
	padding-top: 5px;
	padding-bottom: 5px;
}
.listbox-table {
	width: 99%;
}
.listbox-header {
	/*font-weight: bold;*/
	text-align: center;
	/*background-color: #A9DBF6;*/
	background-color: #CCC;
	color: #333;
	height: 25px;
}
.listbox-entry {
	word-wrap: break-all;
	/*border-bottom: 1px solid #A9DBF6;*/
	border-bottom: 1px solid #CCC;
}
.listbox-entry a{
	word-wrap: break-all;
}

/* entry display box */
.prev-article{ float: left; }
.next-article{ float: right; }

/* text box */
.textbox{
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
	background: url('images/dash.gif') no-repeat;
	background-position: 50px 20px;
}
.textbox-calendar {
	float: left;
	height: 49px;
	width: 46px;
	text-align: center;
}
.textbox-calendar-day {
	display: block;
	font-family: "微软雅黑", "新宋体", Verdana, Tahoma;
	color: #333;
	font-size: 20px;
	padding: 1px;
	/*background: #EFF6FE;*/
	background: #FFF;
	/*border: 1px solid #A4BEDF;*/
	border: 1px solid #CCC;
}
.textbox-calendar-month {
	/*border-bottom: 1px solid #A4BEDF;*/
	border-bottom: 1px solid #CCC;
	margin: 0px;
	margin-top: -8px;
	display: block;
	font-family: "微软雅黑", "新宋体", Verdana, Tahoma;
	font-size: 11px;
	text-transform: uppercase;
	color: #fff;
	background-color: #999;
}

.textbox-calendar-month {
	margin-top: 0px;
}

.textbox-title{
	font-size: 14px;
	height: 68px;
	margin-left: 5px;
}
.textbox-title h4{
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
	font-size: 14px;
	padding: 5px;
	display: inline;
	/*font-weight: bold;*/
}
.textbox-title h4 a {
	/*font-weight: bold;*/
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
}
.textbox-label{
	padding-top: 10px;
	padding-left: 15px;
	font-size: 11px;
	text-indent: 29px;
}
*+html .textbox-label{
	text-indent: 15px;
}
* html .textbox-label{
	text-indent: 15px;
}
.text-label-indented {
	font-size: 11px;
	display: block;
	text-align: right;
	float: right;
	margin-top: -15px;
}
*+html .text-label-indented {margin-top: -20px;}
.textbox-fontsize{
	color: #979797;
	float: right;
	text-align: right;
	padding: 3px;
	font-size: 11px;
}
.textbox-fontsize a{
	color: #979797;
}
.textbox-content{
	clear: both;
	word-wrap: break-word;
	padding: 5px;
	font-size: 13px;
	line-height: 139%;
}
.textbox-bottom{
	padding: 0px;
	padding-top: 3px;
	padding-bottom: 1px;
	font-size: 11px;
	color: #181512;
	text-align: left;
}
.textbox-bottom a {
	color: #181512;
	text-decoration: none;
}
.textbox-bottom a:hover {
	background-color: #181512;
	color: #ffffff;
	text-decoration: none;
}
.textbox-adminbar {
	padding: 0px;
	font-size: 11px;
	color: #181512;
	text-align: left;
}
.textbox-tburl {
	padding-top: 3px;
	font-size: 11px;
	color: #181512;
	text-align:left;
}
.tags {
	clear: both;
	padding-top: 1px;
	padding-bottom: 3px;
	font-size: 11px;
	color: #333
	text-align:left;
	/*background: #F4FBFF;*/
	background: #FFF;
}
.tags a {
	color: #333;
}
/* comments wrapper */
.comment-wrapper{}

/* comments top box */
.comment-top{
	padding:5px;
	padding-top: 0px;
	margin: 5px;
	color: #181512;
	text-align: right;
}
.comment-pages{
	padding:5px;
	margin: 5px;
	color: #181512;
}

/* commnet box */
.commentbox, .trackbackbox {
	word-wrap: break-word;
	padding: 0px;
	margin: 5px;
}
.commentbox-odd {
	background: #FBFEFF;
	/*border-top: 1px solid #A9DBF6;*/
	border-top: 1px solid #CCC;
}
.commentbox-couple {
	background: #fff;
	/*border-top: 1px solid #A9DBF6;*/
	border-top: 1px solid #CCC;
}
.trackbackbox {
	background: #E9FDF1;
	/*border-top: 1px solid #A9DBF6;*/
	border-top: 1px solid #CCC;
}
.commentbox-title, .trackbackbox-title{
	padding: 5px;
	font-size: 13px;
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
}
.commentbox-title a, .trackbackbox-title a{
 	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
	/*font-weight: bold;*/
}

.commentbox-label, .trackbackbox-label{
	display: block;
	color: #181512;
	font-size: 11px;
}
.commentbox-label a, .trackbackbox-label a{
	font-weight: normal;
}

.commentbox-content, .trackbackbox-content{
	padding: 3px;
	padding-bottom: 14px;
}


/* comment form wrapper */
#commentForm {
	width: 100%;
}

/****** normal message box ******/
.messagebox{
 width: 550px;
 margin-top: 120px;
 /*border: 1px solid #A9DBF6; */
 border: 1px solid #CCC;
 border-top: 0px; 
 text-align: center; 
 /*background-color: #A9DBF6;*/
 background-color: #CCC;
}
.messagebox-title{
 color: #FFFFFF; 
 /*font-weight: bold;*/ 
 padding: 5px;
}
.messagebox-content{
 color: #181512; 
 background:#FFFFFF;
 padding: 10px; 
 padding-bottom: 20px; 
 text-align: left;
}
.messagebox-bottom{
 color: #181512; 
 background-color: #E6EEF7; 
 padding: 5px;
}


/****** Input Form Styles (table) ******/
.formbox{}
.formbox-comment{
	padding-top: 10px;
	/*border-top: 10px solid #BEE6FD;*/
	border-top: 10px solid #CCC;
}

.formbox-title,
.formbox-comment-title{
	color: #181512;
	/*font-weight: bold;*/
	font-size: 13px;
}

.formbox-rowheader {
	padding: 5px;
	/*font-weight: bold;*/
}

.formbox-content {
	padding: 5px;
}

/****** UBB Code Custom Styles ******/
/* IE fix for ul */
.code {
	word-wrap: break-all;
	/*border-left: 4px solid #BEE6FD;*/
	border-left: 4px solid #CCC;
	background-color: #FBFEFF;
	color: #181512;
	margin: 5px;
	padding: 10px;
}

.quote {
	border-left: 0px solid #333;
	margin: 10px;
}
.quote-title {
	background-color: #FBFEFF;
	/*border-bottom: 2px solid #BEE6FD;*/
	border-bottom: 2px solid #CCC;
	padding: 5px;
	/*font-weight: bold;*/
}
.quote-title img {
	padding-right: 3px;
	margin-bottom: -4px;
}
.quote-content {
	word-wrap: break-all;
	color: #181512;
	padding: 10px; 
	background-color: #FBFEFF;
	/*border: 1px solid #BEE6FD;*/
	border: 1px solid #CCC;
	border-top: 0px;
}

/****** Link ******/
.linkover {
	margin-bottom: 20px;
	height: auto;
	clear: both;
}
.linkbody {
	float: left;
	padding-bottom: 14px;
}
.linkimg {
/*	width: 35%;*/
	float: left;
	text-align: right;
	margin-right: 4px;
}
.linktxt {
	float: left;
}
.linktitle a {
	/*font-weight: bold;*/
}
.linkgroup {
	/*font-weight: bold;*/
	font-size: 13px;
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
	text-indent: 3px;
}

/*Page*/
.pagebox {
	padding-bottom: 25px;
	margin-bottom: 5px;
	clear: both;
}
.pagebox-title{
	font-size: 14px;
	height: 68px;
	margin-left: 5px;
}
.pagebox-title h4{
	/*color:#0D80BD;*/
	/*与网站一样的灰色*/
	color:#716F6E;
	font-size: 14px;
	padding: 0;
	margin: 0;
	display: block;
	/*border-bottom: 3px solid #BEE6FD;*/
	border-bottom: 3px solid #CCC;
	/*font-weight: bold;*/
	font-weight: lighter;
}
.pagebox-content{
	margin-top: -30px;
	clear: both;
	word-wrap: break-word;
	padding: 0;
	font-size: 13px;
	line-height: 120%;
}

/* smilies list */
.panel-smilies {
	text-align: center;
	position:relative;
	height:0px;
}
.panel-smilies-title {
	display:none;
}
.panel-smilies-content {
	padding: 3px;
	line-height: 120%;
	position:absolute;
	border: 1px solid #BFCAD2;
	background:#fff;
	left:160px;
	top:-1px;
}

/* Emot Page Selection */
#smileybuttons {
	text-align: right;
	margin-top: 9px;
}

.smileybut {
	margin-right:3px;
	padding: 3px;
	vertical-align: middle;
	/*font-weight: bold;*/
}

.smileybut  a{
	/*border: 1px solid #BEE6FD;*/
	border: 1px solid #CCC;
}

/*OpenID input area */
#openid_url {
	background: url(../../images/others/openid.gif) no-repeat;
	text-indent: 20px;
}