body
{
	background-color:rgb(176,196,222);
}
body, table, tr, td, input, select, textarea
{
	font-family:Arial, sans-serif;
	font-size :12px;
}

#toc ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

a img {
	border: 0;
}

hr {
	clear: both;
}

q, blockquote {
	font-style: italic;
}

#header .img-legend {
	float: left;
}

#header h1 {
	text-align: center;
	margin: 0;
	padding: 0 0 0 0;
}

#header .lang-switcher {
	text-align: right;
}

#header .notice {
	text-align: center;
}

#header .notice strong {
	font-size: 2em;
}

#content {
	position: relative;
}

#toc {
	position: absolute;
	left: 0;
	top: 0;
	width: 280px;
}

#toc li {
	padding-top: 0.2em;
}

#toc a {
	display: block;
	padding: 0.5em;
}

#toc a.current, #toc a.current:hover {
	text-decoration: none;
	background-color: #788caa;
	color: #ffffff;
}

#toc a:hover {
	text-decoration: none;
	background-color: #ffffff;
}

.content {
	margin-left: 280px;
	padding-left: 1em;
}

.img-legend span {
	display: block;
	font-size: 8px;
}

.align-center {
	margin: 0 auto;
	text-align: center;
}

.page-num {
	color: #888888;
}

.wide {
	width: 100%;
}

.list td {
	vertical-align: top;
	padding: .2em;
}

.lang-switcher a.current {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}

div.success, div.error {
	padding: 0.5em;
	margin: 0.5em;
	font-weight: bold;
}

div.success {
	border: 2px #004123 solid;
	background-color: #d0f0c0;
}

div.error {
	border: 2px #E32636 solid;
	background-color: #FFC0CB;
}

table.form th {
	text-align: right;
	color: #ffffff;
}

table.form th, table.form td {
	background-color: #788caa;
}

table.form .submit {
	text-align: right;
}