body
{
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
    background-color: #000000;
}
*
{
    margin: 0px;
    padding: 0px;
}
p
{
    padding: 10px 10px 10px 20px;
}

a
{
    color: #00FF00;
    text-decoration: underline;
}
a:hover
{
    color: #FF0000;
}

#container
{
    margin: 0px auto;
    text-align: left;
    width: 860px;
}
#header
{
    height: 190px;
    width: 860px;
    background-image: url('/images/header.jpg' );
    background-repeat: no-repeat;
    color: #999999;
    font-size: 12px;
}
#headertopsecret
{
    height: 190px;
    width: 860px;
    background-image: url('/images/headerTopSecret.jpg' );
    background-repeat: no-repeat;
    color: #999999;
    font-size: 12px;
}
#content
{
}
#left
{
    width: 192px;
    float: left;
}
#middle
{
    margin-left: 206px;
    margin-right: 196px;
    width: 450px;
}
#middlewide
{
    margin-left: 206px;
    margin-right: 0px;
    width: 652px;
}
#middlewidest
{
    margin-left: 16px;
    margin-right: 0px;
    width: 1024px;
}
#right
{
    width: 192px;
    float: right;
}
#redbox
{
}

/********************* menu ****************************/
.menuheader
{
    width: 192px;
    height: 37px;
    background-image: url("/images/menutop.gif" );
    display: block;
}
.menucontent
{
    width: 192px;
    background-image: url("/images/menumiddle.gif" );
    padding-top: 10px;
    background-repeat: repeat-y;
}
.menuheader h3
{
    padding: 10px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}
