body {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
}

#container {
	display: block;
	margin: 0px auto;
	width: 940px;
}

#banner {
	display: block;
	height: 129px;
	background: url(logo_vervangen.jpg) no-repeat -2px 12px;
	outline: 0;
}

/* Tab balk */
#tabs {
	display: block;
	height: 80px;
}
#tabs a {
	display: block;
	float: left;
	background: no-repeat top left;
	height: 80px;
	outline: 0;
}
#tabs a.popularity {
	width: 318px;
	background-image: url(tab_basic.png);
}
#tabs a.multi {
	width: 282px;
	background-image: url(tab_multi.png);
}
#tabs a.advanced {
	width: 340px;
	background-image: url(tab_advanced.png);
}
#tabs a:hover {
	background-position: bottom left;
}
#tabs a.selected {
	background-position: 0px -80px;
}

/* Basic search input */
#basic_search {
	display: block;
	position: relative;
	width: 916px;
	margin-left: 12px;
	border-bottom: 1px solid #edecec;
	margin-bottom: 20px;
	padding-top: 34px;
	padding-bottom: 34px;
	font: 12px verdana;
	color: #8d8a8b;
}
#basic_search #input {
	display: block;
	position: absolute;
	float: left;
	left: 0px;
	border: none;
	height: 18px;
	padding: 0px;
	margin: 0px;
	width: 209px;
	font: 12px verdana;
	color: #999999;
	padding-top: 4px;
	padding-left: 8px;
	background: url(basic_search_input.gif) no-repeat;
}
#basic_search #submit {
	display: block;
	margin-left: 217px;
	width: 71px;
	height: 22px;
	background: url(basic_search_button.gif) no-repeat;
}
#basic_search #submit:hover {
	background-position: bottom left;
}
#basic_search .radio {
	margin: 0px 3px 2px 2px;
	height: 14px;
	vertical-align: middle;
}
#basic_search #exact_wording {
	vertical-align: middle;
	margin: 0px 2px 2px 10px;
}
#basic_search img {
	margin: 0px 10px 2px 2px;
	cursor: pointer;
	vertical-align: middle;
}
#basic_search #processing {
	display: none;
	float: right;
	width: 600px;
	font: 12px verdana;
	line-height: 28px;
	color: #ff007a;
}
#basic_search #processing #cancel, #basic_search #processing #new_split, #basic_search #processing #change_split {
	display: block;
	float: right;
	width: 92px;
	height: 22px;
	background: url(basic_search_cancel.gif) top left;
}
#basic_search #processing #new_split {
	float: left;
	margin-left: -184px;
	background: url(new_split.gif) top left;
}
#basic_search #processing #change_split {
	width: 120px;
	float: left;
	margin-left: -314px;
	background: url(change_split.gif) top left;
}
#basic_search #processing #cancel:hover, #basic_search #processing #new_split:hover, #basic_search #processing #change_split:hover {
	background-position: bottom left;
}
#basic_search #processing #processing_loader {
	display: block;
	float: left;
	width: 22px;
	height: 23px;
	background: url(loader.gif) no-repeat;
	font: 11px arial narrow;
	padding: 6px 0px 0px 7px; 
}
#basic_search #processing #processing_text {
	display: block;
	margin-left: 36px;
}

/* Info Popup */
.info_popup {
	display: none;
	position: absolute;
	background: white;
	padding: 4px 8px 16px 8px;
	margin-top: 20px;
	border: 1px solid #ffa5d2;
	width: 230px;
	white-space: normal;
}
.info_popup h1 {
	font: bold 20px arial narrow;
	color: #281786 !important;
	margin: 0px;
}
.info_popup p {
	font: 12px verdana;
	color: #8d8a8b;
	margin: 12px 0px 12px 0px;
}
.info_popup a {
	color: #ff007a;
}
.info_popup a.close {
	display: block;
	float: right;
	background: url(exit_symbol.gif) no-repeat;
	width: 12px;
	height: 12px;
	margin-right: -4px;
}

