.container_root {
	border-style: solid;
	border-color: black;
	background-color: white;
	padding: 0;
	margin: 0;
}
.container_label {
	font-weight: bold;
	background-color: #BDB878;
	border-bottom: solid black 3px;
	cursor: move;
}
#shell_label {
	cursor: auto;
	visibility: hidden;
}
#shell_root {
	background-color: #e0e0e0;
}
.container_close {
	cursor: pointer;
}
.container_minimize {
	cursor: pointer;
}
.container_resize {
	cursor: se-resize;
}
.container_content {
}
.tabs_tabs, .tabs_subtabs {
	position: relative;
	top: 0;
	right: 1px;
	width: auto;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	border: 0;
	text-align: right;
	overflow: hidden;
}
.tabs_tabs {
	height: 32px;
	background-color: #99a2b5;
}
.tab_image {
	margin-left: 2px;
	cursor: pointer;
}
.tab_label {
	cursor: pointer;
}
.tabs_subtabs {
	position: relative;
	background-color:  #778093;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: none;
	color: #ffffff;
	text-decoration: none;
	height: 28px;
	line-height: 26px;
	border: 0;
	padding: 0;
	margin: 0;
	overflow: hidden;
}
.subtab_label {
	position: relative;
	top: 3px;
	padding: 5px 7px 7px 7px;
	border-left: solid #e0e0e0 2px;
	display: inline;
	cursor: pointer;
}
.subtab_label_selected {
	background-color: #e0e0e0;
	color: black;
}
.subtab_label_hover {
	background-color: #d0d0d0;
	color: black;
}
.subtab_label_normal {
	background: #778093;
	color: white;
}
.tab_show {
	display: inline;
}
.tab_hide {
	display: none;
}
