/* Body style */
body {
    background-image: url("../images/background.png");
    background-color: #000000;
    background-repeat: repeat-x;
    text-align: center;
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    color: white;
}

/* General styles */
div {
    text-align: left;
}

img {
    border: 0px;
}

a {
    color: #BBBBBB;
    text-decoration: none;
}

a:HOVER {
    color: white;
    text-decoration: underline;
}

ul, ul li {
    list-style: disc;
}

/* Layout */

div#main {
    width: 762px;
    -width: 822px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 128px;
    padding-bottom: 28px;
}

div#page {
    width: 822px;
    margin-left: -30;
    margin-right: -30;
    background-image: url("../images/page-center.png");
    background-color: #000000;
    background-repeat: repeat-y;
}

/* Header */
div#page-header {
    background-image: url("../images/page-top.png");
    background-repeat: no-repeat;
    width: 822px;
    height: 198px;
    text-align: left;
}

div#page-header-title a {
    display: block;
}

div#page-header-title a * {
    display: none;
}

div#page-header-title a {
    width: 231px;
    height: 47px;
    position: relative;
    top: -47px;
    background-image: url("../images/lancelot-title.png");
}

div#page-header-menu {
    text-align: right;
}

div#page-header-menu ul {
    float: right;
    position: relative;
    width: 560px;
    top: -69px;
    left: -20px;
    padding: 0px;
    margin-left: 200px;
    margin: 0px;
}

div#page-header-menu ul li {
    list-style: none;
    margin: 0px;
    padding: 0px;
    display: inline;
}

div#page-header-menu ul li a {
    text-decoration: none;
    color: #AAAAAA;
    padding-left: 12px;
    padding-right: 8px;
    padding-bottom: 2px;
    border-left: 2px solid #AAAAAA;
    font-size: 10pt;
    font-weight: bold;
}

div#page-header-menu ul li a:HOVER {
    color: #DDDDDD;
    background-image: url("../images/dot-silver.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}

div#page-header-menu ul li a span {
    display: none;
}

div#page-header-menu ul li#page-header-menu-first a {
    border-left: 0px solid white;
}

div#page-header-menu ul li a:HOVER span,
div#page-header-menu ul li#page-header-menu-first a:HOVER span {
    display: block;
    float: right;
    position: relative;
    background-color: #333333;
    color: white;
    border: 1px solid gray;
    padding: 8px;
    padding-top: 2px;
    padding-bottom: 2px;
    top: -50px;
    width: 400px;
    text-align: center;
    opacity: 0.5;
    margin-bottom: -400px;
}

div#page-header-menu ul li.active a {
    color: white;
    background-image: url("../images/dot.png");
    background-position: bottom center;
    background-repeat: no-repeat;
}

/* Footer */
div#page-footer {
    background-image: url("../images/page-bottom.png");
    background-repeat: no-repeat;
    width: 822px;
    height: 93px;
    clear: both;
}

div#page-footer * {
    display: none;
}

/* Center */
div#page-center {
    margin-top: -58px;
    margin-bottom: -58px;
    -margin-bottom: 0px;
    padding: 16px;
}

div#page-content {
    width: 550px;
    float: right;
}

div#page-content li {
    padding-top: 0.5em;
}

div#page-content a {
    color: yellow;
}

div#page-context {
    width: 200px;
    padding: 10px;
    padding-right: 20px;
    float: left;
    font-size: 10pt;
    color: #AAAAAA;
}

div#page-context div#screenshot {
    margin-bottom: -40px;
    position: relative;
    top: -40px;
    text-align: center;
}

div#page-context div#screenshot img {
    border: 3px solid white;
}

div#page-context div#screenshot * {
    display: block;
}

div#page-context div#screenshot a {
    background-image: url("../images/context-title-shadow.png");
    background-position: top left;
    background-repeat: no-repeat;
}

div#page-context h1 {
    background-image: url("../images/context-title-shadow.png");
    background-position: top left;
    background-repeat: no-repeat;
    font-size: 12pt;
    text-transform: lowercase;
    text-align: center;
    color: white;
}

div#page-context ul {
    width: 200px;
    overflow: hidden;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

div#page-context ul ul {
    list-style: disc;
    margin-left: 10px;
    padding: 0px;
}

/* Modules */

/* Feeds */
div.feed_title {
    height: 1.4em;
    overflow: hidden;
}

div.feed_description {
    font-size: 8pt;
    padding-bottom: 8px;
    color: #777777;
}

/* Links */
ul#context-links li {
    list-style: none;
    float: left;
    width: 33%;
    text-align: center;
}

ul#context-links li a span {
    display: block;
    visibility: hidden;
}

ul#context-links li a:HOVER span {
    display: block;
    visibility: visible;
}

/* Overrides */
div#page-content li a {
    color: white;
}

div#page-content a[name] {
    color: white;
}

div#page-content a[name]:HOVER {
    text-decoration: none;
}
