body {
	background-color: lightgray;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 14pt;
}

.bs1-main-container {
	background-color: white;
	width: 50em;
	margin: 2em auto;
	border: 2px solid darkgray;
}

.bs1-window {
	border: 3px solid #444444;
}

.bs1-window h1 {
	background-color: #000099;
	color: white;
	padding: 0 0;
	margin: 0 0;
	border: 0;
	width: 100%;
	background-image: url('control.gif');
	background-size: 14;
	background-repeat: no-repeat;
	background-position: center right;
}

.bs1-window h1 img {
	padding: 0 .5em 0 0;
}

.bs1-window-body {
	display: flex;
}

.bs1-sidebar {
	display: inline-block;
	width: 25%;
	border: 1px solid black;
	padding: 1em;
}

.bs1-sidebar h2 {
	font-size: 150%;
}

.bs1-content-area {
	flex: 1;
	display: inline-block;
	border: 1px solid black;
	padding: 1em;
}

.bs1-content-area-inner {
	width: 100%;
}

.bs1-content-area h3 {
	font-size: 12pt;
}

.bs1-content-area .bs1-folder-links a {
	display: inline-block;
	border: 0px solid black;
	margin: 0 1em;
	padding: 0 1em;
	color: black;
	text-decoration: none;
	position: relative;
}

.bs1-content-area .bs1-folder-links a .bs1-top-half {
	background-image: url('folder.gif');
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 32px 32px;
	border: 0px solid red;
	position: relative;
	width: 100%;
	height: 32px;
}

.bs1-content-area .bs1-folder-links a span {
	text-align: center;
}

.bs1-content-area .bs1-folder-links a:hover {
	text-decoration: underline;
}

.bs1-folder-img {
	background-image: url('folder.gif');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 32px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bs1-file-img {
	background-image: url('file.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 27px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bs1-app-img {
	background-image: url('app.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 100%;
	width: 27px;
	height: 32px;
	padding: 0;
	border: 0;
	margin: 0;
	display: inline-block;
}

.bs1-app-title {
	background-image: url('app.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px;
	background-position: left;
	min-width: 27px;
	height: 32px;
	padding: 0 32px;
	border: 0;
	margin: 0;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}

.bs1-web-title {
	background-image: url('browser.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 27px;
	background-position: left;
	min-width: 27px;
	height: 32px;
	padding: 0 32px;
	border: 0;
	margin: 0;
	display: inline-block;
	font-size: 120%;
	font-weight: bold;
}

.bs1-color-line {
	background-image: url('colorline.gif');
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 2px;
	margin: 1em 0;
}

.bs1-content-area ul li {
	list-style-type: none;
}