/* 
    Created on : Jul 1, 2010, 3:08:48 PM
    Author     : william

    This stylesheet contains all of the basic styling rules that are in
    effect throughout the site and inside the more basic pages.
*/

/* These rules are general class rules that I found myself repeating quite a bit */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
a
{
    cursor: pointer;
}
.center
{
    text-align: center;
}

.pad
{
    padding: 5px;
}

.box
{
    border: #BFBFBE solid 1px;
    background-color: #EDEDE9;
}
/* Here starts the more focussed rules */
root
{ 
    display: block;
}
body
{
    font: 100% Verdana, Arial, Helvetica, sans-serif;
    text-align: left; 
}
div#container_wrap
{
    width: 100%;
    text-align: center;
    background-color: #FFF;
    padding-bottom: 2px;
    background: url(../images/header.png) repeat-x left bottom;
}
div#container
{
    text-align: left;
    padding-top: 10px;
    width: 800px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
div#breadcrumb_wrap
{
    width: 100%;
    text-align: center;
    margin-top: 5px;
    background-color: #FFF;
}
div#breadcrumb
{
    width: 750px;
    text-align: left;
    padding: 5px 20px;
    margin-left: auto;
    margin-right: auto;
}
div#breadcrumb p
{
    color: #4e4e67;
    font-size: 12px;
    margin-top: -5px;
}
div#breadcrumb p a
{
    color: #4e4e67;
}
body.index div#breadcrumb
{
    display:none;
}
div#banner
{
    width: 100%;
    height: 50px;
    margin-bottom: 10px;
}
ul.contact_us li
{
    margin: 10px 0;
}
div#content_wrap
{
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -2em;
    width: 100%;
    text-align: center;
    background-color: #FFF;
}
div#content
{
    width: 750px;
    margin: 0 auto;
    height: 100%;
    padding: 20px 20px;
    text-align: justify;
    color: #353535;
}
div#content h1,
div#content h2,
div#content h3,
div#content h4,
div#content h5,
div#content h6
{
    color: #4e4e67;
    font-weight: bold;
}
div#content h1
{
    font-size: 2em;
    text-shadow: 0px 1px 1px #FFF;
    margin: -10px 0 0.67em 0;
}
div#content h2
{
    font-size: 1.5em;
    margin: 1em 0;
}
div#content h3
{
    font-size: 1.17em;
    margin: 1em 0;
}
div#content p
{
    margin: 1em 0;
}
div#toc
{
    display: inline-block;
    border: #BFBFBE solid 1px;
    font-size: 14px;
    color: #4e4e67;
    background-color: #DFDFDF;
}
div#toc h2
{
    margin: 8px;
}
div#toc ul
{
    margin-left: 60px;
}
div#toc ul li
{
    list-style: disc;
}
div#toc ul ul
{
    margin-left: 30px;
    margin-bottom: 8px;
}
div.container
{
    text-align: center;

}
div.example
{
    border: #BFBFBE solid 1px;

}
div.example div#title
{
    font-weight: bold;
    font-size: 14px;
    color: #4e4e67;
    background-color: #DFDFDF;
    padding-bottom: 2px;
    border-bottom: #BFBFBE solid 1px;
    margin-bottom: -1px;
}
div.example div.heading
{
    font-size: 12px;
    font-weight: bold;
    text-align: left;
    border-top: #BFBFBE solid 1px;
    padding: 5px 0 0 5px;
    margin-bottom: -5px;
}
div.example code,
div.example p
{
    font-size: 12px;
    position: relative;
    padding: 0 5px;
}
div.example p,
div.example pre
{
    display: block;
    text-align: left;
    margin-bottom: 0px !important;
    margin-top: 5px !important;
    margin-left: 5px !important;
    margin-right: 5px !important;
}

div.example a#try_it
{
    background-color: #DFDFDF;
    border-top: 1px solid #BFBFBE;
    border-left: 1px solid #BFBFBE;
    border-right: 1px solid #BFBFBE;
    text-decoration: none;
    font-size: 14px;
    color: #36393D;
    font-weight: bold;
}
div.example a#try_it span
{
    padding: 10px;
}
div.example a#try_it:hover
{
    background-color: #BFBFBE;
}
table.api
{
    width: 100%;
}
table.api thead
{
    font-weight: bold;
    color: #4e4e67;
    white-space: nowrap;
}
table.api tr.title
{
    font-size: 14px;
    font-weight: bold;
    background-color: #DFDFDF;
    color: #4e4e67;
}
span.note
{
    font-weight: normal;
    font-size: 10px;
    color: #36393D;
}
table.api td
{
    border: 1px solid #BFBFBE;
    padding: 5px;
}
table.api td code a,
div.example code a
{
    text-decoration: none;
    color: #36393D;
}
table.api td code a:hover,
div.example code a:hover
{
    text-decoration: underline;
}
table.api td.description
{
    font-size: 12px;
}
div#download_container
{
    text-align: center;
}
div#download_box
{
    display: inline-block;
    border: 1px solid #BFBFBE;
}
div#download_box div#title
{
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    color: #4e4e67;
    padding-top: 2px;
    padding-bottom: 1px;
    margin: -1px;
    background-color: #DFDFDF;
    border: 1px solid #BFBFBE;
}
div#download_box div#details
{
    padding-bottom: 2px;
}
div#download_box div#details table
{
    font-size: 12px;
    margin: 5px;
}
div#download_box div#details table td
{
    padding: 0 5px;
}
div#download_box div#details table tr td ul
{
    list-style: none;
}
div#download_box div#details table tr td.left
{
    text-align: right;
    vertical-align: top;
    font-weight: bold;
}
div#download_box div#details table tr td.right
{
    text-align: left;
}
div#download_box div#links
{
    text-align: center;
}
div#download_box div#links  a
{
    display: block;
    line-height: 30px;
    height: 30px;
    background: url(../images/download.png) 10% no-repeat;
    background-color: #DFDFDF;
    border: 1px solid #BFBFBE;
    margin: 2px -1px -1px -1px;
    text-decoration: none;
    font-size: 16px;
    color: #4e4e67;
    font-weight: bold;
}
div#download_box div#links a span
{
    display: block;
    
}
div#download_box div#links a.jar span
{
    background: url(../images/jar_logo.png);
    background-position: 90%;
    background-repeat: no-repeat;
}
div#download_box div#links a.windows span
{
    background: url(../images/windows_logo.png);
    background-position: 90%;
    background-repeat: no-repeat;
}
div#download_box div#links a.mac span
{
    background: url(../images/apple_logo.png);
    background-position: 90%;
    background-repeat: no-repeat;
}
div#download_box div#links a.linux span
{
    background: url(../images/linux_logo.png);
}
div#download_box div#links a:hover
{
    background-color: #BFBFBE;
}
div#footer
{
    width: 100%;
    height: 100px;
    text-align: center;
    color: #444;
    font-size: smaller;
    margin-top: 30px;
    border-width: 1px 0 0 0;
    padding: 10px 0;
    background: url(../images/footer.png) repeat-x left top;
}
div#footer a
{
    font-size: 10px;
    color: #444;
    text-decoration: none;
}
div#footer a:hover
{
    text-decoration: underline;
}
div#footer div#links
{
    margin: 10px 0;
}
div#navigation
{
    width: 798px;
    border: #BFBFBE solid 1px;
    border-bottom-color: #adadac;
    background-color: #DFDFDF;
    margin-bottom: -1px;
}
div#navigation span#main_links
{
    display:block;
    height: 36px;
}
div#navigation ul#main_links li.main_link
{
    border-left: #F9F9F9 solid thin;
    border-right: #adadac solid thin;
    float:left;
    height: 36px;
}
div#navigation ul#main_links li.main_link.first
{
    border-left: 0;
}
div#navigation ul#main_links li.main_link.last
{
    border-right: 0;
}
div#navigation ul#main_links li.main_link a
{
    color:#4e4e67;
    text-decoration:none;
    font-weight:bolder;
    display:block;
}
div#navigation ul#main_links li.main_link a span.link_text
{
    padding:0 20px 0 20px;
    line-height:36px;
    display:block;
}
div#navigation ul#main_links li.main_link a:hover
{
    background-color:#EFEFEF;
}
body.index div#navigation ul#main_links li#home span.link_text,
body.about div#navigation ul#main_links li#about span.link_text,
body.browse div#navigation ul#main_links li#browse span.link_text,
body.download div#navigation ul#main_links li#download span.link_text,
body.develop div#navigation ul#main_links li#develop span.link_text,
body.contact_us div#navigation ul#main_links li#contact_us span.link_text
{
    color:#4e4e67;
}
div#browse_links
{
    background-color: #F0F0F0;
    border: 1px solid #adadac;
    padding: 10px 40px;
    text-align: center;
}
div#browse_links a
{
    text-decoration: none;
    color: #36393D;
}
div#browse_links a#authors
{
    float: left;
}
div#browse_links a#publishers
{
    float:right;
}
div#browse_links a span
{
    display: block;
}
div#browse_links a:hover
{
    text-decoration: underline;
}
/*
 *
 *Help CSS
 *
 */
.tree
{
    margin-bottom: 50px;
}
.tree .topic div
{
    border: 1px solid #adadac;
    background-color: #DFDFDF;
    padding: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 20px;
}
.tree .topic div:hover
{
    background-color:#EFEFEF;
}

.tree .topic p
{
    display: inline;
    padding-left: 30px;
    
}
.expand
{
    background: url('/images/expand.png') left center no-repeat;
}
.contract
{
    background: url('/images/contract.png') left center no-repeat;
}
.tree .topic li
{
    border: 1px solid #adadac;
    padding: 3px;
    margin-left: 10px;
    margin-bottom: 5px;
    font-size: 12px;
}
.tree .topic li
{
    border: 1px solid #adadac;
    padding: 3px;
    margin-left: 10px;
    font-size: 12px;
}
h4
{
    display: inline;
    margin-right: 10px;
}
.solution p
{
    font-size: 12px;
    
}

