/*
 * $Id: ltr.css,v 1.3 2006/10/25 16:53:49 solamyl Exp $
 */

body {
	margin: 0;
	color: #000000;
	background: #FFFFFF;
	font-family: "Arial CE", Arial, "Helvetica CE", Helvetica, sans-serif; 
	font-size:79%;
}
/* opera */
@media all and (min-width: 0px)	{
 		body		{ font-size:82%; }
 	}

a { 
	color: #0000FF;
	text-decoration: underline;
}


em {
	font-style: normal;
	font-weight: bold;
}

.navheader			{ position:relative; width:100%; text-align:left; height:100px; background:url(../bg_head.gif) no-repeat 100% 0; }
.navheader .logoheader	{ background:url(../logo.gif) no-repeat 10px 0; height:65px; width:200px; position:absolute; left:0; }
.navheader table	{ background:url(../background.gif) 0 100% repeat-x; padding:47px 0 0; }
.navheader table td	{ margin:0; padding:0 10px !important; }
.navheader table th	{ font-size:130%; color:#424242; padding:0 !important; text-align:center; margin:0;}

.navfooter			{ margin:30px 10px; border-top:3px solid #A7D0EF; }
.navfooter td		{ padding:0; }

h1.title {
	color:#424242
}

h2.title {
	font-size:170% !important;
	font-weight:bold;
	color:#424242
}

h3.title {
		background:url(../icon.jpg) 0.25em 0.2em no-repeat; padding:0 0 0 17px; color:#424242;
}

h3.author {
}

h4.title {
	color:#424242
}

dt {
	padding-top: 5px; 
	font-weight: bold; 
	font-size: 95%;
}

dd p {
	margin: 0;
	padding: 0;
}

th {
	background: none;
}

td, th {
	padding: 0 3px;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

hr {
	color: #000000;
	height: 0;
	display:none;
}

pre.programlisting {
	font-family: "Courier New CE", "Courier New", Courier, monospace;
	padding: 0 3px;
}

pre.screen {
	font-family: "Courier New CE", "Courier New", Courier, monospace;
}

code, tt, var {
	font-family: "Courier New CE", "Courier New", Courier, monospace;
	color: #483D8B;
	font-weight: normal;
	font-style: normal;
}

code.literal {
	color: #DD0000;
}

code.fieldsynopsis {
	color: #000000;
}

code.funcdef, code.constructorsynopsis, code.destructorsynopsis, code.methodsynopsis {
	color: #000000;
	padding-left: 3em;
	text-indent: -3em;
}

div.funcsynopsis code.funcdef, div.funcsynopsis code.constructorsynopsis, div.funcsynopsis code.destructorsynopsis, div.funcsynopsis code.methodsynopsis {
	padding-left: 3px;
	text-indent: 0;
}

pre.synopsis, div.cmdsynopsis, div.fieldsynopsis, pre.classsynopsis {
	font-family: "Courier New CE", "Courier New", Courier, monospace;
	background: #EBEBEB;
	padding: 0 0.3em;
	white-space: pre-wrap;
}

code.command, b.fsfunc {
	font-weight: bold;
	color: #000000;
}

div.book {
	margin:0 20px;
}

#release { margin:0 20px; }

div.example {
	/*border: 1px dotted #999;*/
	margin: 0;
	padding: 0 5px;
}

div.preface {
	margin:0 20px;
}

div.abstract {
}

div.titlepage {
}

div.figure {
}

div.figure p.title {
	font-size: 90%;
}

div.example {
}

div.synopsis, div.funcsynopsis, code.constructorsynopsis, code.destructorsynopsis, code.methodsynopsis {
	font-family: "Courier New CE", "Courier New", Courier, monospace;
	background: #EBEBEB;
	color: #000000;
	display: block;
}

pre.classsynopsis code.constructorsynopsis, pre.classsynopsis code.destructorsynopsis, pre.classsynopsis code.methodsynopsis {
	display: inline;
}

div.index dl {
	padding: 0;
	margin: 0;
}

div.revhistory table tr th {
	border: none;
}

div.revhistory table tr td {
	border: none;
}

div.revhistory table {
	border: none;
}

div.toc, div.list-of-tables, div.list-of-figures, div.list-of-examples, div.list-of-equations {
	margin: 0px 20px;
}

div.chapter {
	padding-top: 40px;
}

div.section {
	margin:0 20px;
}

div.section h2.title {
	font-size: 120%;
}

div.tip table, div.note table, div.warning table, div.critical table, div.important table {
	width: 100%;
}

span.acronym {
	font-variant: small-caps;
}

span.errortext {
	color: #A00000;
}

span.filename {
}

span.application {
	font-weight: bold;
}

span.parameter {
	color: #483D8B;
}

code.methodname {
	color: inherit;
}

span.token {
	font-variant: small-caps;
	color: #8B483D;
}

span.type {
	font-variant: small-caps;
}

strong.userinput, strong.userinput * {
	font-family: "Courier New CE", "Courier New", Courier, monospace;
	color: #000000;
	padding: 10px 0;
}

strong.userinput, pre.programlisting {
	border: 1px solid #999999;
	background: #ffffee;
	padding: 15px;
}

pre.programlisting strong.userinput {
	border: none;
	padding: 0;
}

sup, sub {
	font-size: 70%;
}
