/*
    Design by Free CSS Templates
    http://www.freecsstemplates.org
    Released for free under a Creative Commons Attribution 2.5 License
*/
/* Basic */
*
{
    margin: 0em;
    padding: 0em;
}
h1,h2
{
}
body
{
    font-family: "trebuchet ms", sans-serif;
    color: #555555;
    font-size: 11pt;
    border-right: 1px solid #ccc;
}
a
{
    color: #669911;
}
/*
h2
{
    text-shadow: #aaa 0 1px 1px;
}
*/

body
{
    width: 920px;
}
#headerOverlay
{
    width: 920px;
}
#primaryContentContainer
{
    max-width: 870px;
}
h1
{
    text-shadow: #000 2px 2px 6px;
}

table {
    -moz-box-shadow: 2px 2px 8px #aaa;
    -webkit-box-shadow: 2px 2px 8px #aaa;
    box-shadow: 2px 2px 8px #aaa;
}


/* Outer */
#outer
{
}

#headerOverlay
{
    background-image: url('../images/logo.png');
    background-position: top right;
    background-repeat: no-repeat;
    height: 128px;
    position: absolute;
    top: 0;
    left: 0;
}
/* Header */
#header
{
    height: 95px;
    background-image: url('images/a2.png');
    background-position: bottom left;
    padding-left: 40px;
    padding-top: 45px;
}
#header h1 a
{
    color: #fff;
    text-decoration: none;
    font-size: 1.5em;
}
#header h1
{
/*  text-transform: lowercase; */
    font-size: 1.6em;
}
#header h2
{
    position: relative;
    top: -0.3em;
    color: #E8EFC2;
    font-weight: normal;
    font-size: 1.1em;
/*  text-transform: lowercase; */
}
/* Menu */
#menu
{
    background-image: url('images/a3.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 1em 2.5em 1em 2.5em;
}
#menu ul
{
    list-style: none;
}
#menu li
{
    display: inline;
}
#menu li a
{
    font-size: 1.1em;
    font-weight: bold;
/*  text-transform: lowercase; */
    color: #5D5F53;
    text-decoration: none;
    margin-right: 0.6em;
    padding-left: 0.2em;
    padding-right: 0.2em;
}
#menu li a.current
{
    text-decoration: underline;
}

#menu li a:hover
{
    color: #6B7E09;
    text-decoration: underline;
}

#submenu
{
    background-image: url('images/a3.png');
    background-repeat: repeat-x;
    background-position: bottom left;
    padding: 1em 2.5em 1em 2.5em;
}
#submenu ul
{
    list-style: none;
}
#submenu li
{
    display: inline;
}
#submenu li a
{
    font-size: 1.0em;
    font-weight: normal;
/*  text-transform: lowercase; */
    color: #5D5F53;
    text-decoration: none;
    margin-right: 1em;
}
#submenu li a:hover
{
    color: #6B7E09;
    text-decoration: underline;
}
#submenu li a.current
{
    text-decoration: underline;
}

/* Content */
#content
{
    padding: 3em 15px 1em 15px;
    line-height: 1.6em;
    background: url('images/a4.png') repeat-x top left;
}
#content p
{
    margin-bottom: 1.0em;
}
#content h2,h3,h4,h5,h6
{
    margin-bottom: 1em;
}
#content dl
{
    margin-bottom: 1.5em;
}

#content ul
{
    margin-bottom: 1.5em;
    padding-left: 1em;
}
#content ol
{
    margin-bottom: 1.5em;
    padding-left: 1em;
	margin-left: 2em;
}
#content blockquote
{
    padding: 1em;
    margin-bottom: 1.5em;
    background-color: #FFFCD8;
    background-image: url('images/a5.png');
    background-repeat: no-repeat;
    background-position: top left;
    border: dotted 1px #DFD999;
}
#content blockquote p
{
    margin-bottom: 0em;
}
#content table
{
    margin-bottom: 1.5em;
    border-collapse: collapse;
    /*border: 1px solid #ddd;*/
}
#content table th
{
    text-align: left;
    font-weight: bold;
    padding: 0.2em 0.8em 0.2em 0.8em;
    background-color: #f0f0f0;
    border: 1px solid #ddd;
}
#content table th.nobold
{
    font-weight: normal;
}
#content table td
{
    padding: 0.2em 0.8em 0.2em 0.8em;
/*  background-color: #f8f8f8; */
    border: 1px solid #ddd;
}
#content table tr.rowA
{
    background-color: #EAEFE0;
    color: inherit;
}
#content table tr.rowB
{
    background-color: #F9FFEF;
    color: inherit;
}
/* Primary Content */
#primaryContentContainer
{
    float: left;
    width: 100%;
}
#primaryContent
{
    padding: 0em 1.5em 1.5em 1.5em;
}
#primaryContent h2, #primaryContent h3
{
/*  text-transform: lowercase; */
    color: #5D5F53;
    border-bottom: dotted 1px #ECEEDF;
    padding-bottom: 0.3em;
}
#secondaryContent h3, #tertiaryContent h3
{
    background: url('images/a1.png') no-repeat;
    width: 185px;
    height: 27px;
    font-size: 1.0em;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 5px;
/*  text-transform: lowercase; */
    color: #5D5F53;
}

#primaryContent .tag
{
    background: url('images/a1.png') no-repeat;
    width: 185px;
    height: 27px;
    font-size: 1.0em;
    font-weight: bold;
    padding-left: 15px;
    padding-top: 5px;
/*  text-transform: lowercase; */
    color: #5D5F53;
}
/* Secondary Content */
#secondaryContent
{
    float: left;
    width: 215px;
}
/* Tertiary Content */
#tertiaryContent
{
    float: right;
    width: 215px;
    padding-right: 1em;
}
/* Footer */
#footer
{
    background: url('images/a4.png') repeat-x top left;
    border-top: solid 1px #D0D4BB;
    padding: 2.0em 3.5em 3.0em 3.5em;
    font-size: 0.8em;
}
.clear
{
    clear: both;
}

codelisting {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    display: block;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    padding-left: 0.2em;
    padding-right: 0.2em;
    font-size: 85%;
    margin-bottom: 1em;
    line-height: 120%;
}

.box {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    display: block;
    margin-bottom: 1em;
    padding: 1em;
/*     line-height: 120%; */
}


tt {
    font-family: monospace;
    font-size: 85%;
}

code {
    font-family: monospace;
    font-size: 85%;
}

a img {
    border: none;
}

dd {
    margin-left: 2em;
}

.featured-begin
{
}

.featured-end
{
}

.download-comment
{
    font-size: 85%;
    color: #888;
}

dt {
    font-weight: bold;
}

#toc {
    float: right;
    background-color: #fff;
    border: 1px solid #aaa;
    -moz-box-shadow: 2px 2px 8px #aaa;
    -webkit-box-shadow: 2px 2px 8px #aaa;
    box-shadow: 2px 2px 8px #aaa;
    margin-left: 2em;
    margin-bottom: 2em;
    padding: 1em;
    padding-bottom: 1.5em;
    padding-left: 2em;
    padding-right: 2em;
}

#toc ul {
    margin: 0;
    line-height: 1.4em;
}

.highlight {
    background-color: #fce94f;
}

#pagetitle {
    display: none;
}

@media print
{
    * {
        color: #000!important;
    }
    #menu, #headerOverlay, #submenu
    {
        display: none;
    }
    #header
    {
        height: auto;
        padding: 0;
        padding-bottom: 2em;
    }
    #content
    {
        padding: 0;
    }
    #footer
    {
        border: none;
        padding: 0;
    }
    body
    {
        border: none;
        width: auto;
    }
    #primaryContentContainer
    {
        float: none;
    }
    #primaryContent
    {
        padding: 0;
    }
    #primaryContent h2, #primaryContent h3
    {
        border: none;
    }
    
    #toc {
        display: none;
    }
    .toc
    {
        display: none;
    }
    h1
    {
        text-shadow: none;
    }

    table {
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    #pagetitle {
        display: block;
        margin-bottom: 2em;
    }

    #header {
        display: none;
    }
}

