.eventcalq th {
	padding:3px;
}
/* Overall calendar table properties */
.eventcalq table.mod_eventlistcalq_calendar {
	width: 154px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #EBEBEB;
	font-size:11px;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {
	font-size:11px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 25px;
	text-align: center;
	background: url(images/white.gif) repeat-x top #efefef;	
}

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_weekend {
	font-size:11px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 25px;
	text-align: center;
	color: #FFFFFF;
	background: url(images/week.gif) repeat-x top #efefef;	
}
.eventcalq td.mod_eventlistcalq_caltoday
{
	font-size:11px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;	
	width: 25px;
	text-align: center;
	color: #000000;
	background-color: #CCCCCC;
}

/* Today Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caltodaylink a:link,
.eventcalq td.mod_eventlistcalq_caltodaylink a:visited{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
   	background-color: #990000;
	background: url(images/red.gif) repeat-x top #efefef;	
	
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
    background-color: #990000;
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font-size:11px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 25px;
	text-align: center;
/*	background-color: #EFEFEF; */
}

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink,
.eventcalq td.mod_eventlistcalq_weekendlink,
.eventcalq td.mod_eventlistcalq_caltodaylink {
	font-size:11px;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
	width: 25px;
	text-align: center;

}

/* Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caldaylink a:link,
.eventcalq td.mod_eventlistcalq_caldaylink a:visited{
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background: url(images/yellow.gif) repeat-x top #efefef;	
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #0066FF;
}

/* Weekend */
.eventcalq td.mod_eventlistcalq_weekendlink a:link,
.eventcalq td.mod_eventlistcalq_weekendlink a:visited{
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #ffb700;
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_weekendlink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	background-color: #0066FF;
}


/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	font: bold 12px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #ffffff;
	background: url(images/header.gif) repeat-x top #efefef;	
	text-align: center;
}

/* 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: #DFEFFF;
}


/* Month heading Hover properties */
.eventcalq caption.mod_eventlistcalq_calendar-month a:hover{
color: #990000;
text-decoration: none;
}

/* Day of week heading properties*/
.eventcalq th.mod_eventlistcalq_daynames {
	font-size:11px;
	color: #616B76;
	border-right: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;	
	width:25px;
}


/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 500px;
}

.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;
}