/* Modification to eventlistcal by Toni Smillie www.qivva.com toni@qivva.com */
/* @version 0.8 $Id: mod_eventlistcal15q.css 33 2008-12-28 18:38:45Z qivva $ */
/* @package Eventlist CalModuleQ */
/* @copyright (C) 2008  Toni Smillie */
/* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */

/* Overall calendar table properties */
.eventcalq table.mod_eventlistcalq_calendar {
	width: 192px;
	padding: 0;
	margin: 0;
	border-right: 1px solid #ffffff;
	font: normal 10px;
	color: #444444;
	text-align: left;
	background-color: #fff;
}

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {
	font: bold 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #a7b5bd;
}

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday
{
	font:10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;	
	width: 21px;
	height: 20px;
	text-align: center;
	color: #666666;
	/* background-color: #DF9496;*/
}

/* 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: 19px;
	height: 18px;
	font-weight: bold;
	display: block;
	/* background-color: #526570;*/
	color: #ffffff;
	border: 1px solid #ffffff;
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	width: 19px;
	height: 18px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #0066FF;
	border: 1px solid #DF9496;
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font: bold 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #e1e1e1;
}

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink, 
.eventcalq td.mod_eventlistcalq_caltodaylink {
	font: bold 10px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #CCE0FF;
}

/* 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: #608194;
	background-color: #CCE0FF;
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #0066FF;
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	font: bold 10px;
	border-right:2px solid #ffffff; 
	color: #ffffff;
	/*background-color: #666666;*/
	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: 10px;
	color: #666666;
	background: #d1d1d1;
	border-bottom: solid 1px #ffffff;
	border-right:solid 1px #ffffff
}


/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 5px;
	max-width: 300px;
}

.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;
}