/* Footer */
#footer {
	display: block;
	position: relative;
	border-top: 1px solid #d2d0d0;
	width: 940px;
	font: 11px verdana;
	color: #8e8989;
	padding: 10px 4px;
	margin-top: 50px;
}
#footer #center {
	display: block;
	position: absolute;
	left: 50%;
	top: 0px;
	padding-top: 10px;
	width: 400px;
	margin-left: -200px;
	font: 10px verdana;
	color: #ff007a;
	text-align: center;
}
#footer #center a {
	color: #ff007a;
	text-decoration: none;
}
#footer #center a:hover {
	color: black;
}

/* Beginpagina */
#page_default {
	display: block;
	font: 12px verdana;
	color: #6e6c6c;
	line-height: 18px;
	width: 916px;
	margin-left: 12px;
	margin-bottom: 50px;
	min-height: 360px;
}
#page_default #block_right {
	display: block;
	position: relative;
	float: right;
	width: 190px;
	margin-right: 12px;
	padding: 0px 12px 12px 12px;
}
#page_default #block_right span {
	color: #009ff4;
	font-weight: bold;
	border-bottom: 1px dotted #009ff4;
	cursor: pointer;
}


#page_default #donate_proxy {
	display: block;
	border: 1px solid #d2d0d0;
	width: 190px;
	margin-top: 30px;
	padding: 8px 12px 12px 12px;
}
#page_default #donate_proxy h1 {
	font: bold 20px arial narrow;
	color: #009ff4;
	margin: 0px;
	margin-bottom: 12px;
}
#page_default #donate_proxy p {
	font: 12px verdana;
	color: #009ff4;
	margin: 0px;
	margin-top: 10px;
	line-height: 18px;
}
#page_default #donate_proxy a {
	font: 12px verdana;
	color: #ff007a;
	margin: 0px;
}
#page_default h1 {
	font: bold 20px arial narrow;
	color: #281786;
	margin: 0px 0px 14px 0px;
}
#page_default #block_left {
	display: block;
	float: left;
	width: 196px;
}
#page_default p {
	margin: 0px 0px 13px 0px;
	font: 11px verdana;
	line-height: 15px;
}
#page_default p b {
	color: #009ff4;
}
#page_default #block_left h2 {
	font: bold 12px verdana;
	color: #281786;
	margin: 10px 0px;
}
#page_default #block_center {
	display: block;
	margin-left: 220px;
}
#page_default #block_center h3 {
	font: bold 10px verdana;
	color: #281786;
	margin: 0px 0px 10px 0px;
}
#page_default #block_center #block {
	display: block;
	float: left;
	width: 210px;
	margin-right: 16px;
}
#page_default #block_center #block span {
	display: block;
	float: left;
	color: #281786;
}
/*#page_default #block_center #block p {
	display: block;
	margin: 0px 0px 4px 20px;
}*/
#page_default #block_center #block a {
	color: #ff007a;
	margin: 0px 0px 0px 20px;
}

.news_item {
	display: block;
	width: 440px;
	padding-right: 20px;
	border-bottom: 1px solid #edecec;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.news_item h4 {
	font: bold 15px verdana;
	color: #7d6c7b;
	display: inline;
	margin: 0;
}
.news_item span {
	font: 11px verdana;
}
.news_item p {
	padding-top: 10px;
	margin: 0px !important;
}
.news_item a{
	color: #ff007a;
	font-size: 11px;
}

.popup_2 {
	display: block;
	position: absolute;
	width: 217px;
	height: 144px;
	background: url(popup_2.png);
}

/* ********************** */
/* Resultaten basic split */
#page_results {
	display: block;
	font: 12px verdana;
	color: #8d8a8b;
	line-height: 18px;
	margin-bottom: 50px;
}

#splitstatus {
	display: block;
	margin-left: 12px;
}
#splitstatus h1 {
	display: block;
	font-family: arial narrow, arial;
	color: #8e8989;
	font-size: 20px;
	margin: 0px;
}
#splitstatus p {
	font: 12px verdana;
	line-height: 18px;
	margin: 0px 0px;
}
#splitstatus p.main {
	margin: 12px 0px;
}
#splitstatus p span {
	color: #009ff4;
	margin-right: 20px;
}
#splitstatus #ss_keyword {
	color: #009ff4;
}


