﻿html, body, form
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body
{
    text-align: justify;
    border: none;
    color: #262626;
    font-size: 12pt;
    font-family: Calibri, Arial, Tahoma, Verdana, sans-serif;
    background: #202023 url(Images/Portal/body-bkg.jpg) repeat left top;
}

.cleaner
{
    clear: both;
}

p
{
    padding: 8px 0 8px 0;
    margin: 0;
}

div, span
{
    padding: 0;
    margin: 0;
}

h1
{
    margin: 0;
    padding: 8px 0 8px 0;
    font-size: 18pt;
    font-weight: bold;
    color: white;
}

h2
{
    margin: 0;
    padding: 6px 0 6px 0;
    font-size: 16pt;
    font-weight: bold;
    color: white;
}

h3
{
    margin: 0;
    padding: 4px 0 4px 0;
    font-size: 14pt;
    font-weight: bold;
    color: white;
}

a
{
    color: #ffeabf;
    text-decoration: none;
}

    a:hover
    {
        text-decoration: underline;
    }

    a.external
    {
        padding-left: 14px;
        background: url(Images/Portal/external.png) no-repeat left center;
    }

hr
{
    padding: 0;
    margin: 4px 0 4px 0;
    border: none;
    border-top: 1px solid #6bab49;
}

#page
{
    width: 1200px;
    margin: 0 auto;
}

    #page .RadDockZone
    {
        margin: 0;
        padding: 0;
    }

#header
{
    height: 82px;
    padding: 0 92px 0 92px;
    background: url(Images/Portal/header.jpg) no-repeat left top;
}

    #header a.home-page
    {
        position: absolute;
        margin: 20px 0 0 50px;
        height: 40px;
        width: 200px;
    }

    #header .login
    {
        display: block;
        position: absolute;
        margin-top: 100px;
        text-align: right;
        width: 1004px;
    }

#menu
{
    text-transform: uppercase;
    font-size: 12pt;
    background: url(Images/Portal/trees.png) no-repeat left top;
    padding-top: 123px;
}

    #menu ul
    {
        margin: 0;
        padding: 8px 0 14px 0;
        text-align: center;
        background: url(Images/Portal/menu-bkg.png) repeat-y left top;
    }

    #menu li
    {
        margin: 0;
        padding: 0 25px 0 25px;
        list-style: none;
        display: inline-block;
        font-size: 15pt;
    }

    #menu a
    {
        font-family: Calibri;
        font-size: 13pt;
        letter-spacing: 0.5px;
        color: #b27700;
    }

    #menu .active a, #page #menu a:hover
    {
        color: white;
        text-decoration: none;
    }

    #menu li div span
    {
        font-size: 18pt;
    }

#content
{
    padding: 40px 92px 40px 92px;
    background: url(Images/Portal/content-bkg.png) repeat-y left top;
    min-height: 500px;
}

    #content .RadDock .rdContent
    {
        text-align: justify;
        border: none;
        color: #262626;
        font-size: 12pt;
        font-family: Calibri, Arial, Tahoma, Verdana, sans-serif;
        line-height: normal;
    }

    #content .RadDock .rdMiddle .rdCenter
    {
        background-color: transparent;
    }

#footer
{
    padding: 0;
    height: 84px;
    color: #b3b3b3;
    font-size: 10pt;
}

    #footer a.unity3d-engine
    {
        position: absolute;
        margin: 15px 0 0 980px;
        height: 52px;
        width: 139px;
        background: url(images/portal/unity-logo.jpg) no-repeat left top;
    }

    #footer a.speedtree
    {
        position: absolute;
        margin: 15px 0 0 1130px;
        height: 63px;
        width: 53px;
        background: url(images/portal/speedtree-logo.png) no-repeat left top;
    }

    #footer .content
    {
        text-align: center;
        padding-top: 24px;
    }

#toplist
{
    display: none;
}

/* === Contact form === */
.contact-form-title
{
}

.edit-form
{
}

    .edit-form th
    {
        font-weight: bold;
        text-align: right;
    }

    .edit-form td
    {
        text-align: left;
    }

        .edit-form td.commands
        {
            text-align: center;
        }
