/*---主体样式---*/
  #header {
	padding:0;
	background-color: #2C2C2C;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 70px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #C8433E;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #555;
	overflow: hidden;
}
/*---顶部样式---*/
  #head {
	height:70px;
	width:940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: left;
}
#blogname {
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	width: 245px;
	height: 70px;
	background-position: 0px 16px;
	float: left;
}
#blogname #blogTitle {
	margin-top: 43px;
	color: #666;
	font-family: Tahoma, Geneva, sans-serif;
}
#menu {
	height:70px;
	float: right;
}
#menu ul {
	list-style:none;
	margin:0px;
}
#menu ul li {
	float:left;
	height: 60px;
	overflow: hidden;
}
/*---内容样式---*/
  #container {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #222;
	border-bottom-color: #222;
}
#container #Tbody {
	width:940px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #999999;
}
/*---主内容--*/ 
  #mainContent {
	float:left;
	width:520px;
	padding-right: 15px;
	overflow: hidden;
}
#innermainContent {
	overflow:visible;
	font-size: 12px;
	line-height: 22px;
}
#mainContent-topimg {
	height:10px;
	overflow: hidden;
}
#mainContent-bottomimg {
	height:10px;
	overflow:hidden;
	clear: both;
}
.content-width {
}/*--主内容元素的全局宽度--*/
/*---主内容页数--*/
.pageContent {
	HEIGHT: 20px;
	TEXT-ALIGN: left;
	line-height: 20px;
	margin-bottom: 20px;
}
.NavTitle {
	FLOAT: left
}
.pageNumber {
	color: #333333;
}

