@charset "utf-8";
/* CSS Document */

.topicTbl {
	width: 766px;
	margin-left: 25px;
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.topicTbl th {
	background: #666666;
	padding: 4px;
	color: #fff;
}
.topicTbl .rwBck {
	background: #E1EAFE;
}
.topicTbl td {
	padding: 6px;
	border-right: 1px solid #789BDC;
	border-bottom: 1px solid #789BDC;
	border-left: 1px solid #789BDC;
	border-top: 1px none #789BDC;
}
.topicTbl a {
	text-decoration: none;
	color: #004778;
}
.topicTbl a:hover {
	color: #FF3300;
	border-bottom: 1px solid #004778;
}
.topicTbl .sb {
	padding: 0px!important;
}
.topicTbl .sb a{
	display: block;
	text-decoration: none;
	padding: 6px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #004774;
}
.topicTbl .sb a:hover{
	background: #6E91D5;
	text-decoration: none!important;
	border: none!important;
	color: #fff;
}
.postTbl {
	width: 766px;
	margin-left: 25px;
	font: 12px Tahoma, Geneva, Arial, Helvetica, sans-serif;
}
.postTbl td {
	padding: 5px;
	border-right: 1px solid #789BDC;
	border-bottom: 1px solid #789BDC;
	border-left: 1px solid #789BDC;
	border-top: 1px none #789BDC;
}

.postTbl th {
	background: #EF5A28;
	padding: 5px;
	color: #fff;
}
.postTbl .no {
	background: #004786;
	width: 50px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
}
.postTbl .ar {
	background: #E1EAFE;
	width: 140px;
}



.frumNm a {
	height: 170px;
	width: 185px;
	display: block;
	float: left;
	margin: 0px 5px 20px 50px;
	text-align: center;
	text-decoration: none;
	background-image: url(/img/forumBt.gif);
	background-position: right center;
	font: bold 24px Tahoma, Geneva, Arial, Helvetica, sans-serif;
	color: #004775;
	padding: 30px 15px 15px;
}
.frumNm a em {
	display: block;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	color: #333333;
	margin-top: 20px;
	margin-right: 10px;
	margin-left: 10px;
}
.frumNm a:hover {
	background-position: left center;
}
.gnBt {
	background-image: url(/img/forum/genericBtRt.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
	display: block;
	height: 40px;
	float: right!important;
	text-decoration: none;
	color: #fff!important;
	font: 14px Tahoma, Geneva, Arial, Helvetica, sans-serif!important;
	width: auto!important;
}
.gnBt em{
	font-style: normal!important;
	font-weight: normal;
	display: block;
	background: url(/img/forum/genericBtLt.gif) no-repeat left top;
	padding-top: 9px;
	padding-right: 12px;
	padding-left: 12px;
	height: 31px;
	color: #fff!important;
}
.gnBt:hover {
	background-position: right top;
	color: #003366;
}
.gnBt:hover em{
	background-position: left bottom;
}
