@CHARSET "ISO-8859-1";
.arrow-up {
	width: 20px; 
	height: 38px; 
	background-image: url('/img/icons/arrow_up.png');
}

.arrow-down {	
	width: 20px; 
	height: 38px; 
	background-image: url('/img/icons/arrow_down.png');
}

.arrow-right {
	width: 20px; 
	height: 38px; 
	background-image: url('/img/icons/arrow_right.png');
}


.arrow-left {
	width: 20px; 
	height: 38px; 
	background-image: url('/img/icons/arrow_left.png');
}

.popup {
	display: none;
	position: absolute;
	top: 100px;
	left: 100px;
	z-index: 1000;
	border-radius: 3px;
	background-color: #FFFFFF;
}

.popup [name=content] {
	min-height: 60px;
	min-width: 340px;
	margin: 0px 9px 9px 9px;
}

.popup [name=title] {
    font-size: 18px;
    color: #575757;
    text-align: center;
    font-weight: 100;
}

.shadow {
	box-shadow: 3px 3px 9px #888;
	/* if less than IE9 */
	border: 1px solid #888;
}

#showpopup, #showpx {
	width: 200px;
}

#meet {
	position: absolute;
	top: 0px;
	right: 0px;
	height: 199px;
	width: 10px;
	background-color: green;
	z-index:2;
}
#meet2 {
	position: absolute;
	top: 0px;
	right: 20px;
	height: 129px;
	width: 10px;
	background-color: green;
	z-index:2;
}

/* cross, bar-vert en bar-hor together makeup a css-only cross as displayed in a popup */
.cross {
	display: inline-block;
	position: relative;
	width: 16px;
	height: 16px;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg); /* IE 9 */
	-webkit-transform:rotate(45deg); /* Opera, Chrome, and Safari */
	background-color: transparent;
	margin: 3px;
}
.bar-vert {
	width: 4px;
	height: 16px;
	position: absolute;
	left: 6px;
	background-color: #777777;
}
.bar-hor {
	height: 4px;
	width: 16px;
	position: absolute;
	top: 6px;
	background-color: #777777;
}

.draggable {
	cursor: pointer;
}