span.forumdate_teaser{
	color:#CCCCCC; 
	font-weight:100; 
	font-size: 10px; 
	font-family:arial;
	font-style: normal; 
	line-height: 9px;
}

span.forumusername_teaser{
	color:#F36F21; 
	font-weight:100; 
	font-size: 10px; 
	font-family:arial;
	font-style: italic; 
}

span.forumtopic_teaser{
	color:#ffffff; 
	font-weight:700; 
	font-size: 10px; 
	font-family:arial;
	font-style: normal; 
}

span.forumcontent_replies{
	color:#5E6A71; 
	font-weight:100; 
	font-size: 11px; 
	font-family:arial;
	font-style: normal;
}

span.forumcontent_views{
	color:#5E6A71; 
	font-weight:100; 
	font-size: 11px; 
	font-family:arial;
	font-style: normal;
}

span.forumcontent_date{
	color:#5E6A71; 
	font-weight:100; 
	font-size: 11px; 
	font-family:arial;
	font-style: normal;
}

span.forumcontent_username{
	color:#F36F21; 
	font-weight:100; 
	font-size: 11px; 
	font-family:arial;
	font-style: normal;
}

a.forumcontent_top{
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:100;  
	color:#B2B2B2;
}

a:link.forumcontent_top			{color:#B2B2B2;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}
a:active.forumcontent_top		{color:#B2B2B2;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}
a:visited.forumcontent_top		{color:#B2B2B2;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}
a:hover.forumcontent_top		{color:#F36F21;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}

a.forumcontent_topic{
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight:700;  
	color:#5E6A71;
}

a:link.forumcontent_topic		{color:#5E6A71;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}
a:active.forumcontent_topic		{color:#5E6A71;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}
a:visited.forumcontent_topic	{color:#5E6A71;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}
a:hover.forumcontent_topic		{color:#F36F21;	text-decoration:none;	cursor:pointer;	margin-bottom:0px;	padding-right:0px; padding-left: 0px;}

#spinnerUsername,#spinnerName,#spinnerEmail,#spinnerPass1,#spinnerOldPass{
	display:none;
}

.active_page{
    background-color:#ccc;
}

hr{
  color:#cccccc;
}

td {
	color:#333333;
}

#wrapper{
	width:420px;
	margin:15px auto 0 auto;
	background-color:green;
}

#newsdropper_trash{
	position:absolute;
	width:50px;
	height:50px;
	background:url(../images/recycle_bin2.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#newsdropper_mail{

	position:absolute;
	left:50px;
	width:50px;
	height:50px;
	background:url(../images/email.png);
	background-repeat:no-repeat;
	background-position:top center;
}

#top_banner{
	width:420px;
	height:190px;
	background:url(../images/top_banner.png);
}

#forum_content{
	width:100%;
	float:right;
	background-color:yellow;
}

#newsdropper a:hover,#showTopicList a:hover,#showTopic a:hover{
    text-decoration:none;
    color: #fd9a01;
    outline:none;
}

#forum_login{ /*login box */
    width:200px;
    margin: 0 auto 0 auto;
    height:200px;
	background-color:red;
}

#passwordRecovery{ /*login box */
    width:200px;
    margin: 0 auto 0 auto;
    height:75px;
}

#showTopic{
    table-collapse:collapse;
    border-right:0px solid #ccc;
	border-left:0px solid #ccc;
    float:right;
    width:470px;
}

#showTopiclist{
    table-collapse:collapse;
    border-right:0px solid #ccc;
	border-left:0px solid #ccc;
    width:100%;
}

#newsdropper{
	margin:0;
	padding:0;
	width:100%;
	height:280px;
	border:none;
	overflow-y:hidden;
	overflow-x:hidden;
	z-index:25;
}

#showTopic td,#showTopiclist td{
    vertical-align:top;
    padding:8px;
}

.forum_top {
    font-weight:bold;
    vertical-align:bottom;
}

ul.newsdropper{
	position:relative;
	top:35px;
	left:10px;
	list-style-type:none;
	text-align:left;
	padding:0;
	margin:0;
	width:155px;
	z-index:25;
}

FIELDSET {
    position:relative;
    top:0;
    padding:0;
    margin:0;
    width:175px;
    height:400px;
    border:1px solid #ccc;
    border-left:none;
    float:right;
 }
  
LEGEND {
    color: #ccc;
    font-size: 110%;
 }

.c2{ /* farven på ulige numre */
    background-color:#ffffff;
}

.c1{ /* farven på lige */
    background-color:#f8f8f8;
}

.pad{
    padding-bottom:25px;
}

input{
  padding:5px;
}

