body
{
	font-family: arial,geneva,helvetica,sans-serif;
   font-size: 12px;
   line-height: 16px;
   margin: 0px;
   border: 0px;
   padding: 0px;
}

a:link,
a:visited
{
   color: rgb(192, 4, 4);
   text-decoration: none;
}

a:hover
{
   text-decoration: underline;
}

h1.title
{
   font-weight: bold;
   font-size: 24px;
   line-height: 24px;
   border: 2px solid rgb(255, 222, 5);
	color: rgb(255, 222, 5);
	background: black;
	padding: 6px;
   margin: 0px;
}

h2.title
{
   font-weight: bold;
   font-size: 18px;
   line-height: 18px;
   border: 1px solid black;
   background: rgb(255, 222, 5);
   padding: 3px;
   margin: 0px;
}

div.navheader
{
   margin-left: 20px;
   margin-right: 20px;
   margin-top: 20px;
   margin-bottom: 0px;
}

div.navfooter
{
   margin-top: 0px;
   margin-right: 20px;
   margin-bottom: 0px;
   margin-left: 20px;
}

div.navheader hr,
div.titlepage hr
{
   margin-top: 10px;
   margin-bottom: 0px;
}

div.navfooter hr
{
   margin-top: 0px;
   margin-bottom: 10px;
}

div.section,
.article
{
   margin: 10px 20px 10px 20px;
}

div.article div.section,
div.section div.section
{
   margin: 0px;
}

/* This applies to the descriptive text */
div.section p
{
   text-align: justify;
}

/* These are the parameter names */
div.section p b
{
   font-weight: bold;
}

/* Code listings from DocBook */
.programlisting
{
   border: 1px rgb(204, 204, 204) solid;
   padding: 4px;
   background-color: rgb(255, 252, 230);
}

/* The tables from DocBook documentation */
div.table table,
div.informaltable table
{
   /*background-color: rgb(255, 252, 230);*/
   /*background-color: rgb(204, 255, 255);*/
   background-color: rgb(240,248,255);
   border-collapse: collapse;
   border: 1px solid black;
   margin: 0px;
   padding: 0px;
}

div.table td,
div.informaltable td
{
   font-size: 12px;
   line-height: 16px;
   border: 1px solid black;
   padding: 3px;
}

div.table th,
div.informaltable th
{
   font-size: 14px;
   line-height: 18px;
   border: 1px solid black;
   padding: 2px;
}

.RightAlign
{
   text-align: right;
}

/* The CSS for the header and footers in the DocBook documentation. */
div.navheader table,
div.navfooter table
{
   border-collapse: collapse;
   border: 1px black solid;
   background-color: rgb(255, 222, 5);
}

div.navheader td,
div.navfooter td,
div.navheader th,
div.navfooter th
{
   padding: 3px;
}

div.navheader th,
div.navfooter th
{
   font-size: 14px;
   line-height: 14px;
   font-weight: bold;
}

/* The tables for the JoeScan web site navigation. */
table#jsNavOutermost
{
	background-image: url(images/menu_bg.gif);
	background-repeat: repeat-x;
	border: 0px;
	padding: 0px;
	margin: 0px;
	height: 77px;
	border-collapse: collapse;
	border-spacing: 0;
}

table#jsNavOutermost td
{
	border: 0px;
	padding: 0px;
	margin: 0px;
	background-color: transparent;
}

/* The CSS for the dropdown menu in the JoeScan web site navigation. */

#dropmenudiv{
position:absolute;
border-left:1px solid black;
border-bottom:1px solid black;
border-right:1px solid black;
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:18px;
z-index:100;
color: black;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
color: black;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: yellow;
}




.feedbackButton
{
   margin: 0px;
   color: rgb(192, 4, 4);
   cursor: default;
   border: 1px solid black;
   padding: 2px;
   background-color: rgb(255, 222, 5);
}

.feedbackButton:hover
{
   text-decoration: underline;
   border: 2px solid black;
   padding: 1px;
}

.feedback
{
   visibility: hidden;
}
