/* -*- coding: utf-8 -*- */


/* -------------------- body */

body {
	background-color: #FFF;
	color: #555;
	/*
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.8;
	*/
	/*
	font-family: Times, serif;
	font-size: 16px;
	line-height: 1.8;
	*/
	font: 14px/2.0 "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	color: #444;
	/*-webkit-font-smoothing: antialiased;*/
	/*
	font: 1.00em/26px Georgia, Times, Times New Roman, serif;
	color: #78848B;
	*/
}

#wrapper {
	max-width: 900px;
	margin: 0 auto;
}

#mainbody {
	margin: 0px;
	padding: 10px 20px 10px 20px;
	border-style: solid;
	border-color: #FF9900;
	border-width: 1px 1px 1px 1px;
	padding-bottom: 40px;
}


/* -------------------- heading */

h1 {
	font-size: 36px;
	font-weight: bold;
	margin: 10px 0 15px 0;
}

h2 {
	font-size: 24px;
	font-weight: bold;
	border: solid #F90 1px;
	border-width: 0 0 1px 30px;
	padding: 10px 20px 5px 10px;
	margin:  40px 0 20px 0;
}

h3 {
	font-size: 20px;
	font-weight: bold;
	border: solid #F90 0px;
	border-left-width: 15px;
	padding: 10px 20px 2px 5px;
	margin: 40px 0 1.2em 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a {
	text-decoration: none;
}


/* -------------------- header */

#page-header {
	position: relative;
}


/* -------------------- logo */

#logo {
	background-color: #F90;  /* or orange */
	display: block;
	height: 40px;
	padding: 20px 20px;
}

#logo a {
	color: #FFFDEE;
	font-size: 38px;
	font-weight: normal;
	text-decoration: none;
	font-family: sans-serif;
	line-height: 38px;
}


/* -------------------- tabs */

#tabs {
	font-size: 14px;
	background-color: #FFFDEE;
	display: block;
	height: 50px;
	position: relative;
}
#tabs ul {
	display: block;
	position: absolute;
	margin-left: 20px;
}
#tabs ul li {
	display: block;
	float: left;
}
#tabs ul li a {
	display: block;
	margin: 20px 10px 0 0;
	min-width: 9ex;
	height: 30px;
	line-height: 30px;
	background-color: #FC0;
	/*font-family: Arial sans-serif;*/
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
}
#tabs a.current {
	background-color: #F90;
	border-bottom: 1px solid #F90;
	color: #FFFDEE;
	font-weight: bold;
}
#tabs a:hover, #tabs a:active {
	background-color: #FFDDCC;
	text-decoration: underline;
}


/* -------------------- breadcrumb */

/*
#breadcrumbs {
	padding: 10px 20px 10px 20px;
}
*/

#breadcrumbs a {
	color: #F90;
	font-weight: bold;
	text-decoration: none;
}

#breadcrumbs a:hover, #breadcrumbs a:active {
	background-color: #FDC;
	text-decoration: underline;
}


/* -------------------- footer */

#page-footer {
	color: #FFF;
	background-color: #F90;
	display: block;
	height: 50px;
	margin-top: 20px;
	padding-top: 10px;
}

#copyright {
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: center;
}


/* -------------------- link */

a:link, a:active, a:hover {
	color: #C60;
}

a:visited {
	color: #D90;
}


/* -------------------- block */

p, ul, ol, dl, pre {
	Xline-height: 1.8;
	margin-top: 1.2em;
	margin-bottom: 1.2em;
}

