body {
	margin:0px;
	padding:0px;
	font-family:Tahoma, Verdana;
	color:#333;
	font-size:12px;
	text-align: center;
}

a:link {color:#333333;text-decoration:none;}
a:visited {color:#333333;text-decoration:none;}
a:hover {color:#009966;text-decoration:underline;}
a img {border-width:0;}

/* 最主要框架层 控制总体宽度和居中*/
#wrapper {
	position: relative;
	text-align: center;
	margin:0px auto;
	width: 1000px;
	WORD-WRAP: break-word;
}
#innerWrapper {
	text-align: left;
	margin:0 auto;
	padding:0px;
}

/* 左边层 */
.content {
	float: right;
	width: 75%;
}

/* 左边内层，右边留部分空用来显示细竖线 */
#innerContent {
	padding: 0px 0px 0px 10px;
}
.content h2 {color:#000000;font-size:14.7px;text-align:left;font-weight:bold;margin-bottom:10px;border-left:6px solid #333333;padding:3px 0px 1px 8px;vertical-align:middle;background:#E3E3E3;}

/* 右边侧栏层 */
.sidebar {
	float: left;
	width: 24%;
	border-right:1px solid #cccccc;
}
#innerSidebar {
	margin:0px;
	padding:0px;
}

/* 文章内容层 */
.textbox{
	margin:25px 10px 40px 10px;
	padding:0px 0px 25px 0px;
	border-bottom:1px dashed #999999;
}
.textbox-title{
	margin:0px 0px 10px 0px;
}
.textbox-title h4{
	margin:0px;padding:0px;
	font-size:14px;
}
.textbox-content{
	padding:5px 0px 10px 0px;
	line-height:160%;
	text-align: justify;
	font-size: 12px;
	font-family: "Tahoma", "Verdana", "Arial";
}
.textbox-bottom {
	FONT-FAMILY: verdana;
	font-size:11px;
	text-align: right;
	padding:10px 0px 10px 0px;
}

.textbox-tags {
	FONT-FAMILY: verdana;
	font-size:12px;
	text-align: left;
	padding:10px 0px 10px 0px;
	font-weight:normal;
}

.textbox-date {
	FONT-FAMILY: verdana;
	font-size:10px;
	text-align: right;
	padding:0px 10px 0px 0px;
	color:#444444;
}
.textbox-title a:link, .textbox-title a:visited{
	color:#000000;
	font-size:14px;
	font-weight:bloder;
	text-decoration:none;
  }

/* 公告 */
.announce{
	border-bottom:1px dashed #999999;
	padding:10px 0px 5px 0px;
	line-height:130%;
}
/*内容文字样式*/
.textbox-content{
	padding:5px 0px 10px 0px;
	line-height:150%;
	text-align: justify;
	font-size: 9pt;
	font-family: "Tahoma", "Verdana", "Arial";
	color:#000000;
}

/* 侧栏显示样式 */
.panel{
	font-family:"Verdana";
	margin:0px 5px 5px 0px;
	padding:0px 20px 20px 0px;
}
.panel h5 {
	font-size:12px;
	margin:0px;
	margin-bottom:10px;
	padding:5px;
	padding-left:15px;
	color:#666666;
	border-bottom:1px dashed #999999;
}
.panel-content{
	word-wrap: break-all;
	color: #000000;
	line-height:160%;
	font-family: "Tahoma", "Verdana", "Arial";
	font-size: 12px;
}
.panel-content ul{
	margin:0px;
	padding:0px;
	word-wrap: break-word;
	font-size: 12px;
}
.panel-content li{
	margin:0px 0px 0px 15px;
	padding:2px 0px 2px 0px;
	list-style: none;
	font-size: 12px;
	list-style: url('images/dot.gif') outside;
}

/* 页脚 */
#innerFooter {
	padding: 10px;
	padding-top: 25px;
	color: #444444;
	font-size: 11px;
	text-align: center;
	background-color: #FFF;
}
#innerFooter b {}
#footer {
	clear: both;
}

