/* Quotes */

div.kmsgtext-quote {
	background-color: #f2f2f2;
	border: 1px solid #ddd !important;
}


/* Online status */

span.online-no {
	background-color: #f2f2f2 !important;
	background-image: none !important;
	border: 1px solid red !important;
}

span.online-no span{
	color: red !important;
}

span.online-yes {
	background-color: green !important;
	background-image: none !important;
	border: 1px solid green !important;
}

span.online-yes span{
	color: #f2f2f2 !important;
}


/* Forum Profile Box */

ul.kpost-profile li{
	margin-left: 0 !important;
}

ul.kpost-profile li.kpost-smallicons {
	width: 100% !important;
}

td.kprofile-left {
	min-width: 150px !important;
}


/* links in forum messages */

div.kmsgtext a:link {
	color: darkblue;
}

div.kmsgtext a:visited {
	color: darkred;
}

div.kmsgtext a:hover {
	text-decoration: underline !important;
}
