/* Modification to eventlistcal by Toni Smillie www.qivva.com toni@qivva.com */
/* @version 0.8/0.5 $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: 154px;
	padding: 0;
	margin: 0;
	color: #616B76;
	text-align: center;
	background-color: #fff;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #29568F;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
}

/* Blank cell properties */
#eventcalq td.mod_eventlistcalq {
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #29568F;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-top-color: #29568F;
	border-left-color: #29568F;
}

/* Today cell preperties */
#eventcalq td.mod_eventlistcalq_caltoday
{
	width: 21px;
	height: 20px;
	text-align: center;
	color: #FF0000;
	background-color: #FFFF99;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}

/* 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: #FFFF99;
	border: 1px solid #29568F;
	background-color: #FF0000;
}

/* Today Event day cell hover */
#eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	width: 19px;
	height: 18px;
	font-weight: bold;
	display: block;
	color: #000000;
	background-color: #FF0000;
	border: 1px solid #29568F;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
}

/* Non event day cell preperties */
#eventcalq td.mod_eventlistcalq_calday {
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #4999ff;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	color: #99FFFF;
	border-top-color: #29568F;
	border-left-color: #29568F;
}

/* Event day cell properties */
#eventcalq td.mod_eventlistcalq_caldaylink, 
#eventcalq td.mod_eventlistcalq_caltodaylink {
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #29568F;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	color: #000000;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}

/* 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: #F4D425;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}

/* Event day cell hover */
#eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #000000;
	background-color: #FFFF99;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}
/* Month heading properies */
#eventcalq caption.mod_eventlistcalq_calendar-month {
	color: #29568f;
	background-color: #f4d425;
	text-align: center;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}

/* 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: #990000;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}


/* Month heading Hover properties */
#eventcalq caption.mod_eventlistcalq_calendar-month a:hover{
	color: #FF0000;
	text-decoration: none;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}

/* Day of week heading properties*/
#eventcalq th.mod_eventlistcalq_daynames {
	color: #000000;
	background-color: #FFFF99;
	font-family: "Century Gothic", Verdana, Arial, Helvetica;
	font-size: 11px;
	line-height: 20px;
	font-weight: bold;
	border-top-color: #29568F;
	border-right-color: #29568F;
	border-bottom-color: #29568F;
	border-left-color: #29568F;
}

