/**
* @version 2.5.0
* @package Joomla 2.5
* @subpackage DT Register Mini-Cal Module
* @copyright Copyright (C) 2006 DTH Development
* @copyright contact dthdev@dthdevelopment.com
* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL
*/

div #dt_calendar table {
	width: 100%;
	border-color: #ddd;
	font-size: 13px;
}

#dt_calendar th {
	background: #fff;
	color: #333;
	padding: 7px 5px;
	text-align: center;
	border-color: #ddd;
}

#dt_calendar .dayletter {
	background: #f7f7f7;
	padding: 7px 5px;
	text-align: center;
}

#dt_calendar td {
	text-align: center;
	background-color: #fff;
	color: #333;    
	border-color: #ddd;
	padding: 7px 5px;
}

#dt_calendar td.dtHasEvent {
	color: orange;
}

#dt_calendar td.dtHasEvent a {
	color: orange;
}

#dt_calendar td.dtToday {
	background-color: #ffd;
	color: #333;
}

#dt_calendar td.dtToday a {
}