.post_title, .post_date {
	border-bottom: 1px solid #DDDDDD;
}

.post_title {
	font-weight: bold;
	font-size: 12px;
	color: #000000;
        background-color: #FDFDFD;
}

.post_date {
	text-align: center;
	font-weight: bold;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        background-color: #FDFDFD;
}

.post_short {
	text-align: justify;
	padding-bottom: 1px;
        border-right: 1px solid #DDDDDD;
        border-left: 1px solid #DDDDDD;
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        background-color: #FDFDFD;}

.comment_title {
	font-weight: bold;
}

.comment_text {
	text-align: left;
        background-color: #FDFDFD;
	border-bottom: 1px solid #555555;
	border-right: 1px solid #555555;
	padding-bottom: 15px;
}

.group_head {
	font-weight: bold;
	background-color: #EEEEEE;
	border-bottom: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	padding-bottom: 5px;
}


.comment_title, .comment_text {
	border-left: 1px solid #555555;
}

.comment_head {
	background-color: #EEEEEE;
	text-align: left;
        border-top: 1px solid #555555;
	border-right: 1px solid #555555;
        border-left: 1px solid #555555;
        border-bottom: 1px solid #555555;
}

.comment_info {
	text-align: left;
	border-right: 1px solid #555555;
        border-left: 1px solid #555555;
        border-bottom: 1px solid #555555;
        background-color: #F0F0F0;
}

.comment_title {
        border-top: 1px solid #555555;
        border-bottom: 1px solid #555555;
        border-right: 1px solid #555555;
        border-left: 1px solid #555555;
  &nbsp;     background-color: #EEEEEE;
}

.selected_group_title { 
	font-size: 14px;
	text-align: center;
}
/*** BBcode stuff be carefull here !***/
/* Wrap quotes (in a big blue box.) */ 
div.bbcode_quote { 
  border: 1px solid blue; 
  margin: 0.5em 0.75em; 
} 
div.bbcode_quote_head { 
  background-color: blue; 
  color: white; 
  font-weight: bold; 
  padding: 0.25em 0.5em; 
} 
div.bbcode_quote_head a:link { 
  color: yellow; 
} 
div.bbcode_quote_head a:visited { 
  color: yellow;
} 
div.bbcode_quote_head a:hover { 
  color: white; 
  text-decoration: underline; 
} 
div.bbcode_quote_head a:active { 
  color: white; 
  text-decoration: underline; 
} 
div.bbcode_quote_body { 
  background-color: skyblue; 
  color: black; 
  padding: 0.5em 1em; 
} 

/* Wrap code in a big blue box. */ 
div.bbcode_code { border: 1px solid blue; margin: 0.5em 0; } 
div.bbcode_code_head { background-color: blue; color: white; font-weight: bold; padding: 0.25em 0.5em; } 
div.bbcode_code_body { background-color: skyblue; color: black; font: 10pt monospace; padding: 0.5em 1em; }

/* Make spoilers invisible, so that you need to select them with the mouse. */ 
span.spoiler { background-color: black; color: black; } 

/* Add a dashed underline to acronyms. */ 
span.acronym { border-bottom:1px dashed green; } 
span.acronym:hover { color: green; border-bottom:1px dashed lightgreen; } 

/*** Don't remove the class nixhier, this is required for ASP ***/
.nixhier {
	display:none;
}