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

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

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

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

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

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

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