/* -------------------------------------------------- */
/* - Hallabalounge									- */
/* -------------------------------------------------- */

.forumInput {
	border-style:solid;
	border-width:1px;
	border-color:#5A941F;
	font-size: 11px;
	font-family: trebuchet ms,verdana, arial, helvetica, sans-serif; 
	color: #5A941F;
}

.forumButton {
	border-color:#5A941F;
	color: #5A941F;
	padding:1px;
	padding-left:5px;
	padding-right:5px;
}

.subNav {
	width:604px;
	height:16px;
	background-color:#E0F5CC;
	margin-left:11px;
	margin-right:11px;
	margin-top:12px;
	padding-top:2px;
}

.forumSparNav {
	margin-left:12px; 
	margin-top:6px;
}

.forumHeader {
	width:610px; 
	height:100px; 
	margin-left:11px; 
	margin-top:6px;
	background-image: url(/images/forum_top.gif);
	overflow: hidden;
}

.forumList {
	background-color: #E0F5CC; 
	width:604px; 
	margin-left:12px; 
	margin-top:0px;
}

table.forum {
	border-collapse: collapse;
}

table.forum td {
	padding-top:6px;
	padding-bottom:6px;
}

table.forum tr.dotted {
	background-image: url(../images/dotted_line_green_386.gif);
	background-position: top;
	background-repeat: repeat-x;
}

table.inlagg tr {
	padding-top:4px;
}

table.inlagg {
	margin-left:10px;
	margin-top:10px;
	margin-bottom:20px;
}

#forumSok {
	background-color:#E5F0FB;
	margin-left: 0px;
	margin-top: 12px;
	width: 242px;
 	overflow: hidden;
}

#forumSok table {
	margin-left:2px;
	margin-top:7px;
	margin-bottom:7px;
}

#forumSok input.sok {
	margin-left:7px;
	margin-top:7px;
	background-color:#ffffff;
	border-width:0px; 
	height:10px; 
	width:110px;
	font-size: 10px;
	font-family: verdana, arial, helvetica, sans-serif; 
	color: #5A941F;
}


/* -------------------------------------------------- */
/* - Text											- */
/* -------------------------------------------------- */

a.green_small:hover {
	text-decoration:underline;
}

.forumSokResultat {
	color:#447512;
	font-size:22px;
	font-family: georgia,trebuchet ms,verdana, arial, helvetica, sans-serif;
	margin-left:10px;
	margin-top:20px;
}

a.blue_default {
	text-decoration:none;
}


