/*==============================================
Inställning för forum
================================================*/

tr.head th,tr.head td {
	background:#DBF3FD;
	font-weight:bold;
	text-align: center;
	border-bottom: 1px solid #000000;
	border-top: 1px solid #000000;
	padding: 6px;
}


tr.odd th,tr.odd td {
	background:#F7F4EE;
	border-bottom: 1px solid #DBF3FD;
	border-top: 1px solid #DBF3FD;
	padding: 6px;
}
tr.reg th,tr.reg td {
	background:#E9F4FE;
	border-bottom: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	padding: 6px;
}

tr.reg:hover td,tr.reg:hover th, tr.odd:hover td,tr.odd:hover th {
	background:#ffffee;
	border-bottom: 1px solid #EAEAFF;
	border-top: 1px solid #EAEAFF;
}

tr.headline th,tr.headline td {
	font-family:Georgia,Times,serif;
	font-size:16px;
	text-align:left;
	margin:0;
	padding:6px;
	font-weight:bold;
}

td.columleft {
	width:110px;
	font-size:09px;
	background:#E9F4FE;
	border-right: 3px solid #DBF3FD;
	padding: 4px;
	vertical-align: top;
}

td.columright {
	width:440px;
	background:#F9FFFF;
	padding: 6px;
	vertical-align: top;
	border-right: 1px solid #DBF3FD;
}

td.columright img {
	display: inline;  
}

tr.line th,tr.line td {
	background:#F7F4EE;
	height:5px;
}