@charset "utf-8";
/* CSS Forum */

div#forum {
}
div#forum div.thread{
	border-bottom-width:1px;
	border-bottom-style:dashed;
	padding:5px 0px 5px 0px;
}
div#forum div.thread h3{
	font-size:14px;
	font-weight:normal;
	line-height:18px;
	margin-bottom:5px;
}
div#forum div.thread div.thread-topic , div#forum div.message-info{
	font-size:11px;
	text-align:right;
}
div#forum div.thread div.thread-topic span{
	margin-right:5px;
}
form#new-thread-form , form#new-message-form{
	margin:0px;
	padding:0px;
}
form#new-thread-form table, form#new-message-form table{
	border:none !important
}
form#new-thread-form td , form#new-message-form td{
	padding:2px;
	border:none !important
}
form#new-thread-form td.first-column , form#new-message-form td.first-column{
	text-align:right;
}
form#new-thread-form label , form#new-message-form label{
	font-weight:bold;
}
form#new-thread-form textarea , form#new-message-form textarea{
	width:400px;
	height:100px;
}
div#forum div.message{
	border-bottom-width:1px;
	border-bottom-style:dashed;
	padding:5px 0px 5px 0px;
}
div#forum input.logged{
	border:none;
}
div#forum div#thread-topic{
	font-size:14px;
	margin:5px 0px 5px 0px;
}
div#forum input.user-logged{
	border:none;
}
div#forum div.message-admin{
	font-weight:bold;
}
div#forum a.new-post{
	display:block;
	background-image:url(../images/style/button-arrow.gif);
	height:20px;
	width:100px;
	padding:0px 0px 0px 20px;
	background-repeat:no-repeat;
	font-weight:bold;
	font-size:12px;
	text-align:right;
}

div#forum a.margin-top{
	margin-top:10px;
}
div#forum a.margin-bottom{
	margin-bottom:10px;
}
