@charset "UTF-8"

body {
	line-height:1;
	margin: 0px auto;
	text-align: center;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	color: #000;
}

ul,ol {
	padding-left: 20px;
}

li {
	line-height: 1.4em;
}

dd {
	padding-left: 10px;
}

a:hover {
	color: darkorange;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
	vertical-align:middle;
}

p {
	margin-top: 16px;
	padding-left: 0px;
	padding-right: 0px;
}

pre {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	border: 1px solid #999;
	padding: 10px;
	overflow: auto;
	font-size: .9em;
	background-color: #eee;
}

#container {
	width: 900px;
	margin: 0px auto;
	color: #000;
}

#global-header {
	padding-top: 10px;
	text-align: right;
	font-weight: bold;
}

#global-header a {
	text-decoration: none;
}

#header {
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-position: right top;
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 20px;
}

#header h1 {
	font-size: 2em;
}

#header h1 a {
	text-decoration: none;
}

#header-nav {
	border-bottom: 1px solid #000;
	margin-bottom: 10px;
}

#header-nav ul {
	padding: 0;
}

#header-nav li {
	display: block;
	float: left;
	padding: 0;
	width: 100px;
	line-height: 1.2em;
}

#header-nav li a {
	display: block;
	width: 99px;
	border-right: 1px solid #ccc;
	text-decoration: none;
	font-size: 0.8em;
	text-align: center;
	line-height: 1.5em;
}

#header-nav li.current {
	background-color: #333;
}

#header-nav li.current a {
	color: #fff;
}

#content {
}

h2 {
	padding-top: 20px;
	border-bottom: 1px solid #999;
}

h2.main-title {
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #333;
	color: #fff;
	padding: 5px;
}

h3 {
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
}

#footer {
	margin-top: 20px;
	border-top: 1px solid #000;
	padding-bottom: 30px;
	text-align: center;
}

#cont-area {
	float: right;
	width: 690px;
}

#nav-area{
	float: left;
	width: 200px;
	font-size: .9em;
	padding-right: 10px;
}

#nav-area a{
	text-decoration: none;
	display: block;
}

#nav-area-crumb ul{
	list-style: none;
	padding-left: 5px;
}

#nav-area-crumb li{
	line-height: 2em;
	border-bottom: 1px solid #ccc;
	padding-left: 20px;
	background-image: url('/doc/img/list-crumb.jpg');
	background-position: left;
	background-repeat: no-repeat;
}

#nav-area-siblings ul {
	margin-top: 10px;
	padding-left: 25px;
	list-style-type: circle;
	font-size: .8em;
	overflow: hidden;
}

#nav-area-siblings .current {
	font-weight: bold;
}

#instant-nav {
	margin-top: 30px;
	text-align: right;
	background-color: #ccc;
	padding: 5px;
}

#instant-nav .prev {
	text-align: left;
	float: left;
}

.links {
	background-color: lavender;
	padding-left: 30px;
	margin-left: 5px;
	margin-right: 5px;
}

.links ul {
	list-style: none;
	background-image: url(/doc/img/linkto.png);
	background-position: left;
	background-repeat: no-repeat;
	padding-left: 90px;
}

.links li {
	line-height: 80px;
	vertical-align: middle;
	display: inline;
	padding-right: 40px;
}

.download {
	background-image: url(/doc/img/download.png);
	background-repeat: no-repeat;
	background-position: right;
	line-height: 80px;
	vertical-align: middle;
	background-color: navajowhite;
	padding-left: 20px;
}

.flag {
	border: 1px solid red;
	margin-left: 5px;
}

a > .flag {
	border: 1px solid #333;
}

.cont {
	padding: 10px;
}

.clear {
	clear: both;
}

.note {
	padding: 5px;
	background-color: #ffffcc;
	border-top: 1px solid blue;
	border-bottom: 1px solid blue;
}
