.forum_navigation {
	font-weight: bold;
	margin-bottom: 5px;
}
.forum_home_table {
	border: 1px solid #0066FF;
	background-color: #FFFFFF;
	margin-bottom: 15px;
}
.forum_home_parent {
	background-color: #577EBE;
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	line-height: 24px;
}
.forum_home_parent_content {
	font-size: 14px;
	font-weight: bold;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #FFFFFF;
	line-height: 24px;
}
.forum_home_header {
	background-color: #BCC9DD;
	font-size: 12px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.forum_home_name {
	width: auto;
	text-align: left;
}
.forum_home_name_bg {
	font-weight: bold;
	color: #0F0F0F;
	background-image: url(../images/icon/forum_list.gif);
	background-position: 2px center;
	padding-left: 50px;
	background-repeat: no-repeat;
	height: 50px;
}
.forum_home_thread, .forum_home_post, .forum_thread_replies, .forum_thread_views {
	width: 60px;
	text-align: center;
}
.forum_home_status {
	width: 80px;
	text-align: center;
}
.forum_home_author {
	width: 120px;
	text-align: left;
}
.forum_avatar {
  
}
.forum_home_last {
	width: 220px;
	text-align: left;
}
.forum_home_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #577EBE;
}
.forum_home_content {
	background-color: #E4EAF2;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.forum_thread_bg {
	font-weight: bold;
	color: #0F0F0F;
	background-image: url(../images/icon/forum_thread.gif);
	background-position: 5px center;
	padding-left: 20px;
	background-repeat: no-repeat;
}
.forum_thread_title {
	width: auto;
	text-align: left;
}
.forum_thread_author {
	width: 80px;
	text-align: center;
}
.forum_thread_last {
	width: 200px;
	text-align: left;
}
.forum_thread_table, .forum_thread_page_table {
	border: 1px solid #0066FF;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
.forum_thread_header, .forum_thread_page_header {
	background-color: #BCC9DD;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 18px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}
.forum_thread_header {
  font-weight: bold;
}
.forum_thread_content {
	background-color: #E4EAF2;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	line-height: 16px;
}
.forum_thread_page_content {
	padding-left: 4px;
	padding-right: 4px;
}
.forum_thread_author {
	width: 110px;
	text-align: center;
}
.forum_thread_page_author {
  width: 200px;
  padding-left: 5px;
}
.forum_thread_page_date {
  float:right;
}

.forum_post_table {
	border: 1px solid #0066FF;
	background-color: #FFFFFF;
	margin-top: 2px;
	margin-bottom: 2px;
}
.forum_new_post_subject {
	background-color: #BCC9DD;
	padding: 5px;
}
.forum_new_post_subject input {
	width: 99%;
	font-size: 13px;
	padding: 1px;
	border: 1px solid #BFBFBF;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
}
.forum_new_post_message {
	background-color: #E4EAF2;
	padding: 5px;
}
.forum_new_post_label {
	width: 200px;
	text-align: right;
	font-weight: bold;
}
.forum_new_post_button {
	text-align: right;
	background-color: #BCC9DD;
	padding: 5px;
	height: 25px;
}
.forum_button {
  cursor:pointer;
  border:outset 1px #BCC9DD;
  background:#577EBE;
  color:#333333;
  font-weight:bold;
  padding-top: 3px;
  padding-bottom: 2px;
  background:url(../images/button_bg.gif) repeat-x left top;
  width: 120px;
  margin-top: 1px;
}
.smiley {
	vertical-align: middle;
	margin-left: 1px;
	margin-right: 1px;
}
.forum_no_content {
	text-align: center;
	padding: 5px;
	color: #ff0000;
}
