﻿/*---主体样式---*/
  #container {
	width:960px;
	margin:0px auto;
	text-align:center;
        
}
/*---顶部样式---*/
 #container #header {
	height:110px;
	width:960px;
	background:url(head.gif) no-repeat;
}
#container #header #blogname {
	display:none
}
#container #header #blogname #blogTitle {
	display:none
}
#container #header #menu {
	margin-top:75px;
	margin-left:20px;
	width:820px;
	float:left;
	height:35px;
	text-align:left;
	display:inline;
}
#container #header #menu #Left {
	width:0px;
	float:left;
}
#container #header #menu #Right {
	width:0px;
	float:right;
}
#container #header #menu ul {
	list-style:none;
	float:left;
	height:35px;
}
#container #header #menu ul li {
	float:left;
	height:35px;
}
.menuL {
	width:0px;
	height:35px;
}
.menuR {
	width:0px;
	height:35px;
}
.menuDiv {
	width:5px;
	height:35px;
}/*---菜单分割线---*/
/*---内容样式---*/
  #container #Tbody {
	padding-top:0px;
        width:100%;
	text-align:left;
	background:#fff;/*---网站中部背景色--*/
	overflow:hidden;
}
/*---工具条--*/
 #sidebar {
	float:left;/*---工具条位置--*/
	width:223px;/*---工具条宽度--*/
	text-align:left;
	color:#fff;      /*---工具条文字色--*/
	background:#fff;/*---工具条背景色--*/
	margin-right:10px;
       	display:inline;
	margin-bottom:0px;/*---工具条离底部距离--*/
}
#innersidebar {
	overflow:hidden;
}
#sidebar-topimg {
	display:none;
}
#sidebar-bottomimg {
	display:none;
}
/*---工具箱样式--*/
.sidepanel {
	width:223px;/*---工具箱内容宽度--*/
	margin:5px auto;/*---工具箱项目为0时与导航栏底部重合--*/
}
.Ptitle {
	height:22px;/*---工具箱栏目标题高度--*/
	line-height:22px;
	text-align:left;/*---工具箱栏目标题位置--*/
	font-weight:bold;
	font-size:12px;/*---工具箱栏目标题字体尺寸--*/
	padding-left:5px;/*---工具箱栏目标题位置（用数字精确定位）--*/
	background:#9c0;/*---工具箱栏目标题背景色--*/
}
.Pcontent {
	color:#666;/*---工具箱项目标题色--*/
	text-align:left; /*---工具箱项目位置--*/
        padding-left:5px;/*---工具箱项目标题位置（用数字精确定位）--*/
	line-height:22px;/*---工具箱项目之间距离--*/
}
.Pfoot {
	display:none;
}
/*---主内容--*/ 
#mainContent {
	float:right;
	width:715px;
	margin-left:10px;
	margin-bottom:10px;/*---为0时工具箱项目与底部重合--*/
	text-align:center;
	background:#fff;
	display:inline;
}
#innermainContent {
	overflow:hidden;
}
#mainContent-topimg {
	height:10px;
	overflow:hidden;
}
#mainContent-bottomimg {
	height:10px;
	overflow:hidden;
}
.content-width {
        margin:auto;
	width:100%;
}/*--主内容元素的全局宽度--*/
/*---主内容页数--*/
.pageContent {
	margin-left:10px;
	margin-right:10px;
	text-align:left;
	height:22px;
	line-height:22px;
}
.NavTitle {
	float:left;
	font-weight:bold;
}
.page {
}
.pageNumber {
	background:#202020;
	padding-left:5px;
	padding-right:5px;
	text-align:center;
	font-size:12px;
	color:#ccc;
}
.pageNumber a:link, .pageNumber a:visited {
	color:#ccc;
}
.pageNumber a:hover {
	color:#fff;
}
.pageNumber strong {
	color:#fff;
}
.page ul {
	list-style:none;
}
.page ul li {
	float:left;
}
.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:10px;
	height:18px;
	display:block;
}
.PageRbutton {
	background:url('../../images/BttnRight.gif') 0px 0px;
	width:10px;
	height:18px;
	display:block;
}
/*---内容框--*/
.Content {
	width:700px;
	margin:0px auto;/*---内容框与上部距离--*/
}
/*---日志标题框--*/
.Content-top {
	background:url(1.gif) 4px 2px no-repeat;
	padding:2px 2px 2px 20px !important;
	padding:2px 2px 2px 20px;
	color:#000;
	text-align:left;
	margin-bottom:2px;
}
.Content-top {
	height:40px;
	text-align:left;
	overflow:hidden;
}
.CateIcon {
	display:none;
}
.Content-top .ContentLeft {
	display:none;
}
.Content-top .ContentRight {
	display:none;
}
.Content-top .ContentTitle {
	padding:2px 0px 2px 0px;
	font-size:14px;
	border-bottom:1px dotted #ccc;
}
.Content-top .ContentAuthor {
	color:#999;
	padding:2px 0px 2px 0px;
	font-size:12px;
	font-weight:normal;
}
/*---日志内容框--*/
  .Content-body {
	margin:10px auto;
	overflow:hidden;
	text-align:left;
	line-height:22px
}
.Content-body p{
	line-height:22px
}
/*---日志内容底部--*/
  .Content-bottom {
	height:28px;
	line-height:28px;
	text-align:right;
	padding:2px;
	border-top:1px dotted #ccc;
}
.Content-bottom .ContentBLeft {
	display:none;
}
.Content-bottom .ContentBRight {
	display:none;
}
/*---日志其他信息--*/
  .Content-Info {
	margin:5px auto;
}
.Content-Info .InfoAuthor {
	text-align:left
}
.Content-Info .InfoOther {
	float:right;
	text-align:right;
}
/*--评论框--*/
.comment {
	width:650px;
	text-align:left;
	margin:10px auto;
	padding:2px;
	background-color: #f3f3f0;
}
.commentinfo {
	font-size:11px;
	color:#999;
}
.commenttop {
	padding:5px;
}
.commentcontent {
	padding:5px;
	line-height:140%;
	overflow:hidden;
}
/*---UBB框--*/ 
  .UBBPanel {
	border:1px #e0e0d6 solid;
	background:#fff;
	border-left:4px #e0e0d6 solid;
}
.UBBTitle {
	font-weight:bold;
	padding:5px;
	background:#f3f3f0;
	border-bottom:1px #e0e0d6 solid;
}
.UBBContent {
	line-height:20px;
	padding:5px;
	line-height:160%;
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
}
.UBBContent TEXTAREA {
	line-height:20px;
	width:99%;
	margin-bottom:2px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
}
:link.UBBLink, :visited.UBBLink {
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
}
/*---信息框--*/
#MsgContent {
	width:650px;
	border:1px #e0e0d6 solid;
	background:#f3f3f0;
	margin:10px auto;
}
#MsgContent #MsgHead {
	height:20px;
	line-height:20px;
	background:#f3f3f0;
	border-bottom:1px #e0e0d6 solid;
	padding:5px;
	text-align:center;
	font-weight:bold;
}
#MsgContent #MsgBody {
	padding:5px;
	line-height:180%;
}
.LDialog {
	border:1px solid #795B50;
	margin:3px auto;
	padding:1px;
}
.LDialog .LHead {
	background:#BBA097;
	padding:1px;
	color:#fff;
	text-align:center;
	font-weight:bold;
}
.LDialog .LBody {
	padding:4px;
	line-height:200%;
}
/*信息框图标以及文字*/
.MessageText {
	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 {
	width:960px;
	color:#fff;
	margin:0px auto;
	background:url(foot_bg.gif) no-repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
	padding-top:40px;
}
#container #foot p a:link, #container #foot p a:visited {
	color:#fff;
}
#container #foot p a:hover {
	color:#9c0;
}
#container #foot span a:link, #container #foot span a:visited {
	color:#393939 ;
}
/*---文件上传框样式---*/
.attachmentBody {
	margin:0px;
	font-size:12px;
	background:#fff;
}
/*---顶部搜索框---*/
.search_bar {
	width:-20px;
	height:35px;
	float:right;
	margin-top:75px;
	text-align:left;
	line-height:35px;
}
.div_input {
	float:left;
	width:170px;
	margin-top:6px;
	display:inline;
}
.search_input {
	width:160px;
	height:16px;
	padding-top:4px;
	color:#666;
	font-size:11px;
	font-family:Verdana, Arial, Helvetica, sans-serif, "宋体";
	border-width:1px;
	border-style:solid;
	border-color:#666 #ddd #ddd #666;
	background:#fff;
}
.go {
	margin-top:8px;
	float:left;
	width:18px;
	height:22px;
}