/* CSS Document */


/*BLOKJES*/
.tbl_blokje{
	width: 180px;
	border-top: 1px solid #000000;
	margin: 5px;
}

.title_blokje{
/*	border: 1px solid #F8981D;*/
	background-color: #FFFFFF;
	color: #000000;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 5px;
	padding-bottom: 1px;
}

.text_blokje{
	padding: 2px;
}

.nieuwzoekveld{
	width: 30px;
	border: 1px solid #000000;
	background-color: #FFFFFF;
	margin-right: 5px;
}

.nieuwbutton{
/*	border: 1px solid #000000;
	background-color: #FFFFFF;*/
	color: #000000;
	font-weight: bold;
	cursor: hand;
}

/*POLL*/
.PB-poll{}
.PB-frm-vote{}
.PB-text-above-voting-options{
	font-weight: bold;
}
.PB-voting-options{}
.PB-voting-options-table{}
.PB-voting-button{
	padding-left: 7px; 
}
.PB-voting-button INPUT{
/*	border: 1px solid #000000;
	background-color: #FFFFFF;*/
	color: #000000;
	font-weight: bold;
	cursor: hand;
}

.PB-results-link{}
.PB-text-above-results{
	font-weight: bold;
}
.PB-results{}
.PB-results-voting-options{}
.PB-results-bar-and-percentage{}
.PB-results-bar{}
.PB-results-percentage{
	padding-left: 10px;
}

