@charset "UTF-8";

/* @override http://wiz.dev/css/wiz/wiz-agenda.css */

.agenda_item a {
	border-bottom: 1px solid #C1D3D2;
	color: #007C86;
	text-decoration: none;
}
.agenda_item a:hover {
	border-bottom: 1px solid #000;
}
.lightgrey{
	color: #999;
}
/* ================================= */
.category_heading{
	font-size: 18px;
	color: #888;
}
.category_heading span{
	color: #444;
}
.agenda_item .description{
	line-height: 14px;
	font-size: 12px;
	padding-top: 1px;
}
.agenda_lokatie{
	font-weight: bold;
	color: #909090;
	/*white-space: nowrap;*/
}

.agenda_item {
	border-bottom: 1px solid #e0f0f0;
	margin-left: 94px;
	padding: 3px 2px 6px 7px;
}
.agenda_item p{
	margin-bottom: 7px;
}
.agenda_tips {
	/*margin-left: 0px;
	padding-bottom: 6px;*/
	background-color: white;
	border: none;
	margin-bottom: 8px;
}
.agenda_item h1,
.agenda_item h2 {
	font-size: 15px;
	font-weight: bold;
	margin: 0;
	padding: 0 0 4px;
	line-height: 16px;
}
.agenda_item h1{
	font-size: 19px;
	line-height: 24px;
	margin-top: 8px;
}
.agenda_item h1 a,
.agenda_item h2 a {
	color: #424242;
	border: none;
}
.agenda_item h1 a:hover,
.agenda_item h2 a:hover {
	/*text-decoration: underline;*/
}
.agenda_item .agenda_thumb {
	float: right;
	text-decoration: none;
	border: none;
	margin-right: 12px;
	border-bottom: none;
}
.agenda_datum_klein {
	font-size: 12px;
	line-height: 12px;
	text-transform: capitalize;
	font-weight: normal;
	color: #848484;
	font-style: normal;
	margin: 0;
}
.lees_verder {
	margin-right: 12px;
}
.agenda_categories {
	font-size: 11px;
	line-height: 14px;
	color: #989998;
}
.agenda_categories span {
}
.agenda_body{
	margin-top: 12px;
}
.agenda_item em,
.agenda_item i{
	font-style: italic;
	font-weight: normal;
}
.agenda_afbeeldingen{
	margin: 24px 0 24px;
}
.agenda_afbeeldingen img{
	padding: 6px;
	border: 1px solid #ccc;
}


/* ================================= */

.agenda_maand {
	/*background: url(images/gradient-agenda-item.png) repeat-x;*/
	border-top: 2px solid #a3d0d7;
	color: #5eb2c1;
	font-size: 24px;
	margin-top: 8px;
	padding: 6px 0 6px 100px;
	text-transform: capitalize;
	line-height: 24px;
}
.pull_up{
	margin-top: -17px;
}

.agenda_maand .categorie{
	clear:left;
	color: #49848d;
}
.agenda_maand .terug{
	font-size: 11px;
	margin-left: 10px;
	line-height: 14px;
	color: #bbb;
}
.top {
	margin-top: 0;
}

.agenda_dag {
	background: #e0f0f0;
	height: 2px;
	margin-bottom: 2px;
	margin-top: -1px;
}

.agenda_start {
	clear: both;
	width: 68px;
	float: left;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	background-color: #e5f7fa;
	padding-bottom: 2px;
	margin-left: 4px;
}

.agenda_start em {
	display: block;
	background-color: #cdeff7;
	font-size: 12px;
	line-height: 19px;
	color: #5b91a2;
	font-weight: bold;
	font-style: normal;
}

.agenda_start span {
	display: block;
	margin-bottom: 3px;
	margin: 0;
	font-size: 32px;
	line-height: 26px;
	color: #63aebb;
	padding-top: 4px;
	font-weight: bold;
}

.agenda_start strong {
	display: block;
	color: #5999a5;
	font-size: 12px;
	line-height: 18px;
}

/* ================================= */
.menu{
	z-index: 100;
}

#agenda_tools {
	float: right;
	padding: 0px;
	list-style: none;
	color: #fff;
	line-height: 36px;
	display: block;
	z-index: 90;
	background: #63aebb;
	/*margin-top: 8px;*/
}
#agenda_tools li {
	text-decoration: none;
	border: none;
}
#agenda_tools > li {
	color: #e6f7fa;
	background: #63aebb none repeat scroll 0 0;
	cursor: pointer;
	float: left;
	position: relative;
	padding: 0px 10px;
	border-right: 1px solid #6cc1cf;
}

#agenda_tools a:hover {
	color: #B0D730;
	text-decoration: underline;
}

#agenda_tools .logo {

}

/* sub-menus*/

#agenda_tools ul {
	padding: 0px;
	margin: 0px;
	display: block;
	display: inline;
}

#agenda_tools li ul {
	position: absolute;
	left: -10px;
	top: 0px;
	margin-top: 36px;
	width: 160px;
	line-height: 16px;
	background-color: #3a6970;
	color: #cdeef7;
/* for IE */
    display:none;
}

#agenda_tools li:hover ul {
	display: block;
}

#agenda_tools li ul li {
	display: block;
	margin: 5px 20px;
	padding: 5px 0px;
	border-top: 1px dotted #63aebb;
	list-style-type: none;
}

#agenda_tools li ul li:first-child {
	border-top: none;
}

#agenda_tools li ul li a {
	display: block;
	border: none;
	color: #cdeef7;
}

#agenda_tools li ul li a:hover {
}

/* main submenu */
#agenda_tools #main {
	left: 0px;
	top: 0px;
	background-color: #cdeef7;
	z-index: 999;
	color: #3a6970;
}
#agenda_tools #main a{
	display: inline;
	color: #007c86;
	text-decoration: underline;
}
#agenda_tools li.account-insturen{
	background-color: #40949f;
}
.account-insturen a{
	font-weight: bold;
	color: #fffeff;
}
#agenda_tools .account-insturen a:hover{
	text-decoration: none;
}
/* search */
.searchContainer div {
	background-color: #fff;
	display: inline;
	padding: 4px;
	background-color: #e6f7fa;
}
#searchField {
	position: relative;
	border: none;
	background-color: #e6f7fa;
	height: 16px;
	line-height: 16px;
	margin: 4px 0 0;
	padding: 1px;
}
.searchContainer img {
	margin-top: -4px;
	vertical-align: middle;
}

#calendar .exposities-langlopend.fc-event-skin,
#calendar .exposities-langlopend .fc-event-skin{
	background: #7996b3;
	border-color: #7996b3;
}

/* --------------------------------- */
.ouditem{
	color: red;
}
.archiveyear{
	border-top: 1px solid #ccc;
	margin-top: 3px;
}
.minicalendar .monthlinks{
	padding-bottom: 4px;
}
.minicalendar td, .minicalendar th{
	border: 1px solid #ccc;
	text-align: center;
}
.minicalendar .dayhead{
	background: #eee;
}
.minicalendar .none{
	color: #bbb;	
}
.minicalendar .blanks{
	color: #ccc;
	font-style: italic;
}
.minicalendar .ct{
	background: #40949f;
	border-color: #40949f;
}
.minicalendar .ct a{
	color:  #fff;
}
