/* 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 */

/* Overall calendar table properties */
.eventcalq table.mod_eventlistcalq_calendar {
	width: 100%;
	padding: 0;
	margin: 0;
	height: 1px;
	border: 1px solid #C3C3C3;
	font-family: Arial;
	font-size: 11px; 
	font-weight: normal;
	color: black;
	text-align: center;
	background-color: #fff;
}

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {
	font-family: Arial;
	font-size: 11px; 
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	height: 18px;
	text-align: center;
	background-color: white;
}

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday
{
	font-family: Arial;
	font-size: 11px; 
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;	
	text-align: center;
	color: #970000;
	border: 1px solid #d86666;
	background-color: #dedede;
}

/* Today Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caltodaylink a:link,
.eventcalq td.mod_eventlistcalq_caltodaylink a:visited{
	text-decoration: none;
	height: 12px;
	font-weight: bold;
	display: block;
	color: #a52a2a;
	border: 1px solid #d86666;
	padding: 0px 0px 5px 0px;/* top-right-bottom-left */
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	height: 12px;
	font-weight: bold;
	display: block;
	color: black;
	background-color: #fdfbb0;
	border: 1px solid #d0575a;
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font-family: Arial;
	font-size: 11px; 
	font-weight: normal;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	height: 18px;
	text-align: center;
	background-color: #dedede;
}

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink, 
.eventcalq td.mod_eventlistcalq_caltodaylink {
	font-family: Arial;
	font-size: 11px; 
	font-weight: bold;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	text-align: center;
	background-color: #cccccc;

}

/* 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: black;
	background-color: #c4c4c4;
	height: 18px;
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #818181;
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	font-family: Arial;
	font-size: 12px; 
	font-weight: bold;
	color: black;
	background-color: #c4c4c4;
	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: #515151;
}


/* Month heading Hover properties */
.eventcalq caption.mod_eventlistcalq_calendar-month a:hover{
color: white;
text-decoration: none;
}

/* Day of week heading properties !!!*/
.eventcalq th.mod_eventlistcalq_daynames {
	font-family: Arial; 
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	line-height: 8px; 
	color: #707070;
	background: #efefef;
	border-bottom: 1px solid white;
	text-transform: uppercase; 
}


/* Tooltips */
.tool-tip {
	float: left;
	background: #ffc;
	border: 1px solid #D4D5AA;
	padding: 3px;
	max-width: 300px;
}

/* .tool-title {
	padding: 0;
	margin: 0;
	font-size: 100%;
	font-weight: bold;
	margin-top: -15px;
	padding-top: 15px;
	padding-bottom: 5px;
	background: url(../../administrator/templates/khepri/images/selector-arrow.png) no-repeat;
} 

.tool-text {
	font-size: 8pt;
	font: Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
} */