﻿/*---主体样式---*/
  #container{
	width:1004px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color: #64D2F5;
	background-image: url(main.jpg);
}
  
  /*---顶部样式---*/
  #container #header{
	height:40px;
}
  #container #header #blogname{height:0px;font-size:0px;visibility:hidden;}
  #container #header #blogname #blogTitle{height:0px;font-size:0px;visibility:hidden;}
  #container #header #menu{
	height:36px;
	text-align:right;
	margin-right: 100px;
}
  #container #header #menu #Left{width:0px;float:left;}
  #container #header #menu #Right{width:0px;float:right;}  
  #container #header #menu ul{list-style:none;margin:0px 6px 0px 0px!important;margin:0px 3px 0px 0px;padding:0px;height:36px;float:right;} 
  #container #header #menu ul li{float:left;height:36px;}  
   .menuL{width:32px;background:#C5EFFB url(menu_left.png) no-repeat;padding:0px;}
   .menuR{width:15px;background:#C5EFFB url(menu_right.png) no-repeat;padding:0px;}  
   .menuDiv{width:0px;}/*---菜单分割线---*/
   /*---内容样式---*/
  #container #Tbody{
	width:900px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 93px;
}
  /*---工具条--*/
  #sidebar{
	float:right;
	width:275px;
	margin:0px;
	text-align:center;
	color:#003399;
	background-image: url(left_main.png);
}
  #innersidebar{}
  #sidebar-topimg{
	height:73px;
	width:275px;
background-image: url(left_top.png);
}
  #sidebar-bottomimg{
	height:31px;
	width:275px;
	background-image: url(left_bottom.png);
}
  /*---工具箱样式--*/
  .sidepanel{width:230px;margin:0 auto!important; margin:0px;}
  .Ptitle{
	height:24px;
	line-height:180%;
	text-align:left;
	padding-left:5px;
	font-weight:bold;
	font-size:15px;
	margin:0px;
	color: #000066;
}  
  .Pcontent{text-align:left;padding-left:10px;padding-top:0px;line-height:160%}  
  .Pfoot{margin:0px 0px 15px 0px;}  
  /*---主内容--*/ 
    #mainContent{
	float:left;
	width:600px;
	text-align:center;
	background-repeat: repeat-y;
	margin: auto;
}
  #innermainContent{}
  #mainContent-topimg{}
  #mainContent-bottomimg{}
  .content-width{
	width:600px;
	margin-top: auto;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: 5px;}/*--主内容元素的全局宽度--*/
  /*---主内容页数--*/
  .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{
	font-family:Georgia,Courier New,宋体;
	background-image: url(Content_body.png);
	width: 600px;

}    
  /*---日志标题框--*/
  .Content-top{
	height:27px;
	color:#ffffff;
	text-align:left;
	overflow:hidden;
	padding-top:7px;
	background-image: url(title_main.png);
	background-repeat: repeat-x;
}
  .Content-top .ContentLeft{width:17px;height:27px;background:#C5EFFB url(title_left.png) no-repeat;float:left;margin-top:-7px;}
  .Content-top .ContentRight{width:24px;height:27px;background:#C5EFFB url(title_right.png) no-repeat;float:right;margin-top:-7px;}
  .Content-top .ContentTitle{
	font-size:13px;
	display:inline;
	padding-top: 8px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 2px;
}
  .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:96%;line-height:150%}
  /*---日志内容底部--*/
  .Content-bottom{
	text-align:right;
	height:67px;
	background-image: url(Contentmain.png);
	background-repeat: repeat-x;

}
  .Content-bottom .ContentBLeft{
	width:60px;
	float:left;
	background-image: url(ContentBLeft.png);
	height: 67px;
}
  .Content-bottom .ContentBRight{
  height: 67px;
	width:27px;
	float:right;
	background-image: url(Contentright.png);
}  

  /*---日志其他信息--*/
  .Content-Info {
	padding:0px;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 6px;
	margin-left: 4px;
}
  .Content-Info .InfoAuthor{text-align:left}
  .Content-Info .InfoOther{float:right;text-align:right;}
  /*--评论框--*/
  .comment{text-align:left;margin:0px 12px 4px 12px}
  .commentinfo{font-size:11px;color:#333333;}
  .commenttop{
	border-bottom:1px #6B5D52;
	padding:4px;
	background-color: #8DD3FF ;
}
  .commentcontent{padding:10px;line-height:140%;overflow:hidden;width:94%}
  /*---UBB框--*/ 
  .UBBPanel{
	border:1px solid #B4A79C;
	border-left:1px solid;
	background-color: #E6E6EC;
}
  .UBBTitle{
	font-weight:bold;
	padding:4px;
	border-bottom:1px  #B4A79C;
	background-color: #0066CC;
	color: #FFFFFF;
}
  .UBBContent{padding:6px;line-height:160%;}
  .UBBContent TEXTAREA {width:448px;margin-bottom:2px;}
  :link.UBBLink,:visited.UBBLink{font-size:11px;font-family:verdana;}
  /*---信息框--*/
  #MsgContent{
	border:1px solid #795B50;
	width:450px;
	padding:1px;
	margin:auto;
	background-color: #E6E6EC;
}
  #MsgContent #MsgHead{
	padding:4px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	background-color: #0066CC;
}
  #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(../../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{
	font-family:Georgia;
	height:170px;
	background-image: url(foot.jpg);
	width: 1004px;
	margin-top: 6px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	color: #003366;
	vertical-align: middle;
	text-align: center;
	line-height: 25px;
	padding-top: 80px;
	top: 0px;
	background-repeat: no-repeat;
	background-position: left;
}
  /*---文件上传框样式---*/
  .attachmentBody{
	margin:0px;
	font-size:12px;
	background-color: #E6E6EC;
  }