.clearBoth
{
	clear: both;
}

.clearLeft
{
	clear: left;
}

.clearRight
{
	clear: right;
}

.displayNone
{
	display: none;
}

.displayBlock
{
	display: block;
}

.displayNoneImportant
{
	display: none !important;
}

.displayBlockImportant
{
	display: block !important;
}

.displayInline
{
    display: inline;    
}

.floatLeft
{
	float: left;
}

.floatRight
{
	float:right;
}

.noMargin
{
	margin:0;
}
.noPadding
{
	padding:0;
}

.fontWeightNormal { font-weight:normal; }
.fontWeightBold { font-weight:bold; }


.r { float:right; }    
.l { float:left; }    
.c { clear:both; height:0; }

.b { font-weight:bold; }
.i { font-style:italic; }
.u { text-decoration:underline; }    


/*
	clearfix
*/
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}

a.latestpost {
text-decoration:none;
line-height:16px;
}

a.latestpost:hover {
color:#d6ea8e;
text-decoration:underline;
}


#menubar {
	margin: 0px;
	background: url("http://www.paranormal.no/forum/phpbb3/styles/xandgrey/theme/images/menu.gif") repeat-x;
	height: 27px;
	padding: 7px 10px 0 10px;
	font-weight: bold;
	
}

.genmed {
	margin: 1px 1px;
	font-size: 1.1em;
}

a.menu:link, a.menu:active, a.menu:visited {
	color: #444444;
	text-decoration: none;
	font-weight:bold;
}

a.menu:hover {
	color: #B90000;
	text-decoration: underline;
	font-weight:bold;
}

