﻿  /*---主体样式---*/
  #container{
	width: 850px;
	margin: 0 auto;
	padding: 0;
	color: #fff;
}
  /*---顶部样式---*/
  #container #header{
	width:850px;
	height:180px;
	margin:0;
	padding:0;
	float:none;
}
  #container #header #blogname{
	font-family: "微软雅黑";
	font-size: 20px;
	font-weight: bolder;
	color: #4CC8D7;
	text-transform: capitalize;
	text-align: right;
	padding:80px 610px 0px 0px;
}
  #container #header #blogname #blogTitle{
	font-size: 14px;
	color: #666666;
	float: none;
}
  #container #header #menu{
	height:40px;
	padding:10px 0px 0px 10px;
	margin:0px;
	position:relative;
	float:none;
}
  #container #header #menu #Left{float:left;}
  #container #header #menu #Right{float:right;}
  #container #header #menu ul{margin:0; float:right;} 
  #container #header #menu ul li{height:30px; float:left; text-align: center; line-height: 30px; margin:0px; padding: 0px; font-size: 12px;} 
  .menuDiv{width:2px;padding:0px;}/*---菜单分割线---*/
  
  /*---内容样式---*/
  #container #Tbody{width: 850px;}
  
  /*---工具条--*/
  #sidebar{float:left; width: 250px; text-align:right;}
  #innersidebar{text-align: right;}
  #sidebar-topimg{height:17px;}
  #sidebar-bottomimg{height:0px;}

  /*---工具箱样式--*/
  .sidepanel{
	margin:0;
	float: right;
}
  .Ptitle{
	margin:0;
	height:38px;
	font-family: Tahoma;
	text-align:right;
	font-weight: bolder;
	font-size:18px;
	color:#5bb6db;
	line-height:35px;
	padding-right: 10px;
	border-bottom:1px dashed #666666;
}  
  .Pcontent{
	margin:0px;
	padding:5px 10px 0px 0px;
	color: #999999;
	font-size:12px;
} 
  .Pcontent iframe{ margin:auto;}
  .Pfoot{}     

  /*---主内容--*/ 
  #mainContent{float:right;width: 600px;}
  #innermainContent{margin:0;}
  #mainContent-topimg{height:10px;}
  #mainContent-bottomimg{}

  .content-width{}/*--主内容元素的全局宽度--*/

  /*---主内容页数--*/
  .pageContent{
	text-align:left;
	padding: 0px 0px 0px 16px;
	font-size: 12px;
	line-height: 160%;
	height: 20px;
	margin: 0px;
	color: #151515;
} 
  .NavTitle{float:left;font-weight:bold;}
  .page{
	height:20px;
	padding: 0px;
}
  .page ul{list-style:none;margin:0px;padding:0px} 
  .page ul li{
	float:left;
	padding-top: 0px;
	padding-right: 3px;
	padding-bottom: 0px;
	padding-left: 10px;
} 
.page .pageNumber strong {
	background-color: #66CCCC;
	height: 10px;
	width: 10px;
	padding: 8px;
}

  .page ul li.PageL {width:9px;height:20px;}
  .page ul li.PageR {width:9px;height:20px;}
  .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{
	width: 600px;
	float: right;
	margin: 0px 0px 20px 0px;
	background: #172124;
	padding: 0px;
	font-size: 12px;
	color: #9c9c9c;
}    

  /*---日志标题框--*/
  .Content-top{
	text-align:center;
	height:35px;
	/*background:url(title_bg.gif);*/
	margin: 10px 0px 10px 0px;
	padding: 6px 0px 2px 0px;
}
  .Content-top .ContentLeft{width:10px;float:left;}
  .Content-top .ContentRight{width:10px;float:right;}
  .Content-top .ContentTitle{
	color: #5BB6DB;
	margin: 10px 0px 10px 0px;
	float: right;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}
  .Content-top .ContentAuthor{
	color:#FFCC99;
	font-size:12px;
	margin:0px;
	display:inline;
	height: 20px;
	float: left;
	background-color: #172124;
	padding: 6px;
} 
.Content-top .BttnE {
	background-image: url(UBB/bar.gif);
	background-repeat: repeat;
	background-position: center center;
}

  .Content-top .CateIcon{display:none}

  /*---日志内容框--*/
  .Content-body{
	overflow:hidden;
	float: right;
	text-align:left;
	width:95%;
	line-height:25px;
	padding: 8px 10px 0px 10px;
}
.Content-body img {
	padding: 0px;
	height: auto;
	border: medium solid #333333;
	margin-right: 10px;
	margin-bottom: 3px;
}

  /*---日志内容底部--*/
  .Content-bottom{text-align:right;padding:0 0px 12px 0;}
  .Content-bottom .ContentBLeft{}
  .Content-bottom .ContentBRight{}  

  /*---日志其他信息--*/
  .Content-Info {margin:0px 4px 6px 4px;padding:0px}
  .Content-Info .InfoAuthor{text-align:left}
  .Content-Info .InfoOther{float:right;text-align:right;}

  /*--评论框--*/
  .comment{font-size:12px;text-align:left;margin:0px 12px 4px 12px}
  .commentinfo{font-size:12px;color:#999;}
  .commenttop{border-bottom:1px dotted #c0c0c0;padding:4px}
  .commentcontent{
	padding:10px;
	line-height:140%;
	overflow:hidden;
	width:96%;
	color: #CCCCCC;
}

  /*---UBB框--*/ 
  .UBBPanel{border:1px solid #FFFFFF;background:#FFFFFF;border-left:3px solid;border-bottom:1px dashed #dddddd}
  .UBBTitle{font-weight:bold;color: #CD853F;padding:4px;background:#FFFFFF no-repeat 400px 0px;border-bottom:1px dashed #dddddd}
  .UBBTitle img{display: none;}
  .UBBContent{padding:6px;line-height:160%;}
  .UBBContent TEXTAREA {width:455px;margin-bottom:2px;}
  :link.UBBLink,:visited.UBBLink{font-size:13px;font-family:verdana;}

  /*---信息框--*/
  #MsgContent{border:1px solid #172124;margin:0px 8px 12px 8px;padding:1px;}
  #MsgContent #MsgHead{
	padding:4px;
	text-align:center;
	font-weight:bold;
	background-color: #101010;
	color: #999999;
	font-size: 13px;
}
  #MsgContent #MsgBody{
	padding:4px;
	line-height:180%;
	color: #999999;
	background-color: #101010;
	font-size: 12px;
}
  .LDialog{border:1px solid #795B50;margin:3px auto;padding:1px;}
  .LDialog .LHead{background:#BBA097;padding:1px;color:#626262;text-align:center;font-weight:bold;}
  .LDialog .LBody{padding:4px;line-height:200%;}

  /*信息框图标以及文字*/
   .MessageText{height:60px;margin-right:0px;}
   .MessageIcon{}
   .ErrorIcon{}
   .WarningIcon{}   
   .QuestionIcon{}

  /*---底部样式---*/
  #container #foot{
	float: right;
	width: 500px;
	text-align: right;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	color: #666666;
}
  #container #foot p{margin:0px;font-size: 12px;}

  /*---文件上传框样式---*/
  .attachmentBody{margin:0px;font-size:12px;background:#fff}