/*------------------------------------------------------------------------------
** Page Style
*/

body
{
    color:#333;
    background-color:white;
    margin:40px;
    width: 800px;
    font-family: verdana, sans-serif;
}

h1
{
    margin:0px 0px 15px 0px;
    padding:0px;
    font:bold 200%
    font-weight:900;
}

h2
{
    font:bold 150%
    margin:0px 0px 5px 0px;

    padding:0px;
}

p
{
   line-height: 1.5;
   margin:10px 0px 10px 0px;
   font: 10pt verdana, sans-serif;
   color: black;
}

hr {
  border: 0;
  width: 100%;
  color: #f00;
  background-color: #eee;
  height: 1px;
}

.table
{
   background-color: #ffffff;
   border-collapse: separate;
   border-spacing: 0px;

   cellpadding: 5px 5px 5px 5px;

   padding: 2px 2px 2px 2px;
   margin: 15px 15px 15px 15px;

   empty-cells: show;

   font: 100%
} 

.table th
{
   text-align: center;
   background-color: #eee;
   border-bottom: #ababab 1px solid; 
   border-right: #ababab 1px solid; 
}

.table tr
{
   text-align: left;
   background-color: #ffffff;
   border-bottom: black 1px solid; 
}

.table td
{
   padding: 2px 10px 2px 10px;
   border-bottom: #eee 1px solid; 
}

thead
{
    padding:0px;
    font-size: 9pt;
}

tr
{
    text-align: left;
}

tbody
{
    font-size: 9pt;
}

a
{
    color:#09c;
    font:100%/160%
    font-weight:600;
    text-decoration:none;
}

blockquote
{
    line-height: 1.3;
    padding: 10px 0px 10px 0px;
}

a:link {color:#09c;}
a:visited {color:#07a;}
a:hover { }

code
{
    font-size: 100%;
    font: courier new, courier;
}

pre
{
    font-size: 100%;
    font: courier new, courier;
}

/*------------------------------------------------------------------------------
** Form Style
*/
form
{
    font-family:100%; 
}

fieldset
{ 
  padding: 10px;
  margin: 10px 0px 10px 0px;
  border:1px solid #eee;
}

textarea
{
    scrollbar-3d-light-color: #0099CC;
    scrollbar-arrow-color: #0099CC;
    scrollbar-base-color: #0099CC;
    scrollbar-dark-shadow-color: #0099CC;
    scrollbar-face-color: #ffffff;
    scrollbar-highlight-color: #ffffff;
    scrollbar-shadow-color: #0099CC;
    overflow:auto;
    width:400px;
    font-family:80% verdana, sans-serif; 
    border:1px solid #0099CC;
}

input
{
    font-family:80% verdana, sans-serif; 
    border:1px solid #eee;
}

select
{
    font-family:80% verdana, sans-serif; 
}

.chapter
{
    position:relative;
    width:auto;
    margin:0px 0px 40px 0px;
    padding:10px 10px 10px 10px;
    font:100% sans-serif;
    line-height: 1.5;
    z-index:3;
}

.chaptertitle
{
    font:bold 150%
    margin:0px 0px 5px 0px;
    padding:0px;
    margin: 0px 0px 0px 5px;
}

.section
{
    position:relative;
    width:auto;
    margin:0px 0px 2px 0px;
    padding:10px 0px 10px 0px;
    font:100%
    line-height: 1.5;
    vertical-align: middle;
} 

.quote
{
  font-style: italic;
}

.figure
{ 
  background-color: white;
  padding: 10px 0px 10px 20px;
}

.programlisting
{
  font: 9pt monospace;
  padding: 20px 0px 3px 20px;
  margin: 10px 0px 10px 20px;
  /*background-color: #FFFFCC;*/
  background-color: #eee;
}

.msg
{
  text-align: center;
}

.mediaobject
{
  font: 10px monospace;
  padding: 0px 0px 3px 20px;
  background-color: #ffffff;
}

.literal
{
  font: 100% monospace;
  font-weight: bold;
  color: cornflowerblue;
}

.prompt
{
  font: 100%;
  font-weight: bold;
  font-family: verdana, sans-serif;
  color: navy;
}

.command
{
  color: 00CC66;
  font: 10pt monospace;
  font-weight: bold;
}

.varname
{
  font: 100% monospace;
  font-weight: medium;
  color: navy;
  color: #CC9900;
}

.constant
{
  font: 100% monospace;
  font-weight: bold;
  color: navy;
}

.parameter
{
    color: blue;
}

.markup
{
    font: 100% monospace;
    color: navy;
}

.filename
{
    color: olive;
}

.function
{
    font-weight: bold;
    color: green;
}

.systemitem
{
  font: 100% monospace;
  font-weight: bold;
  color: brown;
}

.note
{
  font: 10pt bold;
  color: navy;
  background-color: white;
  padding: 1px 10px 1px 10px;
  border:1px solid #eee;
}

.warning
{
  font: bold 10px;
  font-family: verdana, sans-serif;
  color: black;
  padding: 0px 10px 5px 10px;
  margin: 20px 0px 20px 0px;
  background-color: #eee;
  border-bottom: #ababab 1px solid; 
  border-right: #ababab 1px solid; 
  float: center;
}

.important
{
  font: bold 10px;
  font-family: verdana, sans-serif;
  color: black;
  padding: 0px 10px 5px 10px;
  margin: 20px 0px 20px 0px;
  background-color: #eee;
  border-bottom: #ababab 1px solid; 
  border-right: #ababab 1px solid; 
  float: center;
}

.title
{
  padding: 5px 0px 0px 0px;
}

.titlepage
{
  font: 10pt verdana, sans-serif;
  color: olive;
}

.navtable tbody
{
  font: 60% verdana, sans-serif;
}

.toc
{
  font: 10pt verdana, sans-serif;
}

.list-of-tables
{
  font: 10pt verdana, sans-serif;
}

.list-of-figures
{
  font: 10pt verdana, sans-serif;
}

.index
{
  font: 10pt verdana, sans-serif;
}


ol
{
    font-weight: bold;
    font-size: 9pt;
    list-style-position: outside;
}

ul
{
    list-style-type: square;
    color: olive;
}

ol ol
{
    font: bold;
    list-style-type: upper-alpha;
}

tt
{

}
