/***** Aktive Threads *****/
div.activethread {
  padding:5px;
  font-size:1.2em;
  margin:3px 0;
  background:#C84AD3 url(/images/pms/pmcorner-left.gif) bottom left no-repeat;
  margin-right:10px;
}

.activethread a.threadtitle, .activethread a.threadtitle:link, .activethread a.threadtitle:active, .activethread a.threadtitle:visited {color:#fff; border-bottom:1px dotted #fff;}


.activethread .threadContainer {
  background:#FEEDFF;
  margin:6px -2px -2px -2px;
  padding:5px 3px 3px 3px;
}

.activethread .conversationInfo {color:#fff}
.activethread .conversationDate {color:#fff;}

.activethread .conversationInfo a, .activethread .conversationInfo a:link, .activethread .conversationInfo a:active, .activethread .conversationInfo a:visited {color:#fff; border:none; text-decoration:underline;}
.activethread .conversationInfo a:hover {color:#000; border:none; text-decoration:underline;}


/***** Inaktive Threads *****/
div.thread {
  padding:5px;
  font-size:1.2em;
  margin:3px 0;
  background:#EAEAEA url(/images/pms/pmcorner-left.gif) bottom left no-repeat;
  margin-right:10px;
}

.conversationInfo a, .conversationInfo a:link, .conversationInfo a:active, .conversationInfo a:visited {color:#999; border:none; text-decoration:underline;}
.conversationInfo a:hover {color:#333; border:none; text-decoration:underline;}

.alt {
  background:#F6F6F6 url(/images/pms/pmcorner-left.gif) bottom left no-repeat;
  background-color:#F6F6F6;
}

div.activethread.alt {
  color:#000;
  background:#C84AD3 url(/images/pms/pmcorner-left.gif) bottom left no-repeat;
  background-color:#C84AD3;
}

/* Icon Allgemein */
.thread a.icon, .thread a.icon:link  {border:none; background:none; display:block;width:17px;height:17px; color:#999; text-decoration:none;}
.thread a.icon:visited, .thread a.icon:active {}
.thread a.icon:hover {background-position:0 -17px; color:#9F00AD}

/* Icons Speziell */
a.delpm, a.delpm:link {background:url(/images/icons/pm-delpm.png) no-repeat; float:left; margin-left:5px; border:none;}
a.pmreply, a.pmreply:link {background:url(/images/icons/pm-reply.gif) no-repeat; width:100px; border:none;}
a.pmgotoarticle, a.pmgotoarticle:link {background:url(/images/icons/pm-gotoarticle.gif) no-repeat; border:none; float:right;}

.thread .conversationInfo {
  color:#999; 
}

.activethread .du {
  color:#555;
  font-weight:bold;
  padding:0 0 0 3px;
}

.activethread div.messagebody {
  font-style:italic;
  font-size:1.1em;
  padding:5px 0 5px 25px;
}

.conversationDate {
  color:#999;
  float:right;
}

.pmdate { 
  color:#999;
  float:right; 
}

.thread .threadContainer {
  background:#FAFAFA;
  margin:6px -2px -2px -2px;
  padding:5px 3px 3px 3px;
}