﻿/*---主体样式---*/
 #container {
	width: 100%;
	margin-top:0px;
	text-align: center;
        float: center;

}
 #FlashHead{
        position: absolute;
	width: 100%;
	left: 0px;

}
/*---顶部样式---*/
 #container #header {
	height: 202px;
	width: 100%;
        float: center;
	background: url(topbg.jpg)  center no-repeat;
	
}
 #container #header #blogname {
	display: none;

}
 #container #header #blogname #blogTitle {
	display: none;

}
 #container #header #menu {
	float: center;
        margin-top: 115px;
	width: 800px;
	height: 35px;
	/*visibility: hidden;*/

}
 #container #header #menu #Left {
	float: left; 
	
}
 #container #header #menu #Right {
	float: right; 

}
 #container #header #menu ul {
	margin: 0px;
	padding: 0px 0px 0px 20px;
	list-style: none;

}
 #container #header #menu ul li {
	float: left;
	height: 35px;

}
 .menuL {
	height:35px;

}
 .menuR {
	height: 35px;

}
 .menuDiv {
	height: 35px;

}
/*---菜单分割线---*/
/*---内容样式---*/
 #container #Tbody {
        float: center;
	width: 800px;
	text-align: center;
	overflow: hidden;

}
/*---工具条--*/
 #sidebar {
	float: right;
	width: 203px;
	margin-right:5px;
	text-align: left;
	color: #777;
	display: inline;

}
 #innersidebar {
        overflow: hidden;

}
 #sidebar-topimg {
	display: none;

}
 #sidebar-bottomimg {
	display: none;

}
/*---工具箱样式--*/
 .sidepanel {
	width: 203px;
	background: #f8f8f8;
	margin: 20px auto;

}
 .Ptitle {
	font-size: 16px;
        background: url(ptitle.gif) repeat;
        font-family: "微软雅黑", Arial;
	font-style: italic;
	color: #fff;

}
 .Pcontent {
	margin-left: 10px;
	margin-top: 10px;
	padding-right: 10px;
	font-size: 12px;
	line-height: 160%;

}
 .Pfoot {
	margin: 0px 0px 0px 0px !important;
        margin: 0px 0px 0px 0px;height:0px!important;

}
/*---主内容--*/ 
 #mainContent {
	float: left;
	width: 570px;
	margin-top: 15px;
	margin-left: 5px;
	text-align: center;
	display: inline;

}
 #innermainContent {
        overflow: visible;

}
 #mainContent-topimg {
        height: 5px;

}
 #mainContent-bottomimg {
        height: 5px;

}
 .content-width {
	width: 98%;
        margin: auto;
}
/*--主内容元素的全局宽度--*/
/*---主内容页数--*/
 .pageContent {
        text-align: left; 
        font-size: 12px;

}
 .pageNumber {
        font-family: "微软雅黑";
        color: #666;

}
 .pageNumber a:link, .pageNumber a:visited {
        padding: 3px 5px;
        text-decoration: none;
        color: #666;

}
 .pageNumber a:hover {
        color: #FF0000;
	font-weight: bold;

}
/*---内容框--*/
 .Content {
        width: 570px;
	background: #fff;
	border: 1px solid #f5f5f5;
        margin: 20px auto;
    
}
/*---日志标题框--*/
 .Content-top {
	height: 40px;
        background: url(title.jpg) repeat;
	text-align: left;
	overflow: hidden;
        width: 100%;

}
 .CateIcon {
        display: none;

}
 .Content-top .ContentLeft {
        display: none;

}
 .Content-top .ContentRight {
        display: none;

}
 .Content-top .ContentTitle {
	padding: 0px 0px 0px 10px;
	font-size: 16px;
        color: #555;

}
 .Content-top .ContentAuthor {
        color: #777;
	padding: 0px 0px 2px 10px;
	font-size: 12px;
	font-weight: normal;
}
 .Content-top .CateIcon{
        display: none;

}
 .Content-top .CateIconSP {
        float: right; 
        width: 36px; 
        height: 38px; 
        padding-top: 1px;

}
/*日志标题小日历样式*/
 .Content-top .DateYM {
        text-align: right;
	font-style: italic;
        font-size: 10px;
        color: #555;
        font-family: "微软雅黑";
        letter-spacing: 1px;

}
 .Content-top .DateDay {
        text-align: right;
        font-size: 20px;
	font-style: italic;
        color: #ff0000;
        font-weight: bold;
        font-family: "微软雅黑";

}
/*---日志内容框--*/
 .Content-body {
	margin: 10px auto;
	overflow: hidden;
	text-align: left;
	line-height: 20px;
        padding-top: 5px;
        padding-left: 10px;
        overflow: hidden;
        width: 95%;

}
/*---日志内容底部--*/
 .Content-bottom {
        height: 22px;
        line-height: 22px;
	text-align: right;
	padding: 2px;
        width: 95%;

}
 .Content-bottom .ContentBLeft {
        display: none;

}
 .Content-bottom .ContentBRight {
	display: none;

}
/*---日志其他信息--*/
 .Content-Info {
	margin: 5px auto;
        width: 95%;

}
 .Content-Info .InfoAuthor {
	text-align: right;

}
 .Content-Info .InfoOther {
	float: right;
	text-align: right;
        
}
/*--评论框--*/
 .comment {
        background:#f8f8f8;
	text-align: left;
	margin-top: 10px;
        margin-bottom: 5px;
	padding: 2px;
        width: 95%;
	border: 1px solid #FDDDDD;
}
 .commentinfo {
	font-size: 11px;
	color: #666;

}
 .commenttop {
        background: url(ctop.jpg) repeat;
	height: 20px;

}
 .commentbottom {
	padding: 2px;

}
 .commentcontent {
	padding: 5px;
	line-height: 140%;
	overflow: hidden;

}
/*---UBB框--*/ 
 .UBBPanel {
	border: 1px solid #f8f8f8;
	background: #FFF3F3;
	border-left: 5px #F8ACAC solid;

}
 .UBBTitle {
	font-weight: bold;
	padding: 5px;
	background: #FFF3F3;

}
 .UBBContent {
	line-height: 20px;
	padding: 5px;
	line-height: 140%;
	font-family: Verdana, Arial, "宋体";

}
 .UBBContent TEXTAREA {
	line-height: 20px;
	width: 100%;
	margin-bottom: 2px;
	font-family: Verdana, Arial,  "宋体";

}
 .link.UBBLink, .visited.UBBLink {
	font-family: Verdana, Arial,  "宋体";

}
/*---信息框--*/
 #MsgContent {
	border: 1px solid #f5f5f5;
	background: #f8f8f8;
        border-left:1px #f5f5f5 solid;
        border-right: 1px #f5f5f5 solid;
	margin: 10px auto;
        width: 100%;

}
 #MsgContent #MsgHead {
        font-size: 16px;
	background:#f8f8f8 url(xx.jpg) repeat;
        color: #FFF;
        height: 20px;
        padding: 2px;
        line-height: 20px;
	text-align: center;
        font-family: "微软雅黑";
	font-weight: bold;

}
 #MsgContent #MsgBody {
	padding: 5px;
	line-height: 180%;

}
 .LDialog {
	border: 1px solid #f5f5f5;
	margin: 0px auto;
	padding: 1px;

}
 .LDialog .LHead {
	padding: 1px;
	background: #f8f8f8;
	text-align: center;
	font-weight: bold;

}
 .LDialog .LBody {
	padding: 5px;
	line-height: 160%;

}
/*信息框图标以及文字*/
 .MessageText {
	margin-right: 38px;

}
 .MessageIcon {
	background: url(Message.gif) no-repeat;
	width: 48px;
	height: 48px;
	float: left;

}
 .ErrorIcon {
	background: url(Error.gif) no-repeat;
	width: 48px;
	height: 48px;
	float: left;

}
 .WarningIcon {
	background: url(Warning.gif) no-repeat;
	width: 48px;
	height: 48px;
	float: left;

}
 .QuestionIcon {
	background: url(Question.gif) no-repeat;
	width: 48px;
	height: 48px;
	float: left;

}
/*---底部样式---*/
 #container #foot {
        width: 800px;
        height: 60px;
	color: #666;
	background:#060407;
        font-family: "微软雅黑";
	padding-top: 10px;
        border-bottom: 5px #FE0002 solid;

}
/*---顶部搜索框---*/
 .search_bar {
        width: 330px;
	height: 20px;
	float: center;
	margin-top: 20px;
	text-align: left;

}
 .div_input {
        float: left;
	display: inline;
}
 .search_input {
	height: 22px;
	color: #555;
        line-height:190%;
        padding-left:5px;
	font-size: 12px;
        font-family: "微软雅黑";
        width: 295px;
	background: url('input.gif') no-repeat;

}
 .go{
        float: left;
        width: 22px;
	height: 22px;

}
/*---文件上传框样式---*/
 .attachmentBody{
        margin-top: 0px;
        font-size: 12px;
	background: #f8f8f8;

}