/*

Copyright (c) 2004-2010 Francesco Poli <invernomuto@paranoici.org>

Permission is hereby granted, free of charge, to any person obtaining
a copy of this software and associated documentation files (the
"Software"), to deal in the Software without restriction, including
without limitation the rights to use, copy, modify, merge, publish,
distribute, sublicense, and/or sell copies of the Software, and to
permit persons to whom the Software is furnished to do so, subject to
the following conditions:

The above copyright notice and this permission notice shall be included
in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.
IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT,
TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE
SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

*/

.nocss { display: none; }

body
{
    color: black;
    background-color: #eee;
    padding: 0px;
    margin: 0px;
    min-width: 71em;
}

/* style for hyperlinks */
body a
{
    text-decoration: none;
    margin: 0px 1px;
    padding: 0px 4px;
}

body a:link
{
    color: blue;
    border-bottom: 1px blue solid;
}

body a:visited
{
    color: black;
    border-bottom: 1px black solid;
}

body a:hover
{
    color: blue;
    border-bottom: 1px blue dashed;
}

div#main
{
    background-color: white;
    margin: 0.8em;
    border: 1px #eee dashed;
    padding: 0.8em;
}

/* style for section headers */
div#main div#inner_body h1
{
    color: blue;
    font-size: 160%;
    margin: 1.0em 1.5em 0.1em;
}

div#main div#inner_body h1 a:link
{
    border-bottom: 0px;
}

div#main div#inner_body h1 a:visited
{
    color: black;
    border-bottom: 0px;
}

div#main div#inner_body h1 a:hover
{
    color: blue;
    border-bottom: 1px blue dashed;
}

div#main div#inner_body h2
{
    color: blue;
    font-size: 140%;
    font-weight: normal;
    font-style: italic;
    margin: 0.8em 1.5em 0.05em;
}

div#main div#inner_body h2 a:link
{
    border-bottom: 0px;
}

div#main div#inner_body h2 a:visited
{
    color: black;
    border-bottom: 0px;
}

div#main div#inner_body h2 a:hover
{
    color: blue;
    border-bottom: 1px blue dashed;
}

div#main h5.author
{
    text-align: right;
    color: blue;
    font-size: 100%;
    font-weight: bold;
    font-style: normal;
    margin: 0.5em 1.5em 0.6em;
}

/* style for tables */
div#main table
{
    text-align: center;
    vertical-align: middle;
    margin: 0.5em auto 0.5em;
    border: 0px;
}

div#main table th
{
    margin: 1px;
    border: 0px;
}

div#main table td
{
    background-color: #ddf;
    margin: 1px;
    border: 0px;
    padding: 0.1em 0.5em;
}

/* style for literal code */
div#main pre.literal
{
    background-color: #eef;
    font-family: monospace;
    margin: 1.5em;
    border: 2px #bbf dashed;
    padding: 0.5em 0.8em;
}

div#main span.literal
{
    font-family: monospace;
    background-color: #ddf;
    padding: 0px 4px;
}

div#main a span.pre
{
    background-color: inherit;
}

/* style for lists */
div#main ul
{
    padding: 0em 2.0em;
    margin: 0em;
}

div#main ul li
{
    margin: 0.8em 0em;
}

div#main ol li
{
    margin: 0.5em 0em;
    list-style: decimal outside;
}

div#main dl dt
{
    font-weight: bold;
}

/* style for title and subtitle */
div#outer_title
{
    margin: 0em;
    margin-left: 14.1em;
    border: 0em;
    padding: 0em;
}

div#inner_title h1.title
{
    color: blue;
    text-align: left;
    font-size: 200%;
    margin: 0.2em 0.1em 0em 0em;
    border-bottom: 2px #ff6d00 dashed;
    padding-left: 0.5em;
    padding-bottom: 0.2em;
}

div#inner_title h2.subtitle
{
    color: blue;
    text-align: left;
    font-size: 140%;
    font-weight: bold;
    font-style: normal;
    margin: 0.1em 0em 1.5em;
    padding-left: 0.71em;
}

/* side menu */
div#outer_menu
{
    float: left;
    width: 14em;
    margin: 0em;
    border: 0em;
    padding: 0em;
}

div#inner_menu
{
    margin: 0em;
    border: 0em;
    padding: 0em;
}

div#inner_menu ul
{
    list-style: none;
    margin: 0em;
    padding: 0.5em 0em;
}

div#inner_menu li a
{
    display: block;
    text-align: center;
    text-decoration: none;
    background-color: #ffb680;
    margin: 0.5em;
    padding: 0.3em;
}

div#inner_menu li a:hover
{
    background-color: white;
}

/* main matter */
div#outer_body
{
    margin: 0em;
    margin-left: 14.1em;
    border: 0em;
    padding: 0em;
}

div#inner_body
{
    margin: 0em;
    border: 0em;
    padding: 0em;
    padding-left: 1em;
}

/* this is the license notice */
div#outer_notice
{
    background-color: #ddf;
    margin: 0em;
    margin-top: 1.5em;
    margin-left: 14.1em;
    border: 0em;
    padding: 0em;
}

div#inner_notice
{
    text-align: left;
    font-family: monospace;
    padding: 0.01em 1.0em;
}
