/*---主体样式---*/
  #container{
	margin: 0px auto;
	padding: 20px 20px 20px 20px;
	width: 880px;
	background: #ffffff;
	overflow: hidden;
	text-align: left;
}

  
  /*---顶部样式---*/
  #container #header{
	overflow: hidden;
	font-size: 13px;
	height: 230px;
	display: block;
}

  #container #header #blogname{
	border: none;
	font: bold 20px Arial, Tahoma, Verdana;
	padding: 0px;
	margin: 0px;
	color: #BE0C0C;
}

  #container #header #blogname #blogTitle{
	font-size: 13px;
	margin: 3px 3px 3px 0px;
	height: 16px;
	color: #333333;
}

  #container #header #right {
	float: right;
	margin: 0px;
	text-align: right;
	overflow: hidden;
}

  #container #header #img {
	background: #eee url(header.jpg) no-repeat;
	height: 120px;
	color: #000000;
	overflow: hidden;
	margin: 10px 0px 0px 0px;
}

  #container #header #img a {
	display: block;
	height: 120px;
}

  #container #header #menu{
	background: #777777;
	height: 30px;
	color: #fff;
	margin: 10px 0px 0px 0px;
	padding-left: 10px;
}

  #container #header #menu #Left{
	width: 0px;
	float: left;
}

  #container #header #menu #Right{
	width: 0px;
	float: right;
}
  
  #container #header #menu ul{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
 
  #container #header #menu ul li{
	float: left;
	margin: 0px;
	padding: 0px;
}
  
   .menuL{
}

   .menuR{
}
  
   .menuDiv{
}
/*---菜单分割线---*/
   /*---内容样式---*/
  #container #Tbody{
	background: #ffffff;
}

  /*---工具条--*/
  #sidebar{
	float: right;
	width: 275px;
	margin: 0;*margin: 0; !important;*margin:0;

}

  #innersidebar{
}

  #sidebar-topimg{
}

  #sidebar-bottomimg{
}

  /*---工具箱样式--*/
  .sidepanel{
	width: 265px;
	margin: 0 0 10px 0;
	float: right;
}

  .Ptitle{
	text-align: left;
	border-bottom: 1px solid #BBBBBB;
	border-top: 4px solid #BBBBBB;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 0px 5px 0px;
	padding:8px 0 8px 0
}
  
  .Pcontent{
	text-align: left;
	width: 100%;
	float: left;
	text-align: left;
	line-height: 160%;
}
  
  .Pfoot{
}
  
  /*---主内容--*/ 
  #mainContent{
	float: left;
	margin-right: -285px;
	width: 100%;
}

  #innermainContent{
	overflow: visible;
	margin-right: 285px;
}

  #mainContent-topimg{
}

  #mainContent-bottomimg{
}

  .content-width{
	width: 595px;
	margin: auto;
}
/*--主内容元素的全局宽度--*/
  /*---主内容页数--*/
  .pageContent{
	margin: 0 auto;
	padding: 3px;
	text-align: left;
	height: 18px;
}
 
  .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: Georgia,Courier New,宋体;
}
    
  .Content-top{
	color: #000;
	text-align: left;
	margin-bottom: 2px;
}

  .Content-top .ContentLeft{
	width: 0px;
	float: left;
}

  .Content-top .ContentRight{
	width: 0px;
	float: right;
}

  .Content-top .ContentTitle{
	color: #BE0C0C;
	font-size: 14px;
	font-family: verdana, arial, times new roman;
	font-weight: bold;
	margin: 0;
	padding: 6px 0px 4px 0px;
	border-bottom: 1px solid #BBBBBB;
	text-transform: uppercase;
}

  .Content-top .ContentAuthor{
	color: #666;
	font-size: 11px;
	padding-top: 4px;
	padding-left: 3px;
	margin: 0px;
	font-weight: 100;
}
 
  /*---日志内容框--*/
  .Content-body{
	margin: 5px auto;
	overflow: hidden;
	text-align: left;
	width: 98%;
	line-height: 150%;
}

  .Content-body img{
	max-width: 100%;
	height: auto;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
	border: 0;
}

/*---日志内容底部--*/
  .Content-bottom{
	border-top: #BBBBBB dotted 1px;
	font-size: 11px;
	color: #333333;
	margin: 0px 0px 10px 0px;
	padding: 4px;
	line-height: 10px;
	text-align: right;
}

  .Content-bottom .ContentBLeft{
	width: 0px;
	float: left;
}

  .Content-bottom .ContentBRight{
	width: 0px;
	float: right;
}
  
  /*---日志其他信息--*/
  .Content-Info {
	margin: 0x;
	padding: 0px;
}

  .Content-Info .InfoAuthor{
	text-align: left;
}

  .Content-Info .InfoOther{
	float: right;
	text-align: right;
}

  /*--评论框--*/
  .comment{
	text-align: left;
	margin: 0px 12px 15px 12px;
	background: #E9E9E9;
}

  .commentinfo{
	font-size: 11px;
}

  .commenttop{
	padding: 4px;
	margin: 1px;
}

  .commentcontent{
	border-top: #BBBBBB solid 1px;
	padding: 10px;
	line-height: 140%;
	overflow: hidden;
	width: 96%;
}

  /*---UBB框--*/ 
  .UBBPanel{
	background: #fff;
	border-left: 3px solid #888;
}

  .UBBTitle{
	font-weight: bold;
	padding: 6px;
	border-bottom: 1px dotted #000;
}

  .UBBContent{
	padding: 3px;
	line-height: 160%;
}

  .UBBContent TEXTAREA {
	width: 448px;
	margin-bottom: 2px;
}

  :link.UBBLink,:visited.UBBLink{
	font-size: 11px;
	font-family: verdana;
}

  /*---信息框--*/
  #MsgContent{
	width: 450px;
	padding: 1px;
	background: #fff;
	margin: auto;
}

  #MsgContent #MsgHead{
	border-top: 4px solid #BBBBBB;
	padding: 4px;
	text-align: center;
	font-weight: bold;
}

  #MsgContent #MsgBody{
	padding: 4px;
	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{
	height: 50px;
	margin-right: 38px;
}

   .MessageIcon{
	background: url(Message.jpg) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
}

   .ErrorIcon{
	background: url(Error.jpg) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
}

   .WarningIcon{
	background: url(Warning.jpg) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
}
   
   .QuestionIcon{
	background: url(vQuestion.jpg) no-repeat;
	width: 48px;
	height: 48px;
	float: left;
}

  /*---底部样式---*/
  #container #foot{
	width: 100%;
	margin: 10px auto 0px;
	padding: 10px 0px 10px 0px;
	line-height: 17px;
	text-align: center;
	border-top: 4px solid #BBBBBB;
}

  #container #foot p{
	padding: 0px;
	margin: 0px;
}

  /*---文件上传框样式---*/
  .attachmentBody{
	margin: 0px;
	font-size: 12px;
	background: #fff;
}
