/* CPSForum CSS
** $Id: forum.css.dtml,v 1.2 2004/09/06 14:36:08 epietrig Exp $
*/

/* DTML instructions to set caching headers.





*/

table.forumPost {
  width:100%;
  border: 1px solid #29287B;
  margin: 1em 0em 1em 0em;
  padding: 0.7em 0.7em 0.7em 0.7em;
}

div.forumPostTitle {
  margin:0 0 0.5em 0;
  font-weight:bold;
}

div.forumPostText {
  margin:0.5em 0 1em 0;
}

table.forumThreads {
  width:100%;
  border: 1px solid #29287B;
  margin: 1em 0em 1em 0em;
  padding: 0.7em 0.7em 0.7em 0.7em;
}

td.forumEditLabel {
  width:30%
}

td.forumEditValue {
  width:70%
}

td.forumDateCell {
  text-align:center;
}

.forumDateCell {
  width:20%
}

.forumWFCell {
  width:20%;
  text-align:center
}

td.forumAuthorCell {
  text-align:center;
}

.forumAuthorCell {
  width:20%
}

.forumSubjectCell {
  width:30%
}

.forumSelectCell {
  width:2%
}

.forumModerateCell {
  width:2%
}

.forumLockCell {
  width:5%
}

.forumError {
  color:red;
}

div.forumModeration {
  margin-top: 1em
}

td.forumThreadBatch {
  text-align:center;
  font-size:0.9em;
  background-color:#EEEEEE;
}

.pending {
  color: orange;
  font-weight:normal
}

.rejected {
  color: black
}

.unpublished {
  color: red
}

.published {
  color: green
}

/*
*/

