#comments {
	margin-bottom: 20px;
}

#comments .comment_hidden_text {
	visibility: hidden;
	display: none;
}

#comments .comment_hidden_text div {
	float: right;
	text-align: right;
}

#comments .comment {
	position: relative;
	background-image: url(/gfx/comment_bg.gif);
	background-repeat: repeat-y;
}

#comments .comment .info {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 130px;
	z-index: 10;
}

#comments h1 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 1.5em;	
}

#comments h1 .floatright {
	float: right;
	text-align: right;
	font-size: 0.6em;
	font-weight: normal;
	margin-top: 5px;
}

#comments .hidden_thread_message {
	margin-top: 10px;
	border-top: 1px dashed #cccccc;
	padding-top: 10px;
	height: 600px;
	clear: both;
}

#comments .comment .info div {
	margin-left: 10px;
	margin-right: 10px;
	font-size: 0.8em;
}

#comments .comment .info div.status {
	font-weight: bold;
}

#comments .comment .message {
	position: relative;
	padding-left: 100px;
}

#comments .comment .message .author, #comments .comment .message .region, #comments .comment .message .respond {
	padding: 2px;
	font-size: 0.9em;
	background-color: #eeeeee;
}

#comments .comment .message .author {
	overflow: hidden;
	width: 100%;
	margin-bottom: 10px;
}

#comments .comment .message .body .attribution {
	font-size: 0.9em;
	margin-bottom: 10px;
}

#comments .comment .message .body {
	min-height: 60px;
	height: auto !important;
	height: 60px;
	padding-bottom: 10px;
}

#comments .comment h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 10px;
}

#comments .comment .message .respond {
	margin-bottom: 10px;
	background-image: url(/gfx/comment_edit.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-top: 5px;
	background-position: 4px 2px;
	height: 16px;
	overflow: hidden;
}

#comments .comment .message .author span {
	font-weight: bold;
}

#comments .comment .message .author .number {
	float: right;
	text-align: right;
}

#comments .split {
	margin-top: 10px;
	border-top: 1px dashed #cccccc;
	height: 10px;
	clear: both;
}

div.table table {
	margin-bottom: 20px;
}

.table .header {
	background-color: #eeeeee;
	color: #000000;
}

.table .odd {
	background-color: #f8f8ff;
	color: #000000;
}

.table .even {
	background-color: #ffffff;
	color: #000000;
}

.leftcol {
	padding-left: 3px;
	padding-right: 3px;
}

.middlecol {
	padding-left: 3px;
	padding-right: 3px;
}

.rightcol {
	padding-left: 3px;
	padding-right: 3px;
}

.commentslist {
	margin-bottom: 10px;	
}

.commentslist .section, .commentslist .numbers {
	clear: both;
	float: right;	
}

.commentslist .title {
	font-weight: bold;
}

.commentslist .numbers {
	font-size: 0.9em;
	color: #666;
}

.commentslist .info {
	font-size: 0.9em;
	color: #666;
}

.commentslist li {
	padding: 2px 1px 2px 1px;
	margin-bottom: 3px;	
}

.commentslist li.even {
	background-color: #eeeeee;
}

.oversigt {
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
}

