/**
 * eventCal
 *
 * eventCal Mini Module
 *
 * @package		mod_eventcal_mini
 * @author		Kay Messerschmidt
 * @author		Kyopi Vintage - http://forge.joomla.org/sf/go/post13405
 * @copyright	Copyright (C) 2006 Kay Messerschmidt. All rights reserved.
 * @license		http://www.gnu.org/copyleft/gpl.html GNU/GPL
 * @link		http://forge.joomla.org/sf/projects/eventcal
 */

/*
 * This are the standard eventCal Mini CSS definitions. If you want to specify CSS definitions in your template,
 * just change the Module Class Suffix of the module in your Joomla! admin interface for the specific module,
 * and put the desired definitions in your template. No need to hardcode anything in this module ;-)
 */
 

#modules_bottom {
	position: relative;
	margin-left: 14px;
}
#modules_bottom h3 {
	margin: 0px;
	padding: 0px;
}
.moduletable {
	width: 99%;
}
.moduletable th {
	color: #1D96C2;
	padding-bottom: 3px;
}
.moduletable table.eventcal_mini {
	float: left;
	table-layout: fixed;
}

.moduletable table.eventcal_mini td.month:hover {
	background-color:#FFFFFF;
}

.moduletable table.eventcal_mini td {
	text-align: center;
	width: 30px;
	height: 20px;
	padding: 1px;
	border-left: solid 1px #BBBBBB;
	border-right: solid 1px #BBBBBB;
	border-bottom: solid 1px #BBBBBB;
}

.moduletable table.eventcal_mini td.header {
	border: none;
	color: #FFF;
	text-align: center;
}
.moduletable table.eventcal_mini tr.trheader {
	background-color: #112F5F;
}

.moduletable table.eventcal_mini td.empty {
	border-bottom: dotted 1px #DDDDDD;
	border-left: dotted 1px #DDDDDD;
	border-right: dotted 1px #DDDDDD;
}

.moduletable table.eventcal_mini td.active {
	background-color: #1D96C2;
}

.moduletable table.eventcal_mini td a {
	font-weight: normal;
	color: #000000
}

.moduletable table.eventcal_mini td.today a {
	font-weight: bold;
}

.moduletable small.eventcal_mini {
	font-size:8pt;
	display:block;

}
.moduletable h3 {
	font-size:12px;
	font-weight: normal;
	line-height: 14px;
}
/*
 * Extended CSS definitions by Kyopi Vintage - http://forge.joomla.org/sf/go/post13405
 * To enable them, just set the Module Class Suffix to "_xtd".
 */
.moduletable table.eventcal_mini_xtd {
	text-align: center;
	width: 100%;
	background-color: #FCFCFC;
	font-family: Arial, sans-serif;
	table-layout: fixed;
}

.moduletable table.eventcal_mini_xtd td.header {
	text-align: center;
	font-size: 8px;
	font-weight: bold;
	font-family: Arial, sans-serif;
	color: #FF8C00;
	background: none;
	text-indent: 0px;
	height: 14px;
	line-height: 14px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
	border-bottom: 1px solid #EEEEEE;
	border-left: solid 1px #EEEEEE;
	border-top: 1px solid #EEEEEE;
}

.moduletable table.eventcal_mini_xtd td {
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	background: none;
	text-indent: 0px;
	height: 16px;
	line-height: 16px;
	padding: 0px;
	margin: 0px;
	letter-spacing: 0px;
	border-bottom: solid 1px #FCFCFC;
	border-left: solid 1px #FCFCFC;
	border-right: solid 1px #FCFCFC;
	background-color: #FCFCFC;
}

.moduletable table.eventcal_mini_xtd td.month:hover {
	border-bottom: solid 1px #D6ECFF;
	border-left: solid 1px #D6ECFF;
	border-right: solid 1px #D6ECFF;
	background-color: #D6ECFF;
}

.moduletable table.eventcal_mini_xtd td a:link,
.moduletable table.eventcal_mini_xtd td a:visited {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}

.moduletable table.eventcal_mini_xtd td.today {
	text-align: center;
	border-bottom: solid 1px #D6ECFF;
	border-left: solid 1px #D6ECFF;
	border-right: solid 1px #D6ECFF;
	background-color: #F0F8FF;
}

.moduletable table.eventcal_mini_xtd td.today:hover {
	border-bottom: solid 1px #D6ECFF;
	border-left: solid 1px #D6ECFF;
	border-right: solid 1px #D6ECFF;
	background-color: #D6ECFF;
}

.moduletable table.eventcal_mini_xtd td.today a:link,
.moduletable table.eventcal_mini_xtd td.today a:visited {
}

.moduletable table.eventcal_mini_xtd td.month {
	text-align: center;
}

.moduletable table.eventcal_mini_xtd td.empty {
}

.moduletable table.eventcal_mini_xtd td.active a {
	color: #FF8C00;
}

.moduletable table.eventcal_mini_xtd td.active a:hover {
	color: #FF8C00;
	font-weight: bold;
}

.moduletable table.eventcal_mini_xtd td.active:hover {
	border-right: solid 1px #FFE4B5;
	border-left: solid 1px #FFE4B5;
	border-bottom: solid 1px #FFE4B5;
	background-color: #FFF8DC;
}

.moduletable small.eventcal_mini_xtd {
	font-size:8pt;
	font-weight:bold;
	display:block;
	text-align:center;
}
/*******

- toegevoegde legenda

*******/
.moduletable #eventLegenda {
	float: left;
	clear: none;
	/*width: 168px;*/
	padding: 5px;
	background-color: #ddeff6;
	height: auto;
}
	.moduletable .eventItem {
	
		margin-bottom: 8px;
		font-size: 11px;
	}
		.moduletable .eventTitle {
			vertical-align: text-top;
			font-size: 12px;
			font-weight: bold;
			line-height: 14px;
		}
		.moduletable .eventTitle a {
			color: #112F5F;
			text-decoration: none;
		}
		.moduletable .eventTitle a:hover{
			color: #1D96C2;
			text-decoration: underline;
		}
		.moduletable .eventStart {
			vertical-align: text-top;
			color: #112F5F;
			clear: none;
			width: 68px;
			height: 12px;
			font-size: 11px;
		}
		.moduletable .eventRepeat {
	
			font-size: 11px;
		}
		.moduletable .eventTime {
			vertical-align: text-top;
			font-size: 10px;
			padding-bottom: 5px;
			width: 72px;
		}
		.cal_link {
			display: block;
			float: left;
			margin-top: 5px;
			font-size: 11px;
		}