body {
	background-color: #fff;
	margin-left: 170px;
}
body.login, body.logout, body.reset, body.register {
	margin-left: 0px;
}
/***********/
/*## Menu  */
div#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	height: 100%;
	width: 150px;
	border-right: 2px solid #ccc;
	padding-top: 40px;
	padding-left: 10px;
	background-color: inherit;
	z-index: 9;
}
div#menu a {
	display: block;
	margin: 2px 0px;
	padding: 3px;
	border-top: 2px solid transparent;
	border-bottom: 2px solid transparent;
	text-indent: 5px;
}
div#menu a.selected {
	position: relative;
	left: 2px;
	font-weight: bold;
	border: 2px solid #ccc;
	border-right: 2px solid #fff;
	border-radius: 5px 0px 0px 5px;
}
div#menu hr {
	width: 90%;
	border-color: #e6e6e6;
}

a.dev_data {
	display: none;
}

input[type="submit"], input[type="button"] {
	margin: 4px;
	background: #f0f0f0;
	background-image: -webkit-linear-gradient(top, #f0f0f0, #adadad);
	background-image: -moz-linear-gradient(top, #f0f0f0, #adadad);
	background-image: -ms-linear-gradient(top, #f0f0f0, #adadad);
	background-image: -o-linear-gradient(top, #f0f0f0, #adadad);
	background-image: linear-gradient(to bottom, #f0f0f0, #adadad);
	-webkit-box-shadow: 1px 1px 3px #666666;
	-moz-box-shadow: 1px 1px 3px #666666;
	box-shadow: 1px 1px 3px #666666;
	color: #000000;
	padding: 5px 10px 5px 10px;
	border: solid #888888 1px;
	text-decoration: none;
	line-height: normal;
}

input[type="submit"]:hover, input[type="button"]:hover {
	background: #c7c7c7;
	background-image: -webkit-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: -moz-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: -ms-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: -o-linear-gradient(top, #c7c7c7, #7a7a7a);
	background-image: linear-gradient(to bottom, #c7c7c7, #7a7a7a);
	text-decoration: none;
}

div.count_matched {
	height: 15px;
	text-align: center;
	font-style: italic;
}

.hidden {
	display: none;
}
.red, a.red {
	color: red;
}
.orange, a.orange {
	color: orange;
}
.bold {
	font-weight: bold;
}
div.scrollBox {
	max-height: 150px;
	overflow: auto;
	overflow-x: hidden;
	position: relative;
	padding-right: 22px;
}
/*div.scrollBox::-webkit-scrollbar { width: 0 !important }*/

dl {
	width: 800px;
}
dt {
	float: left;
	clear: left;
	width: 200px;
	margin-bottom: 10px;
}
dd {
	float: left;
	margin-bottom: 10px;
	max-width: 450px;
}

.index h4 {
	margin-top: 5px;
}
.index ul, .index ol {
	/*text-indent: 20px;*/
	margin-left: 20px;
	list-style-type: circle;
}
.index ul ul, .index ol ul {
	list-style-type: disc;
}
.index ol {
	list-style-type: decimal;
}
.index, .index li {
	line-height: 16px;
}
