body
{
	background: #fff;
	margin: 0;
	padding: 0;
	position: absolute;
	width: 100%;
	height: 100%;
}

a
{
	color: #0a0;
	cursor: pointer;
	text-decoration: none;
}

#topwrap
{
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
}

#head
{
	display: flex;
	flex-direction: row;
	width: 100%;
	background: #ddd;
	border-bottom: 1px solid #999;
}

#main
{
	display: flex;
	flex-direction: row;
	flex: 1;
    overflow: hidden;
    min-height: 0px;
	background: #fff;
}

#left
{
	display: flex;
	flex-direction: column;
	/*flex: 1;*/
	width: 30%;
	/*height: 100%;*/
	overflow: hidden;
	background: #fff;
	border-right: 1px solid #bbb;
}

#right
{
	display: flex;
	flex-direction: column;
	
	flex: 1;
	/*height: 100%;*/
	width: 70%;
	overflow: hidden;
	background: #fff;
}

#foot
{
	width: 100%;
	background: #ddd;
	border-top: 1px solid #999;
}

#title
{
	flex: 1;
	padding: 4px 8px;
    white-space: nowrap;
	overflow: hidden;
}

#nav_bar
{
	display: inline-block;
	padding: 4px 8px;
	float: right;
	vertical-align: top;
	overflow: hidden;
    white-space: nowrap;
}

#contents
{
	padding: 10px 8px;
}

#notes_box
{
	/*display: none;*/
	height: 25%;
}

#index_box
{
	/*display: none;*/
	height: 50%;
}

#info
{
	display: flex;
	flex-direction: row;
	align-items: baseline;
	padding: 0;
	font-size: 75%;
	color: #333;
}

#info_left
{
	padding: 4px 8px;
}

#info_notify
{
	flex: 1;
	white-space: nowrap;
    overflow: hidden;
	cursor: default;
	padding: 4px 0px;
}

#info_right
{
	padding: 4px 8px;
}

.box
{
	display: flex;
	flex-direction: column;
	border-top: 1px solid #bbb;
}

.box_head
{
	display: flex;
	flex-direction: row;
	height: 22px;
	background: #ddd;
	border-bottom: 1px solid #bbb;
}

.box_title
{
	padding: 3px 6px;
	font-size: 75%;
	flex: 1;
}

.body_wrap
{
	display: flex;
	flex: 1;
	overflow: scroll;
}

.text_area
{
	padding: 8px;
	width: 100%;
}

.nav_button
{
	width: 35px;
	height: 35px;
	vertical-align: top;
}

.contents_top
{
	list-style: none;
	padding-inline-start: 10px;
	padding-left: 10px;
	margin: 0 0 0 1em;
	white-space: nowrap;
}

.contents_multi
{
	list-style: none;
	padding-inline-start: 1em;
	padding-left: 1em;
	white-space: nowrap;
}

.contents_item
{
	cursor: pointer;
}

.contents_expand
{
	margin-left: -1.25em;
	float: left;
	font-weight: normal;
	font-color: #000;
}

.index_top
{
	list-style: none;
	padding-inline-start: 10px;
	padding-left: 10px;
	margin: 0 0 0 1em;
	white-space: nowrap;
}

.index_sub
{
	list-style: none;
	padding-inline-start: 1em;
	padding-left: 1em;
	white-space: nowrap;
}

.index_item
{
	cursor: pointer;
}

.close_button
{
	margin: 3px;
	width: 16px;
	height: 16px;
	float: right;
	padding: 0px;
}

.link
{
	color: #0a0;
	cursor: pointer;
}

.link_cmd
{
	color: #0aa;
	cursor: pointer;
}

.mono_block
{
	white-space: nowrap;
}

.center
{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.splitter
{
	background-color: #ddd;
	/*background-color: #f00;*/
}

.glass
{
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	position: absolute;
	display: none;
	/*background-color: #00f3;*/
}
