#forum {
	font: 11px Trebuchet MS, Sans-Serif;
	width: 100%;
}
#forum tr td {
	padding: 7px;
	vertical-align: top;
}
#forum tr.title {
	background: #074071;
	color: #0BB0E5;
	padding: 3px 7px;
}
#forum tr.rowA {
	background: #002148;
}
#forum tr.rowB {
	background: #001734;
}

/* CATEGORIES */
#forum.categories tr td.colA a {
	font-size: 13px;
}

#forum.categories tr td.colB, #forum.categories tr td.colC {
	text-align: right;
	width: 65px;
}

#forum.categories tr td.colD {
	width: 250px;
	padding-left: 10px;
}
#forum.categories tr td.colD i {
	font-size: 10px;
}

/* THREADS */
#forum.threads tr td.colA a {
	font-size: 13px;
}

#forum.threads tr td.colB {
	width: 200px;
}

#forum.threads tr td.colC {
	width: 170px;
}

#forum.threads tr td.colD {
	text-align: right;
	width: 65px;
}

/* POSTS */
#forum.posts {
	background: #002148;
	margin: 0 0 30px 0;
	
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#forum.posts tr {
	background: none;
}
#forum.posts tr td, #forum.replies tr td {
	font: 13px Trebuchet MS, Sans-Serif;
	padding: 7px;
}
#forum.posts tr.title td, #forum.replies tr.title td {
	font-size: 11px !important;
	padding: 3px 7px;
}

/* DELTAGARE */
#forum.people tr td.namn {
	width: 150px;
}
#forum.people tr td.enamn {
	width: 150px;
}
#forum.people tr td.bor {
	width: 150px;
}
#forum.people tr td.check {
	width: 50px;
}
#forum.people tr td.bet {
	width: 50px;
}

#forum.people tr.male td.nick, #forum.people tr.female td.nick {
	padding-left: 24px !important;
}
#forum.people tr.male {
	background-image: url(images/icon_male.png);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}
#forum.people tr.female {
	background-image: url(images/icon_female.png);
	background-position: 2px 6px;
	background-repeat: no-repeat;
}

span.red {
	color: #d00;
	font-style: italic;
}
span.green {
	color: #4a4;
	font-weight: bold;
}
