/* WEBSITE SELECTIE */
	div.selection_box { height: auto; margin: 1em 0; padding-top: 1px;  position: relative; }
	div.selection_box div.head { background-color: #C5DDEA; margin: 1em; position: relative; }
	div.selection_box div.head h1 { margin: 0; padding: 5px 1em; width: 30%; font-size: 12pt; }
	div.selection_box form { margin: 0 auto; padding: 0; width: 520px; }
	div.selection_box select { width: 150px; }
	div.selection_box form div { width: 33%; float: left; margin-bottom: 0.5em; }
	div.selection_box form div.center { text-align: center; }
	div.selection_box form div.right { text-align: right; }
	div.selection_box form p.button { text-align: right; margin: 0;  }
	div.selection_box form p.button input { margin: 4px 4px 12px 4px; }
	
	div.selection_box .head .bg { height: 5px; width: 5px; font-size: 5px; position: absolute; background: url('../images/webgids/selectionbox_corners.gif') no-repeat; }
	div.selection_box .head .lefttop { left: 0; top: 0; background-position: left top; }
	div.selection_box .head .topright { right: 0; top: 0; background-position: right top; }
	div.selection_box .head .bottomleft { left: 0; bottom: 0; background-position: left bottom;  }
	div.selection_box .head .bottomright { right: 0; bottom: 0; background-position: right bottom; }

	/* Paging */
	ul.webgids_paging { height: 40px;  }
	ul.webgids_paging, ul.webgids_paging li { list-style: none; margin: 0; padding: 0; }
	ul.webgids_paging li { float: left; padding: 5px 7px; }
	
	ul.webgids_paging li.total_pages,
	ul.webgids_paging li.nav_btn { background-color: #DAEAF3; font-weight: bold; color: #0E314B;  }
	ul.webgids_paging li.nav_btn.next,
	ul.webgids_paging li.total_pages { margin-right: 2px; }
	ul.webgids_paging li.nav_btn.next { margin-left: 2px; }
	
	ul.webgids_paging li.current { font-weight: bold; border: 1px solid #DAEAF3; padding: 4px 7px; }
	ul.webgids_paging li.spacer { padding: 7px 0 3px 0; }
	ul.webgids_paging li.nav_btn a { text-decoration: none; display: block; }
	ul.webgids_paging li.nav_btn a:hover { text-decoration: underline; }
	
	/* IE6 */
	* html div.selection_box form { padding-top: 1em; }	
	* html div.selection_box div.head { margin-top: 1em; height: 46px; position: relative; top: 10px; margin-bottom: 1em;  }

/* Rating */
div.rating_box_blue { width: 83px; height: 21px; background: url('../images/webgids/rating_blue_empty.gif') no-repeat; }
div.rating_box_blue div.rating { background: url('../images/webgids/rating_blue_full.gif') no-repeat; height: 21px; width: 0; }
div.rating_box_white { width: 83px; height: 21px; background: url('../images/webgids/rating_white_empty.gif') no-repeat; }
div.rating_box_white div.rating { background: url('../images/webgids/rating_white_full.gif') no-repeat; height: 21px; width: 0; }

/* Categorieen */
ul.webgids_categories { list-style: none; }

/* Website detail pagina */
ul.website_info, ul.website_info li { margin: 0; padding: 0; list-style: none; width: 550px; }
ul.website_info  { margin-left: 0.8em; }
div.website_info_reacties { margin-top: 4em; }
ul.website_info li { height: 2em; position: relative; }

ul.website_info li label { display: block; position: absolute; left: 0; font-weight: bold; color: #133D56; }
ul.website_info li div.item { position: absolute; left: 110px; }
ul.website_info li div.item div#webgids_rating { height: 20px; }

/* Sitekeuring rapporten overzicht */
table.sitekeuring { width: 565px; border: none; border-collapse: collapse; }
table.sitekeuring tr td { border: 0; margin: 0; padding:5px 7px;  }

table.sitekeuring tr td.name	{ width: 60%; }
table.sitekeuring tr td.rating	{ width: 20%; }
table.sitekeuring tr td.date	{ width: 20%; }

table.sitekeuring tr.head td a { font-weight: bold; }
table.sitekeuring tr.even td { background-color: #FFF; }
table.sitekeuring tr.odd td,
table.sitekeuring tr.head td { background-color: #E1EEF6; }
