/**
* @version 2.9.7
* @package Joomla 1.6 / 1.7
* @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
*/

div #dtevents {
}

.dt_event_title {
  white-space: normal;
}

.dt_event_title a:link,
.dt_event_title a:visited {
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}

.dt_event_title a:hover {
  font-style: oblique;
}

.dt_event_date {
  font-style: italic;
  font-size: 11px;
  white-space: normal;
}

.dt_event_time {
  font-style: normal;
  clear: both;
  white-space: normal;
}

.dt_event_category {
  font-style: normal;
  font-size: 11px;
  white-space: normal;
}

.dt_event_location {
  font-style: normal;
  white-space: normal;
  font-size: 11px;
}

.dt_event_cut_off_date {
  font-style: normal;
  white-space: normal;
  font-size: 11px;
}

.dt_event_price {
  font-style: normal;
  font-size: 11px;
}

.dt_separator {
  width:100%;
  height: 2px;
  margin: 4px 0px 4px 0px;
}