/* CPSForum CSS
** $Id: forum.css.dtml,v 1.1.1.1 2005/05/17 12:21:36 cvsuser Exp $
*/

/* DTML instructions to set caching headers.





*/

table.forumPost {
  width:100%;
  border: 3px solid #CCC;
  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: 3px solid #CCC;
  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:26%
}

td.forumAuthorCell {
  text-align:center;
}

.forumAuthorCell {
  width:25%
}

.forumSubjectCell {
  width:40%
}

.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;
}

/*
*/