#graph_block {
	display: block;
	position: relative;
	height: 274px;
	margin: 30px 12px;
}
#graph_a {
	display: block;
	position: absolute;
	width: 450px;
	height: 260px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
#graph_a #presence {
	display: block;
	position: absolute;
	top: 30px;
	left: 0px;
	background: url(graph_presence.gif);
	width: 90px;
	height: 40px;
}
#graph_a #popularity {
	display: block;
	position: absolute;
	top: 220px;
	left: 60px;
	background: url(graph_popularity.gif);
	width: 190px;
	height: 30px;
}
#graph_a_flags {
	display: block;
	width: 362px;
	height: 120px;
	position: absolute;
	top: 75px;
	left: 60px;
}
#graph_a h1 {
	display: block;
	position: absolute;
	font-family: arial narrow, arial;
	color: #8e8989;
	font-size: 20px;
	margin: 0px;
	top: 6px;
	left: 8px;
}
#graph_a_flags div {
	display: block;
	position: absolute;
	background-repeat: no-repeat;
	width: 22px;
	height: 22px;
	bottom: -99px;
	left: -99px;
}
#graph_a_flags div.vline {
	height: 120px;
	width: 1px;
	bottom: 0px;
	left: 0px;
	background: url(graph_vline.gif) repeat-y;
}
#graph_a_flags div.hline {
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	width: 362px;
	bottom: 0px;
	left: 0px;
	background: url(graph_hline.gif) repeat-x;
}
#graph_a_xval {
	display: block;
	width: 362px;
	height: 20px;
	position: absolute;
	top: 195px;
	left: 60px;
}
#graph_a_xval div {
	position: absolute;
	width: 50px;
	top: 0px;
	left: 0px;
	margin-left: -25px;
	text-align: center;
	font: 12px arial;
	color: #009ff4;
}
#graph_a_yval {
	display: block;
	width: 60px;
	height: 120px;
	position: absolute;
	top: 75px;
	left: 0px;
}
#graph_a_yval div {
	position: absolute;
	width: 56px;
	height: 16px;
	margin-bottom: -8px;
	left: 0px;
	bottom: 0px;
	text-align: right;
	font: 11px arial;
	color: #ff007a;
}


#graph_b {
	display: block;
	position: absolute;
	top: 0px;
	left: 464px;
	width: 450px;
	height: 260px;
	border: 1px solid #e5e5e5;
	overflow: hidden;
}
#graph_b h1 {
	display: block;
	position: absolute;
	font-family: arial narrow, arial;
	color: #8e8989;
	font-size: 20px;
	margin: 0px;
	top: 6px;
	left: 8px;
}
#wm_countries div {
	display: block;
	position: absolute;
	bottom: 50px;
	font-size: 8px;
	height: 20px;
	line-height: 20px;
	width: 50px;
	text-align: center;
	margin-bottom: -10px;
	margin-left: -25px;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}
#wm_other {
	height: 28px;
	position: absolute;
	background: white;
	bottom: 0px;
	left: 10px;
	width: 430px;
	border-top: 1px solid #e5e5e5;
}
#wm_other div {
	display: block;
	float: left;
	font-size: 8px;
	color: #8e8989;
	padding-left: 10px;
	line-height: 28px;
}
#gb_ga_large {
	display: block;
	position: absolute;
	text-align: right;
	right: 464px;
	top: 264px;
	font: 10px verdana;
	color: #ff007a;
}
#gb_wm_large {
	display: block;
	position: absolute;
	text-align: right;
	right: 0px;
	top: 264px;
	font: 10px verdana;
	color: #ff007a;
}



