
div#eventSearchBlock {
	min-height:135px;
	_height:135px;
	
	padding:25px 20px 20px 20px;
	background: url('/assets/images/bck_right_vp.png') no-repeat left 0px;
}

.groupItems {
	margin:0px 0px 0px 19px;
	padding:0;
}
	.groupItems li {
		margin:0;
		padding:0;
		list-style:none;
		padding-left:20px;
		background: url('/assets/images/bck_LeftMenu.gif') no-repeat 1px 4px;
	}
	.groupItems li a {
		color:#FFF;
		text-decoration:none;
		
	}
	.groupItems li.selected a {
		font-weight:bold;
	}
		

/*Events formulier*/
.formContainer .formBlock {
	padding:10px 10px 10px 10px;
	background:#E5F7F8;
	margin-bottom:2px;
	z-index:1;
}

.formContainer form {
	margin:0px;
}

.formContainer label {

}


.formContainer .formlabel {
	width:120px;
}

.formContainer .forminput {
	font-size:11px;
	background:#B7E8EC;
	padding:3px;
	height:17px;
	border:none;
}

.formContainer .formtextarea {
	font-size:11px;
	background:#B7E8EC;
	padding:3px;
	border:none;
	overflow:auto; 
}


/*subscribersitem*/
.subscribeitem {

}

.subscribeitem .image {
	margin-top:5px;
	width:50px;
	float:left;
}

.subscribeitem .text {
	position:relative;
	width:350px;
	float:left;
}

.subscribeitem .checkbox {
	position:absolute;
	top:20px;
	right:20px;
}


.subscribeitem .text .letter {
	color:#00ADBD;
	width:10px;
}

.buttonssubscribers {
	margin:10px 15px 30px 15px;
	color:#008893;
}

.buttonssubscribers a {
	color:#008893;
	text-decoration:none;
}

.buttonssubscribers a:hover {
	text-decoration:underline;
}


/*bijlageitem*/
.fileitem {
	margin-bottom:15px;
}

.fileitem .image {
	margin-top:5px;
	width:50px;
	float:left;
}

.fileitem .text {
	width:250px;
	float:left;
}

.fileitem .text .edittitle, .fileitem .text .edittitle a{
	color:#008893;
	text-decoration:none;
}

.fileitem .text .edittitle a:hover{
	text-decoration:underline;
}

.fileitem .text .title, .fileitem .text .title a{
	color:#333333;
	text-decoration:none;
}

.fileitem .text .title a:hover{
	text-decoration:underline;
}

.fileitem .text .type{
	color:#5C5C5C;
}

/*video*/

.videoitem {
	margin-bottom:15px;
	width:330px;
}


.videoitem .text {
	width:300px;
	float:left;
}

.videoitem .button {
	width:20px;
	float:left;
}


/* nieuwe tabs - 15-12-2005 fred */
#tabngi {
	margin:0px;
	margin-bottom:2px;
	padding:0px;
	height:24px;
}

#tabngi li {
	cursor: pointer;
	cursor: hand;
	height:24px;
	float:left;
	list-style:none;
	background: url('/assets/images/bck_tab.gif') no-repeat left bottom;
}
#tabngi li div {
	height:18px;
	color:#008893;
	padding:3px 5px 3px 10px;
	text-align:center;
	
}

#tabngi li.open {
	font-weight:bold;
	background: url('/assets/images/bck_tab_selected.gif') no-repeat left bottom;
}

.fakefile {
	position:absolute;
	top:0px;
	left:195px;
	width:100px;
	background:#E5F7F8;

}

.eventPageing {
	margin-top:20px;
	width:400px;
}
.eventPageing .eventSorting A, .eventPageing .eventSorting A:hover {
	color: black;
}

.eventPageing .eventSorting A {
	text-decoration: none;
}
.eventPageing .eventSorting A:hover, .eventPageing .eventSorting A.active {
	text-decoration: underline;
}


.reactionForm {
	border-top:1px dotted #9A9A9A;
	margin-top:20px;
	padding-top:20px;
	
}

.reactionForm .reactItem {
	background-color:#DCF4F6;
	padding:12px 10px 18px 10px;
	margin-bottom:1px;
}

.eventItem {
	background:#D9F3F5;
	margin-bottom:1px;
	/*width:405px;
	width:385px;*/
	cursor:hand;
	cursor:pointer;
	background:#CDEFF2 url('/assets/images/bck_event_date.gif') no-repeat 0px 0px;
}

.eventItem .dateBlock {
	width:55px;
	margin:1px;
	padding:8px;
	float:left;
	
}
.eventItem .textBlock {
	/*width:304px;
	width:284px;*/
	padding:8px;
	float:left;
}

.eventItem .textBlock .location{
	color:#008893;
}