body {
	font-family: sans-serif;
	font-size: 14px;
    padding: 0px;
    margin: 0px;
    border: 0px;
}
.title {
    max-width: 640px;
    text-align: center;
    margin: auto;
    font-size: 32px;
    font-weight: bold;
}
.nodoc {
    display: none;
}
.doc {
    display: block;
    margin-top: 5px;
    width: 100%;
    text-align: left;
    font-weight: bold;
}
.doc:hover {
	background-color:#FBE689;
}	
.doc a {
	text-decoration: none;
	color:#000000;
}	
.doc a:visited {
	text-decoration: none;
	color:#000000;
}

.panel {
    min-width: 310px;
    max-width: 640px;
    text-align: left;
    margin: auto;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 5px;
}
.lang {
	width: 20px;
	padding: 4px;
	margin-bottom: 10px;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 10px;
	font-size: 14px;
	text-align: center;
	color:#606060;
	font-weight: bold;
	background-color:#ffffff;
	display: inline-block;
	height: 20px;
	line-height: 20px;
}

.lang:hover {
	background-color:#FBE689;
}	
.lang a {
	text-decoration: none;
	color:#606060;
}	
.lang a:visited {
	text-decoration: none;
	color:#606060;
}
.err {
    font-weight: bold;
    color: #ff0000;
}
.ok {
    color: #00cc00;
}
.warn {
    color: #FF8000;
}
.suspect {
	color: #FF0000;
	font-weight: bold;
}
.rn {
	color: #000000;
	margin-bottom: 8px;
}
input[type=submit] {
    background-color: #FBE689;
}
input[type=file]::file-selector-button {
    background-color: #FBE689;
}
#top {
    width:100%;
    background-color:#635e5e;
    text-align:center;
    margin-bottom: 20px;
}

#search {
    width: 100%;
}
#percent {
	font-weight: bold;
}
