﻿
.EventBrowser_Custom1
{
}

.EventBrowser_Custom1 .month
{
	background-color: #00448d;
	display: block;
	color: #FFFFFF;
	font-weight: bolder;
	margin: 22px 0px 0px 0px;
	padding: 3px 3px 3px 3px;
	width: 600px;
}

.EventBrowser_Custom1 .day
{
	display: block;
	font-weight: bolder;
	margin: 15px 0px 0px 0px;
	padding: 3px 3px 3px 10px;
}

.EventBrowser_Custom1 .item
{
	display: table;
	padding: 3px 3px 3px 10px;
}

.EventBrowser_Custom1 .item .title
{
	display: table-row;
}

.EventBrowser_Custom1 .item .title .titlediv
{
	display: inline;
	vertical-align: top;
	width: 300px;
}

.ff .EventBrowser_Custom1 .item .title .titlediv
{
	display: table-cell;
}

.EventBrowser_Custom1 .item .title .timediv
{
	display: inline;
	vertical-align: top;
	width: 100px;
}

.ff .EventBrowser_Custom1 .item .title .timediv
{
	display: table-cell;
}

.EventBrowser_Custom1 .item .title .citydiv
{
	display: inline;
	vertical-align: top;
	width: 100px;
}

.ff .EventBrowser_Custom1 .item .title .citydiv
{
	display: table-cell;
}

.EventBrowser_Custom1 .item .title .subscribe
{
	display: inline;
	vertical-align: top;
	width: 100px;
	background: url(inschrijven.gif) no-repeat;
	padding: 1px 2px 2px 4px; 
}

.EventBrowser_Custom1 .item .title .subscribe a
{
	color: white;
	text-decoration: none;
}

.ff .EventBrowser_Custom1 .item .title .subscribe
{
	display: table-cell;
	background: url(inschrijven.gif) no-repeat;
	padding: 1px 2px 2px 4px; 
}

.EventBrowser_Custom1 .contentdiv {
	width: 100%;
	vertical-align: top;
	padding-top: 20px;
	padding-bottom: 20px;
}

.EventBrowser_Custom1 .backlink {
	cursor: hand;
	cursor: pointer;
}
