
/* 导航条设置 */
.CommonBreadCrumbArea {
	padding-top: 0px;
    padding-left: 15px;
	padding-right:0px;
	text-align: left;
	font-weight: bold;
	color: #000000;
	height: 20px;
	background:none;
}

/* BB 代码引用样式 */
BLOCKQUOTE {
	border-right: #cccccc 1px dotted; padding-right: 4px; border-top: #cccccc 1px dotted; padding-left: 4px; padding-bottom: 4px; margin: 16px; border-left: #cccccc 1px dotted; padding-top: 4px; border-bottom: #cccccc 1px dotted
}

/*Text Button*/
.CommonImageTextButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	padding: 4px;
	margin: 1px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
	border-top-color: #cccccc;
	border-left-color: #cccccc;
	background-color: #eeeeee;
	color: #333333;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: 1px 1px;
	padding-left: 22px;
	line-height: normal;
	white-space: nowrap;
}

.CommonImageTextButton:LINK {
	text-decoration: none;
	color: #333333;
	margin: 1px;
}

.CommonImageTextButton:VISITED {
	text-decoration: none;
	color: #333333;
}

.CommonImageTextButton:ACTIVE {
	text-decoration: none;
	color: #333333;
}
.CommonImageTextButton:HOVER {
	text-decoration: none;
	color: #333333;
	background-color: #dddddd;

}
.CommonTextButton {
	display: inline-table;
	display: -moz-inline-box;
	display: inline-block;
	background-color: #eeeeee;
	border-style: solid;
	border-color: #999999;
	border-width: 1px;
	cursor: pointer;
	position: relative;
	top: 2px;
	padding: 5px;
	margin: 1px;
	margin-bottom: 0px;
	font-family: Tahoma, Arial, Helvetica;
	font-weight: bold;
}

.CommonTextButton:LINK {
	text-decoration: none;
	color: #333333;
	margin: 1px;
}
.CommonTextButton:VISITED {
	text-decoration: none;
	color: #333333;
}
.CommonTextButton:ACTIVE {
	text-decoration: none;
	color: #333333;
}
.CommonTextButton:HOVER {
	text-decoration: underline;
	color: #333333;
	background-color: #dddddd;
}


/*弹出菜单DIV样式*/
.PopupMenu {
	border: #999 1px solid;
	position: absolute;
	background: #FFF;

}
.PopupMenu A {
	padding-right: 15px;
	padding-left: 25px;
	padding-bottom: 3px;
	padding-top: 3px;
	DISPLAY: block;
	background-repeat: no-repeat;
	background-position: 1px;
	color: #333
}
.PopupMenu A:hover {
	background: #A3C7E2;
	color:#000;
	background-repeat: no-repeat;
	background-position: 1px;
}

/* 友情链接 */
.LinkList { width:100%;}
.LinkList li {float:left; list-style-type:none; width:11%; padding:3px 0; display:inline;white-space:nowrap;}
.LinkList li a { float:left;width:80%;white-space:nowrap;overflow:hidden; text-overflow:ellipsis;}

/* 底部设置 */
.CommonFooter {
	padding-top: 10px;
	padding-left:0px;
	padding-right:0px;
	padding-bottom:0px;
	background:#9EB6D8;
	border-top:none;
	color:#000000;
	text-align:center;
	width:100%;
	height:45px;
}
.CommonFooter li {float:left; background:#9EB6D8; list-style-type:none; padding:3px 0; display:inline; line-height:1.5}
.CommonFooter a{color:#000000;}


/* ShowPost.asp 单元格*/
.ForumPostUserArea {
	border-right: #e1e1e1 1px solid;
	width: 180px;
	text-align: center
}
.ForumPostButtons {
	text-align:right;
	padding-bottom: 4px;
	border-bottom: #e1e1e1 1px solid;
}
.ForumPostBodyArea {
	padding-top: 10px; 
	padding-bottom: 10px; 
	padding-left: 10px; 
	padding-right: 10px;
}
.ForumPostTitle {
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 12px;
}
.ForumPostContentText {
	width:100%;
	overflow:auto;
}
.PostContentTextTags {
	cursor: pointer; 
	border-bottom: 1px solid #FF0000;
	line-height:1.5;
}
.ForumPostSignature {
	border-top: #ddd 1px solid;
	margin: 1em;
	padding-top: 1em;
	font-size: 90%;
	max-height:80px;
	overflow:hidden;
}


/* Help Icon */
.helpicon {
	line-height: normal;
	background-position: left top;
	background-repeat: no-repeat;
}
.helpicon img {
	height: 20px;
	width: 16px;
	padding:0px 5px 0px 0px;
	vertical-align: middle;
	margin:0px;
}
a.helpicon{
	background-image: url(../../images/help_out.gif);
}
a.helpicon:hover, a.helpicon:active {
	background-image:url(../../images/help_hover.gif);
	cursor:help;
}

/*多页 换页样式*/
.PageInation {
	margin: 1px 0px;
	clear: both;
}
.PageInation a {
	float: left;
	padding: 4px 5px 3px 5px;
	text-decoration: none;
	cursor:default;
}
.MultiPages {
	background-color: #F5FBFF;
	border: 1px solid #698CC3;
	margin-right:2px;
	font-weight: bold;
}
.PageNum {
	background-color: #FFFFFF;
	border: 1px solid #A3C7E2;
	margin-right:2px;
}
a.PageNum:hover {
	background-color: #C7D6E9;
	border: 1px solid #698CC3;
	text-decoration: none;
	cursor:pointer;
}
.CurrentPage {
	margin-right:2px;
	border: 1px solid #698CC3;
	background-color: #C7D6E9;
	font-weight: bold;
	vertical-align: middle;
}
.PageInput {
	margin-bottom:0px;
	border: 1px solid #698CC3;
	padding: 2px 0px 0px 1px;
	width: 40px;
	height: 18px !important;
	height: 16px;
	margin: 0px;
	background: #FFFFFF;
}


/*比例条码*/
.percent {
	border: 1px solid #9EB6D8;
	width:99%;
}
.percent div {
	background: #698CC3;
	height: 10px;
}