.page {
	FONT-SIZE: 12px;
}
.page UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; COLOR: #fff; PADDING-TOP: 0px; LIST-STYLE-TYPE: none
}
.page UL LI {
	FLOAT: left;
	padding: 0px;
}
.page UL LI.PageL {
	WIDTH: 1px;
	HEIGHT: 16px;
}
.page UL LI.PageR {
	WIDTH: 1px;
	HEIGHT: 16px;
}
.PageLbutton {
	
}
.PageRbutton {
	
}
.page UL LI A {
	DISPLAY: inline-block;
	WIDTH: 16px;
	COLOR: #778E8E;
	LINE-HEIGHT: 16px;
	HEIGHT: 16px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	border: 1px solid #778E8E;
	padding: 0px;
}
.page UL LI A:visited {
	COLOR: #778E8E;
	TEXT-DECORATION: none;
	border: 1px solid #778E8E;
}
.page UL LI A:hover {
	COLOR: #F60;
	TEXT-DECORATION: none;
	border: 1px solid #F60;
}
.page UL LI STRONG {
	DISPLAY: inline-block;
	WIDTH: 16px;
	COLOR: #F60;
	LINE-HEIGHT: 16px;
	HEIGHT: 16px;
	TEXT-ALIGN: center;
	TEXT-DECORATION: none;
	padding: 0px;
	border: 1px solid #F60;
}
/*---内容框--*/
  .Content {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
/*---日志标题框--*/
  .Content-top {
	color:#ffffff;
	text-align:left;
	overflow:hidden;
	margin-bottom: 5px;
	height: 44px;
}
.Content-top .ContentLeft {
	float: left;
}
.Content-top .ContentLeft .indexdata {
	width: 45px;
	height: 42px;
	background-color: #414141;
	margin-right: 12px;
	border: 1px solid #4C4C4C;
}
.ContentLeft .indexdata .month {
	color: #FF6600;
	font-weight: bold;
	text-align: center;
	line-height: 24px;
	display: block;
	height: 22px;
	width: 45px;
	font-size: 14px;
	background-color: #3C3C3C;
}
.ContentLeft .indexdata .date {
	font-weight: bold;
	color: #6B3;
	text-align: center;
	display: block;
	height: 18px;
	line-height: 18px;
	width: 45px;
}
.Content-top .ContentRight {
	float: right;
	color: #999;
}
.Content-top .ContentTitle {
	font-size: 14px;
	font-weight: bold;
	color: #999;
}
.Content-top .ContentAuthor {
	font-size:12px;
	color: #666;
	font-weight: normal;
}
/*---日志内容框--*/
.Content-body {
	overflow:hidden;
	text-align:left;
	line-height:180%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 520px;
}
.Content-body .Quote {
	background-color: #2C2C2C;
	padding: 8px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #222222;
	background-image: url(../../images/quote_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #666;
}
.Content-body .readMore {
	display: none;
}
.Content-body .tags {
	display: none;
}
.Content .Related {
	padding-top: 10px;
	padding-bottom: 10px;
}
.Content .Related .Modify {
	display: none;
}
/*---日志内容底部--*/
.Content-bottom {
	text-align:right;
	margin-bottom: 15px;
	clear: both;
	padding-bottom: 10px;
	height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #414141;
}
.Content-bottom .ContentBLeft {
	float:left;
	background-image: url(../../images/remark.gif);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	line-height: 17px;
}
.Content-bottom .ContentBRight {
	float:right;
	background-image: url(../../images/more.gif);
	background-repeat: no-repeat;
	height: 16px;
	padding-left: 18px;
	line-height: 17px;
}
/*---日志其他信息--*/
.Content-Info {
	margin:0px 4px 6px 4px;
	padding:0px
}
.Content-Info .InfoAuthor {
	text-align:left
}
.Content-Info .InfoOther {
	float:right;
	text-align:right;
}
/*--评论框--*/
.comment {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
.commentface {
	width: 55px;
	float: left;
	height: 47px;
	background-image: url(images/facebg.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	display: block;
	overflow: hidden;
}
.commentface img {
	height: 40px;
	width: 40px;
	margin-top: 2px;
	margin-left: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-bottom: 5px;
	margin-right: 10px;
}
.commentface:hover {
	background-position: 0px -47px;
}
.commentright {
	float: right;
	width: 462px;
}
.commenttop {
	border: 1px solid #4C4C4C;
	overflow: hidden;
}
.commentinfo {
	COLOR: #666;
	padding: 0px 0px 0px 5px!important;
	padding: 3px 0px 3px 5px;
	background-color: #3C3C3C;
}
.commentbody {
	overflow: hidden;
	padding: 8px;
	letter-spacing: 1px;
}
.commentbody .Quote {
	background-color: #2A2A2A;
	padding: 8px;
	border-left-width: 4px;
	border-left-style: solid;
	border-left-color: #222;
	background-image: url(../../images/quote_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
	color: #666;
}

.replyinfo {
	width: 444px;
	background-image: url(images/reply_bg.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 2px;
	height: 14px;
}
.replybody {
	overflow: hidden;
	background-image: url(images/reply_body_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
	color: #666;
	padding-right: 10px;
	padding-left: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 0px;
	padding-bottom: 0px;
	width: 424px;
}
.replybottom {
	background-image: url(images/reply_bg.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 444px;
	text-align: right;
	color: #414141;
	margin-right: auto;
	margin-left: auto;
	height: 8px;
	font-size: 0px;
	line-height: 0px;
}

.commentcontent {
	padding:10px;
	line-height:140%;
	overflow:hidden;
	width:94%
}
/*---UBB框--*/ 
  .UBBPanel {
	background-color: #2C2C2C;
	border-left-width: 3px;
	border-left-style: solid;
	border-left-color: #222;
	background-image: url(../../images/quote_bg.gif);
	background-repeat: no-repeat;
	background-position: right top;
}
.UBBTitle {
	font-weight:bold;
	padding-top: 4px;
	padding-right: 15px;
	padding-left: 15px;
	color: #444;
	padding-bottom: 0px;
}
.UBBContent {
	padding:8px;
	color: #666;
}
.UBBContent TEXTAREA {
	width:448px;
	margin-bottom:2px;
}
:link.UBBLink, :visited.UBBLink {
	font-size:11px;
	font-family:verdana;
}
/*---回复框--*/
  .replayPanel {
	margin:5px -3px -3px 10px;
	padding-left:60px;
	background:url('avatar.jpg') no-repeat;
	border:0px;
	border-left:0px;
}
/*---信息框--*/
  #MsgContent {
	border:1px none #4C4C4C;
	padding:0px;
	margin:auto;
}
#MsgContent #MsgHead {
	color:#C60;
	text-align:center;
	font-weight:bold;
	height: 25px;
	line-height: 25px;
	margin-bottom: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #2C2C2C;
	margin-top: 20px;
}
#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%;
}
/*---侧边栏--*/
  #sidebar {
	float:right;
	margin:0px;
}
#innersidebar {
	width: 150px;
	float: right;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2C2C2C;
	overflow: hidden;
}

#innersidebar2 {
	width: 210px;
	float: left;
	padding-right: 15px;
	overflow: hidden;
	padding-left: 14px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #2C2C2C;
}

#sidebar-topimg {
	height:10px;
}
#sidebar-bottomimg {
	height:10px;
	overflow:hidden;
}
/*---侧边栏样式--*/
  .sidepanel {
	margin:0;
}
.Ptitle {
	height:24px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	font-size:12px;
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-position: 0px bottom;
	color: #CCC;
	width: 95px;
	margin: 0px;
}
.Pcontent {
	text-align:left;
	line-height:22px;
	padding-top: 15px;
}
.Pfoot {
	height: 15px;
	clear: both;
}
/*信息框图标以及文字*/
   .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;
}
/*---底部样式---*/
  #footer {
	background-color: #2C2C2C;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #555;
	height: 70px;
	overflow: hidden;
}
#footer #foot {
	width: 940px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	height: 58px;
	padding-top: 12px;
}
#footer #foot p {
	line-height: 22px;
	height: 22px;
}
#footer #foot #gotop {
	background-image: url(images/gotop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	width: 50px;
	float: right;
	position: relative;
	top: -30px;
	height: 14px;
	padding-top: 2px;
}
#footer #foot #gotop:hover {
	background-position: left bottom;
}

/*---文件上传框样式---*/
  .attachmentBody {
	margin:0px;
	font-size:12px;
	background-color: #333;
}
.Pcontent #search {
	background-image: url(images/search_bg.gif);
	background-repeat: no-repeat;
	height: 27px;
	margin: 0px;
	background-position: 0px 0px;
}
.Pcontent #searchinput {
	width: 160px;
	background-color: #414141;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	color: #999999;
	float: left;
	margin-top: 4px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.Pcontent #searchgo {
	height: 27px;
	margin: 0px;
	width: 38px;
	float: right;
}
