body { 
	color: #000; 
	background-color: #fff; 
	margin: 0px;
	width: 100%;
	padding: 0;
	text-align: left;
	font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: .8em;
}
a  { color: #00f; text-decoration: none }
h1 { color: #000; font-size: 18pt; font-weight: 500; letter-spacing: -1pt; padding-top: 8px; padding-bottom: 0px; margin-bottom: 0px;}
h2 { color: #000; font-size: 11pt; font-weight: 300; margin-top: 16px }
h3 { color: #000; font-size: 10pt; font-weight: 500; letter-spacing: 0pt; padding-top: 0px; margin-top: 0px;}
h4 { color: #000; font-size: 8pt; font-weight: 300; margin-top: -10px; margin-bottom: 10px }
p  { font-size: 9pt; margin-top: -10px; margin-left: 0 }
a:hover { text-decoration: underline }

/* begin index page styles */
#header {
	padding:15px 0 15px;
	width:100%;
	text-align:center;
	background:#f9f9f9;
	border-bottom:1px solid #ccc;
}
#header h3  {margin:0px;}
#indices {
	width:41em;
	margin:0 auto;
	padding:0.5em;
	text-align:center;
}
.index {
	width: 18em;
	text-align:left;
	float:left;
}
#indexright {margin-left:5em;}
.index h2 {margin-top:2em;}
#footer {text-align:center;clear:both;font-size:0.8em;margin-top:10px;}
/* end index page styles */

#nav {
	width: 100%;
	background-color: #F2F2F2;
	border-bottom: 1px solid #BFBFBF;
	margin: 0;
	font-size: 11px;
}

#home {
	padding: 4px 0 4px 10px;
}


#chapter {
	top: 0;
	position: absolute;
	right: 10px;
	border-left: 1px solid #BFBFBF;
	padding-left: 10px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#version {
	width: 120px;
	margin: -20px auto;
	text-align: center;
}

#content {
	padding: 10px;
}

.question {
	padding: 10px;
}

.question h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 6px;
}

.answer {
	padding: 10px;
}

.answer p {
	font-size: 12px;
	padding-bottom: 8px;
	line-height: 16px;
}

.chapterhead {
	padding: 10px;
}

.chapterhead h2 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 0;
	margin-bottom: 6px;
}

.overview {
	padding: 10px;
}

.overview > ul {
	font-size: 12px;
	padding-bottom: 8px;
	line-height: 16px;
	text-indent: 0em;
}

.overview p {
	font-size: 12px;
	padding-bottom: 8px;
	line-height: 16px;
	text-indent: 0em;
}

/*
.overview p+p, p+p+p, p+p+p+p, p+p+p+p+p {
	text-indent: 1em;
}
*/

.faq {
	padding: 0 40px;
	text-indent: 0em;
}

.faq ul {
	font-size: 12px;
	margin: 0;
	padding: 8px 0 0;
	list-style-type: none;
	list-style-position: outside;
}

.faq ul li {
	margin-top: 2px;
}

.faq > ul > li.open {
	list-style-image: url("../images/arrowo.png");
}

.faq > ul > li.closed {
	list-style-image: url("../images/arrowc.png");
}

.faq > ul > li > ul {
	font-size: 11px;
	margin-left: 15px;
	padding: 3px;
	max-width: 50em;
	list-style-image: none;
	background: #f2f2f2;
	border: 1px solid #d3d3d3;
	margin-bottom: 10px;
	margin-top: 3px;
}
.faq > ul > li > ul > li > ol {
	margin-bottom: -15px;
}

.faquestion {
	font-weight: bold;
	margin-left: -2em;
	padding-left: 2em;
}

.open .faquestion, .closed .faquestion {
	cursor: pointer;
}

.faq h3 {
	margin-top:10px;
	margin-bottom:0px;
}

hr {
	width: 50%;
	padding-top: 8px;
	padding-bottom: 8px;
	border-style: none;
	border-top: 1px solid #CCC;
	height: 1px;
	clear: both;
}

.overview p img {
	padding-top: 16px;
	padding-bottom: 8px;
	}

.overview ol {
	font-family: Lucida Grande, Arial, sans-serif;	
	padding-top: 0px;
	padding-bottom: 16px;
	}

.answer ul {
	font-family: Lucida Grande, Arial, sans-serif;	
	padding-top: 0px;
	padding-bottom: 16px;
}

p p {
	margin-top: -8px;
}

.left {
	float: left;
}
.right {
	float: right;
}

img.screenshot {
	padding:3px;
	border: none;
}

.blanklist {
	list-style: none;
	margin-left: -2em;
}

.small {
	font-size: .8em;
}

.stdtable {
	margin: 0 auto;
	border-collapse: collapse;
}
.stdtable td {
	vertical-align:top;
	border: 1px solid #ccc;
}

img[title~="Click"] {
	cursor: pointer;
}

img[alt="Web Resource"] {
	height: 12px;
	padding: 0 !important;
    border: none;
    vertical-align: -10%;
}

.changelist > li {
	margin-bottom: 10px;
}

.bitup {
	margin-top:-15px;
}

/* begin splash styles */
h2#splash { color: #000; font-size: 12pt; font-weight: 300; margin-top: 16px }
p#splash  { font-size: 10pt; margin-top: -10px; margin-left: 0 }

a:link#splash {
	color:black;
	text-decoration: none;
}
a:visited#splash {
	color:black;
	text-decoration: none;
}
a:hover#splash {
	color:gray;
	text-decoration: none;
}
a:active#splash {
	color:gray;
	text-decoration: underline;
}

img#splash {
	padding: 0 !important;
    border: none;
    vertical-align: -10%;
}
/* end splash styles */

/* begin TOC styles (for Exporter Help) */

.TOCBox {
    background: rgb(242, 242, 242) none center bottom;
	border: 1px solid rgb(191, 191, 191);
	padding: 7px;
	width: 250px;
	margin-bottom: 10px;
}

.TOCBox ol {
    padding-bottom: 0px;
    margin: 0px;
}

ol#indented {
    padding-left: 22px;
}
/* end TOC styles */