*
{
    margin: 0;
    padding: 0;
}

body
{
    font: 0.9em Verdana, Arial, Helvetica, sans-serif;
    background: #fff url(menu.gif) 50% top repeat-y;
    color: #666;
    text-align: center;
}

#wrapper
{
    position: static;
    top: 0;
    margin: 0 auto;
    width: 760px;
    text-align: left;
}

#header
{
    background: url(masthead_lab.gif) 0 -15px no-repeat;
    height: 217px;
}

#content
{
    margin-left: 220px;
    margin-top: -40px;
}

code, div.code, dl.code dd
{
    font-family: Monaco, 'Andale Mono', 'Courier New', Courier, monospace;
    font-size: 12px;
    color: #000;
    background-color: #ececec;
}

code
{
    padding: 0 2px;
}

div.code, dl.code dd
{
    padding: 2px 5px;
    width: 520px;
    overflow: auto;
}

div.code
{
    margin-top: 1em;
    margin-bottom: 1em;
    white-space: pre;
    border: solid 1px #999;
}

dl.code
{
    padding: 0;
    margin: 0;
}

dl.code dt
{
    margin-top: 10px;
}

dl.code dd
{
    margin-left: 0;
}

div.code span.comment
{
    color: #999;
}

p
{
    margin-top: 1em;
    margin-bottom: 1em;
}

sup
{
    font-size: 70%;
    vertical-align: top;
}

a:link, a:visited, a:hover, a:active
{
    text-decoration: none;
    color: #d98000;
}

a:hover
{
    color: #f60;
    text-decoration: underline;
}

h1
{
    font-size: 140%;
    text-align: center;
}

h2
{
    font-size: 120%;
    margin-top: 20px;
}

h3
{
    font-size: 100%;
    margin-top: 10px;
}

img
{
    border: none 0;
}

ol, ul, dl
{
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 2em;
}

blockquote
{
    margin-left: 10px;
    padding: 5px;
    border-left: solid 2px #000;
    color: #666;
    background-color: #eee;
}

#sidebar
{
    width: 200px;
    margin-left: 7px;
    float: left;
}

#sidebar p
{
    margin: 5px;
    font-size: 80%;
}

ul#menu
{
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 10px;
    margin-bottom: 20px;
}

ul#menu li
{
    background-position: left 50%;
    background-repeat: no-repeat;
    position: relative;
    border: solid 1px #fc3;
    margin-top: -1px;
}

ul#menu ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    position: absolute;
    z-index: 100;
    left: 180px;
    top: 0;
    width: 200px;
    background-color: #ffd966;
}

ul#menu li.submenu
{
    padding: 5px;
    background: url(submenu_arrow.gif) right bottom no-repeat;
}

ul#menu li.submenu:hover > ul
{
    display: block;
}

ul#menu a
{
    display: block;
    padding: 5px;
    text-decoration: none;
    color: #666;
}

ul#menu a:hover, ul#menu li.submenu:hover
{
    background-color: #fc3;
    cursor: pointer;
}

.centre
{
    text-align: center;
}

a[rel="external"]
{
    padding-right: 20px;
    background: url(external.gif) right no-repeat;
}

a[rel="popup"]
{
    padding-right: 20px;
    background: url(popup.gif) right no-repeat;
}

thead
{
    text-align: left;
}

td:first-child
{
    padding-right: 25px;
}

.php_comment
{
    color: #999;
}
