
.syswindow_headbar {
	height: 20px;
	background-color: #0099CC;
}
.syswindow__headbarsymbol {
	background-color: #999999;
	height: 16px;
	width: 16px;
	margin-top: 2px;
	margin-right: 2px;
	margin-bottom: 2px;
	border-top-style: inset;
	border-right-style: inset;
	border-bottom-style: inset;
	border-left-style: inset;
}


.syswindow_headbarcontent {
	color: #FFFFFF;
}

.syswindow_statusbar {
	height: 20px;
	background-color: #999999;
}

.syswindow_container {
	text-decoration: none;
	color: inherit;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: outset;
	border-right-style: outset;
	border-bottom-style: outset;
	border-left-style: outset;
	background-color: #FFFFFF;
}


