a, a:link, a:visited, a:hover, a:active{
	text-decoration: underline;
}
a, a:link{
	color: #4169e1;
}
a:visited{
	color: #000080;
}
a:hover, a:active{
	color: #4169e1;
}

img{
	border: 0;
}

#forum_mmoo-error_message,
#forum_mmoo-success_message{
	margin: 1em 0em;
	padding: 0.5em;
}

#forum_mmoo-error_message{
	border-color: #dc143c;
	border-style: dotted;
	border-width: 4px;
	background-color: #ee82ee;
}

#forum_mmoo-success_message{
	border-color: #008b8b;
	border-style: dotted;
	border-width: 4px;
	background-color: #b0e0e6;
}

#forum_mmoo-dummy_message{
	display: none;
}

.forum_mmoo-comment{
	margin-left: 1em;
	font-size:80%;
	font-weight:bold;
}

.forum_mmoo-alert{
	margin-left: 1em;
	font-size:80%;
	font-weight:bold;
	color: #ff0000;
}

.forum_mmoo-stand_out{
	color: #6B8E23;
	font-weight: bold;
}

.forum_mmoo-right{
	float: right;
}

.forum_mmoo-paginate_links{
	clear: both;
	text-align: center;
	margin: 1em;
}

.forum_mmoo-paginate .page-numbers{
	padding-right: 0.4em;
}

.forum_mmoo-paginate .current{
	font-weight: bold;
}
