/*
 * This style sheet defines styles for the News module.
 * 
 * 14-July-2005 / Alex van Oostenrijk
 * 
 */
 
.documents_group_title
{
  font-family:      Verdana;
  font-size:        18px;
  font-weight:      bold;
}


.documents_title
{
  font-family:      Verdana;
  font-size:        10px;
  font-weight:      bold;
}

.documents_title a
{
  text-decoration: none;
}

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

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

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

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

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