/**
* @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%;
}

#dt_calendar th {
	background: #d1dff0;
	color: #000000;
	padding: 2px;
	text-align: center;
}

#dt_calendar .dayletter {
	background: #eeeeee;
	padding: 1px 2px 1px 2px;
	text-align: center;
}

#dt_calendar td {
	text-align: center;
}

#dt_calendar td.dtHasEvent {
	background: #d1dff0;
}

#dt_calendar td.dtToday {
	background: #eeeeee;
	border: 1px solid #252fee;
}

.dt_ajax a:link {
	color: #ffffff;
}