/* 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: 180px; padding: 0; margin: 0; font: 12px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; color: #616b76; text-align: center; background-color: #fff; border-left: 1px solid #aaa; border-right-color: #aaa; border-right-width: 1px; }

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq { font: bold 11px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; border-bottom: 1px solid #aaa; width: auto; height: 20px; text-align: center; background-color: #fff; border-right: 1px solid #aaa; }

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday
{
	font: bold 11px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	border-right: 1px solid #aaa;
	border-bottom: 1px solid #aaa;	
	width: auto;
	height: 20px;
	text-align: center;
	color: #fff;
	background-color: #00195d;
}

/* 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: auto;
	height: 18px;
	font-weight: bold;
	display: block;
	color: #00195d;
	border: solid 1px #f93;
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	width: auto;
	height: 18px;
	font-weight: bold;
	display: block;
	color: #ffffff;
	background-color: #00195d;
	border: solid 1px #f93;
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday { font: bold 11px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; border-bottom: 1px solid #aaa; width: auto; height: 20px; text-align: center; background-color: #e9e9e9; border-right: 1px solid #aaa; }

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink, 
.eventcalq td.mod_eventlistcalq_caltodaylink { color: #fff; font: bold 11px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; border-bottom: 1px solid #aaa; width: auto; height: 20px; text-align: center; background-color: #09f; border-right-color: #aaa; border-right-width: 1px; }

/* 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: #fff;
	background-color: #09f;
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #ffffff;
	background-color: #00195d;
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month { font: bold 12px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; color: #000; background-color: #aaa; text-align: center; border: solid 1px #aaa; }

/* 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: #676767;
}


/* Month heading Hover properties */
.eventcalq caption.mod_eventlistcalq_calendar-month a:hover{
color: #00195d;
text-decoration: none;
}

/* Day of week heading properties*/
.eventcalq th.mod_eventlistcalq_daynames { font: bold 11px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; color: #555; background: #e9e9e9; border-right: 1px solid #aaa; border-bottom: 1px solid #aaa; }


/* Tooltips */
.tool-tip {
	float: left;
	background: #e4e4e4;
	border: solid 1px #aaa;
	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;
}