/* 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 {
	border:0px solid green;
	width:99%;
	margin:0;
	}

/* Overall calendar table properties */
.eventcalq table.mod_eventlistcalq_calendar {
	width: 98%;
	padding: 0;
	margin: 0;
	border-left: 0px solid #A2ADBC;
	font: normal 12px/20px "Trebuchet MS", Arial, Verdana,  Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: transparent;
}

/* SANS DATE cell properties */
.eventcalq td.mod_eventlistcalq {
	font: 200 10px/18px sans-serif;
	border-right: 0px solid red;
	border-bottom: 0px solid red;
	/*width: 21px;
	height: 20px;*/
	padding:0;
	margin:0;
	text-align: center;
	background-color: transparent;
}

/* AUJOURD'HUI cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday
{
	font: 800 1.2em/1.2em sans-serif;
	border-right: 1px solid #eef0d5;
	border-bottom: 1px solid #eef0d5;
	/*border:1px solid #000 !important;	*/
	/*width: 21px;
	height: 20px;*/
	text-align: center;
	color: #89b814;
	background-color: #fff;
}

/* 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;
	color: #608194;
	border: 1px solid #eef0d5;
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	/*width: 19px;*/
	height: 28px;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #0066FF;
	border: 1px solid #eef0d5;
}

/* SANSEVENEMENT cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font: 100 1.0em/1.2em sans-serif;
	border-right: 1px solid #eef0d5;
	border-bottom: 1px solid #eef0d5;
	/*width: 21px;*/
	height: 26px;
	text-align: center;
	/*color:#d7e785;*/
	background-color: #fafaf3;
}

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink, 
.eventcalq td.mod_eventlistcalq_caltodaylink {
	font: bold 11px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	border-right: 1px solid #eef0d5;
	border-bottom: 1px solid #eef0d5;
	/*width: 21px;*/
	height: 28px;
	text-align: center;
	background:#d6e566 url(../../../images/stories/interface/boutons/mainnav-bt-inact.jpg) repeat-x center right !important;
}

/* Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caldaylink a:link,
.eventcalq td.mod_eventlistcalq_caldaylink a:visited{
	text-decoration: none;
	font: 100 1.2em/1.4em sans-serif;
	display: block;
	color: #000 !important;
	line-height:28px;
	height: 28px;
	background-color: none;
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background:transparent  url(../../../images/stories/interface/transparences/blanc40.png) repeat top right !important;
	border: 1px solid #000;
	height: 26px;
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	font: bold 12px/16px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #000;
	background-color: none;
	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
{
text-decoration:none;
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: bold 9px/11px sans-serif;
	color: #000;
	background: none;
}


/* Tooltips */
.tool-tip {

	float: left;
	background:transparent url(../../../images/stories/interface/transparences/noir80.png) !important;
	border: 1px solid #000;
	padding: 5px;
	/*max-width: 300px;
	min-width: 280px*/
}

.tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	color:#fff;
	background: none;
}

.tool-text {
	font-size: 110% !important;
	margin: 8px 0 ;
	color:#fff;
}
