#forum {
	margin: 0;
}
#forum img{
	margin: 0;
}

#forum a {
	font-size: 12px;
}



#forum h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #757575;
	font-weight: bold;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	clear: left;
}

#forum .item {
	border: 0;
	border-left: 4px;
	border-top: 1px;
	border-style: solid;
	padding-top: 9px;
	padding-left: 7px;
	padding-bottom: 10px;
	margin:0;
	width: 550px;
	float: left;
	
}

	#forum .item p {
	
		width: 450px;
		overflow: auto;
	
	}

#forum .devider {
	padding-bottom: 5px;
	background-image: url(/pic/divider_fade.png);
	background-repeat: no-repeat;
	height: 10px;
	width: 550px;
	float: left;
}

#forum .type_1 {
	border-color: #9a9a9a;
	background-image: url(/pic/forum_thread_bg_1.png);
	background-color: #fdfdfd;
	background-repeat: repeat-x;
}

#forum .type_2 {
	border-color: #fc9202;
	background-image: url(/pic/forum_thread_bg_2.png);
	background-color: #fffcfb;
	background-repeat: repeat-x;
}

#forum .author {
	border-color: #9a9a9a;
	background-image: url(/pic/forum_thread_bg_1.png);
	background-color: #fdfdfd;
	background-repeat: repeat-x;
}

#forum .type_2 {
	border-color: #fc9202;
	background-image: url(/pic/forum_thread_bg_2.png);
	background-color: #fffcfb;
	background-repeat: repeat-x;
}

#forum .left {
	width: 340px;
	float: left;
}

/*test för avatarilder*/
#forum .avatarpicture{
	float: left;
	margin-right: 5px;
}

#forum .left p {
	margin-top: 3px;
	margin-bottom: 0px;
}

#forum .right {
	float: right;
	padding-right: 7px;
	text-align: right;
}

#forum input#new_text  {
	width: 250px;
	height: 150px;
	
}
#forum input#new_title  {
	width: 250px;
}
#forum input#new_add_thread  {
	margin-top: .4em;
	margin-bottom: .2em;
}


a.thread_toolbox  {
	float: right;
}

#thread_toolbox_linkholder {
	
	float: left;
	height: 76px;
	overflow: hidden;
	border: 1px solid red;
}

#arrow_down {
	margin-left: 115px;
	height: 12px;
	width: 21px;
	background-image: url(/pic/arrow_down.png);
}

#arrow_down:hover {
	background-image: url(/pic/arrow_down_hover.png);
}

#arrow_up {
	visibility: hidden;
	margin-left: 115px;
	height: 12px;
	width: 21px;
	background-image: url(/pic/arrow_up.png) no-repeat;
}


#arrow_up:hover {
	background-image: url(/pic/arrow_up_hover.png);
}

.thread_toolbox .linkholder li {
	width: 265px;
	float: left;
}

.thread_toolbox h1 {
	
	margin: 0;
	height: 15px;
	width: 200px;
	float: left;
}

.thread_toolbox div#rss {
	
	margin: 0;
	width: 15px;
	height: 15px;
	float: right;
}

	.thread_toolbox div#rss img {
		
		border-width: 0px;
		width: 15px;
		height: 15px;
	}


.thread_toolbox .linkholder li a:visited  {
	color: #ffa957;
}

#forum .no_titles {
	border: 0;
	border-left: 4px;
	border-top: 1px;
	border-style: solid;
	padding-top: 9px;
	padding-left: 7px;
	padding-bottom: 25px;
	margin:0;
	width: 535px;
	border-color: #ffe300;
	background-image: url(/pic/forum_thread_bg_yellow.png);
	background-color: #fdfdfd;
	background-repeat: repeat-x;
}

#forum textarea.text {
	
	height: 150px;
	width: 250px;
}

#forum input.text {
	
	width: 250px;
}

#forum input, textarea  {
	font-family: Trebuchet MS, Arial, Verdana, Sans-serif;
	font-size: 12px;
	float: left;
	clear: both;
	border: 1px solid #a5acb2;
	margin: 0;
}

#forum label  {
	font-size: 14px;
	font-weight: bold;
	color: #444444;
	float: left;
	clear: left;
	margin-top: .4em;
	margin-bottom: .2em;
}

#loading_forum {
	font-size: 30px;
	float: left;
	color: #404040;
	text-align: center;
	margin-top: 50px;
	margin-left: 165px;
	padding: 1em;
	width: 200px;
	border: 1px solid #ff7d01;
	background-color: #fff;
}

#forum_reply h1,#forum_reply2 h1, #forum_new h1 {
	margin-top: 0px;
	float: left;
	width: 100px;
	clear: none;
}

#forum_reply a#help,#forum_reply2 a#help, #forum_new a#help {
	font-size: 10px;
	float: right;
	text-align: right;
}

#forum_reply #help_text,#forum_reply2 #help_text, #forum_new #help_text {
	display: none;
	margin-bottom: 5px;
}

#forum_reply textarea,#forum_reply2 textarea, #forum_new textarea {
	margin-bottom: 5px;
}


