#spinnerUsername,#spinnerName,#spinnerEmail,#spinnerPass1,#spinnerOldPass{
	display:none;
}

.active_page{
    background-color:#ccc;
}

hr{
  color:#cccccc;
}

td {
	color:#333333;
}

#wrapper{
	width:950px;
	margin:25px auto 0 auto;
}

#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:950px;
	height:190px;
	background:url(../images/top_banner.png);
}

#forum_content{
	width:100%;
	float:right;
}

#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;
}

#passwordRecovery{ /*login box */
    width:200px;
    margin: 0 auto 0 auto;
    height:75px;
}

#showTopiclist,#showTopic{
    table-collapse:collapse;
    border:1px solid #ccc;
    float:right;
    width:727px;
}

#newsdropper{
	margin:0;
	padding:0;
	width:100%;
	height:380px;
	border:none;
	overflow-y:hidden;
	overflow-x:hidden;
	z-index:25;
}

#showTopic td,#showTopiclist td{
    vertical-align:top;
    padding:12px;
}

.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:#eee;
}

.c1{ /* farven på lige */
    background-color:#dfdede;
}

.pad{
    padding-bottom:25px;
}

input{
  padding:5px;
}

