/* Username highlights */
.message .messageheader {
background-image: -moz-linear-gradient(center top, rgb(234,235,235), rgb(217, 218, 218)) !important;
background-image: -webkit-gradient(linear, center top, rgb(234, 235, 235), rgb(217, 218, 218)) !important;
background-image: -o-linear-gradient(center top, rgb(234, 235, 235), rgb(217, 218, 218)) !important;
background-image: -ms-linear-gradient(center top, rgb(234, 235, 235), rgb(217, 218, 218)) !important;
background-image: linear-gradient(center top, rgb(234, 235, 235)m rgb(217, 218, 218)) !important;
border-bottom: 1px solid rgb(207, 208, 208);
}
/* Hightlight gebruikersnaam bij normale users */
div.messageheader div.poster a:hover {
color: #666;
text-decoration: none !important;
}
/* Hightlight gebruikersnaam bij crew */
div.messageheader div.poster a[class*="crew"]:hover {
color: #d9004c;
}
/** Kleurtjes voor speciale users */
a.abonnee { color: #024368 !important; }
div.topicstarter div.messageheader {
background-image: -moz-linear-gradient(center top, rgb(229,101,24), rgb(209, 81, 4)) !important;
background-image: -ms-linear-gradient(center top, rgb(229,101,24), rgb(209, 81, 4)) !important;
background-image: -o-linear-gradient(center top, rgb(229,101,24), rgb(209, 81, 4)) !important;
background-image: -webkit-linear-gradient(center top, rgb(229,101,24), rgb(209, 81, 4)) !important;
background-image: linear-gradient(center top, rgb(229,101,24), rgb(209, 81, 4)) !important;
}
div.topicstarter div.messageheader div.poster a {
color: #024368 !important;
}