
/*左侧列表样式*/
.mgDirList
{
	margin: 5px 5px 10px;
}
.mgDirList a
{
	display: block;
	background: url(images/lite_icon6.gif) no-repeat 15px 8px;
	height: 24px;
	line-height: 24px;
	padding-left: 28px;
	color: #333;
}
.mgDirList a:hover
{
	background-color: #ddf7ff;
	text-decoration:none;
}

/*居中内容定义*/
.mgMain
{
	background: url(images/mgboxtitle.jpg) no-repeat top;
	border: #9be0ef 1px solid;
	min-height:100px;
	_height:100px;
	padding-top: 80px;
}
.TopMsgBox
{
	margin: 0 14px 0 14px;
	border-bottom: #e6f8ff 1px solid;
	min-height:160px;
	_height:160px;
}
.TopMsgBox dl
{
	float: left;
	width: 225px;
	margin: 5px;
}
.TopMsgBox dt
{
	background: #e6f8ff url(images/msgicon.gif) no-repeat 8px 6px;
	height: 22px;
	line-height: 22px;
	font-weight: bold;
	padding-left: 25px;
	color: #3496c8;
}
.TopMsgBox dd
{
	padding: 5px 0;
}
.TopMsgBox li
{
	line-height: 24px;
	padding-left: 25px;
	background: url(images/lite_icon3.gif) no-repeat 8px 10px;
	color: #333;
}
.msgBt
{
	padding: 10px 30px;
	height: 32px;
}
.msgBt a
{
	float: left;
	width: 62px;
	height: 28px;
	line-height: 28px;
	color: #444;
	font-weight: bold;
	padding-left: 26px;
	background: url(images/msgbtbg.gif) no-repeat;
	margin-right: 15px;
	margin-top: 4px;
}
.msgBt .subbt
{
	float: right;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	background:none;
}

.mgList
{
	padding: 0 26px;
}
#bbs_title
{
	background: #e6f8ff;
	border: 1px solid #bfdfe9;
	line-height: 25px;
	color: #000;
	font-weight: bold;
}
#bbs_title .lib
{
	float: right;
	font-weight: 100;
	color: #333;
}
#bbs_title a
{
	font-weight: 100;
	color: red;
}
#bbs_title dl
{
	margin: 0px;
	padding-left: 15px;
	padding-right: 15px;
}
#bbs_title_right
{
	float: right;
	font-weight: normal;
}
#bbs_center
{
	background: #fff;
	border-left: 1px solid #bfdfe9;
	border-right: 1px solid #bfdfe9;
	border-bottom: 1px solid #bfdfe9;
	clear: both;
	color: #333;
}
#bbs_center a
{
	color: #333;
}
#bbs_center .clearbox
{
	margin-top: -2px;
}
#bbs_left
{
	width: 155px;
	float: left;
	text-align: center;
}
#bbs_left img
{
	margin-top:10px;
}
#bbs_right
{
	padding: 5px;
	margin-left: 155px;
	border-left: 1px solid #bfdfe9;
	height: auto !important;
	height: 150px;
	min-height: 186px;
}
#bbs_text
{
	padding: 8px;
	overflow-x: hidden;
	height: auto !important;
	height: 150px;
	min-height: 186px;
}
#bbs_text dl, #bbs_text dt, #bbs_text dd
{
	margin: 0px;
	padding: 0px;
}
#bbs_bot
{
	clear: both;
	background: #e6f8ff;
	border-bottom: 1px solid #bfdfe9;
	border-left: 1px solid #bfdfe9;
	border-right: 1px solid #bfdfe9;
	line-height: 26px;
	text-align: right;
	padding: 0 26px;
	color: #333;
}
#bbs_bot a
{
	color: #333;
}
#bbs_botleft, #bbs_botright, #bbs_botright div
{
	display: inline;
}
#bbs_botleft img
{
	vertical-align:middle;
}
.adminRy
{
	background-color: #f3f3f3;
	line-height:25px;
	height:25px;
	color: red;
	padding-left: 10px;
	border-bottom: #e6e7e1 1px solid;
	margin: 10px 0;
}


/*签写留言*/
.mgForm
{
	margin: 0 14px;
	background: url(images/mgFormbg.gif) repeat-x top;
	padding-top: 20px;
	margin-bottom: 20px;
}
.mgForm .tdLeft
{
	width: 115px;
	text-align: right;
	color: #333;
}
.mgForm iframe
{
	width: 500px !important;
}
.mgForm .formBmbt
{
	border-top: #78a5c3 1px solid;
	height: 20px;
	margin-top: 30px;
	padding-top: 15px;
}

/*留言内容页*/
.article_PK
{
	line-height: 35px;
	margin-bottom: 20px;
}
.article_PK dt
{
	font-weight: bold;
	color: #c00;
	height: 30px;
}
.article_PK dd
{
	padding: 0 10px;
}
.mgList #commenttitle, .mgList #iusername, .mgList #email, .mgList #content
{
	border-top: #555 1px solid;
	border-left: #555 1px solid;
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
}
.mgList #email
{
	width: 200px !important;
}
.mgList #content
{
	width: 600px !important;
}

.msg_Guest {
    color: red;
    font-size: 14px;
    font-weight: bold;
    margin: 10px;
    text-align: center;
	min-height:150px;
	vertical-align:middle;
}
