﻿        #initialLogo
        {
            position: absolute;
            top: 70%;
            left: 10%;
            width: 500px;
            height: 100px;
            display: none;
        }
        #menuContainer
        {
            width: 800px;
            height: 20px;
            margin: 0 0 0 0;
            position: absolute;
            top: 0;
            left: 0;
            padding-left: 15px;
            padding-right: 15px;
        }
        #menu
        {
            width: 700px;
            height: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            padding-left: 20px;
            margin: 0 0 0 0;
            z-index: 3;
        }
        #currentPageColor
        {
            width: 20px;
            height: 20px;
            position: absolute;
            top: 5px;
            right: 40px;
        }
        #mainContainer
        {
            width: 800px;
            height: 500px;
            background: black url(Images/c_ellipse.png) no-repeat;
            padding: 0 0 0 0;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -400px;
            margin-top: -250px;
            display: none;
            overflow: hidden;
        }
        #framedContent
        {
            background-image: url(Images/transparent.png);
            background-repeat: repeat;
            width: 800px;
            height: 500px;
            margin: 0 0 0 0;
        }
        .box
        {
            width: 15px;
            height: 15px;
            margin-right: 10px;
        }
        #menu table tr
        {
            height: 20px;
            z-index: 3;
        }
        #menu table div
        {
            color: White;
            font-weight: bold;
            z-index: 3;
        }
        #m1
        {
            display: none;
            z-index: 3;
        }
        #m2
        {
            display: none;
            z-index: 3;
        }
        #m3
        {
            display: none;
            z-index: 3;
        }
        #m4
        {
            display: none;
        }
        #m5
        {
            display: none;
            z-index: 3;
        }
        
        .blue
        {
            background-color: Blue;
            display: none;
        }
        .red
        {
            background-color: #C82F1E;
            display: none;
        }
        .orange
        {
            background-color: Orange;
            display: none;
        }
        .purple
        {
            background-color: Purple;
            display: none;
        }
        .green
        {
            background-color: Green;
            display: none;
        }
        #m1:hover
        {
            text-decoration: underline;
            cursor: pointer;
        }
        #m2:hover
        {
            text-decoration: underline;
            cursor: pointer;
        }
        #m3:hover
        {
            text-decoration: underline;
            cursor: pointer;
        }
        #m4:hover
        {
            text-decoration: underline;
            cursor: pointer;
        }
        #m5:hover
        {
            text-decoration: underline;
            cursor: pointer;
        }
        
        #stopClicker
        {
            width: 800px;
            height: 500px;
            background: url(Images/transparent.png);
            padding: 0 0 0 0;
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -400px;
            margin-top: -250px;
            z-index: 1;
        }
        #miniLogo
        {
            position: absolute;
            bottom: 10px;
            right: 40px;
            background-image: url(Images/miniLogo.png);
            width: 159px;
            height: 37px;
            display: none;
            z-index: 4;
        }
        #b1, #b2, #b3, #b4, #b5
        {
            display: none;
            color: White;
        }
        #loadingPanel
        {
            width: 200px;
            height: 30px;
            background-image: url(Images/loading_back.png);
            position: absolute;
            left: 50%;
            top: 50%;
            margin-left: -100px;
            margin-top: -15px;
            padding-top: 2px;
            text-align: center;
            display: none;
        }
        #PageColor
        {
            width: 10px;
            height: 20px;
            background-color: #384E71;
            display: none;
        }
