body {
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	font-size: 11pt;
	padding:0px 6px;
}
table.mainmenu{
	margin: 0px 0px 0px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
div.main {
	min-width: 716px;
	margin: 5px 0px 5px 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #999999;
}
div.page_title {
	padding:2px 8px 2px 8px;
	width: 97%;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 102, 255);
    font-size: 14pt;
    height: 30px;
}
div.private_page_title {
	padding:2px 8px;
	width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 220, 102);
    font-size: 14pt;
    height: 30px;	
}
div.index_body {
	width: 100%;
}
span.index_part_title {
	padding:2px 8px;
	color: rgb(255, 255, 255);
    background-color: rgb(51, 102, 255);
    height: 25px;
}
div.index_left {
	float: left;
	width: 49%;
}
div.index_right {
	float: right;
	width: 49%;
}
div.index_part {
	padding:2px 8px;
}
div.part_menu {
	padding:2px 8px;
	border: 1px solid gray;
}
div.part_submenu {
	padding: 1px 4px 8px 12px;
}
div.paddingV {
	float: left;
	width: 10%;
	background-color: rgb(51, 102, 255);
}
div.paddingH {
	width : 100%;
	height: 32px;
}
div.index_title {
	padding:2px 8px;
    margin-left: 40px;
    color: rgb(255, 255, 255);
    background-color: rgb(51, 102, 255);
    height: 25px;
}
span.index_title {
	line-height: 25px;
}
div.location {
	padding:0px 4px;
	color: rgb(0, 0, 0);
    background-color: rgb(102, 255, 255);
    height: 20px;
	font-size: 10pt;
}
span.location {
	line-height: 20px;
}
div.commandline {
	padding: 4px 2px;
	color: rgb(192, 192, 192);
	background-color: rgb(0, 0, 0);
	font-family: monospace;
	word-break: break-all;
	width: 640px;
}
div.code {
	padding: 2px 2px;
	color: rgb(0, 0, 0);
	background-color: rgb(255, 255, 255);
	font-family: monospace;
	width: 640px;
	border: 1px solid rgb(0, 0, 0);
	white-space: nowrap;
	overflow: auto;
	overflow-x: auto;
	overflow-y: visible;
}
span.highlight {
	color: rgb(256,40,40)
}
div.indent1 {
	margin-left: 10px;
}
div.indent2 {
	margin-left: 20px;
}
div.indent3 {
	margin-left: 30px;
}
div.indent4 {
	margin-left: 40px;
}
div.indent5 {
	margin-left: 50px;
}
