/* Modification to eventlistcal by Toni Smillie www.qivva.com toni@qivva.com */
/* @version 0.4 $Id$ */
/* @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: 220px;
	padding: 0;
	margin: 0;
	border-left: 1px solid #d9e2e1;
	font: normal 13px Arial, Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	background-color: #fff;
}

/* Blank cell properties */
#eventcalq td.mod_eventlistcalq {
	font: bold 13px Arial, Helvetica, sans-serif;
	border-right: 1px solid #d9e2e1;
	border-bottom: 1px solid #d9e2e1;	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #F0F8FF;
}

/* Today cell preperties */
#eventcalq td.mod_eventlistcalq_caltoday {
	font: bold 13px Arial, Helvetica, sans-serif;	width: 25px;
	height: 25px;
	text-align: center;
	/* color: #F6F4DA; */
	font-weight: bold;
	background: #d9e2e1;
}

/* Non event day cell preperties */
#eventcalq td.mod_eventlistcalq_calday {
	font: bold 13px Arial, Helvetica, sans-serif;	width: 25px;
	height: 25px;
	text-align: center;
	border-right: 1px solid #d9e2e1;
	border-bottom: 1px solid #d9e2e1;
	background-color: #EFEFEF;
}

/* Event day cell properties */
#eventcalq td.mod_eventlistcalq_caldaylink {
	font: bold 13px Arial, Helvetica, sans-serif;
	border-right: 1px solid #d9e2e1;
	border-bottom: 1px solid #d9e2e1;	width: 25px;
	height: 25px;
	text-align: center;
	background-color: #aac226;
}

#eventcalq td.mod_eventlistcalq_caldaylink:hover  {
	background-color: #bd5c11;
}

/* 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-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 13px Arial, Helvetica, sans-serif;
	color: #ffffff;
	background-color: #9f0b2c;
	text-align: center;
	line-height:25px;
}

/* 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, 
#eventcalq caption.mod_eventlistcalq_calendar-month a:hover 
{
color: #ffffff;
text-decoration:none;
}


/* 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 13px Arial, Arial, Helvetica, sans-serif;
	color: #616B76;
	background: #D9E2E1;
	line-height:25px;
}
