/**
* @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: #fff;
	padding: 1px 2px 1px 2px;
	text-align: center;
	font-weight: bold;
	text-transform: uppercase;
}

#dt_calendar td {
	text-align: center;
	background: #ebebeb;
}

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

#dt_calendar td.dtToday {
	background: #f7f7f7;
	/*border: 1px solid #252fee;*/
}
#dt_calendar td.dtHasEvent a{
	color: black;
	font-size: 12px;
	text-decoration: underline;
	font-weight: bold;
}

#dt_calendar td.dtHasEvent:hover{
	background: #c3dbce;
}

#cal_flyout{
	width: 228px;
	height:49px;	
	background: url(images/calendar-button-bg.png) repeat-x;
	text-align:center;
	text-transform: uppercase;
	/*position: relative;
	z-index: 2;*/
}

#dt_calendar{
	width: 229px;
	position: relative;
	z-index: 3;
}

.cal_title h2{
	padding:12px 66px 0px 0px !important;
	/*font-family: edmondsans_regularregular;*/
	text-transform: uppercase;
}

#cal_flyout:hover{
	cursor: pointer;
	z-index: 9999;
}

#cal_arrow {
	position: relative;
	top: -28px;
	left: 90px;
}

#cal_arrow img
{
	/* padding:18px 0px 0px 0px;*/
}

.full_calendar
{
	position:relative;
	top:0px;
}
.select_month{
	font-family: Verdana;
	font-size: 10px;
	
	position: relative;
	left: 0px;
	top: -1px;
	
}

.select_year{
	font-family: Verdana;
	font-size: 10px;
	
	position: relative;
	left: -3px;
	top: -1px;
	
}


.month_link{
	font-family: Verdana;
	font-size: 10px;
	position: relative;
	top: -11px;
}

#show_event{
	display: block;
	text-align: left;
	margin-left: 2px;
	line-height: 18px;
	margin-top: 5px;
}

.event_title a{
	font-size: 14px;
	font-family: edmondsans_regularregular;
	text-decoration: underline;
	color: black;
}

.event_title a:hover{
	color: #5c5b5b;
}

.event_date{
	font-size: 11px;
}

.event_links{
	font-size: 11px;
}

.event_links a{
	color: black;
}

.event_links a:hover{
	color: #5c5b5b;
}

.buy_link{
	float: right;
}

.buy_link a{
	color: black;
}

.buy_link a:hover{
	color: #5c5b5b;
}

.border_line{
	border-bottom: 2px solid #4bae80;
}