/* -------------------------------------------------------------------
// STYLES FOR MAIN MESSAGE BOARD PAGE
-------------------------------------------------------------------- */

.thread , .thread_sticky{
	clear: left;
	float: left;
	width:100%;
	margin-top: .75em;
	padding: .75em 0 .5em .5em;
	border-top: 1px solid #aaaaaa;
	line-height: 155%;
	background-color: #eaeaea;
	font-size: 125%;
	}
	
.thread_sticky {
	background-color: #eaeaea;
	}
	
.message_topic_list_left {
	clear: left;
	float: left;
	width: 70%;
	}
	
.message_topic_list_left>h3  {
	margin: 0pt;
	padding: 0pt;
	color: #000000;
	font-size: 150%;
	}
	
.message_topic_list_left>h4 {
	margin: 0pt;
	padding: 0pt;
	font-weight: bold;
	font-size: 100%;
	color: rgb(153, 0, 0);
	}

/*---  This is to confirm successful tasks ---- */ 
.edit_thank {
	clear: left;
	margin: 0.5em 0 0.5em 0;
	padding: 0.5em;
	font-weight: bold;
	background-color: #ffff99;
	font-size: 125%;
	}
	
/* -------------------------------------------------------------------
// THIS IS FOR INDIVIDUAL MESSAGE THREADS
-------------------------------------------------------------------- */
.single_message_post {
	clear: left;
	float: left;
	width:100%;
	margin-top: .5em;
	padding: .25em 0 .25em .5em;
	border-top: 1px solid #aaaaaa;
	line-height: 155%;
	font-size: 125%;
	}
