body, html {
	height: 100%;
	line-height: 1.1;
}

div.icon {
	background-image : url(../img/icon_normal_2.gif);
	float : left; 
	display : block; 
	width : 45px; 
	height : 25px; 
	background-repeat: no-repeat;
	background-position: center; 
} 
div.icon.iclosed {
	background-image : url(../img/icon_closed_2.gif); 
} 
div.icon.iredirect{
	background-image : url(../img/icon_redirect.gif); 
} 
div.icon.inew  {
	background-image : url(../img/icon_new2.gif); 
} 
div.icon.isticky {
	background-image : url(../img/icon_sticky_2.gif); 
}

div.icon-small {
	background-image : url(../img/icon_normal.gif);
	float : left; 
	display : block; 
	width : 45px; 
	height : 25px; 
	background-repeat: no-repeat;
	background-position: center; 
} 
div.icon-small.iclosed {
	background-image : url(../img/icon_closed.gif); 
} 
div.icon-small.iredirect{
	background-image : url(../img/icon_redirect.gif); 
} 
div.icon-small.inew  {
	background-image : url(../img/icon_new.gif); 
} 
div.icon-small.isticky {
	background-image : url(../img/icon_sticky.gif); 
}

.table-super-condensed thead>tr>th, .table-super-condensed tbody>tr>th, .table-super-condensed tfoot>tr>th, .table-super-condensed thead>tr>td, .table-super-condensed tbody>tr>td, .table-super-condensed tfoot>tr>td {
	padding: 1px;
	vertical-align: middle;

}

.headline-forum h2, .headline-forum h3, .headline-forum h4 {
	color: #585f69;
	margin: 0 0 -2px 0;
	padding-bottom: 0px;
	display: inline-block;
	border-bottom: 2px solid #CC0000;
}

.headline-forum {
	display: block;
	margin: 5px 0 7px 0;
	border-bottom: 1px dotted #e4e9f0;
}

.forum-box {
	margin-left: -15px;
	margin-right: -15px;
	border: solid 1px #eee;
	border-top: solid 2px #CC0000;
	padding-left: 15px;
}

div.postmsg blockquote em {
	text-decoration: underline;
	margin-bottom: 10px;
	margin-left: -10px;
}

div.postmsg blockquote {
	border: 1px dashed #222; 
	border-left:4px solid #CC0000; 
	margin:20px;
	background-color:#fefefe;
}

.color-fullgreen {
    color: #00CC00;
}

.postmsg {
	padding-top: 15px;
}

.user_info {
	margin-bottom: 5px;
}