/**
 * The popup window style.
 **/
div.popup_wrapper {
	background-color: #eeffee;
	border: 1px solid #000000;
	
	overflow: auto;
	overflow-x: hidden;
}

div.popup_wrapper div.beam {
	padding: 4px;
	
	width: 100%;
	height: 20px;
	
	background-color: #5EB27A;
	
	font-family: "arial";
	font-weight: bold;
	font-size: 12px;
	
	border-bottom: 1px solid #277F44;
}

div.popup_wrapper div.beam div.title {
	float: left;
	
	margin: 2px 0 0 4px;
}

div.popup_wrapper div.beam a.button {
	float: right;
	
	width: 15px;
	height: 15px;
	
	background-color: #999999;
	color: #333333;
	
	margin: 0 10px 0 0;
	padding: 1px;
	
	font-family: "arial";
	font-weight: bold;
	
	text-decoration: none;
	text-align: center;
	
	border: solid 1px #000000;
}

div.popup_wrapper div.beam a.button:hover {
	color: #ffffff;
}

div.popup_wrapper div.body {
	padding: 10px;
}

/**
 * The debug-window style.
 **/
div#wrapper_debug {
	background-color: #ffeeee;
}

div#wrapper_debug div.beam {
	background-color: #ff4444;
	
	border-bottom: 1px solid #ff8888;
}

div#debug {
	background-color: #ffeeee;
}