
/*
   Topics list
*/

table.topics {
	width: 100%;
}

table.topics tr {
	font-size: 80%;
	border-bottom: 1px dotted #eee;
}

table.topics tr:hover {
	background-color: #fcfcfc;
}




/*
   Original post + replies details
*/

.forum_post_details {
	margin: 0px;
	padding: 4px;
}

.forum_post_details:hover {
	background-color: #E3F2FF !important;
}

.forum_post_details_replies {
	border-top:1px solid #bfbfbf;
}

.forum_post_details div.header {
	font-size: 100%;
}

.forum_post_details div.content {
	padding: 4px;
	margin-top: 8px;
}.

div.forum_buttons {
        border: 1px solid red;
	padding: 8px 0px 8px;
}


div.forum_form {
	background-color: #f8f8f8;
	-moz-border-radius: 1em;
	padding: 1.5em;
	padding-bottom: 1em;
	padding-right:2.5em;
	width: 30em;
}

div.forum_form textarea {
	width:100%;
	height:5em;
	display:block;
}

div.forum_form h3 {
	display:inline;
}

span.forum_button_reply, span.forum_button_reply_cancel {
	cursor: hand;
	cursor: pointer;
}


div.announcements {
	padding: 0px;
}

div.announcements h3 {
	margin: 0px;
}

