﻿  /*---主体样式---*/
  #container{width:990px;margin:auto;font-family:微软雅黑;}
  
  /*---顶部样式---*/
  #container #header{height:80px;clear:both;}
  #container #header #blogname{font-size:28px;color:#fff;padding:10px;line-height:100%;text-align:left;}
  #container #header #blogname:hover{color:#e5e5e5}
  #container #header #blogname #blogTitle{display:none;}

  /*---顶部菜单样式---*/
  #container #header #menu{padding-top:7px;height:25px;text-align:left;}
  #container #header #menu ul{list-style:none;display:inline;float:right;} 
  #container #header #menu ul li{line-height:26px;padding:0 3px 0 8px;float:left;}  
  
   /*---内容样式---*/
  #container #Tbody{width:100%;margin:auto;margin-top:3px;background:#fff;}
 
   /*---工具条--*/
  #sidebar{width:200px;padding:15px;float:right;}
  
   /*---工具箱样式--*/
  .sidepanel{margin: 5px 0 15px;}
  .Ptitle{clear:both;color:#999;border-bottom:1px dotted #e2e2e2;margin:5px 0 0 0px;padding:0px 0 0px 16px;*padding-top:1px;background:url(img/sidebar_h2_bg.gif) center left no-repeat;text-align:left;}  
  .Pcontent{text-align:left;padding-left:17px;padding-top:5px;line-height:150%;}  
  .Pcontent:hover{color:#202020}
  
   /*---主内容--*/ 
  #innermainContent{width:700px;padding:15px 0px 15px 15px;float:left;}
  .content-width{padding:8px}/*--主内容元素的全局宽度--*/
 
   /*---主内容页数--*/
  .pageContent{margin:0 auto; padding:3px; text-align:left; height:18px;;clear:both} 
  .NavTitle{float:left; font-weight:bold;}
  .page{padding-right:5px; height:16px;}
  .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-top{text-align:left; padding: 2px 0 1px 0;clear:both;font-weight:normal;}
  .Content-top .ContentTitle{background:#f5f5f5;border-bottom:1px dotted #d2d2d2;font-size:17px;line-height:23px;display:inline;text-align:left;}
  .Content-top .ContentAuthor{margin-top:3px;text-align:left;font-weight:normal;color:#aaa} 
  
   /*---日志内容框--*/
  .Content-body{overflow:hidden;text-align:left;font-size:13px;line-height:18px;margin:5px 0;clear:both;font-family:微软雅黑,Trebuchet MS;word-wrap:break-word;padding:4px 0 8px;}

  .Content-body p {margin:8px 0;}
  .Content-body ul {margin:15px 22px;list-style:disc;}
  .Content-body ol {margin:15px 30px;list-style:decimal;}
  .Content-body img {border:1px solid #ccc;}

  
   /*---日志内容底部--*/
  .Content-bottom{clear:both;color:#666;padding:4px;margin-bottom:12px;text-align:right;}

  /*---日志其他信息--*/
  .Content-Info {margin:0px 4px 6px 4px;}
  .Content-Info .InfoAuthor{text-align:right}
  .Content-Info .InfoOther{float:right;text-align:right;}
 
   /*--评论框--*/
  .comment{margin:3px auto;width:94%;text-align:left;clear:both;background:#e5e5e5;border:1px solid #d2d2d2;}
  .commentinfo{font-size:11px; color:#888;}
  .commenttop{font-size:12px;clear:both;padding:4px;}
  .commentcontent{padding:12px 10px 10px 10px; line-height:120%; overflow:hidden; width:90%;}
  
   /*---UBB框--*/ 
  
  .UBBPanel{width:94%;border:#d2d2d2 solid 1px;background:#e5e5e5;margin:2px 15px 0;font-weight:500!important;}
  .UBBTitle{font-weight:bold; padding:4px;}
  .UBBContent{padding:6px;word-break:break-all;}
  .UBBContent TEXTAREA {margin-bottom:2px;color:#444;width:99%;}
  
   /*---信息框--*/
  #MsgContent{margin:0 auto;margin-bottom:4px;border-top:1px dashed #d2d2d2;color:#666;font-weight:normal;width:550px;}
  #MsgContent #MsgHead{margin:1px;padding:3px;  text-align:center; font-weight:bold; }
  #MsgContent #MsgBody{padding:4px;line-height:120%;font-size:13px;word-wrap:break-all}

  .LDialog{border:1px solid #C3D6EE;margin:3px auto;padding:1px;}
  .LDialog .LHead{background:#FFF;padding:1px;color:#333;text-align:center;font-weight:bold;}
  .LDialog .LBody{padding:4px;line-height:200%;}


/*信息框图标以及文字*/
   .MessageText{height:50px; margin-right:38px;}
   .MessageIcon, .ErrorIcon, .WarningIcon, .QuestionIcon{display:none;}

  /*---底部样式---*/
  #container #foot{height:45px;background:#000 url(img/footerBG.gif) center left no-repeat;clear:both;color: #666;text-align: right; padding: 30px 10px 0 0;line-height: 120%;border-top:3px solid #aaa;}
  
  /*---文件上传框样式---*/
  .attachmentBody{
  margin:0px;font-size:12px;background:#F8F6E9
  }