﻿/*---主体样式---*/
  #container {
	width:980px;
	margin:0px auto;
	text-align:center;
}
/*---顶部样式---*/
 #container #header {
	height:120px;
	width:980px;
	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:750px;
    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:10px;
	width:100%;
	text-align:left;
	background:#ddd;
	overflow:hidden;
}
/*---工具条--*/
 #sidebar {
	float:right;
	width:280px;
	text-align:left;
	color:#fff;
	background:#fff;
	margin-right:10px;
	display:inline;
	margin-bottom:10px;
}
#innersidebar {
    overflow:hidden;
}
#sidebar-topimg {
	display:none;
}
#sidebar-bottomimg {
	display:none;
}
/*---工具箱样式--*/
.sidepanel {
	width:260px;
	margin:10px auto;
}
.Ptitle {
	height:22px;
	line-height:22px;
	text-align:left;
	font-weight:bold;
	font-size:12px;
	padding-left:5px;
	background:#202020;
}
.Pcontent {
    color:#666;
    text-align:left;
	line-height:22px;
}
.Pfoot {
	display:none;
}
/*---主内容--*/ 
#mainContent {
	float:left;
	width:670px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
	background:#fff;
	display:inline;
}
#innermainContent {
    overflow:hidden;
}
#mainContent-topimg {
	height:10px;
	overflow:hidden;
}
#mainContent-bottomimg {
    height:10px;
	overflow:hidden;
}
.content-width {
	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:650px;
    margin:10px auto;
}

/*---日志标题框--*/
.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-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:980px;
	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:#39f;
}
/*---文件上传框样式---*/
.attachmentBody {
	margin:0px;
	font-size:12px;
	background:#fff;
}
/*---顶部搜索框---*/
.search_bar {
    width:200px;
	height:35px;
	float:left;
	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;
}