/* Overall calendar table properties */
.eventcalq table.mod_eventlistcalq_calendar {
	width: 90%;
	border-left: 1px solid #FBA900;
	font: bold 11px  Arial, Verdana,  Helvetica, sans-serif;
	line-height: 12px;
	color: #CA7000;
	text-align: center;
	background-color: #F58707;
}

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {
	font: bold 11px  Arial, Verdana, Helvetica, sans-serif;
	border-right: 1px solid #FBA900;
	border-bottom: 1px solid #FBA900;
	width: 12.87%;
	height: 12px;
	line-height: 12px;
	text-align: center;
	background-color: #FFDD97;
}

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday
{
	font: bold 11px  Arial, Verdana, Helvetica, sans-serif;
	border-right: 1px solid #FBA900;
	border-bottom: 1px solid #FBA900;	
	width: 12.87%;
	height: 12px;
	line-height: 12px;
	text-align: center;
	color: #FFFFFF;
	background-color: #FF9900;
}

/* Today Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caltodaylink a:link,
.eventcalq td.mod_eventlistcalq_caltodaylink a:visited{
	text-decoration: none;
	width: 100%;
	height: 12px;
	line-height: 12px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	width: 100%;
	height: 12px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #FF9900;
	line-height: 12px;
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font: bold 11px  Arial, Verdana, Helvetica, sans-serif;
	border-right: 1px solid #FBA900;
	border-bottom: 1px solid #FBA900;
	width: 12.87%;
	height: 12px;
	text-align: center;
	background-color: #FFD275;
	line-height: 12px;
}

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink, 
.eventcalq td.mod_eventlistcalq_caltodaylink {
	font: bold 11px  Arial, Verdana, Helvetica, sans-serif;
	border-right: 1px solid #FBA900;
	border-bottom: 1px solid #FBA900;
	width: 12.87%;
	height: 12px;
	text-align: center;
	background-color: #DF6706;
	line-height: 12px;
}

/* Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caldaylink a:link,
.eventcalq td.mod_eventlistcalq_caldaylink a:visited{
	text-decoration: none;
	width: 100%;
	height: 12px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	line-height: 12px;
	background-color: #DF6706;
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	width: 100%;
	height: 12px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #FF9900;
	line-height: 12px;
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	margin-top:10px;	
	font: bold 12px Arial, Verdana, Helvetica, sans-serif;
	color: #FFFFFF;
	background-color:#8B3E26;
	text-align: center;
	height:25px;
	line-height:25px;
}

/* Month heading Link / Visited properties */
.eventcalq caption.mod_eventlistcalq_calendar-month a,
.eventcalq caption.mod_eventlistcalq_calendar-month a:link,
.eventcalq caption.mod_eventlistcalq_calendar-month a:visited
{
	color: #F8F8F8;
}

/* Month heading Hover properties */
.eventcalq caption.mod_eventlistcalq_calendar-month a:hover{
	color: #FF9900;
	text-decoration: none;
}

/* Day of week heading properties*/
.eventcalq th.mod_eventlistcalq_daynames {
	font: bold 11px  Arial, Verdana, Helvetica, sans-serif;
	color: #8B3E23;
	border-right: 1px solid #FBA900;
	border-bottom: 1px solid #FBA900;
	background: #FFBA2B;
	text-align:center;
}

/* Tooltips */
.tool-tip {
	float: left;
	background: #FFC;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 300px;
	z-index: 600;
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../administrator/templates/khepri/images/selector-arrow.png) no-repeat;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}