img {
	vertical-align: middle;
}

p { /* para */
	max-width: 50em;
	margin: 1px;
	padding: 0 0 0.5em 0;
}
dd { /* simpara in list entry */
	max-width: 50em;
}

pre {
	max-width: 700px;
	
}

.programlisting {
	background: #d0d0ff;
	border: 1px solid #66d;
}
.screen {
	background: #dfd;
	border: 1px solid #aca;
}
.literallayout {
	background: #ddd;
}
.synopsis {
	background: #ddd;
	padding: 0.2em;
}
.programlisting,
.screen,
.literallayout {
	padding: 0.5em;
	line-height: 1.05em;
	margin: 1px 0 5px 0;
	font-size: 12px;
	font-family: Courier, Courier New, Monaco, monospace;
}
code, .code {
	/*background: #ddf;*/
	padding: 0 2px;
	font-family: Courier, Courier New, Monaco, monospace;
	font-size: 1em;
}
.code {
	font-size: 1.1em;
}
.command {
	font-family: Courier, Courier New, Monaco, monospace;
}

h1, h2, h3, h4, h5, h6, h7, .title {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	color: #009;
	line-height: 1em;
	padding: 0;
	margin: 0.5em 0 0.5em 0;
}
h1.title { font-size: 3.0em; }
h2.title { font-size: 2.3em; }
h3.title { font-size: 2.0em; }
h4.title { font-size: 1.7em; }
h5.title { font-size: 1.5em; }
h6.title { font-size: 1.3em; }
h7.title { font-size: 1.1em; }
.title .code {
	font-size: 1.1em;
}
.indexdiv h3 {
	font-size: 2.0em;
}
.indexdiv > dl {
	margin-left: 50px;
}


a {
	color: #00d;
	text-decoration: none;
	border-bottom: 1px none #66f;
}
a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #00f;
}
a img {
	border: 0;
}
a:visited {
	color: #a0d;
}



#outer-t {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table;
}
#outer-tr {
	width: 100%;
	margin: 0;
	padding: 0;
	display: table-row;
}
td {
	vertical-align: top;
}
#sidebar-left {
	width: 210px;
	padding: 10px 3px 10px 3px;
	background: #ccf;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 1.1em;
	border-right: 2px solid #bbf;
	display: table-cell;
	vertical-align: top;
}
#sidebar-left ul {
	margin: 0;
	padding: 2px 0 15px 5px;
}
#sidebar-left ul li {
	margin: 0;
	padding: 0 0;
	/*list-style: square;*/
	list-style: none;
	/*white-space: nowrap;
	overflow: hidden;*/
}
#sidebar-left li a {
	display: block;
	color: #00b;
	border: 0;
	padding: 3px 1px;
}
#sidebar-left li a:visited {
	color: #a0b;
}
#sidebar-left a:hover {
	background: #eef;
}
#sidebar-right {
	width: 220px;
	font-size: 12px;
	padding: 10px 3px 10px 7px;
	background: #ffc;
	line-height: 1.1em;
	border-left: 2px solid #ee9;
	display: table-cell;
	vertical-align: top;
}
#sidebar-right hr {
	border: 0;
	height: 1px;
	background-color: #666;
	margin: 0.8em 0 1em 0;
}
#sidebar-right h3 {
	margin: 0 0 0.7em 0;
	padding: 0;
}

#content-container {
	padding: 5px 10px 0 10px;
	line-height: 1.25em;
	display: table-cell;
	vertical-align: top;
	width: auto;
}

sup {
	vertical-align: top;
	padding-left: 1px;
}

footnote {
	font-size: 0.9em;
	line-height: 1.1em;
}

small {
	font-size: 0.95em;
	line-height: 1.1em;
}

.navfooter {
	margin: 30px 0 0 0;
}

.tip td p,
.note td p,
.important td p,
.caution td p,
.warning td p{
	margin-top: -4px;
	padding: 2px 2px 3px 3px;
}
.tip td p {
	color: #350;
	background: #ffd;
}
.note td p {
	color: #350;
	background: #ffd;
}
.important td p {
	color: #330;
	background: #ffb;
}
.caution td p,
.warning td p{
	color: #930;
	background: #fed;
}

.itemizedlist li p {
	margin: 0;
	padding: 0 0 0.2em 1em;
}
.itemizedlist li p:first-child {
	padding-left: 0;
}

.variablelist .term {
	font-weight: bold;
}

.replaceable {
	font-weight: normal;
	font-style: italic;
	color: #906;
}

.synopsis {
	font-weight: bold;
	margin: 0.2em 0 0.8em 0;
}

