/**/
.isuser a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
}
.isuser a:hover {
	color: #fff;
	text-decoration: underline;
}
.cc_userinfo {
	text-align: left;
}
.cc_userinfo a {
	text-decoration: none;
}
.cc_userinfo a:hover {
	text-decoration: underline;
}
.cc_notice {
	position: relative;
}
.cc_notice a {
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background: none;
	text-decoration: none;	  	
}
.cc_notice ul {
	list-style: none;
	margin: 0;
	padding: 0;
	position: absolute;
	border: 2px solid #7192A8;
	background: none repeat scroll 0 0 #fff;
	z-index: 9999999999999999;
	padding: 3px 5px;
	display: none;
}
.notice_list {
	left: 0;
	top: 15px;
	width: 200px;
}
.notice_list a,
.nonotice_list a {
	color: #000;
	text-decoration: none;
	font-weight: normal;
}
.notice_list a:hover,
.nonotice_list a:hover {
	text-decoration: underline;
	color: #000;
}
.nonotice_list {
	top: 17px;
	width: 130px;
	left: 0;
}
.cc_notice .notice_list:hover,
.cc_notice .nonotice_list:hover {
	background-color: rgb(255,204,102);
}
.notice_link {
	cursor: pointer;
}
.notice_link:hover {
	color: #ffffff;
}

h2.forumtitle {
	margin-bottom: 6px !important;
}

