<!--
/**
 *	Style Sheet $Id: printer.css,v 1.1.4.1 2007/09/27 00:50:39 goreSplatter Exp $
 *	$Branch: release-1_1 $
 */
/******************************************************************************/
body {
	color: black;
	background-color: white;

	font-family: sans-serif;
	font-size: x-small;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;

	margin: 2em;
	padding: 0em;
}

body.default,
body.default.blank {
	text-align: left;
}

body * {
	margin: 0em;
	padding: 0em;
}

.x-small {
	font-size: x-small;
}
/******************************************************************************/
a {
	color: #C00;
	text-decoration: none;
}
a:hover {
	color: #F00;
	text-decoration: underline;
}
/******************************************************************************/
#div-page-align {
	font-size: 127%;
}

div#p-footer {
	clear: both;
	text-align: center;
	margin-top: 0.5em;
	padding-top: 0.5em;
	background: transparent url(main-col-div-h.gif) scroll top center repeat-x;
}

div#p-debug-info {
	clear: both;
	text-align: center;
	margin-top: 0.5em;
	padding-top: 0.5em;
	background: transparent url(main-col-div-h.gif) scroll top center repeat-x;
}
/*******************************************************************************
 *
 *	NAVIGATION (LEFT)
 *
 ******************************************************************************/
div.nav-holder {
	padding: 0em 0.75em;
	margin-top: 1em;
}

div.nav-holder.navigation {
	display: none;
}

.nav-holder h2 {
	font-family: "Trebuchet MS","Arial",sans-serif;
	font-size: 1.1em;
	padding-top: 0.25em;
}

#p-loginlogout,
#left-endorsements {
	display: none;
}
/******************************************************************************/
div#p-loginlogout {
	width: 15em;
}
/******************************************************************************/
#p-topnav {
	border-collapse: collapse;
	top: 3em;
	left: -2em;
	padding-right: 2em;
	position: absolute;
	text-align: right;
}

#p-topnav a.printer-friendly {
	float: right;
	padding: 1px;
	margin-left: 0.5em;
}

#p-topnav ul {
	list-style-type: none;
}

#p-topnav li.item {
	display: inline;
	padding: 0 12px 2px 8px;
	border-bottom: none;
	margin-right: 0.25em;
}

#p-topnav li.item a {
	text-align: center;
}

#p-topnav li.item a {
	background: url(arrow.gif) center left no-repeat;
	padding-left: 10px;
}
#p-topnav li.special {
	color: black;
}
/*******************************************************************************
 *
 *	CONTENT ELEMENTS (MAIN)
 *
 ******************************************************************************/
#page-content {
	background-color: #F0F0F0;
	padding: 1em;
}
/******************************************************************************/
h1#chapter-one,
h1#page-title {
	font-size: 22pt;
	font-family: "Georgia","Times New Roman",Arial,sans-serif;
	margin-bottom: 0.5em;
	padding-bottom: 0.25em;
	background: transparent url(main-col-div-h.gif) scroll bottom center repeat-x;
}
/******************************************************************************/
#page-content div.article {
	margin: 0.75em 0em;
	padding: 0.25em 0.75em;
	background-color: #FFFEEC;
	border: 1px solid #FFE349;
}

.article h1,
.article h2 {
	text-align: center;
	color: #707070;
	font-family: "Georgia","Trebuchet MS","Arial",sans-serif;

	font-size: 125%;
	border-bottom: 1px dashed silver;
	padding-bottom: 0.25em;
	margin-bottom: 0.25em;
}
/*******************************************************************************
 *
 *	CONTENT ELEMENTS (GENERATED CONTENT)
 *
 ******************************************************************************/
#toc-table {
	float: right;
	border: 1px solid silver;
	border-collapse: collapse;
	padding: 0;
	color: #404040;
	font-size: 95%;
	background-color: #FFFBE1;
	margin-top: 1em;
	margin-left: 0.75em;
}
#toc-table th {
	background-color: #FFF8C4;
	border-bottom: 1px solid silver;
}
#toc-table ol { margin: 0; padding: 0; }
#toc-table ol { margin-left: 1em; padding-left: 1em; }
#toc-table ol li { list-style-type: decimal; }
#toc-table ol li li { list-style-type: lower-roman; }
#toc-table ol li li li { list-style-type: lower-alpha; }
/******************************************************************************/
.gen-content p {
	margin: 0.75em 0em;
	line-height: 1.5em;
}
.gen-content p:first-child {
	margin-top: 0em !important;
}
/******************************************************************************/
.gen-content span.img-container-all.left { float: left; margin: 0 1em 0.5em 0; }
.gen-content span.img-container-all.right { float: right; margin: 0 0 0.5em 1em; }
.gen-content span.img-container-all {
	display: block;
	border: 1px solid silver;
	color: #808080;
	background-color: #FFFBE1;
}
.gen-content span.img-container-all img {
	display: block;
	padding: 2px;
}
.gen-content span.img-container-all span.zoom {
	font-size: 90%;
	border-top: 1px solid silver;
	display: block;
	padding-right: 2px;
	text-align: right;
}
.gen-content span.img-container-all span.zoom a {
	text-decoration: none;
	background: url(zoom.gif) center right no-repeat;
	padding-right: 18px;
}
/******************************************************************************/
-->
