/* 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 */

.eventcalq{
}

/* Overall calendar table properties */
.eventcalq table.mod_eventlistcalq_calendar {
	background-color:#FDFDFD;
	border:1px solid #E6E6E6;
	color:#616B76;
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	margin:0;
	padding:0;
	text-align:center;
	width:201px;
}

#ligne2agenda{
	background-color:#f7f7f7;
	height:30px;
}

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-align:center;
	width:21px;
}

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday
{
	background-color:#CC5252;
	border:2px solid #DF9496;
	color:#9D0000;
	font-weight:bold;
	text-decoration:none;
}

/* Today Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caltodaylink a:link,
.eventcalq td.mod_eventlistcalq_caltodaylink a:visited{
	background-color:#CC5252;
	border:2px solid #DF9496;
	color:#9D0000;
	font-weight:bold;
	padding:2px;
	text-decoration:none;
	width:19px;
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	background-color:#b21d1d;
	border:2px solid #DF9496;
	color:#ff0000;
	font-weight:bold;
	padding:2px;
	text-decoration:none;
	width:19px;
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-align:center;
	width:21px;
}

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink, 
.eventcalq td.mod_eventlistcalq_caltodaylink {
	background-color:#CCE0FF;
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	height:20px;
	line-height:20px;
	text-align:center;
	width:21px;
}

/* 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: #22b5df;
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	background-color:#F7F7F7;
	background-image:url(../../templates/basket/images/agenda-top.jpg);
	background-repeat:no-repeat;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
	color:#269EC1;
	font-family:Arial;
	font-size:12px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:20px;
	padding:4px;
	text-align:right;
}

/* 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{
	color:#26569E;
}

.eventcalq th.mod_eventlistcalq_daynames_red{
	color:#b71f1f;
}

.eventcalq th.mod_eventlistcalq_daynames, .eventcalq th.mod_eventlistcalq_daynames_red {
	border-bottom:1px solid #E6E6E6;
	font-family:"Trebuchet MS",Arial,Verdana,Helvetica,sans-serif;
	font-size:11px;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:bold;
	line-height:20px;
}


/* Tooltips */
.tool-tip {
	float: left;
	border: 1px solid #1b4653;
	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;
}

.tool-text {
	font-size: 100%;
	margin: 0;
}