/* 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 */

div#demodemo{ 
	width:158px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
	font-size: 120%;
	font-weight:bold;
	color: #ffffff;
	line-height: 18px;
	border-bottom: solid 1px #7a7b7d;
	border-right: solid 1px #7a7b7d;
	background:url(../../templates/xcode_adcom/images/bg_title_modules.png);

}

div#underline-cal{
	position:absolute;
	height:2px;
	margin-left:2px;
	margin-top:16px;
	width:14px; 
	background:#d40807;
}

/* IE6 Only */
* html #underline-cal {
	position:absolute;
	height:2px;
	margin-left:2px;
	margin-top:16px;
	width:14px; 
	background:#d40807;
} 


/* IE7 Only */
*:first-child+html #MyDiv {
	position:absolute;
	height:2px;
	margin-left:0px;
	margin-top:16px;
	width:14px; 
	background:#d40807;
}

/* Overall calendar table properties */
.eventcalq table.mod_eventlistcalq_calendar {
	width: 150px;
	padding: 0px 0px 0px 1px;
	margin: 10px 0px 5px 1px;
	/*border-top: 1px solid #cccdcf;
	border-left: 1px solid #cccdcf;
	border-right: 1px solid #cccdcf;
	border-bottom: 1px solid #cccdcf;*/
	/*background: #F00 url(../../templates/xcode_adcom/images/line_bg_calendar_right.png)100% 0 repeat-y;*/
	background: #FFF url(../../templates/xcode_adcom/images/calendar/bg_calendar.png) repeat-y;
	font: normal 12px/20px "Trebuchet MS", Arial, Verdana,  Helvetica, sans-serif;
	color: #616B76;
	text-align: center;
	/*background: #fff;*/
}

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {  /*cajas vacias*/ /*cambiado*/
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif ;
	font-size: 12px  ;
	font-weight:bold;
	/*border-right: 1px solid #cccdcf;*/
	/*border-bottom: 1px solid #cccdcf;*/
	width: 21px;
	height: 10px;
	text-align: center;
	/*background: #ebebeb; quitado*/
}

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday /*cambiado*/
{
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	/*border-right: 1px solid #cccdcf;*/
	/*border-bottom: 1px solid #cccdcf;	*/
	width: 21px;
	/*background:#ebebeb; quitado*/
	height:10px;
	text-align: center;
	color: #f8a604;
	font-size:12px;
	font-weight:bold;	/*background-color: #DF9496;*/
}

/* 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: 10px;*/
	font-weight: bold;
	display: block;
	color: #f8a604;
	/*border: 1px solid #DF9496;*/
}

/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	width: 19px;
	/*height: 15px;*/
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	background-color: #0066FF;
	/*border: 1px solid #DF9496;*/
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday { /*cambiado*/
	/*border-right: 1px solid #cccdcf;*/
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	width: 21px;
	height: 2px;
	color:#000000;
	text-align: center;
	/*border: dashed 1px #F00;*/
	/*background: #ebebeb;  quitado*/
}

/* Event day cell properties */  /*cambiado*/
.eventcalq td.mod_eventlistcalq_caldaylink, 
.eventcalq td.mod_eventlistcalq_caltodaylink {
	font-weight:bold;
	font-size:12px;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	/*border-right: 1px solid #cccdcf;*/
	/*border-bottom: 1px solid #cccdcf;*/
	width: 21px;
	color:#000000; /*FERNANDO 06-03-2009*/
	height: 2px;
	text-align: center;
	/*background: #ebebeb;  quitado*/
	/*border: solid 1px #ca0000;*/ /*FERNANDO 06-03-2009*/
	/*background-color: #CCE0FF;*/	
}

/* Event day cell hover Link / Visited*/
.eventcalq td.mod_eventlistcalq_caldaylink a:link,
.eventcalq td.mod_eventlistcalq_caldaylink a:visited{
	text-decoration: none;
/*	color:#ca0000;*/
	font-weight: bold;
	display: block;
	/*color: #ca0000;*/
	color:#000000; /*FERNANDO 06-03-2009*/
	/*border: solid 1px #ca0000;*/
	/*background-color: #CCE0FF;*/	
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	display: block;
	color: #666666;
	/*background-color: #0066FF;*/	/* kt border: dashed 1px #00CC00;*/
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	font: bold 12px/20px "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #f8a604;
	text-align: center;	
}

.title_mod_eventlistcalq_calendar{
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif; 
	font-size: 12px ;
	font-weight:bold;
	color: #f8a604;
	text-align: center;
	 /*background:#ebebeb;  quitado*/
}

.fl_left { /*background:#ebebeb;  quitado*/}

.fl_right{ /*background:#ebebeb;   quitado*/}

.me_cal_year a, 
.me_cal_year a:link,
.me_cal_year a:visited{ color:#000000;

}


.me_cal_year a:hover{ color:#FF0000;
}


/* 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: #990000;
text-decoration: none;
}

/* Day of week heading properties*/
.eventcalq th.mod_eventlistcalq_daynames { /*cambiado*/
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	color: #545557;
	/*border-right: 1px solid #cccdcf;*/
	/*background: #ebebeb;   quitado*/
	height:4px;
	padding: 0px 2px 0px 2px;
}


/* 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;
}

/*
----------------------------------------------------------
~#  link_calendar
----------------------------------------------------------
*/
div#link-calendar{ 
	border: solid 1px #DDD;
	padding: 2px 0px 2px 0px;
	width:160px;
	text-align:center;
	margin: 3px 0px 4px 5px;
	]background: #e9eaec; /* kt */
}

a.link_calendar:link, a.link_calendar:visited {
	color:#405482;
	text-decoration:none;
	}


a.link_calendar:hover {
	color:#999;
	text-decoration:none;
}
