/**
 * eventCal
 *
 * eventCal Mini Module
 *
 * @package		mod_eventcal_mini
 * @author		Kay Messerschmidt
 * @author		Kyopi Vintage - http://forge.joomla.org/sf/go/post13405
 * @copyright	Copyright (C) 2006 Kay Messerschmidt. All rights reserved.
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link		http://forge.joomla.org/sf/projects/eventcal
 */

/*
 * This are the standard eventCal Mini CSS definitions. If you want to specify CSS definitions in your template,
 * just change the Module Class Suffix of the module in your Joomla! admin interface for the specific module,
 * and put the desired definitions in your template. No need to hardcode anything in this module ;-)
 */

table.eventcal_mini {
  background-color: #86BA00;
  border-style: none;
  border-width: 0;
  border-collapse: collapse;
}

table.eventcal_mini td, table.eventcal_mini a {
  background-color: #86BA00;
  color: #F0F0F0;
  text-align: center;
  line-height: 20px;
  vertical-align: center;
  font-size: 8pt;
}

table.eventcal_mini td.header {
  background-color: #589900;
  font-weight: bold;
}


