*
{
    margin: 0px;
    padding: 0px;
    font-size: 1em;
    font-family: "Lucida Grande", "Calibri", "Verdana", sans-serif;
}

/******************************************************************************/

html
{
    overflow: -moz-scrollbars-vertical;
    z-index: 0;
}

body
{
    font-size: 12pt;
    background: url(/img/content_bg.png);
    z-index: 50;
    width: 100%;
    height: 100%;
    scrollbar: always;
}

center
{
    margin-bottom: 1em;
}

ol, ul
{
    margin-bottom: 1em;
}

table
{
    width: 100%;
    margin-bottom: 1em;
}

table th
{
    background: #cde;
    text-align: left;
}

table td
{
    text-align: left;
}

img
{
    border: 0;
}

.inset
{
    display:block;
    float: right;
    clear: right;
    margin: 5px;
    font-size: 0.75em;
    text-align: center;
    padding: 3px;
}

#content .inset a.img-link img
{
    background: #fff;
    border: 3px solid #fff;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#content .inset a.img-link:hover
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: transparent;
}

#content .inset a.img-link:hover img
{
    background: #744;
    border: 3px solid #744;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}


/******************************************************************************/

#top-banner
{
    height: 60px;
    line-height: 50px;
    text-align: right;
    position:absolute;
    top:0px;
    right:0px;
    width: 100%;
    background: url(/img/banner_bg.png);
}

#top-banner div#top-left
{
    background: url(/img/top_left.png);
    position: absolute;
    top: 0px;
    left: 0px;
    width: 52px;
    height: 52px;
}

#top-banner h1 a
{
    text-indent: -999em;
    font-size: 2.5em;
    font-style: italic;
    font-weight: bold;
    text-decoration: none;
    color: #013;
    padding-right: 0.35em;
    font-family: "Georgia";
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}

#fluff-banner-shadow-left
{
    background: url(/img/banner_shadow_left.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 54px;
    left: 0px;
    width: 8px;
    height: 16px;
}

#fluff-banner-shadow-right
{
    background: url(/img/banner_shadow_right.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 54px;
    right: 193px;
    width: 8px;
    height: 16px;
}

/******************************************************************************/

#menu
{
    position: absolute;
    top: 0px;
    right: 0px;
    margin-top:52px;
    width: 193px;
    background: #9cf url(/img/menu_bg.png);
    z-index: 7;
}

#menu .section-title
{
    background: url(/img/menu_bg.png);
    border-bottom: 1px solid #000;
    line-height: 80%;
    text-align: left;
    text-indent: 0.5em;
    padding-right: 10px;
    font-weight:bold;
    padding-top: 15px;
    padding-bottom: 5px;
    z-index: 4;
}

#menu a
{
    background: url(/img/menu_bg.png);
    display:block;
    text-decoration: none;
    text-align: left;
    text-indent: 1.0em;
    color: #000;
    padding-right: 10px;
    font-size: 0.75em;
    z-index: 4;
}

#menu #menu-bottom
{
    width: 193px;
    height: 112px;
    background: url(/img/menu_bottom.png);
    z-index: 4;
}

#menu .menu-link-wrapper
{
    border-left: 1px solid #000;
    padding-top: 12px;
    background: url(/img/menu_bg.png);
    z-index: 4;
}

#menu .menu-link
{
    position: relative;
}

#menu .menu-desc
{
    position: absolute;
    background: #cdd;
    padding: 5px;
    top: -5px;
    width: 181px;
    left: 0px;
    color: #000;
    text-align: right;
    font-size: 0.7em;
    z-index: -2;
    
    border: 1px solid #000;
    border-right: 0;
    -moz-border-radius: 8px;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,0.5);
    -webkit-border-radius: 8px;
    -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
}

#menu .current a.main_link
{
    background:#69b;
    color: #fff;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
}

#menu .menu-link .sub-menu
{
    height: 0px;
    background: #def;
    display: none;
    height: auto;
    border-top: 1px solid #678;
    border-bottom: 1px solid #fff;
}

#menu .menu-link .sub-menu a
{
    text-indent: 1.5em;
    background: #bde;
}

#menu .menu-link .sub-menu a:hover
{
    background:#589;
}

#menu .menu-link .sub-menu a.current
{
    background:#69b;
    color: #fff;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 0.5);
}

#menu .current .sub-menu
{
    height: auto;
}

#menu a:hover, #menu .current a:hover, #menu .menu-link .sub-menu a.current:hover
{
    background:#367;
    color: #fff;
    text-shadow: 2px 1px 1px rgba(0, 0, 0, 1.0);
}


/******************************************************************************/

#content
{
    margin-top: 60px;
    margin-right: 200px;
    padding-top: 1px;
    padding-bottom: 30px;
    position: relative;
}

#content h1
{
    font-size: 2.0em;
}

#content h2
{
    font-size: 1.7em;
}

#content h3
{
    font-size: 1.5em;
}

#content h4
{
    font-size: 1.3em;
}

#content a
{
    color: #744;
    padding: 2px;
    margin: -2px;
}

#content a:hover
{
    background: #744;
    color: #fff;
    text-decoration: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
}

#content a.nameanchor
{
    padding: 0;
    margin: 0;
}

#content p
{
    margin-bottom: 1em;
    line-height: 150%;
}

#content pre
{
    border: 1px solid #ccc;
    margin: 1em 0.5em;
    padding: 5px;
    background: #eee;
    font-size: 10pt;
    font-family: "Monaco", "Consolas", "Courier New", monospace;
    overflow: auto;
}

#content pre br
{
    display: none;
    width: 0px;
    height: 0px;
}

#content li
{
    margin-left: 2.5em;
}

#content .footnote
{
    font-size: 0.75em;
}

#content p.footnote
{
    margin-bottom: 0.1em;
}

#content .footnote *
{
    font-size: 1.0em;
}

#content .error-message
{
    border: 1px solid #f88;
    background: #fee;
    padding: 15px;
}

#content .wrapper-box
{
    clear: both;
    border: 2px solid #a77;
    background: #fff;
    margin: 10px;
    padding: 15px;
}
