﻿        body
        {
            background-color:Silver;
            margin: 15px;
            padding: 0px;
            font-size: 62.5%;
            text-align: center;

        }
        p
        {
            margin-left:5px;
        }
        h2
        {
            margin-top:0px;
        }
        #header-container
        {
            position:relative;
        }
        #main-container
        {
            margin: 0 auto;

            width: 960px;
        text-align: left;

        }
        #header-container #skysanders-name
        {
            font-size: 3em;
            padding-left: 10px;
            text-decoration: none;
        }
        #skysanders-name a
        {
            text-decoration: none;
        }
        .login-control
        {
            float: right;
            padding-top: 5px;
            padding-right: 10px;
        }
        #tag
        {
            font-size: 1em;
            font-style: italic;
            padding-left: 30px;
        }
        .info-container-top
        {
            padding: 10px;
        }
        .code
        {
            width: 80%;
            position: relative;
            height: auto;
            max-height: 200px;
            overflow-y: auto;
            overflow-x: hidden;
            margin-left: 40px;
        }
        
         #dock
    {
        position: relative;
        float: right;
        height: 25px;
        top: 5px;

    }
    #dock UL
    {
        height: 25px;        
        float: left;
        margin: 0px;
        list-style-type: none;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 0px;
    }
    #dock UL LI
    {
        list-style-type: none;
        padding-bottom: 0px;
        margin: 0px;
        float: left;
        padding-top: 0px;
                
        padding-left: 0px;
        padding-right: 0px;

    }
    #dock UL LI
    {
        position: relative;
        padding-bottom: 0px;
        padding-left: 6px;
        padding-right: 6px;
        padding-top: 0px;
    }
    #dock UL LI A
    {
        padding-bottom: 0px;
        line-height: 22px;
        padding-left: 5px;
        padding-right: 5px;
        display: block;
        float: left;
        color: #888;
        font-size: 12px;
        text-decoration: none;
        padding-top: 0px;
    }
    #dock UL LI A:hover
    {
        border-bottom: #ff9c08 2px solid;
        color: #000;
    }
    #dock UL LI.selected A
    {
        border-bottom: #ff9c08 2px solid;
        color: #000;
    }
    #dock UL LI.selected A
    {
        font-weight: bold;
    }