.archiveHeader {
   font-weight:bold;
   border-bottom:solid;
   border-bottom-width:1px;
   border-bottom-color:#000000;
   padding-right:10px;
   padding-bottom:2px;
   padding-top:2px;
}
.archiveEntry {
   font-weight:normal;
   border-bottom:dotted;
   border-bottom-width:1px;
   border-bottom-color:#666666;
   padding-right:10px;
   padding-bottom:2px;
   padding-top:2px;
}
.nvTeaser {
   font-style:italic;
   padding-bottom:20px;
}

/* Forum */
table.topicList th, table.topicList td {
   text-align: left;
   padding-right: 5px;
   padding-top: 2px;
   padding-bottom: 2px;
}

table.topicList thead th {
   border-bottom: 1px solid #E5DE98;
   background-color: #F6F1D1;
}

table.topicList tbody td {
   border-bottom: 1px solid #afbfc8;
}

div.forum_response {
   border: 1px solid #E5DE98;
   margin-bottom: 10px;
}

div.forum_response_header {
   background-color: #F6F1D1;
   padding: 2px;
   font-weight: bold;
}

div.forum_response_content {
   padding: 5px;
}

div.forum_response_footer {
   background-color: #b0e590;
   text-align: right;
}

div.infomsg {
   border: 1px solid #E5DE98;
   background-color: #F6F1D1;
   text-align: center;
   font-weight: bold;
   margin-bottom: 10px;
}


