/* *********************************************************** */
#primaryPanelContainer #MainMenu
{
    background-image: url( '../gfx/MainMenuBackground.png' );
    background-color: #791317;
    margin-bottom: 5px;
    background-repeat: no-repeat;
}

    #MainMenu .boxContent
    {
        padding: 0px 0px 0px 0px;
        color: white;
    }
        #MainMenu .boxContent ul
        {
            list-style: none;
            margin: 0px;
            padding: 10px 0px 0px 35px;
        }

        #MainMenu .boxContent ul li
        {
            display: block;
            height: 30px;
            color: white;
        }

        #MainMenu .boxContent ul li a
        {
            color: white;
        }

        #MainMenu .boxContent form
        {
            background-color: #791317;
            padding: 5px 10px 5px 10px;
        }

        #MainMenu .boxContent input.searchBox
        {
            width: 90%;
            margin-top: 5px;
            border: solid 1px #5a5a5a;
            background-color: #333333;
            color: white;
            margin-bottom: 5px;
        }

        #MainMenu .boxContent select
        {
            border: solid 1px #5a5a5a;
            background-color: #333333;
            color: white;
            font-size: 0.8em;
        }


/* *********************************************************** */
div#mainContentContainer #Login
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
}

    #Login .titleBar
    {
        background-color: #3a3a3a;
        padding: 5px 10px 5px 10px;
        border-bottom: solid 1px #791317;
    }

        #Login .titleBar .boxTitle
        {
            float: left;
            font-size: 1.0em;
            font-weight: bold;
        }

        #Login .titleBar .boxMoreLink
        {
            
            float: right;
            font-size: 10px;
            color: #ffffff;
        }

        #Login .boxMoreLink a
        {
            text-decoration: none;
            color: #ffffff;
        }

        #Login .boxMoreLink a:hover
        {
            text-decoration: none;
            color: #cccccc;
        }

        #Login .boxContent
        {
            background-color: #1c1c1c;
            padding: 3px 10px 3px 10px;
            color: white;
        }

        #Login .boxContent input.loginBox
        {
            width: 80%;
            margin-top: 5px;
            border: solid 1px #5a5a5a;
            background-color: #333333;
            color: white;
            margin-bottom: 5px;
            position: relative;
            top: 6px;
        }

/* *********************************************************** */
div#mainContentContainer #Poll
{
    padding: 0px 0px 0px 0px;
    margin-bottom: 5px;
}

    #Poll .titleBar, #newUsers .titleBar
    {
        background-color: #3a3a3a;
        padding: 5px 10px 5px 10px;
        border-bottom: solid 1px #791317;
    }

        #Poll .titleBar .boxTitle
        {
            float: left;
            font-size: 1.0em;
            font-weight: bold;
        }

        #Poll .titleBar .boxMoreLink
        {
            
            float: right;
            font-size: 10px;
            color: #ffffff;
        }

        #Poll .boxMoreLink a
        {
            text-decoration: none;
            color: #ffffff;
        }

        #Poll .boxMoreLink a:hover
        {
            text-decoration: none;
            color: #CCCCCC;
        }

        #Poll .boxContent
        {
            background-color: #1c1c1c;
            padding: 3px 10px 3px 10px;
            color: #959595;
        }

        #Poll .boxContent .pollQuestion
        {
            color: white;
            font-weight: bold;
        }

/* *********************************************************** */
#secondaryPanelContainer #CDNews
{
}

    #CDNews .titleBar
    {
        background-color: #791317;
        padding: 5px 10px 5px 10px;
        border-bottom: solid 1px black;
    }

        #CDNews .titleBar .boxTitle
        {
            float: left;
            font-size: 1.0em;
        }

        #CDNews .titleBar .boxMoreLink
        {
            
            float: right;
            font-size: 10px;
            color: #ffffff;
        }

            #CDNews .boxMoreLink a
            {
                text-decoration: none;
                color: #ffffff;
            }

            #CDNews .boxMoreLink a:hover
            {
                text-decoration: none;
                color: #cccccc;
            }

    #CDNews .boxContent
    {
        padding: 10px 10px 10px 10px;
        color: #959595;
    }

        #CDNews .boxContent .CDNewsName
        {
            font-weight: bold;
            color: white;
            font-size: 1em;
        }

        #CDNews .boxContent .CDNewsDescription
        {
            font-size: 0.9em;
        }
       
        #CDNews .boxContent a.readMore
        {
            font-size: 0.9em;
            color: #959595;
        }
       

        #CDNews .boxContent img
        {
            margin-right: 5px;
            border: solid 1px black;
        }

