/**
* @version 2.5
* @package Joomla 1.5
* @subpackage DT Register Events Module
* @copyright Copyright (C) 2006 DTH Development
* @copyright contact dthdev@dthdevelopment.com
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/

tr.dt_event_title a:link,
tr.dt_event_title a:visited {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
  color: #333333;
}

tr.dt_event_title a:hover {
  font-style: oblique;
  color: #333333;
}

.dt_event_date {
  font-style: italic;
  font-size: smaller;
}

.dt_event_category {
  font-style: normal;
  font-size: smaller;
}

.dt_event_location {
  font-style: normal;
  font-size: smaller;
}

.dt_event_price {
  font-style: normal;
  font-size: smaller;
}

.dt_separator {
  width:100%;
  color: #000000;
}