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

	padding: 0;

	margin: 0;

	border-left: 1px solid #000;
	/*border-right: 1px solid #000;*/

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

	color: #999999;

	text-align: center;

	background: #000;

}



/* Blank cell properties */

.eventcalq td.mod_eventlistcalq {

	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;

	border-right: 1px solid #000;

	border-bottom: 1px solid #000;

	width: 21px;

	height: 20px;
	text-align: center;
	background: #FFF;
	

}



/* Today cell preperties */

.eventcalq td.mod_eventlistcalq_caltoday

{

	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;

	border-right: 1px solid #000;

	border-bottom: 1px solid #000;	

	width: 21px;

	height: 20px;
	
	text-align: center;

	color: #DD4F05;

	background-color: #cccccc;
	

}



/* Today Event day cell hover Link / Visited*/

.eventcalq td.mod_eventlistcalq_caltodaylink a:link,

.eventcalq td.mod_eventlistcalq_caltodaylink a:visited{

	text-decoration: none;

	font-weight: bold;

	display: block;

	color: #DD4F05;

	
	

}



/* Today Event day cell hover */

.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {

	text-decoration: underline;

	font-weight: bold;

	display: block;

	color: #ffffff;

}



/* Non event day cell preperties */

.eventcalq td.mod_eventlistcalq_calday {

	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;

	border-right: 1px solid #000;

	border-bottom: 1px solid #000;

	width: 21px;

	height: 20px;

	text-align: center;

	background-color: #fff;
	

}



/* Event day cell properties */

.eventcalq td.mod_eventlistcalq_caldaylink, 

.eventcalq td.mod_eventlistcalq_caltodaylink {

	font-size: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;

	border-right: 1px solid #000;

	border-bottom: 1px solid #000;

	width: 21px;

	height: 20px;

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

	background-color: #cccccc;

}



/* Event day cell hover */

.eventcalq td.mod_eventlistcalq_caldaylink a:hover {

	text-decoration: underline;

	font-weight: bold;

	display: block;

	color: #DD4F05;


}

/* Month heading properies */

.eventcalq caption.mod_eventlistcalq_calendar-month {

	font-family: "Trebuchet MS", Arial, Veranda, sans-serif;
	padding: 3px;
	color: #ffffff;

	background-color: #666666;

	text-align: center;
	font-weight: bold;
	color: #FFF;
	font-size: 16px;   

}



/* 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: #DFEFFF;
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-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;

	background: #DD4F05;
	height: 25px;
	background: #EEE;
	text-align: center;
	color: #000;
	border-right: 1px solid #000;

	border-bottom: 1px solid #000;

}





/* Tooltips */

.tool-tip {

	float: left;

	background: #ffc;

	border: 1px solid #D4D5AA;

	padding: 5px;

	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: 100%;

	margin: 0;

}