/* Modification to eventlistcal by Toni Smillie www.qivva.com toni@qivva.com */

/* @version 0.8 $Id: mod_eventlistcal15q.css 16 2008-06-30 14:30:21Z 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;

	border-left: 1px solid #4b93ee;

	font: normal 12px/20px Tahoma, Arial, Verdana,  Helvetica, sans-serif;

	color: #616B76;

	text-align: center;

	background-color: #fff;

}



/* Blank cell properties */

.eventcalq td.mod_eventlistcalq {

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

	border-right: 1px solid #4b93ee;

	border-bottom: 1px solid #4b93ee;

	width: 16px;

	height: 14px;

	text-align: center;

	background-color: #c1d8ff;

}



/* Today cell preperties */

.eventcalq td.mod_eventlistcalq_caltoday

{

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

	border-right: 1px solid #4b93ee;

	border-bottom: 1px solid #4b93ee;	

	width: 16px;

	height: 14px;

	text-align: center;

	color: #FFFFFF;

	background-color: #4b93ee;

}



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

	height: 16px;

	font-weight: bold;

	display: block;

	color: #608194;

	/* border: 1px solid #4b93ee; */
	
	padding:0px;
	

}



/* Today Event day cell hover */

.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {

	text-decoration: none;

	width: 100%;

	height: 16px;
	
	font-weight: bold;	

	display: block;

	color: #c1d8ff;

	background-color: #0066FF;
	
	padding:0px;


}



/* Non event day cell preperties */

.eventcalq td.mod_eventlistcalq_calday {

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

	border-right: 1px solid #4b93ee;

	border-bottom: 1px solid #4b93ee;

	width: 18px;

	height: 14px;

	text-align: center;

	background-color: #a3c7ff;
	
	font-weight:lighter;

}



/* Event day cell properties */

.eventcalq td.mod_eventlistcalq_caldaylink, 

.eventcalq td.mod_eventlistcalq_caltodaylink {

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

	border-right: 1px solid #4b93ee;

	border-bottom: 1px solid #4b93ee;

	width: 18px;

	height: 16px;

	text-align: center;

	background-color: #CCE0FF;

}



/* Event day cell hover Link / Visited*/

.eventcalq td.mod_eventlistcalq_caldaylink a:link,

.eventcalq td.mod_eventlistcalq_caldaylink a:visited{

	font-size:9px;

	text-decoration: none;

	font-weight: bold;

	display: block;

	color: #608194;

	background-color: #CCE0FF;
	
	line-height:12px;
	 padding:2px;
	 width:100%;

}



/* Event day cell hover */

.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
 
	 font-size:9px;

	text-decoration: none;

	font-weight: bold;

	display: block;

	color: #c1d8ff;

	background-color: #0066FF;
	line-height:12px;

}

/* Month heading properies */

.eventcalq caption.mod_eventlistcalq_calendar-month {

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

	color: #c1d8ff;

	background-color: #2F7EBA;
	
	background-image:url(/templates/portadafnd1/images/fondo-titulo-col-der.gif);
	
	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: #DFEFFF;

}





/* Month heading Hover properties */

.eventcalq caption.mod_eventlistcalq_calendar-month a:hover{

color: #67c4ff;

text-decoration: underline;

}



/* Day of week heading properties*/

.eventcalq th.mod_eventlistcalq_daynames {

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

	color: #c1d8ff; /*#616B76;*/

	background: #307FBC;

}