body
{
    font-family: "Helvetica", sans-serif;
    background-color: #ffffff;
    color: #333333;
    padding: 0px;
    margin: 0px;
}
#branding
{
    position: relative;
    top: 0px;
    left: 0px;
    height: 60px;
    padding: 0px;
}
#branding div.logo
{
    position: absolute;
    top: 8px;
    left: 1%;
}
#branding div.logo img
{
    border: none;
}
#branding div.slogan
{
    position: absolute;
    right: 1%;
    top: 18px;
    font-style: italic;
    font-weight: bold;
    font-family: serif;
    font-size: 20pt;
    color: #3364a3;
}

#navigation ul
{
    margin: 0px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1%;
    padding-right: 1%;
    list-style: none;
    width: 98%;
}
#navigation div.main ul
{
    background-color: #3364a3;
    background-image: url('node_toolbar_gradient.gif');
    background-repeat: repeat-x;
    background-position: bottom left;
    font-weight: bold;
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 1.1em;
}
#navigation div.main ul li a
{
    color: #ffffff;
    text-decoration: none;
    padding: 8px;
}
#navigation div.main ul li a.selected, #navigation div.main ul li a:hover
{
    background-color: #24436e;
}
#navigation div.area ul
{
    background-color: #fbfbfb;
    background-image: url('view_toolbar_gradient.gif');
    background-repeat: repeat-x;
    background-position: bottom left;
}
#navigation div.area ul li a
{
    color: #000000;
    text-decoration: none;
    padding: 6px;
}
#navigation div.area ul li a.selected, #navigation div.area ul li a:hover
{
    background-color: #abb4c4;
}
#navigation ul li
{
    display: inline;
    margin-right: 10px;
}
#content
{
    padding-left: 1%;
    padding-right: 1%;
    font-size: 0.9em;
}
#content a
{
    color: #3364a3;
    font-weight: bold;
    text-decoration: none;
}
#content a:hover
{
    text-decoration: underline;
}

#content div.main
{
    width: 70%;
}
#content div.main h1
{
}
#content div.callout
{
    float: right;
    width: 26%;
    margin-left: 1%;
    padding-left: 1%;
    padding-right: 2%;
    background-color: #e9ede4;
    -moz-border-radius: 8px;
    padding-top: 6px;
    padding-bottom: 6px;
}
#content div.callout img
{
    border: none;
}
#content form.datamanager label span
{
    display: block;
}
#content form.datamanager textarea.longtext
{
    width: 100%;
    height: 34em;
}

#siteinfo
{
    
    font-size: 0.8em;
    color: #a0a0a0;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 1%;
    padding-right: 1%;
}
#siteinfo a
{
    color: #a0a0a0;
    font-weight: bold;
}

/* Specific content formatting */
#content pre
{
    overflow: auto;
    padding: 15px;
    line-height: 15px;
    margin: 10px;
    width: 90%;
    background-color: #e9ede4;
    color: #000000;
}
#content a.wiki_missing
{
    color: red;
}