li ul, li ol, li dl {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

dd {
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 20px;
}



/* -------------------- list */

.ol1 {
	list-style-type: 1;
}
.ol2 {
	list-style-type: A;
}
.ol3 {
	list-style-type: i;
}

.ul1 {
	list-style-type: disc;
}
.ul2 {
	list-style-type: circle;
}
.ul3 {
	list-style-type: square;
}


.dt2, .dt3 {
	font-weight: bold;
}


/* -------------------- pre */

pre {
	font-family: monospace, sans-serif;
	font-size: 15px;
	line-height: 1.5;
	white-space: pre;
	padding: 9px;
	margin: 0px;
	overflow: auto;
	word-break: break-all;
}

pre strong {
	color: #922;
	font-weight: bold;
}


pre.program {
	border: solid 1px #F90;
	background-color: #FEB;
}

pre.terminal {
	border: solid 1px #999;
	background-color:#EEE;
}

pre.output {
	border: solid 1px #CCC;
	background-color: #FFF;
}

pre.figure {
	/*
	border: solid 1px #DDDD66;
	white-space:pre;
	*/
	line-height: 100%;
	padding: 0;
	word-break: none;
}

.program_caption, .terminal_caption, .output_caption {
	margin-top: 20px;
}


/* -------------------- table */

.table1 {
	padding: 2px;
	background-color: #DDC;
	/*
	border-width:1;
	border-style:solid;
	border-color:#FFFFFF;
	*/
	margin: 5px;
	border-collapse: collapse;
}

.th1, .th2 {
	padding: 1px;
	/* background-color: #DDC; */
	background-color: #CCB;
}

.td1, .td2 {
	padding: 1px;
	color: #333;
	background-color: #EED;
}

.th1, .th2, .td1, .td2 {
	border: solid 1px #FFF;
	padding: 0px 5px;
}



.caption1, .caption2 {
	/* font-size: x-small; */
}

.table2 {
	padding: 1px;
	background-color: #DDC;
	/*
	border: solid 1px #FFF;
	*/
	margin: 5px;
}


/* -------------------- table.list */

table.list {
	border-collapse: collapse;
}
table.list tr:nth-child(odd) {
	background-color: #FFE;
}
table.list tr:nth-child(even) {
	background-color: #EFE;
}
table.list thead tr {
	background-color: #EEE !important;
}
table.list tbody tr.current {
	background-color: #EEF;
}
table.list th, table.list td {
	border: solid 1px #CCC;
	padding: 1px 5px;
	text-align: left;
	vertical-align: top;
	line-height: 1.5;
}


/* -------------------- main */

#main {
	width: 630px;
	float: left;
}

#sec-products dt, #sec-products dl {
	line-height: 20px;
}


#sec-products dl dt {
	font-size: 18px;
	display: block;
	width: 90px;
	float: left;
}

#sec-products dl dd {
	display: block;
	margin-left: 90px;
	margin-bottom: 12px;
}

#sec-presentations li {
	line-height: 1.5;
	margin-bottom: 10px;
}

#sec-presentations .description {
	margin: 5px 0;
	padding: 0;
	font-size: 10px;
}



/* -------------------- sidebar */

#sidebar {
	width: 200px;
	float: right;
	margin-top: 30px;
	font-size: 13px;
	line-height: 20px;
	border: solid 1px #FED;
	border-width: 0 0 0 1px;
}

#sidebar ul {
}

#sidebar h3 {
	color: #F90;
	height: 30px;
	border: none;
	margin: 0 0 0 10px;
	padding: 0;
	padding-left: 10px;
	line-height: 30px;
	background-color: #FFFDEE;
}

.sidebar-item {
	margin-bottom: 20px;
}


#search form {
	margin-top: 10px;
	margin-left: 15px;
}

#search-text {
	width: 120px;
	border: solid 1px #999;
	padding: 0;
}

#search-button {
	background-color: #999;
	color: #FFF;
	border: 0;
	padding: 0 3px;
}


#news li {
	margin-bottom: 10px;
	line-height: 1.3;
}

#news li em {
	display: block;
}


/* -------------------- others */

.em {
	font-weight: bold;
}

.toc {
	/* font-size: small; */
	line-height: 1.2;
}

code {
    font-size: 1.2;
}

.footnote {
	font-size: small;
}

.footnote code {
    font-size: small;
}

div.note, div.tips {
	background-color: #FFD;
	border: solid #DD6;
	border-width: 0 1px;
	/* font-size:small; */
	line-height: 1.2;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 5px 20px 5px 20px;
}

div.note span.caption, div.tips span.caption {
	color: #C60;
}



.page_navigation {
	text-align: center;
}

#flash-message {
	padding: 2px 10px;
	border: solid 2px #0A0;
	background-color: #DFD;
	color: #0A0;
}


.fig-entry {
	float:  right;
	width:  370px;
	margin: 0 0 10px 10px;
}

.fig-caption {
	padding: 10px 0 0 0;
}

.fig-body {
	border: solid 1px #999;
	text-align:  center;
}

#modeline {
	position: fixed;
	bottom: 0;
	right: 0;
}

#modeline em {
	display: inline-block;
	padding: 0 10px;
	margin-left: 4px;
	background: #F00;
	opacity: 0.5;
	color: #FFF;
	font-size: small;
}

a.more {
	padding-left: 10px;
}

div#contents ul {
	font-size: small;
	line-height: 1.6;
}
