	@charset "UTF-8";
	/* CSS Document */
	
	.po-agenda {
		background-image: url(/images/site/po_agenda_back.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	.vo-agenda {
		background-image: url(/images/site/vo_agenda_back.jpg);
		background-repeat: no-repeat;
		background-position: center center;
	}
	
	#table_container {
		min-width: 500px;
		max-width: 600px;
		position: relative;
		right: 25px;
		top: 20px;
		margin-left: 250px;
	}
	#shade_table .right, #forum_table .right {
		background-image: url(/images/site/shade/shade_right.png);
		background-repeat: repeat-y;
		background-position: left top;
	}
	#shade_table .under, #forum_table .under {
		background-image: url(/images/site/shade/shade_bottom.png);
		background-repeat: repeat-x;
	}
	#shade_table .topline, #shade_table .bodyline {
		background-color: #FFF;
		border: 2px solid #06C;
		opacity: 0.9;
		filter: alpha(opacity=90);
	}
	#shade_table .topline {
		border-bottom-width: 0px;
	}
	#shade_table .bodyline {
		border-top-width: 0px;
	}
	.vo-agenda #shade_table .topline, .vo-agenda #shade_table .bodyline {
		border-color: #C39;
	}
	#stage .stage_images {
		position: absolute;
		z-index: 99;
		top: 60px;
		left: 20px;
	}
	#stage .stage_images img {
		position: absolute;
	}
	#stage .stage_images .image_image {
		left: 2px;
		top: 2px;
	}
	#stage .stage_images .image_shade {
		left: 0px;
		top: 0px;
	}
	#table_container .content_item_wrapper {
		padding-top: 15px;
		padding-right: 15px;
		padding-bottom: 15px;
		padding-left: 40px;
	}
	#table_container .content_item {
		font-size: 0.9em;
		padding-top: 0px;
		padding-right: 0px;
		padding-bottom: 10px;
		padding-left: 0px;
		line-height: 1.3em;
	}
	#shade_table .CollapsiblePanelTab {
	background-image: url(/images/site/pijl_dicht.gif);
	background-repeat: no-repeat;
	background-position: left 2px;
	padding: 0px;
	outline: none;
	}
	#shade_table .CollapsiblePanelTab h1 {
	font-size: 1.2em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	}
#shade_table .CollapsiblePanelOpen .CollapsiblePanelTab h1 {
	padding-left: 0px;
}
	#shade_table .CollapsiblePanelTab .intro {
		color: #999;
	}
	#shade_table .CollapsiblePanelTabHover {
		background-image: url(/images/site/pijl_hover.gif);
	}
	#shade_table .CollapsiblePanelTabHover .intro {
		color: #666;
	}
	#shade_table .CollapsiblePanelOpen .CollapsiblePanelTab .intro {
		display: none;
	}
	#shade_table .CollapsiblePanelOpen .CollapsiblePanelTab {
		background-image: url(/images/site/pijl_open.gif);
	}
	#shade_table .CollapsiblePanelOpen .mytext {
	}
	#shade_table .CollapsiblePanelOpen .po .mytext a {
		color: #06C;
		text-decoration: underline;
	}
	#shade_table .CollapsiblePanelOpen .vo .mytext a {
		color: #C39;
		text-decoration: underline;
	}
	#shade_table .CollapsiblePanelOpen .po .mytext a:hover, #shade_table .CollapsiblePanelOpen .vo .mytext a:hover {
		text-decoration: none;
	}
	
	
	.news_images_panel {
		float: right;
		margin-left: 5px;
	}
	.meerfotoos {
		font-size: 0.7em;
		color: #666;
	}
	.item_files {
		font-size: 0.8em;
		padding: 15px;
	}
	.item_files .item_file a {
		color: #666;
	}
	.item_files .item_file a:hover {
		text-decoration: none;
	}
