/*
Wordt als test gebruikt, aub laten staan.
Zit niet in de oorspronkelijke html-topics, maar
kan met een script eraan worden toegevoegd. Regelt
de opmaak van een popup bij het klikken op een keyword
*/

/*
#ex_popup_pointer {
	width: 20px;
	height: 20px;
	border: 1px solid red;
	border-radius: 40px;
	background-color: red;
	position: absolute;
	opacity: 0.8;
	z-index: 5000000;
	color: white;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
	cursor: pointer;
	 -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*/

#ex_popup {
	background-color: #fff;
    border: 1px solid #333;
	border: 2px solid #006192;
    border-radius: 7px;
    box-shadow: 0 0 10px #333;
	position: absolute;
	z-index: 5000000;
	padding: 0 0 10px;
}

#popup_close,
#popup_help {
	width: 30px;
	position: absolute;
	cursor: pointer;
}

#popup_close {
	right: 10px;
}

#popup_help {
	right: 40px;
}

#ex_popup_help_window {
	position: absolute;
	width: 600px;
	z-index: 5000001;
	background-color: #FFFFCC; 
	padding: 20px;
	border: 1px solid #ccc; 
	border-radius: 3px;
}

.ext_src_label {
	font-variant: small-caps;
}

#popup_pointer {
	position: absolute;
	top: -15px;
	width: 15px;
}

#popup_headerWrapper {
	width: 90%;
	height: 25px;
	margin: 15px;
	font-weight: bold;
}

#popup_headerText {
	font-size: 1.2em;
}

#popup_headerEdit {
	font-size: 10px;
	color: #006192;
	vertical-align: top;
	margin-left: 5px;
	cursor: pointer;
}

#popup_headerInput {
	margin-top: 0;
}

#ex_popup_optionslabel {
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 10px;
	border-top: 1px solid #ccc;
}

.ex_popup_options {
	margin-right: 10px;
}

.ex_popup_options a,
#ex_popup_ans_ul a {
	text-decoration: none;
	color: #006192;
	font-weight: normal;
}

.ex_popup_options a:hover,
#ex_popup_ans_ul a:hover {
	text-decoration: underline;
	color: #006192;
}

#ex_popup_ans {
	margin-left: 15px;
	margin-right: 10px;
}

#ex_popup_ans_ul {
	padding-left: 25px;
}
