/* JSDoc style sheet */

/* Define colors, fonts and other style attributes here to override the defaults */

/* Page background color */
body { background-color: #FFFFFF }

/* Table colors */
.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
.TableRowColor         { background: #FFFFFF } /* White */

/* Font used in left-hand frame lists */
.FrameTitleFont   { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameHeadingFont { font-size: 10pts; font-family: Helvetica, Arial, san-serif }
.FrameItemFont    { font-size: 10pts; font-family: Helvetica, Arial, san-serif }

/* Example of smaller, sans-serif font in frames */
/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */

/* Navigation bar fonts and colors */
.NavBarCell1    { background-color:#EEEEFF;}/* Light mauve */
.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}

.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}

h1    { color: #777; font-weight: bold; font-size: 1.8em; line-height: 1.4em; margin: 0px 0px 15px; padding: 0px }
	
h2      { color: #777; font-weight: bold; font-size: 1.1em; line-height: 1.4em; margin: 60px 0px 15px; padding: 0px }
	
h4 { margin-bottom: 0.3em }

#content {
	margin:0px 210px 50px 10px;
	padding:10px;
	}

#figure    { padding: 10px 10px 30px }
#figure p { font-size: 1em; line-height: 1.2em; padding-top: 1em; }
#next { font-size: 1.1em; line-height: 2.5em; padding-top: 20px; padding-right: 10px; padding-bottom: 30px }
#menu { padding: 10px; border-left: 1px solid #ddd; position: absolute; top: 20px; right: 20px; width: 172px }
#menu ul {list-style: none; margin: 0; padding: 0; }
#menu li    { color: #ff6200; font-weight: bold; font-size: 0.8em; line-height: 1.3em; margin-bottom: 0.8em }
#boxtop  { font-weight: bold; font-size: 1.1em; margin-bottom: .6em; }
#klip  { font-weight: bold; font-size: 1.1em; margin-bottom: .6em; align: right; text-align: right; }
#code {  background-color: #eee; margin-top: 20px; margin-bottom: 20px; padding: 10px; border: solid 1px #ddd; width: 100% }
#contentlist ul   { font-size: 0.8em; list-style-type: square }


.dlist dd { margin-bottom: 0.5em; }
table tr td { vertical-align: top; }
#whatsnew dl, #summaryNotes h3, #summaryNotes p { margin-left: 20px;  }
