* {
    margin: 0;
    padding: 0;
}

html, body, .mainBG, .mainBG table, .mainBG td {
    height:100%;
    width:100%;
    overflow:hidden;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 10pt;
    line-height: 13pt;
    color: white;
    text-align: center;
    background-color: #000;
}

a, a:hover, a:visited
{
    text-decoration: none;
    color: #fff;
}

.clearBoth
{
    clear: both;
}

/**
 * basic form styles
 */
label
{
    position: absolute;
    text-align:right;
    width: 100px;
    margin-top: 10px;
}

input, textarea
{
    margin-left: 110px;
    width: 275px;
    margin-top: 10px;
    padding: 3px;
    font-family: Arial;
    font-size: 10pt;
    border-collapse: collapse;
    border: 1px solid #ddd;
}

input:hover, textarea:hover, button:hover
{
    border: 1px solid #000;
}

button
{
    border-collapse: collapse;
    border: 1px solid #ddd;
    padding: 3px;
}

p.submit
{
    margin-top: 10px;
    text-align: center;
}

.mainBG {
    position: fixed;
}

.mainBG div {
    height:200%;
    left:-50%;
    position:absolute;
    top:-50%;
    width:200%;
}

.mainBG td {
    text-align:center;
    vertical-align:middle;
}

.mainBG img {
    margin:0 auto;
    min-height:50%;
    min-width:50%;
}

#menuBG {
    position:absolute;
    position: fixed;
    top:0;left:0;
    z-index:70;
    background-color: black;
    
    /* opacity */
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    -khtml-opacity: 0.5;
    opacity: 0.5;

    /* rounded corners */
    -moz-border-radius-topright: 15px;
    -webkit-border-top-right-radius: 15px;
    -moz-border-radius-bottomright: 15px;
    -webkit-border-bottom-right-radius: 15px;

    margin: 50px auto 3000px auto;
    padding: 15px 20px 15px 15%;
    line-height: 15pt;
}

    #menuBG a
    {
        color: black;
        text-decoration: none;
    }

#menu
{
    position:absolute;
    position: fixed;
    top:0;left:0;
    z-index:70;
    text-align: left;
    margin-top: 50px;
    padding: 15px 20px 15px 15%;
    line-height: 15pt;
}

    #menu a, #menu a:visited
    {
        color: white;
        text-decoration: none;
    }

    #menu a:hover, #menu a.active
    {
        font-weight: bolder;
    }

.contentWrapper
{
    position:absolute;
    top:0;left:0;
    width: 100%;
    height: 100%;
    z-index:60;
    overflow: auto;
    text-align:left;
}

    .contentWrapper .content
    {
        width: 40%;
        position:relative;
        margin:50px auto 50px auto;
        background-color: black;
        padding: 15px;

        /* opacity */
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity: 0.5;
        opacity: 0.5;
        
        /* rounded corners */
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
    }

    .contentWrapper .noBottomMargin
    {
        margin-bottom: 10px;
    }

    .contentWrapper .noTopMargin
    {
        margin-top: 0px;
    }

        .navContainer
        {
            border-bottom: 1px solid #ccc;
            padding-bottom: 10px;
            margin-bottom: 15px;
        }

        .navList
        {
            text-align: center;
            padding: 0;
            text-indent: 0;
            list-style-type: none;
        }

        .navList li
        {
            padding: 0;
            margin: 0;
            text-indent: 0;
            display: inline;
        }

        .navList li a
        {
            letter-spacing: -1px;
            text-decoration: none;
            color: #ccc;
            font-size: 1em;
            padding: 0 2px;
            border-top: 1px solid #ccc;
        }

        .navList li a:hover
        {
            color: #333;
            border-top: none;
        }

        .navList .active a
        {
            color: #fc6;
            color: white;
            border-top: none;
            font-size: 1.5em;
        }

    ul.standardList
    {
        list-style-type: none;
        margin: 10px 0 10px 0;
    }

        ul.standardList a
        {
            font-weight: bolder;
        }

        ul.standardList a:hover
        {
            text-decoration: underline;
        }

    span.header
    {
        font-size: 1.2em;
        font-weight: bolder;
    }

    .projectContainer .name
    {
        font-size: 2em;
        letter-spacing: -1px;
        color: #E0E0E0;
    }

    .projectContainer .status .live
    {
        color: #85FF0A;
    }

    .projectContainer .status .wip
    {
        color: #FF850A;
    }

    .projectContainer p
    {
        margin-top: 20px;
        font-size: 1.2em;
    }

    .updateContainer
    {
        cursor: pointer;
        float: left;
        margin: 3px;
    }

    .updateContainer img
    {
        border: 1px solid transparent;
    }

    .updateContainer img:hover
    {
        border: 1px solid #ccc;
    }

    .updateInfo
    {
        background-color: #ccc;
        padding: 5px;
        margin: 5px;
        color: black;

        /* rounded corners */
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
    }

        .updateInfo .title
        {
            color: black;
        }

        .updateInfo .quote
        {
            border-top: 1px solid #999;
            border-bottom: 1px solid #999;
            margin: 10px;
            padding: 10px;
            color: #3D3D3D;
            font-size: 115%;
            letter-spacing: -1px;
        }

        .updateInfo .link
        {
            text-align: right;
        }

        .updateInfo .link a, .updateInfo .link a:visited
        {
            color: black;
        }

        .updateInfo .link a:hover
        {
            font-weight: bold;
        }

.hidden
{
    display: none;
}
