html body div#page_content div#thread_list table.table tr td.category {
   width: 70px;
}
html body div#page_content div#thread_list table.table tr td.author {
   width: 110px;
}
html body div#page_content div#thread_list table.table tr td.created {
   width: 105px;
}
html body div#page_content div#thread_list table.table tr td.replies {
   width: 41px;
   text-align: right;
}
html body div#page_content div#thread_list table.table tr td.views {
   width: 43px;
   text-align: right;
}
html body div#page_content div#thread_list table.table tr.table_header td {
   text-align: left;
}
html body div#page_content div#thread_list div.thread {
   margin-bottom: 20px;
   clear: both;
}
html body div#page_content div#thread_list div.thread div.thread_even {
   background: #eaf0ee;
   padding: 10px;
}
html body div#page_content div#thread_list div.thread div.thread_even img {
   border-color: #fff;
}
html body div#page_content div#thread_list div.thread div.thread_odd {
   padding: 0 10px;
}
html body div#page_content div#thread_list div.thread h2.thread_subject {
   margin: 0;
   border: 0;
}
html body div#page_content div#thread_list div.thread div.posted {
   float: left;
}
html body div#page_content div#thread_list div.thread div.comments {
   text-align: right;
   margin-bottom: 10px;
   border-bottom: 1px dotted #000;
}
html body div#page_content div#thread_list div.thread div.more {
   margin-top: 5px;
   text-align: right;
   clear: both;
}

html body div#page_content div#thread div.thread {
   margin-bottom: 10px;
}
html body div#page_content div#thread div.thread h2.thread_subject {
   margin: 0;
   border: 0;
   color: #305e89;
}
html body div#page_content div#thread div.thread div.header_image {
   float: left;
   margin: 0 5px 0 0;
   background: #fff;
}
html body div#page_content div#thread div.thread div.header_description {
   font-size: 11px;
}
html body div#page_content div#thread div.thread div.edit {
   float: right;
}
html body div#page_content div#thread div.thread div.posted {
   margin-bottom: 5px;
   border-bottom: 1px dotted #000;
}
html body div#page_content div#thread div.thread div.message {
   margin: 10px 0;
/*   clear: both; Fjerna 15.07.2011 pga feil i vising av melding når blog har intro i IE med kompitabilitetsmodus */
   float: left;
}
html body div#page_content div#thread div.thread div.intro {
   margin: 0 0 10px 50px;
   clear: both;
   float: left;
	font-size: 14px;
	font-style: italic;
}
html body div#page_content div#thread div.thread div.edited {
   font-size: 10px;
   text-align: right;
   clear: both;
}
html body div#page_content div#thread div.thread div.files {
   border-top: 1px dotted #000;
   padding-top: 2px;
   margin-top: 2px;
   clear: both;
}
html body div#page_content div#thread div.posts {
   margin-top: 20px;
   background: #eaf0ee;
   padding: 10px 10px 0 10px;
   clear: both;
}
html body div#page_content div#thread div.posts h2.thread_comments {
   margin: 0 0 10px 0;
}
html body div#page_content div#thread div.posts div.post {
   margin-bottom: 20px;
   clear: both;
}
html body div#page_content div#thread div.posts div.post h3.post_subject {
   margin: 0;
}
html body div#page_content div#thread div.posts div.post div.post_odd {
   background: #fff;
   padding: 10px;
}
html body div#page_content div#thread div.posts div.post div.post_even {
   padding: 0 10px;
}
html body div#page_content div#thread div.posts div.post div.post_even img {
   border-color: #fff;
}
html body div#page_content div#thread div.posts div.post div.post_delete {
   background: #fff;
   padding: 10px;
   border-bottom: 10px solid #eaf0ee;
}
html body div#page_content div#thread div.posts div.post div.edit {
   float: right;
   line-height: 22px;
}
html body div#page_content div#thread div.posts div.post div.message {
   margin-top: 10px;
}
html body div#page_content div#thread div.posts div.post div.edited {
   font-size: 10px;
   text-align: right;
}
html body div#page_content div#thread div.posts div.count {
   background: #fff;
   margin: -10px -10px 0 -10px;
   padding-top: 10px;
   clear: both;
}
html body div#page_content div#thread_edit div.notifications {
   margin-left: 117px;
}
