/*---主体样式---*/
  #container{
	width:100%;
	padding:0;
	text-align:left;
	background-color: #FFFFFF;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
  
  /*---顶部样式---*/
  #container #header{
	height:150px;

	background-color: #FFFFFF;
	background-image: url(c-bg.jpg);
	background-position: left top;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
}
   /*---内容样式---*/
  #container #Tbody{
	width:880px;
	text-align:left;
	padding:5px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
  /*---工具条--*/
  #sidebar{
	float:left;
	width:223px;
	margin:0px;
	text-align:center;
	color:#999999;
	background-color: #edf6ff;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}
  #innersidebar{}
  #sidebar-topimg{
	height:10px;
	width:223px;
	background-color: #FFFFFF;
	background-image: url(right_top.gif);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center bottom;
}
  #sidebar-bottomimg{
	height:10px;
	width:223px;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-image: url(right_bottom.gif);
	background-position: center top;
	background-color: #FFFFFF;
}
  /*---工具箱样式--*/
  .sidepanel{width:203px;margin:0 auto!important; margin:0px;}
  .Ptitle{
	height:20px;
	line-height:180%;
	text-align:left;
	padding-left:5px;
	font-weight:bold;
	font-size:12px;
	margin:0px;
	background-color: #edf6ff;
	background-image: url(main_Content.gif);
}  
  .Pcontent{text-align:left;padding-left:10px;padding-top:0px;line-height:160%}  
  .Pfoot{
	background-color: #edf6ff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 7px;
	margin-left: 0px;
}  
  /*---主内容--*/ 
  #mainContent{
	float:right;
	margin-right:-230px;
	width:100%;
	text-align:center;
	background-color: #FFFFFF;
}
  #innermainContent{overflow:visible;margin-right:230px;}
  #mainContent-topimg{
	height:15px;
	overflow:hidden;
	background-color: #ffffff;
	background-repeat: no-repeat;
}
  #mainContent-bottomimg{
	height:5px;
	overflow:hidden;
	background-color: #ffffff;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #3399FF;
}
  .content-width{width:600px;margin:auto;}/*--主内容元素的全局宽度--*/
  /*---主内容页数--*/
  .pageContent{margin:0 auto;padding:3px;text-align:left;height:18px;} 
  .NavTitle{float:left;font-weight:normal;}
  .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{
	height:20px;
	color:#666666;
	text-align:left;
	overflow:hidden;
	padding-top:5px;
	background-color: #EEF7FF;
	border: 1px dotted #3399FF;
	font-size: 10px;
	font-weight: normal;
}
  .Content-top .ContentLeft{
	width:8px;
	height:30px;
	float:left;
	margin-top:-7px;
	background-color: #EEF7FF;
	background-repeat: no-repeat;
	border-left-width: 1px;
}
  .Content-top .ContentRight{
	width:8px;
	height:30px;
	float:right;
	margin-top:-7px;
	background-color: #FFFFFF;
	background-color: #EEF7FF;
	background-repeat: no-repeat;
	border-right-width: 1px;
}
  .Content-top .ContentTitle{padding:8px 4px 4px 2px;font-size:12px;display:inline;}
  .Content-top .ContentAuthor{text-align:right;padding-left:10px;padding-top:8px;font-size:12px;display:inline;} 
  /*---日志内容框--*/
  .Content-body{
	margin:8px auto;
	overflow:hidden;
	text-align:left;
	width:100%;
	line-height:150%;
	background-color: #FFFFFF;
	font-family: "宋体";
	color: #333333;
}
  /*---日志内容底部--*/
  .Content-bottom{text-align:right;background:url(dot.png) repeat-x;height:30px;padding:3px 2px 8px 2px;}
  .Content-bottom .ContentBLeft{width:0px;float:left;}
  .Content-bottom .ContentBRight{width:0px;float:right;}  

  /*---日志其他信息--*/
  .Content-Info {margin:0px 4px 6px 4px;padding:0px}
  .Content-Info .InfoAuthor{text-align:left}
  .Content-Info .InfoOther{float:right;text-align:right;}
  /*--评论框--*/
  .comment{
	text-align:left;
	margin:0px 12px 4px 12px;
	color: #666666;}
  .commentinfo{font-size:10px;color:#999999;}
  .commenttop{
	padding:4px;
	background-color: #FFFFFF;
	background-attachment: fixed;
	background-image: url(Your_comment.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
}
  .commentcontent{padding:10px;line-height:140%;overflow:hidden;width:94%}
  /*---UBB框--*/ 
  .UBBPanel{
	background-color: #ECFAFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: dotted;
	border-top-color: #3399FF;
	border-right-color: #3399FF;
	border-bottom-color: #3399FF;
	border-left-color: #3399FF;
}
  .UBBTitle{
	font-weight:bold;
	padding:6px;
	border-bottom:1px dotted #B4A79C;
	background-color: #ECFAFF;
	background-image: url(ubbback.gif);
	background-repeat: no-repeat;
	background-position: 600px 10px;
}
  .UBBContent{padding:6px;line-height:160%;}
  .UBBContent TEXTAREA {width:448px;margin-bottom:2px;}
  :link.UBBLink,:visited.UBBLink{font-size:11px;font-family:"宋体";}
  /*---信息框--*/
  #MsgContent{
	border:1px solid #33CCFF;
	width:580px;
	padding:1px;
	margin:auto;
	background-color: #ECFAFF;
}
  #MsgContent #MsgHead{background:#ECFAFF;padding:4px;color:#999999;text-align:center;font-weight:bold;}
  #MsgContent #MsgBody{padding:4px;line-height:180%;}

  .LDialog{border:1px solid #999999;margin:3px auto;padding:1px;}
  .LDialog .LHead{
	padding:1px;
	color:#999999;
	text-align:center;
	font-weight:bold;
	background-color: #FFFFFF;
}
  .LDialog .LBody{padding:4px;line-height:200%;}


/*信息框图标以及文字*/
   .MessageText{height:50px;margin-right:38px;}
   .MessageIcon{background:url(../../images/Message.gif) no-repeat;width:48px;height:48px;float:left;}
   .ErrorIcon{background:url(../../images/Error.gif) no-repeat;width:48px;height:48px;float:left;}
   .WarningIcon{background:url(../../images/Warning.gif) no-repeat;width:48px;height:48px;float:left;}   
   .QuestionIcon{background:url(../../images/Question.gif) no-repeat;width:48px;height:48px;float:left;}
  /*---底部样式---*/
  #container #foot{
	font-family:Arial, Helvetica, sans-serif;
	height:50px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-bottom: 10px;
}
  /*---文件上传框样式---*/
  .attachmentBody{
	margin:0px;
	font-size:12px;
	background-color: #FFFFFF;
  }