/* Modification to eventlistcal by Toni Smillie www.qivva.com toni@qivva.com */
/* @version 0.93 $Id: mod_eventlistcal15q.css 50 2009-08-27 22:29:30Z qivva $ */
/* @package Qivva Eventlist Calendar Module */
/* @copyright (C) 2008,2009  Toni Smillie */
/* @license http://www.gnu.org/copyleft/gpl.html GNU/GPL */
.eventcalq {
	width: 208px;
	background: #c00823 url(images/event_title.gif) no-repeat;
}
#sidebar1 .eventcalq {
	width: 200px;
	margin: 15px 0px;
	border-left: 1px solid #EAEAEA;
}
/* Overall calendar table properties */
#sidebar1 .eventcalq table.mod_eventlistcalq_calendar{
width: 200px;
}
.eventcalq table.mod_eventlistcalq_calendar {
	width: 208px;
	padding: 0;
	font: normal 11px/20px Verdana,  Helvetica, sans-serif;
	color: #333;
	text-align: center;
	background-color: #fff;
	border-bottom: 1px solid #EAEAEA;
}

/* Blank cell properties */
.eventcalq td.mod_eventlistcalq {
	font: normal 10px/20px Verdana, Helvetica, sans-serif;
	width: 30px;
	height: 20px;
	text-align: center;
	background-color: #FFF;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

/* Today cell preperties */
.eventcalq td.mod_eventlistcalq_caltoday
{
	font: normal 10px/20px Verdana, Helvetica, sans-serif;
	width: 30px;
	height: 20px;
	text-align: center;
	color: #ffffff;
	background-color: #c00823;
}

/* 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: 30px;
	height: 18px;
	font-weight: normal;
	display: block;
	color: #FFF;
	display: block;
}
/* Today Event day cell hover */
.eventcalq td.mod_eventlistcalq_caltodaylink a:hover {
	text-decoration: none;
	width: 30px;
	height: 18px;
	font-weight: normal;
	display: block;
	color: #FFFFFF;
	display: block;
}

/* Non event day cell preperties */
.eventcalq td.mod_eventlistcalq_calday {
	font: normal 10px/20px Verdana, Helvetica, sans-serif;
	width: 30px;
	height: 25px;
	text-align: center;
	background-color: #FFF;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}

/* Event day cell properties */
.eventcalq td.mod_eventlistcalq_caldaylink{
	font: normal 10px/20px Verdana, Helvetica, sans-serif;
	width: 30px;
	height: 25px;
	text-align: center;
	background-color: #ffffff;
	color:#c00823;
	border-right: 1px solid #EAEAEA;
	border-top: 1px solid #EAEAEA;
}
.eventcalq td.mod_eventlistcalq_caltodaylink {
	font: normal 10px/20px Verdana, Helvetica, sans-serif;
	width: 30px;
	height: 25px;
	text-align: center;
	background-color: #c00823;
	color:#FFF;
}

/* 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: normal;
	display: block;
	color: #c00823;
	background-color: #ffffff;
}

/* Event day cell hover */
.eventcalq td.mod_eventlistcalq_caldaylink a:hover {
	text-decoration: none;
	font-weight: normal;
	display: block;
	color: #c00823;
}
/* Month heading properies */
.eventcalq div.mod_eventlistcalq_calendar-month {
	font: 18px/36px Georgia, Arial, Verdana, Helvetica, sans-serif;
	color: #926439;
	text-align: center;
	position: relative;
	width: 210px;
	display: block;
	margin: 10px 20px 0 20px;
	height: 36px;
	background-color: #C00823;
}

/* 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: #FFF;
}


/* Month heading Hover properties */
.eventcalq caption.mod_eventlistcalq_calendar-month a:hover{
color: #fff;
text-decoration: none;
}
.eventcalq caption.mod_eventlistcalq_calendar-month{
	height: 30px;
	color: #FFFFFF;
	font: normal 10px/28px garamond, Georgia, "Times New Roman", Times, serif;
	text-align: right;
	text-transform: uppercase;
	padding: 0px 5px;
	background:url(/templates/SIDN-main/images/event_title.gif);
}
/* Day of week heading properties*/
.eventcalq th.mod_eventlistcalq_daynames {
	font: normal 11px/20px garamond, Georgia, "Times New Roman", Times, serif;
	color: #fff;
	background: #333;
	padding: 0px;
	height: 30px;}


/* Tooltips */
.tool-tip {
	float: left;
	background: #c00823;
	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;
	color: #FFFFFF;	
}

.tool-text {
	font-size: 100%;
	margin: 0;
	color: #FFFFFF;
}

.month_left {
	font-size: 11px;
	background: url(images/left.gif);
}
.cal_right {
	display: block;
	width: 34px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	background: url(/templates/ngapuhi-home/images/calendar_buttons.png) no-repeat;
	position: absolute;
	right: -25px;
	top: 10px;
}
#right_sidebar a.cal_left, #right_sidebar a.cal_right {
	color: #FFF;
}

a.rss img{
border: none;
margin: 5px 0px 0px 8px;
float: right; }
span.month{
float: right;}