.menufooter
{
    width: 192px;
    height: 15px;
    background-image: url("/images/menubottom.gif" );
    display: block;
}
.postheader, .menuheader
{
    color: #8000FF;
    text-transform: uppercase;
}
/********************* post ****************************/
.post
{
    margin-bottom: 15px;
}
.postheader
{
    background-image: url("/images/posttop.gif" );
    display: block;
    width: 450px;
    height: 33px;
}
.postheader h1
{
    padding: 7px 0px 0px 20px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.postcontent
{
    background-image: url("/images/postmiddle.gif" );
    background-repeat: repeat-y;
    padding: 10px 10px 10px 20px;
    display: block;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
}
.normal
{
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 17px;
    text-align: left;
}
.postcontentwide
{
    background-image: url("/images/postmiddlewide.gif" );
    background-repeat: repeat-y;
    padding: 5px 5px 5px 7px;
    display: block;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.postcontentwidest
{
    background-image: url("/images/postmiddlewidest.gif" );
    background-repeat: repeat-y;
    padding: 5px 5px 5px 7px;
    display: block;
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.postclear
{
    padding: 10px 10px 10px 20px;
    display: block;
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.postcontent ul
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.postcontent ol
{
    list-style-type: none;
    padding-left: 0;
    margin-left: 0;
}
.postcontent ul li
{
    background: url(/images/BulletRed.gif) left center no-repeat;
    padding-left: 50px;
    background-position: 25px 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}
.postcontent ol li
{
    padding-left: 10px;
    margin-bottom: 10px;
    margin-left: 45px;
    margin-top: 10px;
    list-style-type: decimal;
}
.postcontent a
{
    text-decoration: underline;
    color: #00FF00;
}
.postcontent a:hover
{
    color: #FF0000;
}
.postfooter
{
    background-image: url("/images/postbottom.gif" );
    background-repeat: no-repeat;
    display: block;
    width: 450px;
    height: 15px;
}
/********************* header ****************************/
#header
{
    position: relative;
}
#header ul
{
    position: absolute;
    left: 1px;
    top: 160px;
    width: 865px;
    text-align: center;
}
#header ul li
{
    display: inline;
    text-align: center;
}
#header ul li a
{
    display: inline;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #00FF00;
}
#header ul li a:hover
{
    text-decoration: underline;
    color: #FF0000;
}

#headertopsecret
{
    position: relative;
}
#headertopsecret ul
{
    position: absolute;
    left: 1px;
    top: 160px;
    width: 865px;
    text-align: center;
}
#headertopsecret ul li
{
    display: inline;
    text-align: center;
}
#headertopsecret ul li a
{
    display: inline;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    color: #00FF00;
}
#headertopsecret ul li a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
/********************* footer ****************************/
#footer
{
    width: 850px;
}

#footer a
{
    text-align: center;
    color: #00FF00;
    text-decoration: none;
}
#footer a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
#footer span
{
    color: #999999;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    width: 850px;
    display: block;
    padding: 15px 0px;
}
/********************* menu members ****************************/
.menu
{
    font-size: 11px;
    color: #999999;
}
.menu ul
{
    list-style-position: inside;
    list-style-type: disc;
    padding: 0px 0px 0px 20px;
}
.menu ul li
{
    padding-top: 5px;
}
.menu ul li a
{
    text-decoration: none;
    padding: 0px;
    color: #FFFF00;
    text-transform: uppercase;
}
.menu ul li a:hover
{
    text-decoration: underline;
    text-transform: uppercase;
    color: #FF0000;
}
.member
{
    display: inline;
    float: left;
    margin-left: 10px;
    color: #999999;
}
.member span
{
    display: block;
    text-align: center;
    padding: 2px 0px 13px 0px;
    text-transform: uppercase;
}
.member img
{
    width: 75px;
    height: 70px;
    border: solid 2px #999999;
}
.secimage img
{
    width: 150px;
    height: 109px;
    text-align: center;
}
.secimageno img
{
    width: 150px;
    height: 109px;
    text-align: center;
    filter: alpha(opacity=10);
    opacity: 0.1;
}
.clear
{
    clear: both;
}
#footerdefinition
{
    color: #FF0000;
}
#footerdefinition span
{
    color: #FF0000;
}
#footerdefinition a
{
    color: #00FF00;
}
#footerdefinition a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
#copyright span
{
    color: #8000FF;
}
#copyright a
{
    color: #00FF00;
}
#copyright a:hover
{
    text-decoration: underline;
    color: #FF0000;
}
.redbox
{
    border: thin solid #FF0000;
    width: 60%;
}
.redboxheader
{
    border: thin solid #FF0000;
    color: #FF0000;
    padding: 10px;
}
.redboxmessage
{
    color: #FFFFFF;
    font-size: x-small;
    padding: 10px;
}
.redboxlink
{
    color: #00FF00;
    cursor: pointer;
}
.redboxquestion
{
    color: #00FF00;
}
.redboxproblem
{
    font-size: xx-large;
    padding: 10px;
    color: #999999;
}
.highlight
{
    color: #FFFF00;
    text-decoration: none;
}
.sectionheader
{
    color: #FFFF00;
    font-size: 14pt;
}
.sectionheader a
{
    color: #FFFF00;
    text-decoration: none;
}
.subsectionheader
{
    color: #8000FF;
    font-size: 15px;
}
/* Rating */
.ratingStar
{
    font-size: 0pt;
    width: 13px;
    height: 12px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
}

.filledRatingStar
{
    background-image: url(/images/FilledStar.gif);
}

.emptyRatingStar
{
    background-image: url(/images/EmptyStar.gif);
}

.savedRatingStar
{
    background-image: url(/images/SavedStar.gif);
}
.navtext
{
    background-color: #000000;
    border: 1px solid #FF0000;
    z-index: 99;
    width: 160px;
    height: 120px;
    color: #FFFFFF;
}
/* Used for moveable divs and animations */
DIV.movable
{
    position: absolute;
}
/* The styles below are for the Locate Reeko function */
img.image
{
    display: none;
}
dl#DLMap
{
    margin: 0;
    padding: 0;
    background: url('/images/LabMap.gif' ) no-repeat left top;
    height: 200px;
    width: 175px;
    position: relative;
}
dt
{
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 85%;
    display: none;
}
dd
{
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 85%;
}
dl#DLMap
{
    color: white;
    display: block;
    font-size: 115%;
    padding: 10px 0 0 5px;
    top: 0px;
    left: 0px;
}

dd#TopSecretF
{
    top: 57px;
    left: 90px;
}
dd#TopSecretF a
{
    position: absolute;
    width: 51px;
    height: 66px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: 58px;
    left: 31px;
}
dd#bathroom
{
    top: 161px;
    left: 282px;
}
dd#bathroom a
{
    position: absolute;
    width: 32px;
    height: 24px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: 21px;
    left: -281px;
}
dd#animalHouse
{
    top: 165px;
    left: 63px;
}
dd#animalHouse a
{
    position: absolute;
    width: 137px;
    height: 25px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: 17px;
    left: -29px;
}
dd#secretStorage
{
    top: 164px;
    left: 63px;
}
dd#secretStorage a
{
    position: absolute;
    width: 20px;
    height: 91px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -75px;
    left: -62px;
}
dd#engineRoom
{
    top: 165px;
    left: 63px;
}
dd#engineRoom a
{
    position: absolute;
    width: 86px;
    height: 33px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -125px;
    left: 22px;
}
dd#machineRoom
{
    top: 165px;
    left: 63px;
}
dd#machineRoom a
{
    position: absolute;
    width: 86px;
    height: 36px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -163px;
    left: 22px;
}
dd#labKitchen
{
    top: 165px;
    left: 63px;
}
dd#labKitchen a
{
    position: absolute;
    width: 32px;
    height: 40px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -90px;
    left: 76px;
}
dd#lowerLab
{
    top: 165px;
    left: 60px;
}
dd#lowerLab a
{
    position: absolute;
    width: 98px;
    height: 48px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -32px;
    left: -38px;
}
dd#midLab
{
    top: 164px;
    left: 63px;
}
dd#midLab a
{
    position: absolute;
    width: 98px;
    height: 43px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -75px;
    left: -41px;
}
dd#waitingArea
{
    top: 150px;
    left: 163px;
}
dd#waitingArea a
{
    position: absolute;
    width: 15px;
    height: 40px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -75px;
    left: -41px;
}
dd#plantRoom
{
    top: 149px;
    left: 125px;
}
dd#plantRoom a
{
    position: absolute;
    width: 36px;
    height: 14px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -75px;
    left: -41px;
}
dd#upperLab
{
    top: 168px;
    left: 65px;
}
dd#upperLab a
{
    position: absolute;
    width: 81px;
    height: 86px;
    text-decoration: none;
    border: 1px dashed #333333;
    top: -166px;
    left: -63px;
}
#dhtmltooltip
{
    position: absolute;
    left: -300px;
    width: 150px;
    border: 1px solid black;
    padding: 2px;
    background-color: #999999;
    color: #000000;
    visibility: hidden;
    z-index: 100;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
}

#dhtmlpointer
{
    position: absolute;
    left: -300px;
    z-index: 101;
    visibility: hidden;
}

a.missup
{
    text-decoration: none;
    color: #FF0000;
}
a.missup:hover
{
    color: #FF0000;
}
a.utilitycommand
{
    text-decoration: none;
    color: #00FF00;
    font-size: 10px;
}
a.utilitycommand:hover
{
    color: #FF0000;
}
a.clearlink
{
    text-decoration: none;
    color: #999999;
}
.datatable
{
    border-style: solid;
    border-width: 1px;
    border-top-color: #FF0000;
    border-right-color: #FF0000;
    border-bottom-color: #FF0000;
    border-left-color: #FF0000;
    padding: 3px 3px 3px 3px;
    border-collapse: collapse;
}
.datacell
{
    border-style: solid;
    border-width: 1px;
    border-top-color: #FFFF00;
    border-right-color: #FFFF00;
    border-bottom-color: #FFFF00;
    border-left-color: #FFFF00;
    padding: 3px 3px 3px 3px;
    border-collapse: collapse;
    vertical-align: top;
}
.simulatedlink
{
    color: #00FF00;
    text-decoration: underline;
    cursor: pointer;
}
.atomsubscript
{
    vertical-align: sub;
}
