/* all forum information are in this class */
.overall {
 width: 631px;
}

.mainTable {
  width: 100%;
}

.listHeader {
  background-color: #DDDDDD;
  font-weight: bold;
}

/* Classes for mail list rows */

ul.forumList {
  list-style-type: disc;	
  margin-top: 0em;
  margin-bottom: 0em;
  margin-left: 0;
  padding: 0 15px;
}
ul.forumList li {
}

li ul.forumList {
  list-style-type: circle;	
}

.mailListRow1, .mailListRow2 {
  font-weight: bold;	
  text-align: left;
}

.mailListRow1Read, .mailListRow2Read {
  font-weight: normal;	
}

td.mailListRow1Read, td.mailListRow2Read {
  font-weight: normal;	
  text-align: left;
}
td.mailListRow1, td.mailListRow1Read{
  background-color: #DDDDDD;	
}
td.mailListRow2, td.mailListRow2Read{
}


.mailBody {
  background-color: #DDDDDD;	
}

form {
	margin-top: 0px;
	margin-bottom: 0px;
}

/* Classes for navigation menus */
.topMenu {
  margin-top: 0.5em;	
  margin-bottom: 0.5em;	
  padding: 3px;	

  border-top: 1px solid black;	
  border-bottom: 1px solid black;		
}
