/*	Tested in MS IE 5 and Mozilla 1.1. Only those things that are different
	from the normal style sheet are shown. */

BODY {
	font-family: garogier, palatino linotype, times new roman, serif;
	font-size: 10pt;
	background-color: #FFFFFF;
	max-width: none;
}

A {
	color: #CC5500;
	text-decoration: underline;
}
A.tooltipLink {
	color: black;
	border-bottom: inherit;
	text-decoration: none;
	font-style: italic;
}


P {
	margin: .5em 2.5em .5em 2.5em;
	text-align: justify;
	line-height: 130%;
}
LI {
	margin: .5em 2.5em .5em 2.5em;
	text-align: justify;
	line-height: 110%;
}

P.codeFragment {
	margin-left: 3.5em;
	text-align: left;
	line-height: inherit;
	border-top: solid 1px #E0E0E4;
	border-bottom: solid 1px #E0E0F0;
	background-color: #FBFBFB;
	padding-left: .5em;
}

CODE {
	left: 8em;
	color: #013;
	border-top: solid 1px #E0E0E4;
	border-bottom: solid 1px #E0E0F0;
	background-color: #FBFBFB;
	padding-left: .3em;
	padding-right: .3em;
	font-size: 10pt;
}
P.codeFragment CODE {
	border-top: 0px;
	border-bottom: 0px;
	background-color: transparent;
	padding: 0px;
	font-size: 9pt;
}
TABLE CODE {
	border-top: 0px;
	border-bottom: 0px;
	background-color: transparent;
	padding: 0px;
}
CODE *.reservedWord {
	color: #813;
}
CODE *.syntaxElement {
	color: #513;
}

TABLE {
	margin: .5em;
	/** Hack needed for IE 5. **/
	font-size: 9pt;
}

TD {
	background-color: #F4F0E4;
	padding: 0em .5em;
}
TH {
	background-color: #F4F0E4;
	padding: 0em .5em;
	font-weight: normal;
}
TD.leftHeader + TD {
	border-left: solid 1px #D0ACA8;
}

TR.tableHeader TD {
	padding-bottom: .2em;
	border-left: solid 1px #D0ACA8;
	border-bottom: solid 1px #D0ACA8;
	background-color: #FBF8EB;
}
TR.tableHeader TD:first-child {
	border-left: 0px;
}

/*** Automatically added elements ***/

.navigation {
	display: none;
}

/* Display tooltips at the bottom of pages as notes ***/
.tooltip {
	position: static;
	display: block !important;
	background-color: transparent;
	color: black;
	border: 0px;
	font-size: 90%;
	border-top: solid 1px #E0E0F0;
	padding: .2em .5em;
	width: auto;
	margin-top: 0.5cm;
}

.closeButton {
	display: none;
}

.printOnly {
	display: inline;
}

.printLink {
	display: inline;
	font-size: 90%;
}
