body {
	margin:0;
}
#topArea {
	background-color:#f7f7f9;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	padding:6px;
}
#pageTitle {
	float:left;
	width:140px;
	font:bold 13px monospace;
	cursor:pointer;
}
#pgModules {
	float:left;
}
#pgViewSource {
	position:absolute;
	left:1104px;
}
button {
	padding:6px 12px;
	margin-right:6px;
	border:1px solid transparent;
	border-color:#ccc;
	border-radius:6px;
	background-color:#fff;
	font-size:14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	cursor:pointer;
	outline:0;
}
button.active {
	background-color: #e6e6e6;
	border-color: #adadad;
	box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
#pgControls {
	float:left;
	width:128px;
	margin-left:8px;
}
#pgControls .slider {
	margin:20px;
}
#pgCanvas {
	float:left;
	border:1px solid gray;
	margin:0 0 10px 10px;
}
#pgSource {
	display:none;
	position:absolute;
	left:1170px;
	margin:0 0 10px 10px;
}
#pgSource .file {
	border:1px solid gray;
	margin-bottom:10px;
}
#pgSource .file .filename {
	background-color:#d8d8d8;
	border-bottom:1px solid gray;
	font-family:monospace;
	padding:4px 6px;
}
#pgSource .file pre {
	width:800px;
	margin:0;
	padding:6px;
	background:#eee;
	font-size:11px;
	white-space:pre-wrap;
}