/*
 * This style sheet defines styles for the Forun module.
 * 
 * 14-June-2005 / Alex van Oostenrijk , adapted to Forun
 * 
 */
 
.forun_title
{
  font-family:      Verdana;
  font-size:        10px;
  font-weight:      bold;
}

.forun_date
{
  font-family:      Verdana;
  font-size:        10px;
  font-style:       italic;
}

.forun_text
{
  font-family:      Verdana;
  font-size:        10px;
  padding-top:      6px;
  padding-bottom:   6px;
}

div.forun_comment_banner
{
  color: white;
  background-color: red;	
  font-weight: bold;
  font-size: 10px;
  padding-left: 8px;
  padding-top: 1px;
  padding-bottom: 3px;
}

div.forun_comment
{
  color: black;
  background-color: #ffcccc;
  padding-left: 8px;
  padding-top: 3px;
  padding-right: 8px;
  padding-bottom: 10px;
  margin-bottom: 15px;  
}

.forun_input
{
  font-family:      Verdana;
	font-size:        10px;
  clear: right;
  width: 100%;
  margin-bottom: 3px;
}

.forun_textarea
{
  font-family:      Verdana;
	font-size:        10px;
  clear: right;
  width: 100%;
  height: 100px;
  margin-bottom: 3px;
}

.forun_comment_textarea
{
  font-family:      Verdana;
	font-size:        10px;
  width: 100%;
  height: 100px;
  margin-bottom: 3px;
}

p.forun_paragraph
{
  margin-top: 0px;
  margin-bottom: 4px;
}