#cat_data {
	width: 916px;
	margin: 10px 12px 20px 12px;
	border-bottom: 1px solid #d2d0d0;
}
#cat_data td {
	width: 229px;
	border-top: 1px solid #d2d0d0;
	vertical-align: top;
}
#cat_data h2 {
	display: block;
	font-family: arial narrow, arial;
	color: #8e8989;
	font-size: 20px;
	margin: 0px;
	margin-top: 10px;
}
#cat_data h3 {
	display: block;
	font: 10px verdana;
	color: #8e8989;
	margin-right: 20px;
	margin-top: 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid #e8e7e7;
}
#cat_data .cd_list {
	width: 206px;
	margin: 10px 0px;
}
#cat_data .cd_list div, #cat_data .cd_list a {
	display: none;
	overflow: hidden;
	font: 12px verdana;
	text-decoration: none;
	color: #009ff4;
	line-height: 18px;
	padding: 3px 0px 3px 26px;
	background: url(../flags/ac.png) no-repeat 0px 1px;
}
#cat_data .cd_list span {
	display: block;
	float: right;
}
#cat_data .cd_list div.cd_title {
	background: none;
	padding-left: 0px;
	padding-top: 4px;
	font-weight: bold;
}
#cat_data .cd_list div.cd_title i {
	font-weight: normal;
	font-size: 10px;
	font-style: normal;
}

#all_data {
    width: 916px;
	margin-left: 12px;
	border-top: 1px solid #d2d0d0;
	background: url(table_background.gif) 0px 29px;
}
#all_data thead {
	background: white;
}
#all_data h1 {
	display: block;
	font-family: arial narrow, arial;
	color: #8e8989;
	font-size: 20px;
	margin: 0px;
}
#all_data h2, #all_data th {
    font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #8e8989;
	text-align: left;
	padding-top: 10px;
}
#all_data th {
    font-weight: normal;
	padding: 0px 0px 4px 0px;
}
#all_data td {
    font-family: verdana;
	font-size: 12px;
	color: #009ff4;
	line-height: 22px;
	height: 22px;
}
#all_data a {
    color: #009ff4;
	text-decoration: none;
}
#all_data a:hover {
    color: #ff007a;
    text-decoration: underline;
}
#all_data th a, #all_data th a:hover {
	color: #8e8989;
	text-decoration: underline;
	cursor: pointer;
}



#permalink_table {
    width: 916px;
	margin-bottom: 30px;
	background: url(table_background.gif) 0px 20px;
}
#permalink_table thead {
	background: white;
}
#permalink_table h1 {
	display: block;
	font-family: arial narrow, arial;
	color: #8e8989;
	font-size: 20px;
	margin: 6px 0px 0px 0px;
	height: 36px;
}
#permalink_table h2, #permalink_table th {
    font-family: verdana;
	font-size: 10px;
	font-weight: bold;
	color: #8e8989;
	text-align: left;
	padding-top: 10px;
}
#permalink_table th {
    font-weight: normal;
	padding: 0px 0px 4px 0px;
}
#permalink_table td {
    font-family: verdana;
	font-size: 12px;
	color: #009ff4;
	line-height: 22px;
	height: 22px;
}
#permalink_table a {
    color: #009ff4;
	text-decoration: none;
}
#permalink_table a:hover {
    color: #ff007a;
    text-decoration: underline;
}
#permalink_table th a, #permalink_table th a:hover {
	color: #8e8989;
	text-decoration: underline;
	cursor: pointer;
}


#tld_info {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	border: 1px solid #999999;
	background: white;
	padding: 4px 10px 4px 6px;
}
#tld_info h1 {
	font: 16px trebuchet ms;
	color: #555555;
	margin: 0px;
}
#tld_info h2 {
	font: 12px trebuchet ms;
	color: #555555;
	margin: 0px;
}
#tld_info h2 b {
	color: #555555;
}
#tld_info a {
	font: 12px trebuchet ms;
	text-decoration: none;
	color: #ff007a;
}
#tld_info a:hover {
	color: black;
}

#permalink {
	margin: -14px 0px 4px 12px;
}
#permalink a {
	color: #ff007a;
}
#saved_data_form {
	position: absolute;
	left: -1000px;
}

#input_timefilter {
	font: 12px verdana;
	color: #8D8A8B;
}
#input_timefilter option {
	color: #555555;
}



#kopje_homepage {
	font: bold 10px verdana;
	color: #ff007a;
	border-bottom: 1px solid #edecec;
	padding-bottom: 3px;
	margin-bottom: 10px;
	width: 460px;
}