html, body {
    background-color: #4f5867;
}

body {
	padding: 25px 0;
}

#site-description {
	margin: 0 0 0 5px;
}

.search-header {
	margin-top: 25px;
}

.infotext {
	background-color: #c90909;
	color: #FFF;
	text-align: center;
	padding: 5px;
	margin-bottom: 10px;
    font-size: 1.2em;
}

.headerbar,
.forabg {
    background: #003366;
}

.navbar {
	background: #E0E0E0;
}

a,
a:hover,
ul.topiclist li,
.arrow-left:hover,
.arrow-right:hover {
	color: #003366;
}

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

.postlink {   
	color: #003366;
	border: 0;   
    background-color: #D0E4F6;
}

.postlink:visited,
.postlink:hover {  
    color: #003366;
    background: 0;
	text-decoration: underline;     
    background-color: #D0E4F6;
}

.post {
	padding: 10px;
}

.postprofile {
	float: left;
	width: 16.5%;
    padding: 10px 0;
    margin: 0;
    position: absolute;
	top: 0;
	bottom: 0;
	border-image: none;
    border-style: solid;
    border-width: 0 2px 0 0;
	font-size: 1.1em;
	color: #000000;
}

.postprofile dd,
.postprofile dt {
    line-height: 1.5em;
}

.has-profile .post-buttons {
	top: -5px;
	right: -3px;
}

.postbody {
	float: right;
	width: 82%;
	min-height: 145px;
}

.postbody h3.first {
	margin: 0;
	padding: 0;
	font-size: 1.3em;
	font-weight: bold;
}

p.author {
	color: #003366;
	font-size: 1.1em;
	margin: 0 0 15px 0;
	padding: 0 0 6px 0;
	border-color: #CCCCCC;
	border-image: none;
    border-style: solid;
    border-width: 0 0 1px 0;
}

.content {
	color: #000000;
}

.back2top {
	display: none;
}
          
.online {
    background-image: url("./images/icon_online.gif");
    background-position: 95% 12px;
}

.offline {
    background-image: url("./images/icon_offline.gif");
    background-position: 95% 13px;
    background-repeat: no-repeat;
}          
      
.signature a {
    text-decoration: none;
}      
                                         