/* ---[ general ]--- */

.strong {
	font-weight: bold;
}

h3.event_sub {
}

#content h3.event_sub1 {
	margin:-20px 0px 0px 6px;
	padding:0px;
	line-height:16px;
	font-weight:bold;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

div#eke_container p {
	clear: none;
}

div#eke_middle p.normal {
	padding: 4px 8px;
	min-height: 1em;
}

div#eke_middle div#eke_container p.normal {
	padding: 4px 3px 9px 3px;
	min-height: 1em;
}

div#eke_middle div.hr {
	clear: both;
	border-bottom: 1px solid #9a9a9a;
	margin: 5px 0;
	padding: 0;
}

div#eke_middle div.hr hr {
	display: none;
}

/* tables */

div#eke_middle table {
	width: 100%;
	border-collapse: collapse;
}

div#eke_middle thead {
	color: #fff;
	background-color: #666;
	font-weight: bold;
}

div#eke_middle tr.odd {
	background-color: #f5f5f5;
}

div#eke_middle td,div#eke_middle th {
	padding: 2px 0px;
	vertical-align: top;
}

/* ---[ evenementen agenda & calendar extern - small ]--- */

div#eke_small h3{
	display:none;
}

/* agenda */

div#eke_small div.agenda_event {
	margin-bottom: 8px;
}

div#eke_small div.agenda_event p {
	padding-bottom: 0;
}

div#eke_small div.agenda_event p.title_link a {
	font-weight: bold;
}

/* calendar */

div#eke_small div.calendar {
	margin: 3px 0;
	height: 290px;
	text-align:center;
}

div#eke_small div.calendar div.calendar_months {margin:auto;width:180px;}

/* clear float container without source markup - http://www.positioniseverything.net/easyclearing.html */
div#eke_small div.calendar div.calendar_months:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

div#eke_small div.calendar div.calendar_month {
	float: left;
	margin: 4px;

}
#navigation h3.rounding{padding:2px 5px 10px;color:#FFF;}
div#eke_small div.calendar div.calendar_month a {
	display: block;
	padding: 5px;
	width: 70px;
	height: 70px;
	color: #007CCD;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #efefef url(/images/evenementenkalender/bg_calendar_month.gif) no-repeat top left;
}

img.has_event_yes {padding:30px 0 0 45px;}

div#eke_small div.calendar div.calendar_month a.has_event {
	background: #efefef url(/images/evenementenkalender/bg_calendar_month_has_event.gif) no-repeat top left;
}

div#eke_small div.calendar div.calendar_month a.active {
	background: #efefef url(/images/evenementenkalender/bg_calendar_month_active.gif) no-repeat top left;
}

div#eke_small div.calendar div.calendar_month a.has_eventactive {
	background: #efefef url(/images/evenementenkalender/bg_calendar_month_active_has_event.gif) no-repeat top left;
}

div#eke_small div.calendar div.calendar_month a:hover {
	background-color: #dedede !important;
}

div#eke_small div.calendar div.calendar_event_overview {
	padding:10px 10px 10px;
	text-align:right;
}

/* ---[ evenementen kalender extern - middle ]--- */

/* ---[ evenementen ]--- */

/* layout */

div#eke_container {
	padding: 5px;
}

div.event div.date {
	float: left;
	min-height: 100px;
	color: #007CCD;
	padding:10px;
	border-right:1px solid #CCC;
}

#eke_container h3 {
	border-bottom:1px solid #CCC;
}

div.event div.content {
	float: left;
	padding-left:10px;
	padding-top:10px;
	border-left:1px solid #CCC;
	margin-left:-1px;
	width:320px;
	overflow:hidden;
}

/* clear float container without source markup - http://www.positioniseverything.net/easyclearing.html */
div.event:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* markup */

div.event {
	margin: 0 0 20px 0;
	border-bottom:1px solid #CCC;
	height:1%;
}

div.event h2.title {
	margin: 9px 0px;
	line-height: 20px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:144%;
}

