/*
 * Generic style sheet for modules.
 * Contains styles that all modules (may) use.
 * Date: 26 May 2005
 * Author: Alex van Oostenrijk
 */

.banner
{
  font-family:      Verdana;
	font-size:        10px;
  width: 100%;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 3px;
  padding-right: 0px;
  text-align: left;
  text-indent: 0px;
  background-color: #454545;
  font-weight: bold;
  margin-bottom: 5px;
	color: #ffffff;
	
	margin-right: -2px;
}