/* Hovedklasser */
table#forum {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666;
}
table#forum th.kolonnebeskrivelse {
	color: #fff;
	background: #000;
	padding: 5px 10px 5px 5px;
	font-size: 120%;
}
table#forum th{
	font-weight: bold;
	background-color: #666;
	color: #fff;
	padding: 5px 10px 5px 5px;

}
table#forum td{
	padding: 5px 10px 10px 10px;
	width: 100%;
}
table#forum .ant_innlegg {
	text-align: center;
}


table#forum .tittel a{
	font-weight: bold;
}
table#forum .beskrivelse {
	font-size: 90%;
}
table#forum.kategori {
	color: #009966;
}

.forum_underrad {}

/* Forum fargerad */
.forum_rad1 {background-color: #f8f8f8;}
.forum_rad2 {}

/* Sitatliste */
table#sitatliste {
	vertical-align: top;
	width: 100%;
	font-size: 90%;
	border: 1px solid #ccc;
	padding: 10px;
	border-collapse: collapse;
}
table#sitatliste th, 
table#sitatliste td{
	padding: 2px;
}
table#sitatliste th{
	text-align: left;
	background-color: #000;
	color: #fff;
}
table#sitatliste td{
	vertical-align: top;
	
}
