/* 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: 141px;

	padding: 0;

	margin: 0;

	border-left: 1px solid #E5E5E5;

	font: normal 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color: #7E7E7E;

	text-align: center;

	background-color: #fff;

}



/* Blank cell properties */

#eventcalq td.mod_eventlistcalq {

	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	border-right: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

	width: 20px;

	height: 20px;

	text-align: center;

	background-color: #FFFFFF;

}



/* Today cell preperties */

#eventcalq td.mod_eventlistcalq_caltoday {

	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	width: 20px;

	height: 20px;

	text-align: center;

	color: #000000;

	font-weight: bold;

	background: #7e7e7e;

}



/* Non event day cell preperties */

#eventcalq td.mod_eventlistcalq_calday {

	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	width: 20px;

	height: 20px;

	text-align: center;

	border-right: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

	background-color: #FFFFFF;

}



/* Event day cell properties */

#eventcalq td.mod_eventlistcalq_caldaylink {

	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	border-right: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

	width: 20px;

	height: 20px;

	text-align: center;

	background-color: #F5CC0C;

}



/* 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: #000000;

	background-color: #F5CC0C;

}



/* 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 12px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	background-color: #EFEFEF;
	
	border: 1px solid #E5E5E5;

	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: #7e7e7e;

}





/* Month heading Hover properties */

#eventcalq caption.mod_eventlistcalq_calendar-month a:hover{

color: #7e7e7e;

text-decoration:underline;

}



/* Day of week heading properties*/

#eventcalq th.mod_eventlistcalq_daynames {

	font: bold 11px/20px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;

	color: #000000;

	background: #EFEFEF;
		
	border-right: 1px solid #E5E5E5;

	border-bottom: 1px solid #E5E5E5;

}