#content-inner div.event div.date p.date {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:54px;
	font-weight:bold;
	line-height:54px;
	text-align: center;
	padding:0px;
	margin: -1px 0px;
}

#content-inner div.event div.date p.date_month_small {
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
	font-weight:bold;
	line-height:1em;
	text-align: center;
	padding:0px;
	margin:2px 0px;
}

#content-inner div.event div.date p.date_separator {
	margin: 4px 0 0 0;
	padding: 0;
	font: bold 14px/1 "Trebuchet MS",Arial, Helvetica, sans-serif;
	text-align: center;
}

div.event div.content p.event_detail {
	text-align:right;
}

#content-inner div.event div.content  {
	line-height:18px;
	font-family:"Trebuchet MS",Arial, Helvetica, sans-serif;
}

div.event div.content h4.location {
	font-weight: bold;
	margin: 0px 0px 10px 0px;
	color:#000;
	line-height:16px;
}

#content-inner div.event p.summary {
	line-height:16px;
}

div.event div.to_overview_and_print a.printarrow {
	display:block;
	text-align:right;
}

div.event div.to_overview_and_print a.linkarrowl {
	display:block;
	text-align:left;
	float:left;
}

div.event div.content p.image {
	padding: 0;
}

div.event div.content p.image img {
	float: right;
	padding: 0 0 10px 10px;
}

div.event div.content table.info {
	clear: both;
	margin:6px 0px;
	padding:0px;
}

div.event div.content table.info td.col1 {
 	width: 145px;
}

/* collapsed */

div.event.collapsed div.content p {
	/*width: 230px;  */
}

div.event.collapsed div.content p.image {
	width: auto;
}

/* ---[ other events this month ]--- */

div#event_list table#other_events_this_month td.col1,
div#event_list table#other_events_this_month td.col3 {
	font-weight: bold;
}

div#event_list table#other_events_this_month td.col2,
div#event_list table#other_events_this_month td.col3 {
	width: 120px;
}

div#event_list table#other_events_this_month td,div#event_list table#other_events_this_month th{
	padding:5px 10px;
}

/* ---[ events in months ]--- */

div#event_list table#events_months td.col1 {
	font-weight: bold;
}

div#event_list table#events_months td.col2,
div#event_list table#events_months td.col3 {
	width: 120px;
}

div#event_list table#events_months tr.month {
	background-color:#CCC;
}

div#event_list table#events_months tr.month td,div#event_list table#events_months tr.month th{
	padding:10px 0 0 10px;
	
}
div#event_list table#events_months td,div#event_list table#events_months th{
	padding:5px 10px;
}


div#event_list table#events_months tr.month td a,div#event_list table#events_months tr.month th a{
	color:#333;
}
div#event_list table#events_months tr.first_month td.col1 {
	padding-top: 5px;
}

div#event_list table#events_months tr.month td.col1 a {
}

/* ---[ extra table styles ]--- */

div#event_list table#other_events_this_month thead td,
div#event_list table#events_months thead td {
	border-right: 1px solid #fff;
}

div#event_list table#other_events_this_month tbody td,
div#event_list table#events_months tbody td {
	border-right: 1px solid #9a9a9a;
}

div#event_list table#other_events_this_month td.col3,
div#event_list table#events_months td.col3 {
	border-right: none;
}

/* Overview months */

.verfijn {
width:232px;
margin:20px 0;
margin-left:1px;
}

.verfijn h3 {
margin:0;padding:0;
background-color:#A59F8D;
border-left:1px solid #C0BCB0;
color:#FFF;
}
.verfijn-holder {
border:1px solid #C0BCB0;
padding:2px;
border-top:0;padding-bottom:0;
}

.verfijn-holder .verfijn-holder-inner {
background:url(/assets/themes/default/images/bg-verfijnen.jpg) no-repeat scroll left top;
padding:10px 0;
border-bottom:2px solid #FFF;
}

.verfijn-holder .verfijn-holder-inner a {
color:#333333;
}

.verfijn .rounding {
background:transparent url(/assets/themes/default/images/verfijn-rounding.png) no-repeat scroll right top;
}