/**
 * @version 1.0 $Id: helper.php v.1 2008-08-31 16:40:00 $
 * @package Joomla
 * @subpackage AJAXCalendar
 * @copyright (C) 2008 Antoine GROLIER
 * @license GNU/GPL, see LICENSE.php
 * AJAXCalendar is free software; you can redistribute it and/or
 * modify it under the terms of the GNU General Public License 2
 * as published by the Free Software Foundation.

 * AJAXCalendar is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.

 * You should have received a copy of the GNU General Public License
 * along with AJAXCalendar; if not, write to the Free Software
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
 */

/* Overall calendar table properties */
#calendar span#link img {
	border:0px;
	vertical-align:middle;
	padding:1px;
}
#calendar span#link a {
	text-decoration:none;
	font-size:12px;
	display:block;
	text-align:right;
	margin:2px;
	padding:2px;
	color:#FFFFFF;
}
#calendar span#link a:hover {
	text-decoration:none;
	font-size:12px;
	color:#911418;
}
#eventcalendar div#loading {
	width: 152px;
	padding: 0px;
	margin:3px;
	border-left: 1px solid #A2ADBC;
	position:absolute;
	background:url(/templates/saintlunaire/images/header/box/bg_meteo.gif);
	height:16px;
	text-align:center;
}
#eventcalendar div#loading div {
	margin:50px auto 0px auto;
}
#eventcalendar div#loading div span {
	border:#993300 1px solid;
	color:#FFFFFF;
	font-size:12px;
	background:#FF0000;
	padding:2px;
}
#evcallendar {
	min-height:100px;
}
.eventcalq table.mod_eventlistcalq_calendar {
	width: 154px;
	padding: 0px;
	margin: 0px;
	border-left: 1px solid #A2ADBC;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:normal;
	font-size:12px;
	color: #616B76;
	text-align:center;
	background-color: #fff;
}
/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	border-right:1px solid #A2ADBC;
	border-bottom:1px solid #A2ADBC;
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #F0F8FF;
}
/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	border-right:1px solid #A2ADBC;
	border-bottom:1px solid #A2ADBC;
	width: 21px;
	height: 20px;
	text-align: center;
	color: #F6F4DA;
	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: 21px;
	height: 20px;
	font-weight: bold;
	display: block;
	color: #608194;
	border: 1px solid #DF9496;
}
/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	width: 21px;
	height: 20px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	border: 1px solid #DF9496;
}
/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 21px;
	height: 20px;
	text-align: center;
	background-color: #EFEFEF;
}
/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink, .eventcalq td.mod_eventlistcalq_caltodaylink {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	border-right: 1px solid #A2ADBC;
	border-bottom: 1px solid #A2ADBC;
	width: 21px;
	height: 20px;
	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 {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color:#4f94ff;
	/*color: #608194;
	background-color: #CCE0FF;*/
	width: 20px;
	height: 20px;
	display:block;
	text-align:center;
}
/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #0066FF;
	width: 20px;
	height: 20px;
	text-align:center;
}
/* Month heading properies */
.eventcalq caption.mod_eventlistcalq_calendar-month {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	color: #ffffff;
	background-color: #666666;
	text-align: center;
}
.eventcalq caption.mod_eventlistcalq_calendar-month select:focus {
	background-color: #ffd;
	color:#000000;
}
.eventcalq caption.mod_eventlistcalq_calendar-month select {
	font-size: 10px;
	border:none;
	color:#FFFFFF;
	background:#666666;
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
}
/* 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 {
	font-family:"Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-weight:bold;
	font-size:11px;
	color: #616B76;
	background: #D9E2E1;
}

.eventcalq .inputbox {
	padding:0px;
}