/* 分页样式 */
.pages {
	color:#CCCCCC;
	font-size: 10px;
	FONT-FAMILY: verdana;
}
.pagelink-current {
	color:#669900;
	font-weight:normal;
}

/* header */
#header {
	width: 100%;
	margin:0px;
	padding:0px;
	position: relative;
	}
#innerHeader {
	text-align:left;
}
/* 菜单条样式 */
#menu {
margin:0px;
padding-right:100px;
text-align: right;
padding: 0px 0px 20px 0px;
}
#menu ul{
	margin:0px;padding:0px;
}

#menu a {
	border-bottom: none;
	color: #323232;
	font-size: 12px;
	text-decoration: none;
}

#menu a:hover, #nav #current {
	color: #323232;
}

#menu li {
	display: inline;
	margin: 0;
	padding: 0px;
	margin-right:20px;
}
/* logo */
#blogLogo {
	margin:0px;
	margin-top:20px;
	margin-left:30px;
	padding:0px;
}
#logo {}

/* commnet box */
.commentbox{
	word-wrap: break-word;
	margin: 5px;
	margin-top: 15px;
	border-bottom: 1px dashed #cccccc;
	font-size: 12px;
}
.commentbox-title{
	padding:3px;
}
.commentbox-label{
	display: inline;
	color: #939598;
}
.commentbox-content{
	padding: 3px;
	line-height:160%;
}
.no-comment-box{
	padding:5px;
	background: #eeeeee;
	color: #939598;
}
.commentbox-reply {
	padding: 5px;
	margin:10px;
	margin-left: 60px;
    background: #f7f7f7;
	border: 1px dashed #dddddd;
}
.commentbox-reply-title{
	font-weight: bold;
	padding-bottom:15px;
	padding-left:25px;
	color: #939598;
    background: url('images/reply.gif') no-repeat top left;
}
.commentbox-reply-label{
  display: inline;
  color: #939598;
  font-size: 11px;
}
.commentbox-reply-content{
  padding: 3px;
  	line-height: 160%;
}

/****** Input Form Styles (table) ******/
.formbox{ border: solid 1px #CCCCCC; background: #FFFFFF;}
.formbox-comment{ font-size:12px;margin-left: 6px;}
.formbox-title,
.formbox-comment-title{ 
	color: #666666; 
	font-weight: bold; 
	padding: 5px; 
	text-align: center; 
}
.formbox-rowheader,
.formbox-comment-rowheader { padding: 5px; text-align: center; font-weight: bold; color: #333333;}
.formbox-content,
.formbox-comment-content{ padding: 5px;}
/****** Form Controls Styles ***kong zhi***/
input {

}
input.text {
	FONT-SIZE: 9pt; 
	BORDER-RIGHT: #d2e8b5 0px dotted; 
	BORDER-TOP: #d2e8b5 0px dotted; 
	BORDER-LEFT: #d2e8b5 0px dotted; 
	BORDER-BOTTOM: #EFEBEF 1px solid; 
	background-color:#FFFFFF;
	font-size: small;
	color: #000;
}
input.button {
	background-color:#D4D0C8;
	border:1px solid #000000;
	font-size: 9pt;
}
textarea {
	FONT-SIZE: 9pt; 
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color:#FFF;
	border:1px solid #EFEBEF;
	padding:3px;
}
select { 
	background-color:#FFF;
	border:1px solid #000;

}

/* 其他 */
.small2 {
	FONT-SIZE: 11px; 
	FONT-FAMILY: verdana;
	COLOR: #444444;
}
.small2 a:hover, .small a:link, .small a:visited{color: #444444;text-decoration: underline;}

/* 一行居左、居右显示 */
.nearbanner{background-color:#ffffff;}
.nearlinks{float:right;}

/* 标签两列 控制宽度为整个sidebar宽度的一半就可以了*/
.blogroll li {width:70px;float:left;}
.clear{clear: both;}
