@import "html/UsersGuide/E/stylesheet.css";      /* Start with User's Guide's CSS */

/* Minor formatting changes */
body				{ font-size: large }

/* Division of the screen into left toolbar and content */
#body                           {
                                  position: relative;
				  height: 100%;
				 }

#main                           {
                                  position: absolute;
                                  left: 8em;
				  right: 0;
				  width: auto;
				  padding-bottom: 2em;
                                }

#nav                            {
                                  position: relative;
				  top: 0;
				  left: 0;
                                }

#nav ul                         {
                                  list-style-type: none;
                                  padding-left: 0;
                                  margin-left: 0;
                                }

#nav li                         {
                                  margin: 0;
                                  white-space: nowrap;
                                }

#copyright                      {
				  font-size: 75%
                                }

#gallery                        {
				  text-align: center;
				  margin-top: 5ex;
				}

#gallery img                    {
				  padding-right: 8em;
				}

/* Ordering page */
#order img                      {
                                  border: none;
				  vertical-align: text-top;
				}

#order td                        {
                                  border: solid 2px;
				  padding: .5em;
				  vertical-align: top;
				}

/* Release Notes table */
.plat td                        { text-align: center }
.plat td div                    { float: left; width: 4em }

/* Web email form */
#mform                          { margin-top: 1em }
#mform table                    { margin: 0; padding: 0; width: 100% }
#mform td, #mform th            { padding-top: 0; padding-bottom: 1ex;
                                  border: none; border: hidden; }
#mform div                      { font-weight: bold }
#mform input.text               { width: 100% }
#mform textarea                 { margin-bottom: 1ex; width: 100% }
#mform th                       { text-align: left }
#mform .submit                  { float: right }
#mform .file                    { float: left; margin-right: 1em }

/* License illustration */
#lic                            { margin-left: 2em; display: table-cell }
#lic, #lic *                    { border: none; border: hidden; padding: 0 }
#howlic                         { padding-left: 0 }

/* Patch table */
.patch td                       { text-align: center }
.patch td.desc                  { text-align: justify }
.patch td.fname                 { text-align: left }

/* table class="nolines" doesn't draw lines between intragroup rows (tbody) */
.nolines tbody td, .nolines tbody th  { border-top: none; border-bottom: none }

/* ALOK: table class="login" doesn't draw borders  border-top: none; border-bottom: none; border-left: none*/
.login tbody td { border: none }


/* table class="bars" draws shaded bars on rows marked tr class="even" */
.bars tr.even                   { color: #000000; background-color: #D0D0D0 }

/* Error document */
.error *                        { text-indent: 0 }

/* FAQ */

#faq                            { margin-left: 0; counter-reset: faq }
#faq table                      { margin: 1em 1em 0; width: auto }
#faq td                         { text-align: center }
#faq dt                         { margin: 0 }
#faq dd                         { margin: 0 0 1em 0 }
#faq .qa                        { font-weight: bold; font-size: 120% }

/* Workarounds for non-compliant browsers */

/* On IE6, width: 100% uses wrong containing block. So objects based on
width: 100% go off right of screen. IE does not recognize [id], but
compliant browsers do. So we add padding for IE, and them remove it. */

#main { padding-right: 8em }
#main[id] { padding-right: 0 }



				
