/*---主体样式---*/
  #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:85px;
	margin-left:20px;
	width:740px;
    float:left;
	height:35px;
	text-align:left;
	font-weight:bold;
	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{
	width: 200px;
	text-align:center;
	float:left;
	position: relative;
	margin-top: 10px;
	margin-left: 10px;
}
#innersidebar {
    overflow:hidden;
}
#sidebar-topimg {
	display:none;
}
#sidebar-bottomimg {
	display:none;
}
/*---工具箱样式--*/
  .sidepanel{
	margin:0 auto!important;
	margin:0px;
}
  .Ptitle{height:32px;text-align:center;background:#000000 url(Ptittle.gif) ;font-weight:bold;font-size:12px;color:#00ae00;margin:0px;line-height: 26px;}  
  .Pcontent{
	width:200px;
	text-align:left;
	padding:0px;
	line-height:170%;
	color: #000000;
	overflow: hidden;
	}  
  .Pfoot{margin:0px 0px 10px 0px;}  
/*---主内容--*/ 
#mainContent {
	float:left;
	width:740px;
	margin-left:10px;
	margin-bottom:10px;
	text-align:center;
	background:#fff;
	display:inline;
}
#innermainContent {
    overflow:hidden;
    text-align:left;
    width:740px;
}
#mainContent-topimg {
	height:10px;
	overflow:hidden;
	
}
mainContent-bottomimg
{   
    }
.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:700px;
    margin:10px auto;
}

/*---日志标题框--*/
  .Content-top{ padding:3px; 
  color:#000; 
  background-image: url(title.jpg); 
  background-repeat: no-repeat; 
  background-attachment: scroll; 
  background-position: 0 0; 
  text-align:left; 
  margin-bottom:2px; height:22px; }
  .Content-top .ContentLeft{color:#00ae00 ;width:0px;float:left;}
  .Content-top .ContentRight{width:0px;float:right;}
  .Content-top .ContentTitle{ color:#00ae00; 
  font-size: 14px; 
  margin:0 ; 
  padding: 0 0 0 0px; 
  display : block;}
  .Content-top .ContentAuthor{ color:#00ae00; 
  font-size:12px; 
   margin:0;
   font-weight:100 ; 
    position: relative; 
    top: -15px!important;
    top: -17px; 
    float: right; 
    padding: 0; 
    display: inline; } 

}
/*---日志内容框--*/
  .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-Info {
	margin:5px auto;
}
.Content-Info .InfoAuthor {
	text-align:left
}
.Content-Info .InfoOther {
	float:right;
	text-align:right;
}
/*--评论框--*/
.comment {
    width:700px;
	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:82px;
	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;
}
