a {
  text-decoration : none;
  background : transparent;
  font-weight : bold;
}

a:link {
  color : #36C;
  background : transparent;
}

a:visited {
  color : #03c;
  background : transparent;
}


a:active {
  color : #0cc;
  background : transparent;
}

a:hover {
  color : #06f;
  text-decoration : underline;
  background : transparent;
}

body {
  margin : 0;
  padding : 0;
  color : black;
  background-color : #ffe600;
  font-family : Arial, sans-serif;
  font-size : 0.9em;
}

td {
  font-family : Arial, sans-serif;
  font-size : 0.9em;
}

td.key {
  font-weight : bold;
}

td.tdHeader {
  font-weight : bold;
  background-color : #93bbbb;	/* dark blue */;
  color : white;
}

dt {
	font-weight : bold;
}

h1 {
  font-size : 2.0em;
  background-color : #36c;
  color : white;
  text-indent : 0.5em;
  font-style : italic;
  margin : 1em 0 0.5em 0;
}

h2 {
  font-size : 1.0em;
  font-weight : bold;
  margin : 1.0em 0 0 0;
}

h3 {
  font-size : 1em;
  font-weight : bold;
  margin : 1em 0 0 0;
}

h4 {
  font-size : 1em;
  font-weight : bold;
  margin : 1em 0 0 0;
}

img {
  border : 0 none;
}

img.frame {
  vertical-align : top;
  border : 1px solid black;
}

img.pop {
  margin-top : 2px;
  vertical-align : top;
  border-left   : 1px solid #aaa;
  border-top    : 1px solid #aaa;
  border-bottom : 2px solid #777;
}

img.menu {
  vertical-align : top;
  border-right  : 1px solid #777;
  border-bottom : 1px solid #777;
}

/* Access Command */
div.access_cmd {
  margin-bottom : 2em;
}

.access_cmd h2 {
  margin-bottom : -0.8em;	/* tight on firefox */
}

.access_cmd ul {
  list-style-type : disc;
}

.access_cmd li {
  padding-top : 0.3em;
  padding-bottom : 0.3em;
}

/* If an Error Occurs section */
div.err {
  margin-bottom : 2em;
}

.err h2 {
  margin-bottom : -0.8em;	/* tight on firefox */
}

span.menu {
  border-left   : 1px solid #aaa;
  border-top    : 1px solid #aaa;
  border-right  : 2px solid #777;
  border-bottom : 2px solid #777;
  font-family: helvetica,arial,sans-serif;
  font-size: 100%;
  background-color : white;
  padding: 0 10px;
  white-space	: nowrap;
}

span.button {
  font-weight   : bold;
  white-space	: nowrap;
}

/* toggle */
div.toggle {
  margin-bottom : 2em;
}

.toggle h2 {
  margin-bottom : -0.8em;	/* tight on firefox */
}

.toggle ul {
  list-style-type : none;
}

.toggle li {
  padding-top : 0.3em;
  padding-bottom : 0.3em;
}


.button img {
  background-color : #ccc;
  border-left   : 1px solid #000;
  border-top    : 1px solid #000;
  border-right  : 2px solid #555;
  border-bottom : 2px solid #555;
  margin-right	: 0.2em;
}

span.key {
  font-weight   : bold;
  white-space	: nowrap;
}

span.tab {
  font-weight   : bold;
  white-space	: nowrap;
}

/* Top of Page Navigation */
.pagenav li {
  list-style: none;
}

.pagenav h2 {
  margin-bottom : -0.8em;	/* tight on firefox */
}

.code li {
  list-style: none;
  font-family: andale mono, monospace;
}

.code h2 {
  margin-bottom : -0.8em;	/* tight on firefox */
}

/* Related Items */
.related h2 {
  margin-bottom : -0.8em;	/* tight on firefox */
}

/* Section */
div.section {
  padding-left : 10px;
  padding-right : 10px;
  padding-bottom : 10px;
  margin-top : 1.5em;
  margin-bottom : 1.5em;
  border : #ffe600 solid 1px;
}

h2.section {
  background-color : #ffe600;
  color : black;
  text-indent : 0.5em;
  font-style : italic;
  margin-left : -10px;
  margin-right : -10px;
  margin-top : 0em;
  margin-bottom : 10px;
}

/* Step */
div.step {
  padding-left : 10px;
  margin-top : 1.5em;
  margin-bottom : 1.5em;
  border-left : #36c solid 2px;	/* blue */
}


/* Note */
div.note {
  width : 500px;
  border : #36c solid 1px;	/* blue */
}

.note h3 {
  margin-top : 0;
  margin-bottom : -0.8em;	/* tight on firefox */
  font-weight : bold;
  background-color : #36c;	/* blue */
  color : white;
  text-indent : 0.5em;
}

.note li {
  list-style-image: url(images/note.gif);
}


/* Tip */
div.tip {
  width : 500px;
  border : #36c solid 1px;	/* h1 blue */
}

.tip h3 {
  margin-top : 0;
  margin-bottom : -0.8em;	/* tight on firefox */
  font-weight : bold;
  background-color : #36c;	/* blue */
  color : white;
  text-indent : 0.5em;
}

.tip ul {
  list-style-image: url(images/tip.gif);
}

/* Table of Contents */
div.toc {
  margin-bottom : 2em;
}

.toc h2 {
  margin-bottom : -0.8em;	/* tight on firefox */
}

.toc h4 {
  font-size : 1em;
  font-weight : normal;
  margin-bottom : -0.8em;	/* tight on firefox */
}

.toc ul {
  list-style-image: url(images/help_page.gif);
}

li.tocc {
  list-style-image: url(images/help_book_open.gif);
}

li.toca {
  list-style-image: url(images/help_active.gif);
}


#content {
  padding : 0 1em 0 1em;
}

#header {
  width : 100%;
  background-color : #36C;
  margin : 0 0 0 0;
  padding : 0;
}


