.forumListe, .forumQuestion {
	border				: 1px solid #bebebe;
	background-color	: #f1f1f1;
	margin				: 5px;
}	

.forumHead {
	background-image	: url('img/forum/cellpic.gif');
	font-family			: Arial, Helvetica, sans-serif;
	vertical-align		: top;
	padding				: 2px;
	font-weight			: bold;
	height				: 20px;
	vertical-align		: middle;
	padding-left		: 5px;	
}

.forum_link:link,
.forum_link:active {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #551C1C;
	text-decoration	: none;
}

.forum_link:visited {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	color			: #551C1C;
	text-decoration : none;
}

.forum_link:hover {
	font-family		: Arial, Helvetica, sans-serif;
	font-size		: 10px;
	font-weight		: bold;
	text-decoration	: underline;
	color			: #BF6060;
}


/* 
 * Write Form 
 */
 
#forumWriteThread {
	border				: 1px solid #bebebe;
	background-color	: #f1f1f1;
	margin				: 5px;
	width				: 600px;
	height				: 300px;
}
 
#forumWriteThread input, #forumWriteThread textarea {
	font-size			: 10px;
	font-family			: VERDANA,ARIAL,HELVETICA;
	border				: 1px solid #bebebe;
	background-color	: #FFFFFF;
 	margin				: 2px;
}

#forumWriteThread .textfield_small {
	width	: 95%;
}

#forumWriteThread .textfield_middle {
	width	: 95%;
}

#forumWriteThread .textfield_large {
	width	: 95%;
}

#forumWriteThread .textarea {
	width	: 95%;
	height	: 80%;
}

.forumAnswer {
	margin				: 5px;
	width				: 100%;
	height				: 100%;
}

.textarea_hide {
	visibility	: hidden;
	display		: none;
}

#forumWriteThread .checkbox {
	border				: 0px solid #bebebe;
	background-color	: #f1f1f1;
}

/* DATEIANHANG */
.file {
	border	: 1px solid #B4AEAE;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	filter:Alpha(opacity=80, finishopacity=80, style=2);
	opacity:0.8;
	-moz-opacity:0.8;
}

.file_header {
	color	: #000;
	background-color: #CECBCB;
	padding	: 4px;
	font-size	: 10px;
}

.file_cont {
	background-color: #F9F6F6;
	padding	: 4px;
}


.bb-quote {
	border: 1px solid rgb(200,200,200);
	background-color: #F9F6F6;
	padding	: 4px;	
	
	
}

.bb-quote_title {
	padding	: 4px;
	color	: #000;
	font-size	: 10px;
	background-color: #CECBCB;
	border-width: 1px 1px 0 1px;
	border-style: solid;
	border-color: rgb(200,200,200);
}