﻿/*---主体样式---*/
  #container {
	margin:0;
	padding:0;
	background:url(images/blog_02.gif) repeat-x #d5dde3;width:100%;width:100%;min-width:978px;
}
/*---顶部样式---*/
  #container #header {
	height:124px;
	margin:0 auto;
	padding:0;
}
#container #header #blogname {
	width:865px;
	height:61px;
	background:url(images/logo.gif) no-repeat;
	font-size: 20px;
        text-align:left;
	color: #DBE2E8;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 115px;
	padding-top: 23px;
}
#container #header #blogname #blogTitle {
	font-size:12px;
        float:left;
        margin-top:5px;
	padding: 0px;
	letter-spacing: 0px;
}

#container #header #menu {
	margin:0 auto;
	height:40px;
	width:960px;
	position:relative;
	padding:0;
}
#container #header #menu #Left {
	width:0;
	height:40px;
	float:left;
}
#container #header #menu #Right {
	width:150px;
	height:40px;
	float:right;
	background-image: url(images/home_12.gif);
	background-repeat: no-repeat;
	background-position: left;
}
#container #header #menu ul {
	list-style:none;
	margin:0px 3px 0px 0px;
	padding:0px;
	height:40px;
	float:left;
}
#container #header #menu ul li {
	float: left;
}
.menuL {
	display:none;
}
.menuR {
	display:none;
}
.menuDiv {
	width:0;
	height:40px;
	float: left;
}/*---菜单分割线---*/
/*---内容样式---*/
  #container #Tbody {
	width:980px;
	margin:0 auto;
	padding:0;
}
/*---工具条--*/
  #sidebar {
	float:right;
	width:220px;
	margin:0px;
	color:#4d5e6f;
	display: inline;
}
#innersidebar {
	margin:0 auto;
}
#sidebar-topimg {
	height:3px;
	overflow:hidden;
}
#sidebar-bottomimg {
	height:5px;
	overflow:hidden;
}
/*---工具箱样式--*/
  .sidepanel {
	background:#FBFCFC;
	margin-bottom:5px;
	/*background: url(images/cl_08.gif) repeat-x #FBFCFC;*/
}
.Ptitle {
	height:27px;
        text-align:left;
	font-weight:bold;
	font-size:12px;
	line-height: 200%;
        padding-left:33px;
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #d5dde3;	
	background-image: url(images/jian_06.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
.Pcontent {
	text-align:left;
	padding-top:0px;
	line-height:160%;
	margin: 10px;
}
.Pfoot {
	height:1px;
}
/*---主内容--*/ 
  #mainContent {
	float:left;
	margin:0px;
	width:745px;
	text-align:center;
}
#innermainContent {
	overflow:visible;
	margin:0px;
}
#mainContent-topimg {
	height:3px;
	overflow:hidden;
}
#mainContent-bottomimg {
	height:5px;
	overflow:hidden;
}
.content-width {
	margin:0 auto;
}/*--主内容元素的全局宽度--*/
/*---主内容页数--*/
  .pageContent {
	text-align:left;
	height:26px;
	font-family: Tahoma, Arial, "宋体";
	font-size: 12px;
	color: #677786;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 3px;
	padding-bottom: 3px;
}
.NavTitle {
	float:left;
	font-weight:bold;
}
.page {
	padding-right:5px;
	height:18px;
}
.page ul {
	list-style:none;
	margin:0px;
	padding:0px
}
.page ul li {
	float:left;
	padding:0px 3px 0px 3px;
}
.page ul li.PageL {
	width:9px;
	height:16px;
}
.page ul li.PageR {
	width:9px;
	height:16px;
}
.PageLbutton {
	background:url('../../images/BttnLeft.gif') 0px 0px;
	width:9px;
	height:16px;
	display:block;
}
.PageRbutton {
	background:url('../../images/BttnRight.gif') 0px 0px;
	width:9px;
	height:16px;
	display:block;
}
/*---内容框--*/
  .Content {
	margin:0 auto;
	font-family: Tahoma, Arial, "宋体";
}
/*---日志标题框--*/
  .Content-top {
	height:45px;
	color:#4d5e6f;
	text-align:left;
	overflow:hidden;
	background:#FBFCFC;
}
.Content-top .ContentLeft {
	width:5px;
	float: left;
	background:#FFF;
	height:50px;
}
.Content-top .ContentRight {
	display:none;
}
.Content-top .ContentTitle {
	font-size:14px;
	margin-top: 4px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
}
.Content-top .ContentTitle .CateIcon {
	margin: 0px;
	padding-bottom: 2px;
}
.Content-top .ContentAuthor {
	margin:0;
	padding-top:3px;
	font-size:12px;
	font-family: Tahoma, Arial, "宋体";
	color: #728290;
	font-weight: normal;
}
/*---日志内容框--*/
  .Content-body {
	margin:8px auto;
	overflow:hidden;
	text-align:left;
	width:99%;
	line-height:150%;
}
/*---日志内容底部--*/
  .Content-bottom {
	text-align:right;
	color:#677786;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8fa0af;
	margin-bottom: 20px;
	padding: 2px;
}
.Content-bottom .ContentBLeft {
	width:0px;
	float:left;
}
.Content-bottom .ContentBRight {
	width:0px;
	float:right;
}
/*---日志其他信息--*/
  .Content-Info {
	margin:0px;
	padding:3px;
	background:#dee4e9;
}
.Content-Info .InfoAuthor {
	text-align:left
}
.Content-Info .InfoOther {
	float:right;
	text-align:right;
}
/*--评论框--*/
  .comment {
	text-align:left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	background:#dee4e9;
}
.commentinfo {
	font-size:11px;
	color:#999;
}
.commenttop {
	padding:4px;
	background:#C4CFD7;
}
.commentcontent {
	padding:5px;
	line-height:140%;
	overflow:hidden;
}
/*---UBB框--*/ 
  .UBBPanel {
	background:#EAEEF1;
}
.UBBTitle {
	font-weight:bold;
	padding:4px;
	background:#FBFCFC;
}
.UBBContent {
	padding:6px;
	line-height:160%;
}
.UBBContent TEXTAREA {
	width:448px;
	margin-bottom:2px;
}
:link.UBBLink, :visited.UBBLink {
	font-size:11px;
	font-family:verdana;
}
/*---信息框--*/
  #MsgContent {
	background:#FBFCFC;
	margin:auto;
}
#MsgContent #MsgHead {
	padding:6px;
	height:27px;
	color:#4d5e6f;
	text-align:center;
	font-weight:bold;
	background-image: url(images/cl_08.gif);
	background-repeat: repeat-x;
}
#MsgContent #MsgBody {
	padding:4px;
	line-height:180%;
}
.LDialog {
	border:1px solid #795B50;
	margin:3px auto;
	padding:1px;
}
.LDialog .LHead {
	background:#BBA097;
	padding:1px;
	color:#FBFCFC;
	text-align:center;
	font-weight:bold;
}
.LDialog .LBody {
	padding:4px;
	line-height:200%;
}
/*信息框图标以及文字*/
   .MessageText {
	height:50px;
	margin-right:38px;
}
.MessageIcon {
	background:url(../../images/Message.jpg) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.ErrorIcon {
	background:url(../../images/Error.jpg) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.WarningIcon {
	background:url(../../images/Warning.jpg) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
.QuestionIcon {
	background:url(../../images/Question.jpg) no-repeat;
	width:48px;
	height:48px;
	float:left;
}
/*---底部样式---*/
  #container #foot {
	margin:0px;
	padding:0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #8fa0af;
}
#footer {
	width:980px;
	text-align: left;
	font-family:Tahoma, Arial, "宋体";
	margin: 0  auto 10px  auto;
	font-size:11px;
	color:#99a5ad;
}
/*---文件上传框样式---*/
  .attachmentBody {
	margin:0px;
	font-size:12px;
	background:#F8F6E9
}
