/* 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 {

	color: #616B76;

	float: left;

	margin: 0 0 0 8px;

	padding: 0;

	text-align: center;

	width: 154px;

}



/* Blank cell properties */

.eventcalq td.mod_eventlistcalq {

	border-left: 1px solid #244278;

	border-right: 1px solid #24669D;

	color: #B9B8B8;

	font-size: 11px;

	font-size-adjust: none;

	font-stretch: normal;

	font-style: normal;

	font-variant: normal;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	text-align: center;

	width: 21px;

}



.eventcalq td.mod_eventlistcalqlast3 {

	border-right: 1px solid #24669D;

	color: #B9B8B8;

	font-size: 11px;

	font-size-adjust: none;

	font-stretch: normal;

	font-style: normal;

	font-variant: normal;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	text-align: center;

	width: 21px;

}



/* Today cell preperties */

.eventcalq td.mod_eventlistcalq_caltoday {

	border-left: 1px solid #244278;

	border-right: 1px solid #24669D;

color: #74bd25;

	font-size: 11px;

	font-size-adjust: none;

	font-stretch: normal;

	font-style: normal;

	font-variant: normal;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	text-align: center;

	width: 21px;

	text-decoration: underline;
}



.eventcalq td.mod_eventlistcalq_caltodaylast {

	font-size: 11px;

	font-size-adjust: none;

	font-stretch: normal;

	font-style: normal;

	font-variant: normal;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	text-align: center;

	width: 21px;

	text-decoration: underline;

}



.prevmonth {

	background: transparent url(../../templates/ydesignlabs_fnf/images/calendar-prevmonth.png) no-repeat scroll 0 0;

	display: block;

	height: 9px;

	left: 15px;

	position: absolute;

	text-indent: -9999px;

	top: 12px;

	width: 6px;

}



.nextmonth {

	background: transparent url(../../templates/ydesignlabs_fnf/images/calendar-nextmonth.png) no-repeat scroll 0 0;

	right: 15px;

	top: 12px;

	display: block;

	width: 6px;

	height: 9px;

	text-indent: -9999px;

	position: absolute;

}



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

	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: 19px;

	height: 18px;

	font-weight: bold;

	display: block;

	color: #FFFFFF;

	background-color: #0066FF;

	border: 1px solid #DF9496;

}



/* Non event day cell preperties */

.eventcalq td.mod_eventlistcalq_calday {

	border-left: 1px solid #244278;

	border-right: 1px solid #24669D;

	font-size: 11px;

	font-size-adjust: none;

	font-stretch: normal;

	font-style: normal;

	font-variant: normal;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	text-align: center;

	width: 21px;
color: #002458;
}



.eventcalq td.mod_eventlistcalq_caldaylast {

	font-size: 11px;

	font-size-adjust: none;

	font-stretch: normal;

	font-style: normal;

	font-variant: normal;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	text-align: center;

	width: 21px;
	color: #002458;

}

/* Event day cell properties */

.eventcalq td.mod_eventlistcalq_caldaylink, 

.eventcalq td.mod_eventlistcalq_caltodaylink {

	border-left: 1px solid #244278;

	border-right: 1px solid #24669D;

	font-size: 11px;

	font-size-adjust: none;

	font-stretch: normal;

	font-style: normal;

	font-variant: normal;

	font-weight: bold;

	height: 20px;

	line-height: 20px;

	text-align: center;

	width: 21px;

}



/* Event day cell hover Link / Visited*/

.eventcalq td.mod_eventlistcalq_caldaylink a:link,

.eventcalq td.mod_eventlistcalq_caldaylink a:visited{

	color: #3CA6DD;

	display: block;

	font-size: 11px;

	font-weight: bold;

	text-decoration: none;

}



/* Event day cell hover */

.eventcalq td.mod_eventlistcalq_caldaylink a:hover {

	text-decoration: none;

	font-weight: bold;

	display: block;

	color: #FFFFFF;

	background-color: #3CA6DD;

}

/* Month heading properies */

.eventcalq div.mod_eventlistcalq_calendar-month {

color: #74bd25;
	float: left;

	font-size: 14px;

	font-weight: bold;

	padding: 10px 0;

	position: relative;

	text-align: center;

	width: 100%;

}



/* 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: bold 11px/20px;

	color: #3ca6dd;

}





/* Tooltips */

.tool-tip {

	background: #F5F5F5 none repeat scroll 0 0;

	border: 1px solid #D4D5AA;

	color: #0F92D7;

	float: left;

	max-width: 300px;

	padding: 5px;

}



.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;

	color: #0F92D7;

}



.tool-text {

	font-size: 100%;

	margin: 0;

	color: #0F92D7;

}



.tool-tip span {

	color: #0F92D7!important;

}



.eventcalq td.mod_eventlistcalq_caldaylink2,

.eventcalq td.mod_eventlistcalq_caltodaylink2

{

border-left-width-ltr-source: physical;



border-left-width-rtl-source: physical;



border-left-style-ltr-source: physical;



border-left-style-rtl-source: physical;



border-left-color-ltr-source: physical;



border-left-color-rtl-source: physical;



border-right-width-value: 1px;



border-right-style-value: solid;



border-right-color-value: #24669d;



border-right-width-ltr-source: physical;



border-right-width-rtl-source: physical;



border-right-style-ltr-source: physical;



border-right-style-rtl-source: physical;



border-right-color-ltr-source: physical;



border-right-color-rtl-source: physical;



font-size: 11px;



font-size-adjust: none;



font-stretch: normal;



font-style: normal;



font-variant: normal;



font-weight: bold;



height: 20px;



line-height: 20px;



text-align: center;



width: 21px;



}



.eventcalq td.mod_eventlistcalq_caldaylink3,

.eventcalq td.mod_eventlistcalq_caltodaylink3

{

border-right: 1px solid #24669D;

border-left-width-ltr-source: physical;



border-left-width-rtl-source: physical;



border-left-style-ltr-source: physical;



border-left-style-rtl-source: physical;



border-left-color-ltr-source: physical;



border-left-color-rtl-source: physical;



border-right-width-value: 1px;



border-right-style-value: solid;



border-right-color-value: #24669d;



border-right-width-ltr-source: physical;



border-right-width-rtl-source: physical;



border-right-style-ltr-source: physical;



border-right-style-rtl-source: physical;



border-right-color-ltr-source: physical;



border-right-color-rtl-source: physical;



font-size: 11px;



font-size-adjust: none;



font-stretch: normal;



font-style: normal;



font-variant: normal;



font-weight: bold;



height: 20px;



line-height: 20px;



text-align: center;



width: 21px;



}



.eventcalq td.mod_eventlistcalq_caldaylast2



{
color: #002458;
border-right: 1px solid #24669D;

border-left-width-ltr-source: physical;



border-left-width-rtl-source: physical;



border-left-style-ltr-source: physical;



border-left-style-rtl-source: physical;



border-left-color-ltr-source: physical;



border-left-color-rtl-source: physical;



border-right-width-ltr-source: physical;



border-right-width-rtl-source: physical;



border-right-style-ltr-source: physical;



border-right-style-rtl-source: physical;



border-right-color-ltr-source: physical;



border-right-color-rtl-source: physical;



font-size: 11px;



font-size-adjust: none;



font-stretch: normal;



font-style: normal;



font-variant: normal;



font-weight: bold;



height: 20px;



line-height: 20px;



text-align: center;



width: 21px;



}