/*** Indiana CSS
***************/ 
@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);
body
{
    line-height: 1em;
    width: 100%;
    font-size: 65%;/* Resets 1em to 12px */
    font-family: montserrat, Sans-Serif;
    color: #333;
    margin: 0 auto;
    background-color: #d5d5d5;
    overflow-x: hidden;
}

.widgetLogo
{
    text-indent: -999px;
}

a:link
{
    color: #4B954B;
    cursor: pointer;
}

a:visited
{
    color: #4B954B;
    cursor: pointer;
    text-decoration: underline;
}

    a:visited:hover
    {
        color: #333;
        cursor: pointer;
        text-decoration: underline;
    }

a:hover
{
    color: #333;
    text-decoration: underline;
    cursor: pointer; 
}

a:active
{
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

/* hack IE6 */ *html hr
{
    height: 1px;
    margin-top: -7px;
}
/* hack IE7 */ *:first-child + html hr
{
    height: 1px;
    margin-top: -7px;
}

p
{
    font-size: 14px;
    line-height: 1.4em;
    margin: 5px 13px 15px;
    text-align: justify;
}

h1
{
    font-size: 2.5em;
    margin: 8px 0 10px 147px;
}

h2
{
    font-size: 1.6em;
    font-weight: bold;
    line-height: 1em;
}

h3
{
    font-size: 1.2em;
    margin: 10px 0 15px;
    text-align: left;
    line-height: 1.2em;
}

h4
{
    font-size: 14px;
    margin: 15px 0 5px 0;
    line-height: 1em;
}

ul
{
    font-size: 1.1em;
    list-style: disc;
    margin: 0 0 0 25px;
    padding: 0;
}

ol
{
    list-style: decimal;
    margin: 0 0 0 20px;
    padding: 0 0 10px;
}

    ol li
    {
        font-size: 14px;
        margin: 0 0 10px;
        line-height: 1.2em;
    }

ul.col
{
    float: left;
    width: 150px;
    margin-left: 15px;
    list-style-type: none;
}

caption, th, td
{
    font-weight: normal;
    word-wrap: break-word;
}

blockquote:before, blockquote:after, q:before, q:after
{
    content: "";
}

blockquote, q
{
    quotes: "" "";
}

.h-6
{
    height: 6px;
}

.h-20
{
    height: 20px;
}

.sep
{
    height: 10px;
}

.txt-green
{
    color: #1e7810;
}

.txt-blue
{
    color: #245399;
}

img.float-left
{
    padding-right: 15px;
}

img.float-right
{
    padding-left: 15px;
}

/*ADS*/
#ads
{
    width: 727px;
    margin: 0 auto 3px;
    height: 90px;
}

input.placeOrderBtn-en
{
    width: 105px;
    height: 38px;
    position: relative;
    top: -68px;
    right: 15px;
    background-color: #30b204;
    color: #fff;
    border: 1px solid #999999;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    background-image: -moz-linear-gradient( top, #46ea0f 0%, #36c307 60%, #29a201 90% );
    background-image: -webkit-linear-gradient( top, #46ea0f 0%, #36c307 60%, #29a201 90% );
    background-image: -ms-linear-gradient( top, #46ea0f 0%, #36c307 60%, #29a201 90% );
}

input.placeOrderBtn-pl
{
    width: 105px;
    height: 38px;
    position: relative;
    top: -68px;
    right: 15px;
    background-color: #30b204;
    color: #fff;
    border: 1px solid #999999;
    text-transform: uppercase;
    border-radius: 5px;
    font-weight: bold;
    font-size: 9px;
    background-image: -moz-linear-gradient( top, #46ea0f 0%, #36c307 60%, #29a201 90% );
    background-image: -webkit-linear-gradient( top, #46ea0f 0%, #36c307 60%, #29a201 90% );
    background-image: -ms-linear-gradient( top, #46ea0f 0%, #36c307 60%, #29a201 90% );
}

.btns-actions-eq .valid-form
{
    font-size: 10px;
}
/* HEADER */

#header
{
    /* height: 220px; */
    /* width: 1005px; */
    margin: 0 auto;
}
/* hack IE7 */ *:first-child + html #header
{
    height: 160px;
}

    #header .wrapper-top
    {
        background-color: #0066B2;
        height: 35px;
        width: 100%;
        text-align: center;
        color: #fff;/*These for CSS3 style*/
        background-image: linear-gradient(#0066B2, #0066B2 100% );
        border-radius: 0px 0px 0 0;
        -moz-border-radius: 0px 0px 0 0;
        -webkit-border-radius: 0px 0px 0 0;
    }

    #header .wrapper-bottom
    {
        background-color: #fff;
        height: 160px;
        text-align: left;
    }
   .wrapper-bottom {}
    /* hack IE6 */ *html #header .wrapper-bottom
    {
        height: 100px;
        padding: 8px 0 0 0;
    }

        #header .wrapper-bottom .logo
        {
            margin: 0;
            width: 1025px;
            background-image: url(img/header-bg.jpg);
            background-repeat: no-repeat;
            height: 153px;
            display: block;
            padding: 5px;
        }

            #header .wrapper-bottom .logo img
            {
            max-height: 150px;
            float: left;
            }

    #header .top ul
    {
        float: left;
        list-style-type: none;
        padding: 0;
    }
/* hack Safari */ html* #header .top ul
{
    margin-top: -1px;
}
/* hack IE6 */ *html #header .top ul
{
    margin-top: -3px;
}
/* hack IE7 */ *:first-child + html #header .top ul
{
    margin-top: -3px;
}

    #header .top ul li
    {
        float: left;
        text-align: center;
    }

        #header .top ul li a
        {
            text-decoration: none;
            color: #fff;
        }

            #header .top ul li a:hover
            {
                text-decoration: none;
                color: #fff;
            }

#header .bottom .leaderboard-ad
{
    float: right;
}

    #header .bottom .leaderboard-ad img
    {
        float: right;
        padding: 0;
    }




/* hack IE7 */ *:first-child + html .nav-spacing
{
    margin-top: 20px;
}

/* WRAPPER */
#wrapper
{
    margin: 0 auto;
    background-color: #fff;
    width: 1025px;
    height: 100%;
}
#wrapper:after{
    clear:both;
    content:"";
    display:table;
    }

    /* 3 cols layout */
    /* #wrapper .threeCols-first { width: 185px } */
    #wrapper .threeCols-first a:link, #wrapper .threeCols-first a:visited,
    #wrapper .threeCols-first a:active
    {
        text-decoration: none;
    }


    /*threeCols-first Layout and Style*/
    #wrapper .threeCols-first ul
    {
        width: 132px;
        list-style-type: none;
        font-size: 10px;
        font-weight: bold;
        margin-left: 0;
    }

        #wrapper .threeCols-first ul li
        {
            width: 132px;
            /* border-bottom: 1px solid #1F1F1F; */
            /* border-top: 1px solid #1F1F1F; */
            text-transform: uppercase;
            text-align: center;
            padding: 10px 0;
            background-color: #529bb9;
            box-shadow: 0px 0px 0px #585858;
            background-image: 
            
            
            
            
            -moz-linear-gradient( left, #fff 0%, #fff 50%, #fff 100% );
            background-image: 
            
            
            
            
            
            
            -webkit-linear-gradient( left, #fff 0%, #fff 50%, #fff 100% );
            background-image: 
            
            
            -ms-linear-gradient( left, #fff 0%, #fff 50%, #fff 100% );
        }

            #wrapper .threeCols-first ul li a
            {
                color: #1c1c1c;
                text-decoration: none;
                width: 80px;
            }

                #wrapper .threeCols-first ul li a span
                {
                    padding-left: 15px;
                }

            #wrapper .threeCols-first ul li.leftbarTop
            {
                border-top-left-radius: 0px;
                -webkit-border-top-left-radius: 0px;
                -moz-border-radius-topleft: 12px;
                border-top: 0;
            }

            #wrapper .threeCols-first ul li.leftbarTitle
            {
                background-color: #00499d;
                color: #fff;
                background-image: linear-gradient(#0066B2, #0066B2 100% );
            }

                #wrapper .threeCols-first ul li.leftbarTitle b
                {
                    font-weight: bold;
                }

            #wrapper .threeCols-first ul li.leftbarBottom
            {
                border-bottom-left-radius: 0px;
                -webkit-border-bottom-left-radius: 0px;
                -moz-border-radius-bottomleft: 12px;
                border-bottom: 0;
            }

        #wrapper .threeCols-first ul.warsawLinks li a
        {
            color: #006699;
        }

    /*threeCols-second Layout and Style*/
    #wrapper .threeCols-second .divLine1, #wrapper .login .divLine1
    {
        width: 100%;
        height: 1px;
        background-color: #5b5b5b;
    }

    #wrapper .threeCols-second .divLine2, #wrapper .login .divLine2
    {
        width: 100%;
        height: 1px;
        background-color: #acacac;
    }

    #wrapper .contentHeader
    {
        background-color: #048403;
        background-image: linear-gradient(#4B954B, #4B954B 100% );
    }

    #wrapper .threeCols-second
    {
        background-color: #fff;
        height: auto;
        padding-bottom: 30px;
        margin: 8px 2px 10px 2px;
        width: 565px;
    }
        /******************************/
        #wrapper .threeCols-second h1,
        #wrapper .login h1
        {
            color: #ffffff;
            width: 230px;
            margin-left: 31px;
            margin-top: 10px;
            float: left;
            text-shadow: 0px 0px 0 #fff;
            text-align: left;
            line-height: 30px;
        }

        #wrapper .threeCols-second .contentLogo,
        #wrapper .login .contentLogo
        {
            width: 234px;
            float: right;
            text-align: left;
            text-transform: uppercase;
            color: #272727;
            font-size: 11px;
            line-height: 13px;
            margin: 9px 10px 9px 0;
            text-indent: -999px;
        }

        #wrapper .threeCols-second .contentpages
        {
            background-color: #fff;
        }
        /**only for customized FT**/
        /*Tabs in private pages*/
        #wrapper .threeCols-second .wrapper_tabs
        {
            width: 530px;
            background-color: #0a5697;
            border-radius: 0 0 0px 0px;
            -moz-border-radius: 0 0 0px 0px;
            -webkit-border-radius: 0 0 0px 0px;
            border: 1px solid #999999;
            border-bottom: 0px;
            height: 45px;
            margin: 30px 10px 0;
            padding: 0;
            *margin-left: 14px;
            background-image: -moz-linear-gradient( top, #0a5697 30%, #0a5697 70% );
            background-image: -webkit-linear-gradient( top, #0a5697 30%, #0a5697 70% );
            background-image: -ms-linear-gradient( top, #0a5697 30%, #0a5697 70% );
        }

            #wrapper .threeCols-second .wrapper_tabs.twoTabs ul li
            {
                width: 263px;
            }

                #wrapper .threeCols-second .wrapper_tabs.twoTabs ul li a
                {
                    width: 238px;
                }

            #wrapper .threeCols-second .wrapper_tabs.fourTabs
            {
                margin-top: 0;
                *margin-left: 14px;
            }

                #wrapper .threeCols-second .wrapper_tabs.fourTabs ul li
                {
                    width: 130px;
                }

                    #wrapper .threeCols-second .wrapper_tabs.fourTabs ul li a
                    {
                        width: 115px;
                        font-size: 14px;
                        padding-right: 6px;
                    }

            #wrapper .threeCols-second .wrapper_tabs.fiveTabs ul li
            {
                width: 104px;
            }

                #wrapper .threeCols-second .wrapper_tabs.fiveTabs ul li a
                {
                    width: 79px;
                }

                #wrapper .threeCols-second .wrapper_tabs.fiveTabs ul li.lastItem
                {
                    width: 103px;
                }

                    #wrapper .threeCols-second .wrapper_tabs.fiveTabs ul li.lastItem a
                    {
                        border-right: 0;
                        padding-right: 23px;
                    }

             #wrapper .threeCols-second .wrapper_tabs.sixTabs ul li
            {
                width: auto;
                
            }

                #wrapper .threeCols-second .wrapper_tabs.sixTabs ul li a
                {
                    width: auto;
                    font-size: 12px;
                }

                #wrapper .threeCols-second .wrapper_tabs.sixTabs ul li.lastItem
                {
                    width: auto;
                }

                    #wrapper .threeCols-second .wrapper_tabs.sixTabs ul li.lastItem a
                    {
                        border-right: 0;
                        padding-right: 5px;
                    }

            #wrapper .threeCols-second .wrapper_tabs ul li
            {
                width: 175px;
                border-right: 1px solid #0a5697;
                line-height: 45px;
                height: 45px;
                text-align: center;
            }

                #wrapper .threeCols-second .wrapper_tabs ul li.lastItem
                {
                    border-right: 0px;
                    padding-right: 3px;
                }

                #wrapper .threeCols-second .wrapper_tabs ul li a
                {
                    border-right: 1px solid #0a5697;
                    font-size: 16px;
                    text-align: center;
                    width: 150px;
                    padding-right: 16px;
                    color: #fff;
                    text-shadow: 0px 0px 0px #000;
                }

                #wrapper .threeCols-second .wrapper_tabs ul li.firstItem a
                {
                    border-radius: 0px 0 0 0;
                }

                #wrapper .threeCols-second .wrapper_tabs ul li.lastItem a
                {
                    border-radius: 0 8px 0 0;
                }

            #wrapper .threeCols-second .wrapper_tabs.twoTabs ul li.lastItem a,
            #wrapper .threeCols-second .wrapper_tabs.threeTabs ul li.lastItem a
            {
                padding-right: 20px;
            }

            #wrapper .threeCols-second .wrapper_tabs.fourTabs ul li.lastItem a
            {
                padding-right: 14px;
            }


            #wrapper .threeCols-second .wrapper_tabs ul li a:hover,
            #wrapper .threeCols-second .wrapper_tabs ul li.current
            {
                color: #fff;
                background: #048403!important;
                text-shadow: 0px 0px 0px #fff;
                background-image: -moz-linear-gradient( top, #0a5697 30%, #0a5697 70% );
                background-image: -webkit-linear-gradient( top, #0a5697 30%, #0a5697 70% );
                background-image: -ms-linear-gradient( top, #0a5697 30%, #0a5697 70% );
            }
        /*Sub Tabs*/
        #wrapper .threeCols-second .sub_tabs
        {
            width: 530px;
            height: 78px;
            background-color: #0a5697;
            border: 1px solid #999999;
            border-top: 0;
            margin-left: 10px;
            padding: 0;
            overflow: hidden;
            text-align: left;
        }

            #wrapper .threeCols-second .sub_tabs.tall
            {
                height: 115px;
            }

            #wrapper .threeCols-second .sub_tabs ul
            {
                width: 500px;
                margin: 10px 15px;
                list-style-type: none;
            }

                #wrapper .threeCols-second .sub_tabs ul li
                {
                    width: 52px;
                    float: left;
                    margin-right: 2px;
                    height: 20px;
                    background-color: #312a31;
                    border-radius: 0px;
                    border: 1px solid #1da0c1;
                    padding: 4px 11px;
                    text-align: center;
                    background-image: -moz-linear-gradient( top, #312a31 30%, #312a31 80% );
                    background-image: -webkit-linear-gradient( top, #312a31 30%, #312a31 80% );
                    background-image: -ms-linear-gradient( top, #312a31 30%, #312a31 80% );
                }

                    #wrapper .threeCols-second .sub_tabs ul li a
                    {
                        text-decoration: none;
                        color: #fff;
                        font-size: 10px;
                        font-weight: normal;
                        text-align: center;
                        *line-height: 26px;
                    }

                    #wrapper .threeCols-second .sub_tabs ul li.active-server,
                    #wrapper .threeCols-second .sub_tabs ul li:hover
                    {
                        background-color: #666666;
                        color: #fff;
                        border: 1px solid #999999;
                        background-image: none;
                    }

                        #wrapper .threeCols-second .sub_tabs ul li.active-server a,
                        #wrapper .threeCols-second .sub_tabs ul li:hover a
                        {
                            color: #fff;
                        }

                    #wrapper .threeCols-second .sub_tabs ul li.secondLine
                    {
                        top: 5px;
                        position: relative;
                    }

                    #wrapper .threeCols-second .sub_tabs ul li.thirdLine
                    {
                        position: relative;
                        top: 10px;
                    }

                    #wrapper .threeCols-second .sub_tabs ul li.long-btn
                    {
                        width: 110px;
                    }

                    #wrapper .threeCols-second .sub_tabs ul li.short-btn
                    {
                        width: 45px;
                    }

        #wrapper .threeCols-second .tableDate
        {
            border: 1px solid #1da0c1;
            border-radius: 0px;
            -moz-border-radius: 0px;
            -webkit-border-radius: 0px;
            background-color: #d4fafa;
            box-shadow: inset 0 0 2px 2px #8bb0b9;
            -moz-box-shadow: inset 0 0 2px 2px #8bb0b9;
            -webkit-box-shadow: inset 0 0 2px 2px #8bb0b9;
            text-align: center;
        }

        #wrapper .threeCols-second .btnGo
        {
            background-color: #86def4;
            border-radius: 10px;
            border: 1px solid #999999;
            color: #005a71;
            font-weight: bold;
        }

        #wrapper .threeCols-second table.data,.chart-view 
        {
            width: 532px;
            margin-left: 10px;
            border-left: 1px solid #999999;
            border-right: 1px solid #999999;
            border-radius: 0 0 0px 0px;
            -moz-border-radius: 0 0 0px 0px;
            -webkit-border-radius: 0 0 0px 0px;
            box-shadow: 0px 2px 3px #000;
            -moz-box-shadow: 0px 2px 3px #000;
            -webkit-box-shadow: 0px 2px 3px #000;
            *border-bottom: 1px solid #999999;
        }

            #wrapper .threeCols-second table.data thead tr:first-child
            {
                background-color: #f2f2f2;
                color: #272727;
                font-weight: bolder;
                border: 0px;
                height: 45px;
                font-size: 13px;
                text-align: center;
            }

            #wrapper .threeCols-second table.data tbody tr
            {
                background-color: #f2f2f2;
            }

                #wrapper .threeCols-second table.data tbody tr.page-nav
                {
                    background-color: #f2f2f2;
                    border-radius: 0 0 8px 8px\9;
                }

                #wrapper .threeCols-second table.data tbody tr:nth-child(2n)
                {
                    background-color: #f6f6f6;
                }

            #wrapper .threeCols-second table.data.rankingTable
            {
                position: relative;
                top: -35px;
                top: -37px\9;
            }

        #wrapper .threeCols-second .previewInfo
        {
            width: 530px;
            margin-left: 10px;
            border: 1px solid #999999;
            border-top: 0;
            background-color: #f2f2f2;
            color: #444444;
        }

            #wrapper .threeCols-second .previewInfo table
            {
                width: 365px;
                float: right;
                margin-right: 16px;
                list-style-type: none;
                text-align: left;
                padding: 15px 0;
            }

                #wrapper .threeCols-second .previewInfo table tr th
                {
                    font-weight: bold;
                    color: #000;
                    border-bottom: 1px solid #cccccc;
                }

                    #wrapper .threeCols-second .previewInfo table tr th span
                    {
                        color: #666666;
                        font-style: italic;
                        font-size: 10px;
                    }

        #wrapper .threeCols-second .btns-actions-eq
        {
            border-bottom: 0;
        }

        #wrapper .threeCols-second .stock-info table.data.stockTable
        {
            border-radius: 0;
        }

            #wrapper .threeCols-second .stock-info table.data.stockTable tr
            {
                background-color: #f0fafd;
                width: 510px;
            }

                #wrapper .threeCols-second .stock-info table.data.stockTable tr td,
                #wrapper .threeCols-second .stock-info table.data.stockTable tr th
                {
                    text-align: right;
                    margin: 0 5px;
                }

                #wrapper .threeCols-second .stock-info table.data.stockTable tr td
                {
                    line-height: 20px;
                }

                #wrapper .threeCols-second .stock-info table.data.stockTable tr th span,
                #wrapper .threeCols-second table.data.historyTable tr th span
                {
                    color: #909090;
                    font-style: italic;
                    font-size: 10px;
                }

        #wrapper .threeCols-second table.data.historyTable.tranHistoryTalbe
        {
            border-top: 1px solid #fff;
        }

            #wrapper .threeCols-second table.data.historyTable.tranHistoryTalbe tr td
            {
                padding: 2px 16px;
            }

        #wrapper .threeCols-second .stock-info table.data.stockTable tr th
        {
            border-color: #e0e0e0;
            font-weight: bold;
        }

        #wrapper .threeCols-second .stock-info table.data.stockTable tr td
        {
            font-weight: bold;
        }

        #wrapper .threeCols-second .stock-info table.data.stockTable .stockSymbol
        {
            text-align: left;
        }

        #wrapper .threeCols-second .tableFooter
        {
            height: 45px;
            background-color: #f2f2f2;
            text-align: left;
            font-style: italic;
            border-top: 1px solid #999999;
            color: #000;
            width: 520px;
            margin-left: 10px;
            line-height: 45px;
            border-radius: 0 0 0px 0px;
            border: 1px solid #999999;
            padding-left: 10px;
            background-image: -moz-linear-gradient( top, #f2f2f2 30%, #f2f2f2 80% );
            background-image: -webkit-linear-gradient( top, #f2f2f2 30%, #f2f2f2 80% );
            background-image: -ms-linear-gradient( top, #f2f2f2 30%, #f2f2f2 80% );
        }

        #wrapper .threeCols-second table.data.portfolioTable.contestTable
        {
            border-top: 0;
        }

            #wrapper .threeCols-second table.data.portfolioTable.contestTable tr
            {
                background-color: #f6f6f6;
                border: 1px solid #999999;
            }

                #wrapper .threeCols-second table.data.portfolioTable.contestTable tr th span
                {
                    color: #979797;
                    font-style: italic;
                }

                #wrapper .threeCols-second table.data.portfolioTable.contestTable tr.bg-light
                {
                    background-color: #f0fafd;
                }

            #wrapper .threeCols-second table.data.portfolioTable.contestTable table
            {
                width: 520px;
                margin-left: 3px;
                border: 1px solid #e0e0e0;
            }

                #wrapper .threeCols-second table.data.portfolioTable.contestTable table tr
                {
                    background-color: transparent;
                }

            #wrapper .threeCols-second table.data.portfolioTable.contestTable tr th,
            #wrapper .threeCols-second table.data.portfolioTable.contestTable tr td
            {
                padding: 2px 3px;
            }

        #wrapper .threeCols-second table.data.portfolioTable table tr a.contestName
        {
            text-decoration: none;
            color: #3aabc8;
        }

        #wrapper .threeCols-second table.data.portfolioTable.contestTable table tr a.actionBtn
        {
            color: #3aabc8;
            font-size: 10px;
            font-weight: bold;
            background-color: #f5f5f5;
            border: 1px solid #999999;
            border-radius: 0px;
            padding: 1px 5px;
            text-decoration: none;
        }

        #wrapper .threeCols-second table.data.portfolioTable.contestTable table tr a.delBtn
        {
            position: relative;
            left: 1px;
            top: -1px;
            *left: 50px;
            *top: -11px;
        }

        #wrapper .threeCols-second table.data.portfolioTable.contestTable table tr .paddingS-15 input
        {
            background-color: #d4fafa;
            box-shadow: inset 0 1px 3px #888;
        }

        #wrapper .threeCols-second table.data.portfolioTable.joinTable
        {
            border-top: 0;
        }

            #wrapper .threeCols-second table.data.portfolioTable.joinTable tr th
            {
                color: #006699;
                font-size: 12px;
                font-weight: bold;
                text-align: left;
                padding: 2px 3.5px;
                padding: 2px 3px\9\0;
            }

:root #wrapper .threeCols-second table.data.portfolioTable.joinTable tr th
{
    padding: 2px 1px\0;
}

#wrapper .threeCols-second table.data.portfolioTable.joinTable tr th.Black
{
    color: #000;
}

#wrapper .threeCols-second table.data.portfolioTable.joinTable tr th span
{
    color: #878787;
    font-style: italic;
    font-weight: normal;
    font-size: 10px;
}

#wrapper .threeCols-second table.data.portfolioTable.joinTable tr td
{
    color: #444444;
    padding: 2px 3.5px;
    word-wrap: break-word;
}

:root #wrapper .threeCols-second table.data.portfolioTable.joinTable tr td
{
    padding: 2px 1px\0;
}

#wrapper .threeCols-second table.data.portfolioTable.joinTable tr a.action-button
{
    padding: 0 10px;
}

#wrapper .threeCols-second table.data.portfolioTable.joinTable tr td a.contestName
{
    text-decoration: none;
    color: #4ab3cd;
}
/*Other styles for private pages*/
.historyPanel
{
    width: 530px;
    background-color: #cdcdcd;
    margin-left: 10px;
    padding: 5px 0;
    border: 1px solid #999999;
    border-top: 0;
    border-bottom: 0;
    text-align: left;
}
/*threeCols-third Layout and Style*/
#wrapper .threeCols-third #leaderboard .topHeader
{
    width: 265px;
    font-size: 13px;
    color: #fff;
    text-shadow: 0px 0px 0px #fff;
    margin-left: 5px;
    padding: 15px;
    border: 0px solid #b3bbbd;
    border-bottom: 1px solid #78a4b4;
    line-height: 40px;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    background-color: #0a5697;
    background-image: -moz-linear-gradient( top, #0a5697 20%, #0a5697 80% );
    background-image: -webkit-linear-gradient( top, #0a5697 20%, #0a5697 80% );
    background-image: -ms-linear-gradient( top, #0a5697 20%, #0a5697 80% );
}

#wrapper .threeCols-third .topPlayers
{
    margin-top: -15px;
}

#wrapper .threeCols-third #tLeaderboard
{
    width: 297px;
    margin-left: 5px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #fff;
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    padding-bottom: 3px;
    background-color: #fff;
}

    #wrapper .threeCols-third #tLeaderboard tbody tr:first-child
    {
        background-color: #dff3fa;
        border-top: 1px solid #fff;
        border-bottom: 1px solid #78a4b4;
        color: #000;
    }

    #wrapper .threeCols-third #tLeaderboard tbody tr
    {
        background-color: #f3fcff;
    }

        #wrapper .threeCols-third #tLeaderboard tbody tr:nth-child(2n)
        {
            background-color: #fff;
        }

        #wrapper .threeCols-third #tLeaderboard tbody tr td.lastTrade
        {
            color: #2ca6c5;
            text-align: right;
        }
/*market news*/

#wrapper .threeCols-third .marketNews,
#wrapper .threeCols-third .marketSummary,
#wrapper .threeCols-third .termofday,
#wrapper .threeCols-third .popArtis
{
    width: 300px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #fff;
    border: 1px solid #b3bbbd;
    margin-top: 15px;
    margin-bottom: 3px;
    padding-bottom: 4px;
}

#wrapper .threeCols-third .widgetsTitle
{
    border-radius: 0;
    height: 48px;
    border-bottom: 1px solid #78a4b4;
    background-color: #048403;
    background-image: linear-gradient(#4B954B 15%, #4B954B 90% );
}

    #wrapper .threeCols-third .widgetsTitle h3
    {
        font-size: 15px;
        color: #fff;
        float: left;
        width: 160px;
        margin-left: 15px;
        margin-top: 15px;
    }

#wrapper .threeCols-third .marketSummaryETF .widgetsTitle h3
{
    width: 260px;
}

#wrapper .threeCols-third .widgetsTitle .widgetLogo
{
    width: 120px;
    float: left;
    text-align: left;
    text-transform: uppercase;
    font-size: 0;
    font-weight: bold;
}

#wrapper .threeCols-third .hotNews,
#wrapper .threeCols-third .hotArtis
{
    background-color: #eaeaea;
    border-bottom: 1px solid #78a4b4;
    border-top: 1px solid #fff;
    text-align: left;
    padding: 2px 10px 5px;
    font-size: 12px;
    line-height: 14px;
}

    #wrapper .threeCols-third .hotNews h3,
    #wrapper .threeCols-third .hotArtis h3
    {
        color: #006699;
        font-size: 17px;
    }

        #wrapper .threeCols-third .hotNews h3 a,
        #wrapper .threeCols-third .hotArtis h3 a
        {
            text-decoration: none;
        }

#wrapper .threeCols-third .newsList,
#wrapper .threeCols-third .artiList
{
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    text-align: left;
    padding-bottom: 20px;
}

    #wrapper .threeCols-third .newsList ul,
    #wrapper .threeCols-third .artiList ul
    {
        list-style-type: none;
        margin: 10px;
    }

        #wrapper .threeCols-third .newsList ul li a,
        #wrapper .threeCols-third .artiList ul li a
        {
            text-decoration: none;
            color: #1da0c1;
        }

            #wrapper .threeCols-third .newsList ul li a:hover,
            #wrapper .threeCols-third .artiList ul li a:hover
            {
                color: #444444;
            }

    #wrapper .threeCols-third .newsList a.moreNewsBtn,
    #wrapper .threeCols-third .termofday .todText a.moreNewsBtn,
    #wrapper .threeCols-third .artiList a.moreNewsBtn
    {
        padding: 1px 8px;
        color: #1da0c1;
        background-color: #eeeeee;
        border-radius: 0px;
        -moz-border-radius: 0px;
        -webkit-border-radius: 0px;
        border: 1px solid #b3bbbd;
        text-decoration: none;
        font-weight: bolder;
        margin-left: 10px;
    }
/*market summary*/
#wrapper .threeCols-third .marketSummary
{
    margin-top: 0;
    margin-bottom: 15px;
}

    #wrapper .threeCols-third .marketSummary table
    {
        text-align: right;
        border-top: 1px solid #fff;
    }

        #wrapper .threeCols-third .marketSummary table th,
        #wrapper .threeCols-third .marketSummary table td
        {
            width: 60px;
            height: 20px;
        }

        #wrapper .threeCols-third .marketSummary table tr th
        {
            background-color: #fbfbfb;
        }

        #wrapper .threeCols-third .marketSummary table tr .firstItem
        {
            width: 55px;
            padding-left: 10px;
            text-align: left;
            color: #1da0c1;
        }

        #wrapper .threeCols-third .marketSummary table tr .secondItem
        {
            text-align: right;
            width: 130px;
        }

        #wrapper .threeCols-third .marketSummary table tr.summaryTitle
        {
            height: 30px;
            color: #272727;
        }

            #wrapper .threeCols-third .marketSummary table tr.summaryTitle th
            {
                border-bottom: 1px solid #78a4b4;
                background-color: #dff3fa;
            }

        #wrapper .threeCols-third .marketSummary table tr.summaryList:nth-child(2n+1)
        {
            background-color: #d0dce0;
        }

        #wrapper .threeCols-third .marketSummary table tr .lastItem
        {
            width: 75px;
            padding-right: 5px;
        }
/*term fo day*/
#wrapper .threeCols-third .termofday
{
    margin-top: 0;
}

    #wrapper .threeCols-third .termofday .todContent
    {
        height: 120px;
        background-color: #fff;
        border-radius: 0 0 0px 0px;
        width: 300px;
    }

        #wrapper .threeCols-third .termofday .todContent img
        {
            width: 74px;
            float: left;
            margin-top: 15px;
            margin-left: 10px\9;
        }

    #wrapper .threeCols-third .termofday .todText
    {
        width: 182px;
        float: left;
        text-align: left;
        height: 120px;
        margin-left: 10px\9;
        margin-top: 0;
    }

        #wrapper .threeCols-third .termofday .todText h3
        {
            margin-bottom: -8px;
        }

        #wrapper .threeCols-third .termofday .todText a.moreNewsBtn
        {
            margin-left: 140px;
        }
/*popular articles*/
#wrapper .threeCols-third .popArtis .widgetsTitle h3
{
    width: 170px;
}

#wrapper .threeCols-third .popArtis .widgetsTitle .widgetLogo
{
    width: 110px;
}

#wrapper .threeCols-third .artiList a.moreNewsBtn
{
    margin-left: 238px;
}
/*announcement*/
#wrapper .threeCols-third .announcement
{
    width: 300px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #f4f4f4;
    margin-bottom: 3px;
    border: 1px solid #999999;
}

#wrapper .threeCols-third .announTitle
{
    border-radius: 0 0 0px 0px;
    -moz-border-radius: 0 0 0px 0px;
    -webkit-border-radius: 0 0 0px 0px;
    background-color: #f7f7f7;
    height: 48px;
    border-bottom: 2px solid #e0e0e0;
    background-image: -moz-linear-gradient( top, #f9f9f9 0%, #f1f1f1 50% );
    background-image: -webkit-linear-gradient( top, #f9f9f9 0%, #f1f1f1 50% );
    background-image: -ms-linear-gradient( top, #f9f9f9 0%, #f1f1f1 50% );
}

    #wrapper .threeCols-third .announTitle h3
    {
        font-size: 25px;
        /*text-shadow: 1px 1px 1px #cccccc;*/
        line-height: 48px;
        text-align: center;
        margin-top: 0;
    }

#wrapper .threeCols-third .announContent
{
    border: 1px solid #e0e0e0;
    border-bottom: 6px solid #e0e0e0;
    border-top: 0;
}

#wrapper .threeCols-third .announDivline
{
    width: 100%;
    background-color: #999999;
    height: 1px;
}

#wrapper .threeCols-third .announFooter
{
    width: 300px;
    border-radius: 0 0 0px 0px;
    background-color: #f5f5f5;
    height: 10px;
    border-top: 1px solid #fff;
}

/*User assignment progress detail*/
#wrapper .threeCols-third .userassignmentprogress
{
    width: 300px;
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    background-color: #f4f4f4;
    margin-bottom: 3px;
    border: 1px solid #999999;
}

/*sponsor logos*/
#wrapper .threeCols-third .sponLogoBig
{
    width: 300px;
    height: 100px;
    margin-top: 15px;
}

#wrapper .threeCols-third .sponLogoSmall
{
    width: 120px;
    float: left;
    margin: 10px 0 30px 20px;
}

/* FOOTER */
#footer
{
    background-color: #333;
    height: 110px;
    background-image: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    -moz-linear-gradient( top, #faf9f9 50%, #e0e1e0 90% );
    width: 100%;
    height: 200px;
    color: #fff;
    clear: both;
}

    #footer .wrapper-bottom
    {
        width: 100%;
        height: 77px;
        background-color: #00aeef;
        border-bottom: 1px solid #0082b3;
    }

    #footer .wrapper-copyright
    {
        height: 160px;
        width: 1025px;
        text-align: center;
        color: #fff;
        padding: 6px 0 0;
        margin-left: auto;
        margin-right: auto;
    }
}
    #footer .wrapper-links
    {
        height: 30px;
        width: 100%;
        text-align: center;
        border-top: 1px solid #fff;
    }

    #footer .wrapper-bottom ul.logoLinks
    {
        margin-left: 205px;
    }

        #footer .wrapper-bottom ul.logoLinks li
        {
            display: inline;
            list-style-type: none;
            margin-right: 10px;
        }

            #footer .wrapper-bottom ul.logoLinks li a img
            {
                height: 65px;
                margin-top: 6px;
            }

    #footer .links ul
    {
        margin: 0;
        padding: 0;
    }

        #footer .links ul li, #footer .external ul li
        {
            margin: -3px 0 0;
            list-style-type: disc;
            color: #1da0c1;
            display: inline;
        }

            #footer .links ul li a:link, #footer .links ul li a:visited, #footer .links ul li a:active,
            #footer .external ul li a:link, #footer .external ul li a:visited, #footer .about ul li a:active
            {
                text-decoration: none;
                color: #fff;
                font-size: 11px;
            }

            #footer .links ul li a:hover, #footer .external ul li a:hover
            {
                color: #1089ce;
            }

    #footer .copyright
    {
        color: #fff;
        text-align: justify;
        width: 940px;
        font-size: 13px;
    }
    #footer small:before{
        content:"";
        display:block;
        float:left;
        width:100px;
        height:100px;
        background-image:url("img/ICEElogoNEWS.png");
        background-size:contain;
        margin-left:-100px;
    }

        #footer .copyright a:link, #footer .copyright a:visited, #footer .copyright a:hover, #footer .copyright a:active
        {
            color: pink;
        }

    #footer .bottom-links
    {
        width: 990px;
        margin: 0 auto;
        text-align: center;
    }

    #footer .links
    {
        float: left;
        width: 650px;
        text-transform: uppercase;
        margin-left: 17px;
    }

        #footer .links ul
        {
            list-style-type: disc;
            color: #3d1a54;
            padding-top: 2px;
        }


/* specific tags */
table.data tr th, table.data tr td
{
    text-align: right;
}

    table.data tr td table.table-page-nav tr td a
    {
        border: 1px solid #000;
        color: #bc0a3a;
    }

        table.data tr td table.table-page-nav tr td a:hover
        {
            color: #000;
            background-color: #f0f0f0;
        }

/* home */
.splash
{
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
}

/*login*/
.login
{
    width: 550px;
    height: 375px;
    margin: 10px auto 550px;
    background-color: #FFF;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .login .form
    {
        margin-top: 50px;
    }

    .login .form, .login .links
    {
        width: 350px;
        margin-left: 70px;
        text-align: left;
        *margin-left: -50px;
    }

        .login .form .loginTitle
        {
            color: #272727;
            margin-right: 33px;
            font-weight: bold;
            text-align: right;
        }

        .login .form .secondInput
        {
            margin: 4px 0 0 2px;
        }

            .login .form .firstInput input,
            .login .form .secondInput input,
            .forgotPWD .form input.forgotInput
            {
                width: 180px;
                border: 1px solid #1da0c1;
                border-radius: 5px;
                -moz-border-radius: 5px;
                -webkit-border-radius: 5px;
                background-color: #d4fafa;
                box-shadow: inset 0 0 2px 2px #b5d8d9;
                -moz-box-shadow: inset 0 0 2px 2px #b5d8d9;
                -webkit-box-shadow: inset 0 0 2px 2px #b5d8d9;
                height: 24px;
            }

.forgotPWD .form input.forgotInput
{
    margin-left: 12px;
    margin-left: 65px\9;
}
/*IE hacks*/
.login .form .chk-box
{
    width: 200px;
    float: left;
    margin-left: 58px;
}

    .login .form .chk-box input
    {
        margin-top: 10px;
        float: right\9;
        margin-right: 80px\9;
    }

    .login .form .chk-box label
    {
        margin-top: -2px;
        margin-top: -27px\9;
    }

.login .form label
{
    color: #272727;
    width: 70px;
    float: left;
}

:root .login .form label
{
    width: 75px\9;
}
/*IE9 hacks*/
.login .form .loginBtn
{
    width: 80px;
    float: left;
    margin: 5px 0 0 -50px;
}

.login .form .btnLogin,
.forgotPWD .form .btnSubmit
{
    background-color: #86def4;
    border-radius: 5px;
    border: 1px solid #999999;
    color: #005a71;
    font-weight: bold;
    padding: 3px 12px;
    width: 80px;
    background-image: -moz-linear-gradient( top, #98e9fe 30%, #69cbe3 70% );
    background-image: -webkit-linear-gradient( top, #98e9fe 30%, #69cbe3 70% );
    background-image: -ms-linear-gradient( top, #98e9fe 30%, #69cbe3 70% );
}

.login .links
{
    margin: 8px 0 0 220px;
    text-transform: uppercase;
    color: #30a9c8;
    font-weight: bold;
}

.login .form input.btnSubmit.btnLogin
{
    width: 60px;
    box-shadow: none;
}

.login .form .btnLogin
{
    width: 120px;
}

.login .form .firstInput,
.login .form .secondInput
{
    text-align: right;
}




/*about*/
.about
{
    width: 1005px;
    margin: 0 auto;
    height: 150px;
    background-color: #00402c;
}

    .about .col
    {
        float: left;
        width: 263px;
        text-align: left;
        height: 130px;
        font-size: 14px;
        line-height: 16px;
        margin-left: 5px;
        font-weight: bold;
        color: #fff;
        line-height: 25px;
        margin-top: 10px;
    }

        .about .col .textTitle
        {
            background-image: url("img/bg-promoTitle.jpg");
            width: 263px;
            height: 29px;
            margin-top: 5px;
            display: block;
        }

        .about .col a,
        .about .col a:hover
        {
            color: #fff;
            text-decoration: none;
        }

.rss-link
{
    margin-top: 20px;
    font-weight: bold;
    line-height: 16px;
}

    .rss-link a
    {
        text-decoration: none;
    }

.rss-date
{
    color: #2e71b2;
    font-size: 11px;
    line-height: 13px;
}

.rss-text
{
    font-size: 14px;
    line-height: 16px;
}

.highlight
{
    color: #035b89;
}

.registerToPlay
{
    background-color: #fff;
    width: 165px;
    height: 90px;
    font-size: 12px;
    line-height: 14px;
    margin: 20px -15px 0;
    padding: 10px 15px 0;
}

    .registerToPlay h3
    {
        color: #04135f;
        margin: 10px 0;
        padding: 0;
    }

    .registerToPlay a
    {
        margin: 0;
        padding: -10px 0 0;
    }

.box-btn
{
    margin-top: 10px;
    width: 130px;
    height: 30px;
    font-weight: bold;
    text-align: center;
    padding: 10px 15px;
    background: #5c9ad7 url(img/bg-btn.jpg) 0 0 repeat-x;
    border: 1px solid #04135f;
    cursor: pointer;
}

    .box-btn a
    {
        font-size: 14px;
        line-height: 16px;
        color: #fff;
        text-decoration: none;
    }

        .box-btn a:hover
        {
            color: #fff;
            text-decoration: none;
        }

label
{
    float: left;
    display: block;
    width: 215px;
    text-align: right;
    padding: 12px 20px;
}



/* registration page */
.registration input, .password input
{
    float: left;
    width: 220px;
}

.registration label, .password label
{
    width: 150px;
}

input.btn
{
    width: 165px;
    height: 46px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 2px 15px;
    background: #5c9ad7 url(img/bg_btn.jpg) 0 0 repeat-x;
    border: 1px solid #046b9a;
    cursor: pointer;
}

.btn.login
{
    margin-bottom: -15px;
}

label.field-checkbox
{
    margin: -24px 0 0 130px;
    width: 380px;
    float: left;
}
/* hack IE6 */ *html label.field-checkbox
{
    margin-left: 43px;
}

.inputCheckbox
{
    margin: 40px 0 0 130px;
    float: left;
    width: 15px;
}
/* hack IE6 */ *html .inputCheckbox
{
    margin-left: 65px;
}

    .inputCheckbox input
    {
        width: 15px;
        margin: 3px 0 0 0;
    }

.registration input.margin-btn
{
    margin-left: 130px;
}
/* hack IE6 */ *html .registration input.margin-btn
{
    margin-left: 50px;
}

.password input.margin-btn
{
    margin-left: 190px;
}
/* hack IE6 */ *html .password input.margin-btn
{
    margin-left: 175px;
}
/* hack IE7 */ *:first-child + html .password input.margin-btn
{
    margin-left: 175px;
}

.radio-btns input
{
    float: left;
    width: 20px;
    position: relative;
    top: 2px;
}

.radio-btns label
{
    float: left;
    text-align: left;
    width: 80px;
}


/* Contact support */
.websitetitle
{
    font-weight: bold;
    font-size: 1.2em;
    position: relative;
    top: 11px;
    float: left;
    text-align: left;
    width: 300px;
    line-height: 14px;
}

/* captcha */
label.captcha-label
{
    position: relative;
    top: 3px;
}

input.captcha-input
{
    position: relative;
    top: 3px;
    width: 100px;
}

.captcha
{
    margin-top: 5px;
}

ul li
{
    line-height: 1.4em;
}

.alt
{
    background-color: #f0f0f0;
}


/* TOPMENU */

#topMenu
{
    height: 35px;
    position: relative;
    z-index: 600;
    width: 1025px;
}
/* hack IE6 */ *html #topMenu
{
    height: 29px;
}

    #topMenu ul.menuList
    {
        list-style-type: none;
        margin-left: 10px;
        padding: 0;
    }

        #topMenu ul.menuList li
        {
            float: left;
            display: block;
            height: 35px;
            position: relative;
        }


            #topMenu ul.menuList li a
            {
                display: block;
                line-height: 35px;
                text-decoration: none;
                font-weight: normal;
                padding-left: 15px;
                width: 170px;
                text-align: left;
                font-size: 13px;
            }

            #topMenu ul.menuList li#contestName a
            {
                width: 200px;
            }

            #topMenu ul.menuList li#contestName ul li a
            {
                width: 185px;
            }

            #topMenu ul.menuList li.langList a
            {
                width: 120px;
            }

                #topMenu ul.menuList li.langList a:hover
                {
                    background-color: transparent;
                    border: 0;
                    color: #01528A;
                    cursor: text;
                }

            #topMenu ul.menuList li a.menuTitle
            {
                border-radius: 0px 0px 0 0;
                -moz-border-radius: 0px 0px 0 0;
                -webkit-border-radius: 0px 0px 0 0;
            }

                #topMenu ul.menuList li a.menuTitle span img
                {
                    margin-left: 5px;
                }


            /* hack IE6 */ *html #topMenu ul.menuList li a b
            {
                width: 10px;
                white-space: nowrap;
            }



            #topMenu ul.menuList li a:hover,
            #topMenu ul.menuList li a:visited,
            #topMenu ul.menuList li a:active,
            #topMenu ul.menuList li:hover a
            {
                color: #fff;
                background-color: #0a5697;
                border: 1px solid #fff;
                border-bottom: 0;
            }

            #topMenu ul.menuList li:hover ul
            {
                width: 146px;
            }


    #topMenu a, #topMenu a:visited
    {
        display: block;
    }

    /* hide the sub levels and give them a positon absolute so that they take up no room */
    #topMenu ul.menuList ul
    {
        display: table;
        visibility: hidden;
        position: absolute;
        width: 180px;
        top: 35px;
        left: 0;
        margin: 0;
        box-shadow: 0px 2px 2px #000;
        -moz-box-shadow: 0px 2px 2px #000;
        -webkit-box-shadow: 0px 2px 2px #000;
        border-radius: 0 0 0px 0px;
        -moz-border-radius: 0 0 0px 0px;
        -webkit-border-radius: 0 0 0px 0px;
        border: 1px solid #fff;
        border-top: 0;
    }

        #topMenu ul.menuList ul li
        {
            border-left: 1px solid #fff\9;
            border-right: 1px solid #fff\9;
        }
        /*IE Hacks*/

        #topMenu ul.menuList ul li
        {
            margin: 0;
        }

            #topMenu ul.menuList ul li a.lastItem
            {
                border-radius: 0 0 0px 0px;
                -moz-border-radius: 0 0 0px 0px;
                -webkit-border-radius: 0 0 0px 0px;
            }

        #topMenu ul.menuList ul.langMenu li a:last-child
        {
            border-radius: 0 0 0px 0px;
        }

    #topMenu ul.menuList li:hover ul li a, #topMenu ul.menuList a:hover ul li a
    {
        background-color: #003986;
        background-image: none;
        color: #88ccf7;
        text-shadow: none;
        text-align: left;
        border: 0;
    }
/* hack IE6 */ *html .navigation ul :hover ul
{
    width: 150px;
}
/* hack IE6 */ *html #topMenu ul.menuList li:hover ul li a
{
    border-bottom: 0;
}
/* hack IE6 */ *html #topMenu ul.menuList a:hover ul li a
{
    border-bottom: 0;
}
    /* hack IE6 */ *html #topMenu ul.menuList a:hover ul li a.last
    {
        border-bottom: 1px solid #9a9a9a;
    }


#topMenu table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
    width: 0;
    height: 0;
}

#topMenu ul.menuList ul a, #topMenu ul.menuList ul a:visited
{
    padding: 0px 15px;
    width: 145px;
}

#topMenu ul.menuList li.langList ul
{
    width: 120px;
}

    #topMenu ul.menuList li.langList ul a
    {
        width: 105px;
    }


#topMenu li :hover ul li a:hover, #topMenu ul.menuList li:hover ul li:hover a
{
    color: #003986;
    background-color: #0072cf;
}

#topMenu :hover > a, #topMenu ul.menuList ul :hover > a
{
    color: #04135f;
    background-color: #00380d;
}

#topMenu ul.menuList li:hover ul, #topMenu ul.menuList a:hover ul
{
    visibility: visible;
}

/*special style for login, reg, username and logout btn in top menu*/
#topMenu ul.menuList li a.btnLogReg
{
    border: 0;
    width: 110px;
    background-color: #0066B2;
    background-image: linear-gradient(#0066B2,#0066B2);
}

    #topMenu ul.menuList li a.btnLogReg:hover
    {
        color: #efeff4;
    }

#topMenu ul.menuList li a.btnRegister
{
    width: 120px;
    border-right: 1px solid #312a31;
    color: #fff;
}

/*dropdown login menu on topMenu*/
#topMenu ul.menuList li.quickLogin ul.loginMenu
{
    visibility: hidden;
    position: absolute;
    z-index: 200;
    width: 280px;
    background-color: #6c6c6c;
}

    #topMenu ul.menuList li.quickLogin ul.loginMenu li
    {
        float: none;
    }

#topMenu ul.menuList li.quickLogin:hover a
{
    background-image: -moz-linear-gradient( top, #9d9d9d 5%, #6c6c6c 95% );
    background-image: -webkit-linear-gradient( top, #9d9d9d 5%, #6c6c6c 95% );
    background-image: -ms-linear-gradient( top, #9d9d9d 5%, #6c6c6c 95% );
    background-color: #6c6c6c;
    border: 1px solid #fff;
    border: 0\9;
    border-bottom: 0;
    border-radius: 0px 0px 0 0;
    -moz-border-radius: 0px 0px 0 0;
    -webkit-border-radius: 0px 0px 0 0;
}

#topMenu ul.menuList li.quickLogin:hover ul
{
    visibility: visible;
}

    #topMenu ul.menuList li.quickLogin:hover ul > li
    {
        margin-top: 15px;
    }

    #topMenu ul.menuList li.quickLogin:hover ul li
    {
        text-align: left;
        color: #fff;
        margin-left: 15px;
    }

    #topMenu ul.menuList li.quickLogin:hover ul input
    {
        width: 180px;
        border: 1px solid #1da0c1;
        border-radius: 15px;
        -moz-border-radius: 15px;
        -webkit-border-radius: 15px;
        background-color: #d4fafa;
        box-shadow: inset 0 0 2px 2px #b5d8d9;
        -moz-box-shadow: inset 0 0 2px 2px #b5d8d9;
        -webkit-box-shadow: inset 0 0 2px 2px #b5d8d9;
        height: 20px;
    }

    #topMenu ul.menuList li.quickLogin:hover ul a.btnGo
    {
        background-color: #86def4;
        border-radius: 10px;
        border: 1px solid #999999;
        color: #005a71;
        font-weight: bold;
        padding: 3px 12px;
        width: 20px;
        float: right;
        height: 15px;
        margin-right: 20px;
        line-height: 15px;
        background-image: -moz-linear-gradient( top, #98e9fe 30%, #69cbe3 70% );
        background-image: -webkit-linear-gradient( top, #98e9fe 30%, #69cbe3 70% );
        background-image: -ms-linear-gradient( top, #98e9fe 30%, #69cbe3 70% );
    }

    #topMenu ul.menuList li.quickLogin:hover ul a.loginLink
    {
        background-image: none;
        border: 0;
        margin: -20px 0 5px 42px;
        background-color: transparent;
    }

#topMenu ul.menuList li.quickReg
{
}

#topMenu ul.menuList li.quickLogin
{
    margin-top: 3px\9;
}
/*IE hacks*/
#topMenu ul.menuList li,
#topMenu ul.menuList li:hover a,
#topMenu ul.menuList li ul,
#topMenu ul.menuList li ul li
{
    border: 0\9;
}

    #topMenu ul.menuList li.headerBorder
    {
        height: 1px;
        background-color: #000;
        width: 100%;
        *width: 215px;
    }

    #topMenu ul.menuList li.headerTopBorder
    {
        border-top: 1px solid #abd8fc;
        *width: 215px;
    }

#topMenu .headerRightBorder
{
    border-right: 1px solid #000;
}

#topMenu ul.menuList li a.userNameText
{
    cursor: text;
    color: #078DED;
}

#topMenu ul.menuList li.quickReg.no-border
{
    border: 0;
}

#header .top #topMenu ul.menuList li:hover a
{
    background-color #c6c6c6\9 !important;
    background-color: #4B954B;
    background-image: linear-gradient(#4B954B, #4B954B);
    /* height: 90%; */
    /* width: 90%; */
}

/**************************************************/


/* NAVIGATION */
.wrapper-navigation
{
    clear: both;
    padding: 0;
    background-color: #0066B2;
    height: 35px;
    width: 100%;
    text-align: center;
    border: 0;
    margin: 0 auto;*
    margin-top: -25px;
    background-image: linear-gradient(##0066B2  15%, #0066B2 90% );
}
/* hack IE6 */ *html .wrapper-navigation
{
    margin: -15px 0 0 0;
    padding: 0;
}

#navigation
{
    height: 35px;
    position: relative;
    z-index: 500;
    width: 1025px;
    margin-left: auto !important;
    margin-right: auto;
}
/* hack IE6 */ *html #navigation
{
    height: 29px;
}

    #navigation ul
    {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

        #navigation ul li
        {
            float: left;
            display: block;
            height: 35px;
            margin-right: 1px;
            position: relative;
            border-right: 1px solid #fff;
        }

            #navigation ul li a
            {
                display: block;
                line-height: 35px;
                padding: 0 0 0 15px;
                text-decoration: none;
                text-transform: uppercase;
                font-weight: normal;
                /* border-right: 1px solid #312a31; */
            }

            #navigation ul li:hover a
            {
                background-color: #4B954B;
                color: #fff;
            }

                #navigation ul li:hover a b
                {
                    color: #fff;
                    /* text-shadow: 0px 0px 0px #0a5697; */
                }

            #navigation ul li a b
            {
                display: block;
                line-height: 35px;
                padding: 0 15px 0 0;
                height: 35px;
                color: #fff;
            }
            /* hack IE6 */ *html #navigation ul li a b
            {
                width: 10px;
                white-space: nowrap;
            }
            #navigation ul li:hover ul a, #navigation ul a:hover ul li a{
                font-size:12px;
            }

            #navigation ul li a:link, #navigation ul li a:visited, #navigation ul li a:active
            {
                color: #fff;
            }

            #navigation ul li a:hover
            {
                color: #fff;
                background-color: #4B954B;
            }

            #navigation ul li:hover ul
            {
                width: 148px;
            }

                #navigation ul li:hover ul li a, #navigation ul li:hover ul li a b
                {
                    background-image: none;
                }

    #navigation a, #navigation a:visited
    {
        display: inline-block;
    }

    /* hide the sub levels and give them a positon absolute so that they take up no room */
    #navigation ul ul
    {
        display: table;
        visibility: hidden;
        position: absolute;
        width: 150px;
        top: 35px;
        left: 0;
        width: auto;
        margin: 0;
        background-color: #0066B2;
    }

        #navigation ul ul li
        {
            margin: 0;
            border: 0;
            /* width: 220px; */
        }

    #navigation ul li:hover ul li a, #navigation ul a:hover ul li a
    {
        background-color: #0066B2;
        background-image: none;
        color: #fff;
        text-shadow: none;
        text-align: left;
        padding-left: 15px;
        border: 0;
        transition: 0.3s;
        width: 220px;
    }
/* hack IE6 */ *html .navigation ul :hover ul
{
    width: 150px;
}
/* hack IE6 */ *html #navigation ul li:hover ul li a
{
    border-bottom: 0;
}
/* hack IE6 */ *html #navigation ul a:hover ul li a
{
    border-bottom: 0;
}
    /* hack IE6 */ *html #navigation ul a:hover ul li a.last
    {
        border-bottom: 1px solid #9a9a9a;
    }


#navigation table
{
    position: absolute;
    top: 0;
    left: 0;
    border-collapse: collapse;
    width: 0;
    height: 0;
}

#navigation ul ul a, #navigation ul ul a:visited
{
    padding: 2px 10px;
    width: 1px;
    font-size: 0px;
    transition: 0.3s;
}

#navigation li :hover ul li a:hover, #navigation ul li:hover ul li:hover a
{
    color: #fff;
    background-color: #4B954B;
}

#navigation :hover > a, #navigation ul ul :hover > a
{
    color: #04135f;
    background-color: #f4f4f4;
}

#navigation ul li:hover ul, #navigation ul a:hover ul
{
    visibility: visible;
}
/*For the last menu btn*/
#navigation ul li.lastMenuBtn,
#navigation ul li.lastMenuBtn a,
#navigation ul li.menuSpoLogo,
#navigation ul li.menuSpoLogo a
{
    border: 0;
}

    #navigation ul li.lastMenuBtn:hover
    {
        background-color: #095776;
    }

        #navigation ul li.lastMenuBtn:hover span
        {
            color: #fff;
            text-shadow: none;
        }

    #navigation ul li.lastMenuBtn a
    {
        height: 35px;
    }

        *:first-child + html #navigation ul li.lastMenuBtn a b
        {
            margin-bottom: -1px;
        }

    #navigation ul li.lastMenuBtn br
    {
        height: 0;
        margin: 0;
        line-height: 0;
    }

    #navigation ul li.lastMenuBtn span
    {
        font-size: 10px;
        line-height: 8px;
        margin-left: 2px;
        color: #fff;
    }

    #navigation ul li.menuSpoLogo a img
    {
        margin-top: 2px;
    }

    #navigation ul li.menuSpoLogo:hover a,
    #navigation ul li.menuSpoLogo a:hover
    {
        background-color: transparent;
    }
/*for Chrome and safari*/
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    #navigation ul li.lastMenuBtn a b
    {
        margin-bottom: -35px;
    }
}

/* LOGIN PAGE */
body.login-page
{
    background: #333333;
    margin: 0 auto;
    padding: 0 auto;
    text-align: center;
    color: #000;
}

    body.login-page .secure
    {
        background-color: #ffffcd;
        color: #666;
        width: 99%;
        text-align: left;
        padding: 4px 0 0 10px;
        height: 15px;
    }

    body.login-page .login
    {
        padding: 20px;
        width: 392px;
        height: 250px;
        text-align: center;
        margin: 160px auto;
        background: transparent url(img/bg_login.jpg) 0 0 no-repeat;
    }
    /* hack for IE6 */ *html body.login-page .login
    {
        height: 120px;
    }

        body.login-page .login .form
        {
            width: 150px;
            text-align: left;
        }
        /* hack for IE6 */ *html body.login-page .login .form
        {
            margin-left: 50px;
        }

        body.login-page .login table
        {
            margin: 95px auto 0;
            padding: 0 auto;
            text-align: center;
        }
        /* hack for IE6 */ *html body.login-page .login table
        {
            margin-top: 114px;
        }
        /* hack for IE7 */ *:first-child + html body.login-page .login table
        {
            margin-top: 120px;
        }

        body.login-page .login .firstInput
        {
            margin-left: 0;
        }

        body.login-page .login .secondInput
        {
            margin: -8px 0 0;
        }
        /* hack for IE6 */ *html body.login-page .login input
        {
            width: 140px;
            margin: 4px 0;
            padding: 0;
        }
        /* hack for IE7 */ *:first-child + html body.login-page .login .clear-left
        {
            margin: 0;
            padding: 0;
        }
        /* hack for IE7 */ *:first-child + html body.login-page .login input
        {
            width: 140px;
            margin: 5px 0;
            padding: 0;
        }

    body.login-page .links
    {
        position: relative;
        top: -7px;
        margin-left: -130px;
    }
    /* hack for IE6 */ *html body.login-page .links
    {
        top: 5px;
        float: left;
        margin-left: -80px;
    }
    /* hack for IE7 */ *:first-child + html body.login-page .links
    {
        top: 5px;
        float: left;
        margin-left: -100px;
    }

        body.login-page .links ul
        {
            list-style-type: disc;
            padding: 0;
            margin: 0;
        }

            body.login-page .links ul li
            {
                float: left;
                padding: 5px 15px 0 0;
                margin: 0 5px 0 0;
            }

                body.login-page .links ul li.first
                {
                    list-style-type: none;
                    padding-left: 0;
                }

                body.login-page .links ul li a
                {
                    text-decoration: none;
                    color: #02588a;
                }

                    body.login-page .links ul li a:hover
                    {
                        color: #489f3a;
                    }

    body.login-page .chk-box input
    {
        float: left;
        margin: 0;
        border: 0;
    }
    /* hack for IE6 */ *html body.login-page .chk-box input
    {
        width: 15px;
    }
    /* hack for IE7 */ *:first-child + html body.login-page .chk-box input
    {
        width: 15px;
    }

    body.login-page .chk-box label
    {
        margin: 0;
        width: 100px;
        padding: 2px 0 0 5px;
        text-align: left;
        float: left;
    }
    /* hack for IE6 */ *html body.login-page .chk-box label
    {
        padding-top: 11px;
    }
    /* hack for IE7 */ *:first-child + html body.login-page .chk-box label
    {
        padding-top: 11px;
    }

    body.login-page input.btnGreen
    {
        color: #fff;
        font-weight: bold;
        font-size: 11px;
        padding: 2px 8px;
        background-color: #68c22d;
        border-top: 2px solid #89e14f;
        border-right: 2px solid #3b7916;
        border-bottom: 2px solid #3b7916;
        border-left: 2px solid #89e14f;
        margin-left: -40px;
    }
    /* hack for IE6 */ *html body.login-page input.btnGreen
    {
        margin-left: -60px;
    }
    /* hack for IE7 */ *:first-child + html body.login-page input.btnGreen
    {
        float: left;
    }


/* FAQs */
.wrapper_tabs
{
    border-bottom: 1px solid #04135f;
}

ul.tabs a:hover
{
    color: #5693d2;
}

ul.tabs li.active-server a
{
    color: #5693d2;
}

ul.tabs a.active
{
    color: #04135f;
    border: 1px solid #04135f;
    border-bottom: 1px solid #fff;
}

ul.tabs a
{
    color: #04135f;
}

/* Admin */
.progress
{
    color: #bc0a3a;
}

.modalPopup
{
    background-color: #f1f1f1;
    border-color: #bc0a3a;
}

/* accordeon */
.accordionHeader
{
    border: 1px solid #bc0a3a;
    color: #000;
    background-color: #f1f1f1;
}

#master_content .accordionHeader a
{
    color: #fff;
}

.accordionHeaderSelected
{
    border: 1px solid #bc0a3a;
    color: #fff;
    background-color: #bc0a3a;
}

#master_content .accordionHeaderSelected a
{
    color: #fff;
}

.accordionContent
{
    background-color: #fff;
    border: 1px solid #bc0a3a;
}

/* only needed for multi-tournaments */
.inline-checkbox input
{
    position: relative;
    top: 2px;
    width: 15px;
    float: left;
    text-align: left;
}

.inline-checkbox label
{
    float: left;
    text-align: left;
    margin-top: 4px;
    width: 100px;
    padding: 10px 0 0 5px;
}

.checkboxFields input
{
    border: 0;
    width: 195px;
    float: left;
    text-align: right;
    margin: 0 0 0 60px;
    padding: 0;
}

.checkboxFields label
{
    float: left;
    text-align: left;
    width: 300px;
    margin: 0 0 0 -60px;
    padding: 0;
}
/* hack for IE7 */ *:first-child + html .checkboxFields input
{
    width: 180px;
}
/* hack for IE7 */ *:first-child + html .checkboxFields label
{
    margin: 2px 0 0 -45px;
}

.adBigbox
{
    width: 300px;
    height: 250px;
    border: 0; /* ; background-color: yellow */
}

.adLeaderboard
{
    width: 350px;
    height: 70px;
    margin: 12px 50px 0 0; /*  background-color: Aqua */
}

.adSkyscraper
{
    width: 160px;
    height: 600px; /* ; background-color: Fuchsia */
}

.regStep
{
    font-weight: 200;
    font-size: 26px;
}

h6
{
    font-size: 12px;
}

/********Special styles for new public pages' design********/
/*prizes*/
.prizeTable
{
    width: 500px;
    margin: 0 auto;
    background-color: #eeeeee;
}

    .prizeTable tr td
    {
        text-align: left;
        padding: 5px 8px;
        font-size: 13px;
    }
/*faq*/
.faqTabs
{
    width: 130px;
    float: left;
    margin-right: 80px;
    margin-left: -30px;
}

    .faqTabs ul
    {
        list-style-type: none;
        margin-left: 0;
    }

        .faqTabs ul li a
        {
            color: #1da0c1;
            font-weight: bold;
            text-decoration: none;
        }

            .faqTabs ul li a:hover,
            #dTrading h3 a:hover,
            #dBasics h3 a:hover,
            #dOther h3 a:hover
            {
                color: #444444;
            }

#dTrading,
#dBasics,
#dOther
{
    width: 340px;
    float: left;
    text-align: left;
    margin-top: -15px;
}

    #dTrading h3,
    #dBasics h3,
    #dOther h3
    {
        color: #006699;
    }

        #dTrading h3 a,
        #dBasics h3 a,
        #dOther h3 a
        {
            text-decoration: none;
            color: #1da0c1;
        }
/*sitemap*/
.mapCols
{
    width: 260px;
    margin-left: 10px;
    background-color: #fff;
    float: left;
    margin-top: 10px;
    text-align: left;
    height: 500px;
}

    .mapCols h2
    {
        margin: 35px 0 20px 15px;
        text-transform: uppercase;
        font-size: 13px;
    }

    .mapCols ul
    {
        list-style-type: none;
        margin-left: 15px;
        font-size: 12px;
    }

        .mapCols ul li h3
        {
            margin-bottom: 0px;
        }

        .mapCols ul li a,
        .mapCols a
        {
            color: #4ab3cd;
            text-decoration: none;
            font-size: 12px;
            font-weight: bold;
        }
/*contact*/
#wrapper .registration .support.contentpages
{
    padding-bottom: 60px;
}

.support span
{
    margin-top: 8px;
    float: right;
    margin-right: 30px;
}

    .support span.websitetitle
    {
        float: left;
        margin-top: 0;
    }

.support label
{
    text-align: left;
    width: 80px;
}
/*#wrapper .registration .support input, #wrapper .registration .support textarea { width: 150px }*/
#wrapper .registration .support .contactMessage-en
{
    height: 200px;
    margin-left: -30px;
    margin-bottom: 16px;
    margin-left: -105px\9;
}

#wrapper .registration .support .contactMessage-hu
{
    height: 200px;
    margin-left: -105px;
    margin-bottom: 16px;
    margin-left: -105px\9;
}

.support label.captcha-label
{
    margin-top: -17px;
}

#wrapper .registration .support input.margin-btn
{
    margin-left: 215px;
}

#wrapper .registration .support select.contactSubjects
{
    width: 220px\9;
}
/*change pwd*/
#wrapper .password label
{
    font-weight: bold;
}
/*register*/
#wrapper .threeCols-second .uniList
{
    width: 340px\9;
}

#wrapper .threeCols-second .facList
{
    width: 300px\9;
}

#wrapper .registration .cbTerms input
{
    margin-right: -45px;
    margin-left: 70px;
    width: 13px\9;
    height: 13px\9;
    margin: 11px 40px 0 155px\9;
}

.fbLike
{
    background-color: #f9f9f9;
}

/********Special styles for new private pages' design********/
/*dashboard(only for KBC Poland)*/
.portfolio-value .right-col
{
    border-top: 1px solid #d1d1d1;
    border-left: 1px solid #7c7c7c;
}

.portfolio-value .left-col
{
    border-top: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

#toggleBtn
{
    color: black;
}
/*account balance*/
#wrapper .threeCols-second .leftCol table.data tr th
{
    background-color: #e2e2e2;
    background-image: -moz-linear-gradient( top, #f9f9f9 30%, #e0e0e0 70% );
    background-image: -webkit-linear-gradient( top, #f9f9f9 30%, #e0e0e0 70% );
    background-image: -ms-linear-gradient( top, #f9f9f9 30%, #e0e0e0 70% );
    border-bottom: 1px solid #999999;
}

#wrapper .threeCols-second .leftCol table.data tr:nth-child(2) td
{
    border-top: 1px solid #fff;
}

#wrapper .threeCols-second .rightCol table.data tr th
{
    background-color: #f0f0f0;
    background-image: -moz-linear-gradient( top, #f9f9f9 30%, #e0e0e0 90% );
    background-image: -webkit-linear-gradient( top, #f9f9f9 30%, #e0e0e0 90% );
    background-image: -ms-linear-gradient( top, #f9f9f9 30%, #e0e0e0 90% );
    border-bottom: 1px solid #999999;
}

#wrapper .threeCols-second .rightCol table.data tr
{
    background-color: #6b838a;
    color: #f9f9f9;
}

    #wrapper .threeCols-second .rightCol table.data tr th
    {
        color: #000;
    }

    #wrapper .threeCols-second .rightCol table.data tr:nth-child(2) td
    {
        border-top: 1px solid #97afb7;
    }

    #wrapper .threeCols-second .rightCol table.data tr:nth-child(2n)
    {
        background-color: #769199;
    }
/*ranking page*/
#wrapper .threeCols-second .portfolio-table-title .titleBottom
{
    font-size: 14px;
}

.valid-form, .valid-form-bonds, .status-form
{
    height: 38px;
}

input.placeOrderBtn,
input.newOrderBtn
{
    top: -75px;
}

#wrapper .threeCols-second .portfolio-table-title .widgetLogo
{
    display: none;
}


/* Assignment */
table.data.assignmentTable
{
    margin-top: 10px;
}

    table.data.assignmentTable tr th
    {
        height: 30px;
        background-color: #222;
        color: #f1f1f1;
    }

        table.data.assignmentTable tr th a
        {
            color: #f1f1f1;
            font-weight: bold;
            text-decoration: underline;
        }

    table.data.assignmentTable tr td
    {
        height: 25px;
        line-height: 25px;
    }

        table.data.assignmentTable tr td span
        {
            font-size: 14px;
        }

#subtabs li.selected,
#subtabs li.active
{
    border-right: 0;
    margin: 7px 6px;
}

    #subtabs li.selected a,
    #subtabs li.active a
    {
        border: 0;
        border-top: 1px solid #7edaf3;
        border-bottom: 3px solid #0a3b5c;
    }

        #subtabs li.selected a:link,
        #subtabs li.active a
        {
            display: block;
            float: left;
            padding: 10px 13px 17px;
            margin: -11px;
            color: #fff;
            text-shadow: none;
            background-color: #1b4768;
            border: 1px solid #878787;
            border-bottom: 0;
            line-height: 13px;
            border-radius: 0px 0px 0 0;
        }

#subtabs .inner
{
    width: inherit;
    margin: 22px 0 0 5px;
    height: 35px;
    text-align: left;
    border-radius: 10px 10px 0 0;
    border: 1px solid #878787;
    text-shadow: 1px 1px 1px #fff;
    background-color: #c9d1c2;
    background-image: -moz-linear-gradient( top, #eaefe2 15%, #d2d9cb 40%, #b8c2b2 90% );
    background-image: -webkit-linear-gradient( top, #eaefe2 15%, #d2d9cb 40%, #b8c2b2 90% );
    background-image: -ms-linear-gradient( top, #eaefe2 15%, #d2d9cb 40%, #b8c2b2 90% );
}

.productTableTitle
{
    width: 622px;
    height: 52px;
    line-height: 52px;
    background-color: #488cb8;
    color: #f2f2f2;
    text-shadow: 0 1px 1px #2e2e2e;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    background-image: -moz-linear-gradient( top, #56a0d0 10%, #3f80ab 100% );
    background-image: -webkit-linear-gradient( top, #56a0d0 10%, #3f80ab 100% );
    background-image: -ms-linear-gradient( top, #56a0d0 10%, #3f80ab 100% );
}

    .productTableTitle.assignTitle
    {
        font-size: 14px;
        font-family: Trebuchet MS;
        width: 722px;
        text-align: left;
        padding-left: 20px;
    }

table.data.scrollable-table
{
    margin-left: 0;
    font-family: Trebuchet MS;
}

    table.data.scrollable-table tr th
    {
        background-color: #d4ecf7;
        text-align: center;
        color: #071d2d;
        font-size: 14px;
        height: 60px;
        line-height: 60px;
        padding: 0;
        font-family: Trebuchet MS;
    }

    table.data.scrollable-table tr.title td
    {
        background-color: #071d2d;
        text-align: center;
        height: 28px;
        line-height: 28px;
        color: #f2f2f2;
    }

        table.data.scrollable-table tr.title td span
        {
            color: #fff;
            font-size: 16px;
            text-transform: uppercase;
            font-family: Trebuchet MS;
        }

    table.data.scrollable-table tr td
    {
        height: 28px;
        line-height: 28px;
    }

        table.data.scrollable-table tr td span
        {
            font-size: 14px;
            font-family: Trebuchet MS;
        }

    table.data.scrollable-table tr.alt td
    {
        background-color: #b7adb1;
    }

    table.data.scrollable-table input
    {
        margin-top: 7px;
        text-align: center;
    }

#AssignmentInfoContainer table tr th
{
    background-color: #d4ecf7;
    text-align: center;
    color: #071d2d;
    padding: 0;
    font-family: Trebuchet MS;
}

#AssignmentInfoContainer table tr.title
{
    background-color: #071d2d;
    text-align: center;
    height: 28px;
    line-height: 28px;
    color: #f2f2f2;
}
/*#AssignmentInfoContainer table tr.alt td { background-color: #b7adb1 } */
#AssignmentInfoContainer tr:nth-child(2n)
{
    background-color: #b7adb1;
}



/* HELLO BAR */
#hellobar-container
{
    background: none repeat scroll 0 0 #def1ff;
    border-bottom-color: #fff;
    color: #2b2b2b;
    font-family: Montserrat Black,Gadget,sans-serif;
}

#hellobar-container
{
    border-bottom: 3px solid #fff;
    font-size: 14px;
    font-weight: normal;
    height: 30px;
    line-height: 30px;
    margin: 0;
    overflow: visible;
    padding: 0;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 1000;
}

    #hellobar-container p
    {
        height: 100%;
        text-align: center;
    }


/* splash button */
#wrapper .threeCols-second .portfolio-table-title {
                                                    width: 509px;
                                                    height: 65px;
                                                    background-color: #f1f1f1;
                                                    margin: 0 0 0 10px;
                                                    padding-left: 21px;
                                                    border-radius: 0;
                                                    background-image: linear-gradient(#0066B2 15%, #0066B2 90% );
 }

#wrapper .threeCols-second .portfolio-table-title h3 { width: 215px; float:left; text-align: left; font-size: 15px; text-shadow: none; color: white }

.open-position-tables ul li a,
ul.portfolio-graph-tabs li a,
ul.piechart-tabs li a {border-radius: 0px 0px 0 0; text-decoration: none; background-color: #3f9fb8; color: #fff;
                                background-image: -moz-linear-gradient( top, #1f1f1f 30%, #1f1f1f 70% );
                                background-image: -webkit-linear-gradient( top, #1f1f1f 30%, #1f1f1f 70% );
                                background-image: -ms-linear-gradient( top, #1f1f1f 30%, #1f1f1f 70% );
                                font-family:arial
}
.open-position-tables ul li.active a,
ul.portfolio-graph-tabs li.active a,
ul.piechart-tabs li.active a { background-color: #1d5f70; color: #1f1f1f;
                                       background-image: -moz-linear-gradient( top, #3990a7 0%, #3990a7 80% );
                                       background-image: -webkit-linear-gradient( top, #3990a7 0%, #3990a7 80% );
                                       background-image: -ms-linear-gradient( top, #3990a7 0%, #3990a7 80% ) }


.social-button-twitter
{
    background: transparent url(img/twitter.png) 0 no-repeat;
    width:28px;
    height:28px;
    display:inline-block;
    background-size: contain;
    padding: 3px;
}
.social-button-fb
{
    background: transparent url(img/facebook.png) 0px no-repeat;
    width:28px;
    height:28px;
    display:inline-block;
    background-size: contain;
    padding: 3px;
}
.social-button-yt
{
    background: #fff url(img/youtube.png) 0px -3px no-repeat;   
     width:28px;
    height:28px;
    display:inline-block;
}
.social-button-lc
{
    background: transparent url(img/lc_logo.png) 0px no-repeat;
    width:28px;
    height:28px;
    display:inline-block;
    background-size: cover;
    padding: 3px;
}

.social-buttons
{
    border:none !important;
}
.social-buttons a{display:inline-block; float:left;border:none !important;margin-left:3px;width:32px !important;height:32px !important;padding:0px !important}
.social-buttons
{
    margin-left:50px;
    position:relative;
    top:3px
}

.op-sub-menu-item a,.op-sub-menu-item,.op-sub-menu-item:hover,.op-sub-menu-item a:hover
{
    color:white !important
}
.op-sub-menu
{position: relative;
top: -5px;
}

#div-findcontest-container
{
    color: white;
}

/* Widgets */
.widget-conteiner 
{
    width: 300px; 
    margin-bottom: 15px;
    background-color: #fff; 
    border: 1px solid #b3bbbd; 
    margin-top: 15px;
    line-height: 18px;
    text-align: left;
}

.widget-conteiner #wordtitle,
.widget-conteiner #quotetitle 
{
    background-color: #eaeaea;
    border-bottom: 1px solid #78a4b4;
    border-top: 1px solid #fff;
    text-align: left;
    padding: 2px 10px;
    font-size: 12px;
}

.widget-conteiner #wordtitle h3,
.widget-conteiner #quotetitle h3
{
    color: #006699;
    font-size: 17px;
}

.widget-conteiner #wordcontent,
.widget-conteiner #quotecontent 
{
    padding: 10px;
    padding-bottom: 20px;
}

.widget-conteiner #wordcontent span,
.widget-conteiner #quotecontent span 
{
    line-height: 1.4em;
    font-size: 1.1em;
}

.widget-conteiner #quotecontent span 
{
    font-size: 1.6em;
}

.widgets-title 
{
    background-color: #0a5697; 
    height: 48px;
    border-bottom: 1px solid #78a4b4;
}
    
.widgets-title h3 {width: 160px; font-size: 15px; color: #fff; float: left; margin-left: 15px; margin-top: 15px;}

.get-stock-ideas-wrap
{
    width: 525px;
    box-shadow: 0px 2px 3px #000;
    -moz-box-shadow: 0px 2px 3px #000;
    -webkit-box-shadow: 0px 2px 3px #000;
    margin: 0 auto; 
    padding-left: 5px;
    overflow: hidden;
}
#wrapper .threeCols-first{
    margin:0;
    margin-top:8px;
}
.viewContestTable
{
    border-collapse: collapse;
    table-layout: auto;
    margin-left: 0;
    width: 528px;
    text-align: center;
    border-color: gray;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-spacing: 0px;
    border-left: 1px solid #999999;
    border-right: 1px solid #999999;
    -webkit-border-radius: 0 0 8px 8px;
    -webkit-box-shadow: 0px 2px 3px #000;
}

/*** RHP Corrections
*******************************/

#wrapper .threeCols-third .userassignmentprogress
{
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
#wrapper .threeCols-third
{
	margin-left:10px;
}

#piechartsubtabs
{
                                                    background-image: linear-gradient(#4B954B 15%, #4B954B 90% );
}

.balanceTables{
    margin-top:10px;
}

#wrapper .threeCols-second .open-position-box table.data {
  font-family: arial;
}
#topMenu ul.menuList li ul.loginMenu .quickLoginBtn {
    color: #fff;
    background-image: 
    -moz-linear-gradient( top, #555 0%, #555 100% );
    background-image: 
    -webkit-linear-gradient( top, #555 0%, #555 100% );
    background-image: 
    -ms-linear-gradient( top, #555 0%, #555 100% );
}

#topMenu ul.menuList li ul.loginMenu .quickLoginBtn:hover {
    color: #efeff4;
}

.forgotPWD a, .forgotPWD a:hover, .forgotPWD a:visited {
    color: #fff;
}
.inline-checkbox tr td label
{
 float:left;
 text-align:left;
 margin-top:0;
 width:100px;
 padding:0; 
}
.resource-btn {
    height: auto !important;
    padding: 15px;
    border: 1px solid #333;
    color: #fff;
    font-size: 170%;
}
.splash-text h1 {
    margin: 3px;
    font-size: 4em;
    color: #fff;
    text-align: left;
    display: table;
    padding: 6px;
    background-color: rgba(75, 149, 75, 0.6);
}
#splash-boxes h2{
    font-size:4em;
    font-weight:200;
}
.splash-section {
    background-image: url(img/splash.jpg);
    min-height: 500px;
    background-size: 300%;
    -webkit-animation: h_slide 24s ease-out infinite;
    -moz-animation: h_slide 24s ease-out infinite;
    animation: h_slide 24s ease-out infinite;
    background-repeat-y: no-repeat;
}

.splash-section {}
@keyframes h_slide {
  0% {
    background-position: 0% top; }
  30% {
    background-position: 0% top; }
  33% {
    background-position: 50% top; }
  63% {
    background-position: 50% top; }
  66% {
    background-position: 100% top; }
  97% {
    background-position: 100% top; }
  100% {
    background-position: 150% top; } }


.splash-text {
    width: 1025px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 320px;
    color: #fff;
}

.splash-text p {
    margin: 3px;
    padding: 5px;
    font-size: 2em;
    display: table;
    background-color: rgba(75, 149, 75, 0.6);
}

.spl-btn {
    background-color: rgba(0, 102, 178, 0.8);
    margin: 20px;
    width: 220px;
    display: inline-block;
    color: #fff;
    transition: 0.5s;
    font-size: 1.5em;
    line-height: 1em;
    padding: 20px;
}
.splash-section .spl-btn{
    width:250px;
}
.splash-button-wrapper {text-align: center;width: 1025px;}

.spl-btn:hover {
    background-color: #4B954B;
}
#splash-about {
    background-color: #fff;
    margin: 0;
    /* height: 300px; */
    padding: 30px;
}

#splash-about h2 {
    margin: 0;
}

.spl-about {
    width: 90%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 1025px;
    text-align: center;
}

.about-block {
    width: 30%;
    display: inline-block;
    margin: 15px;
    text-align: center;
    vertical-align: top;
}


.about-block p {
    text-align: center;
    10: 9px
    font-size: 1;
    font-size: 12px;
}
.about-block h3{
    margin:3px;
    font-size:2em;
    text-align:center;
}

#Splash-Teacher {
    background-image: url(img/splash1.jpg);
    background-size: cover;
    background-position: center;
    height: 400px;
}

#Splash-Teacher h2 {
    color: #fff;
    padding: 30px;
    margin: 0;
    font-size: 2em;
    display: table;
    background-color: rgba(0,0,0,0.3);
    margin-left: 25px;
}

.spl-teach {
    min-width: 1025px;
    width: 80%;
    margin-right: auto;
    text-align: left;
    margin-left: 200px;
    padding-top: 30px;
}
.spl-teach .spl-btn{
    float:right;
    margin:15px;
    text-align:center;
}
.spl-teach ul{
    list-style-position:inside;
}
.spl-teach li {
    color: #fff;
    text-align:left;
    margin-right: auto;
    font-size:1.5em;
    background-color:rgba(0,0,0,0.3); 
}
.about-block img{
    max-height:150px;
}
#splash-boxes{width:100%;min-width:1025px;display: inline-block;background-color: #fff;font-family: roboto;}
.spl-box{width:250px;height: 500px;display: inherit;margin: 0px 20px;padding: 30px 0;}
.icon-wrapper{border-radius:100%;height:200px;width:200px;border: 10px solid lightgrey;overflow:hidden;margin-left: auto;margin-right: auto;box-sizing: border-box;transition: 0.2s;}
.spl-box p{text-align:center;color: #555;text-shadow: none;}
.spl-box h3{text-align:center;margin: 0;padding: 15px;font-size: 1.7em;}
.icon-wrapper img{width: 90%;vertical-align: middle;}
.spl-helper{
    display:inline-block;
    vertical-align:middle;
    height:100%;
}
.spl-box.box-1:hover .icon-wrapper{
    border:20px solid blue;
}
.spl-box.box-2:hover .icon-wrapper{
    border:20px solid orange;
}
.spl-box.box-3:hover .icon-wrapper{
    border:20px solid red;
}
.spl-box.box-4:hover .icon-wrapper{
    border:20px solid yellow;
}
.spl-box h3:after{
    content:"";
    height:2px;
    background-color:lightgrey;
    width:80%;
    display:inline-block;
}
.spl-box.box-1:hover h3:after{
    background-color:blue;
}
.spl-box.box-2:hover h3:after{
    background-color:orange
}
.spl-box.box-3:hover h3:after{
    background-color:red;
}
.spl-box.box-4:hover h3:after{
    background-color:yellow;
}
#donors{
    background-color: rgba(75, 149, 75, 1);
    display: none;
}
#donors h2{
    margin-top:0;
    padding:20px;
    text-align:left;
    color:#fff;
}
.donor-wrapper{
    width:80%;
    min-width:1025px;
    margin-left:auto;
    margin-right:auto;
}
.donor{
    display:inline-block;
    width:25%;
    padding:30px;
    vertical-align:middle;
}
.donor p{
    text-align:center;
    color:#fff;
}
.donor img{
    max-height:100px;
    max-width:100%;
    border-radius: 5px;
}
#splash-about {
    margin: 0;
    /* height: 300px; */
    padding: 5px;
    /* background-color: lightgrey; */
}

#splash-about h2 {
    margin: 0;
}

.spl-about {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-width: 1025px;
    text-align: center;
    /* max-width: 1500px; */
}

.about-block {
    display: inline-block;
    margin: 5px;
    /* text-align: left; */
    height: 300px;
    background-size:cover;
    line-height:300px;
    vertical-align:top;
}
.small-block .about-wrapper{
    background-color: rgba(50,50,50,0.7);
    margin: 80px 10px;
}
.small-block .about-wrapper p{
    text-align:left;
    font-size:130%;
    padding: 10px;
}
.big-block{
    width: 65%;
}
.small-block{
    width:32%;
    text-align: center;
}
.small-block p{vertical-align: middle;display: inline-block;margin: 0;font-size: 18px;width: 75%;text-align: center;}
.block1{background-image: url(img/teachers-and-students.jpg);background-position-y: 60%;}
.block2{background-image: url(img/blue-chart.jpg);}
.block3{background-image: url(img/tealchart.jpg);background-position-y: 50%;}
.block4{
    background-image: url(img/splash1.jpg);
    background-position-y: 30%;
    background-position-x: 90%;
}
.block1 .about-wrapper{
    background-color: rgba(36,36,36,0.8);
    padding: 10px;
    width: 60%;
    margin: 10px;
}
.block1 .about-wrapper p{font-size: 18px;}
.block4 .about-wrapper{
    background-color: rgba(36,36,36,0.8);
    vertical-align: bottom;
    width: 60%;
    padding: 10px;
    margin: 10px;
    display: inline-block;
    margin-left: 35%;
}
.block4 .about-wrapper p{
    text-align: right;
    font-size: 18px;
}
.btn-span{
    vertical-align:middle;
    display:inline-block;
    line-height: 1.6em;
    font-weight: 300;
}
.block3{
    line-height:initial;
}

.spl-about .spl-btn{
    padding: 10px;
    margin: 5px;
    vertical-align:middle;
}
.about-wrapper h1, .about-wrapper p{
    color:#fff;
}

#splash-boxes .spl-btn{
    width:80%;
    margin:0;
}
#splash-boxes .box-2 .splash-button, #splash-boxes .box-3 .splash-button{
    width:100%;
    margin:0;
}
#splash-boxes .box-2 .spl-btn, #splash-boxes .box-3 .spl-btn{
    width:27%;
    margin:5px;
    display:inline-block;
}
.big-block .splash-button{
    display:inline-block;
    width:33%;
    margin:0;
}
.small-block p{
    vertical-align:top;
    display: inline-block;
}
.threeCols-first .fa{
    font-size:4em;
    padding:5px;
}
.block4 h2{
    padding: 10px;
    font-size:3em;
    text-align:left;
    color:#fff;
}
.block4 ul{
    color:#fff;
    text-align:left;
    font-size:1.6em;
    padding:5px;
    display:inline-block;
    width:60%;
}
.block4-wrapper{
    background-color:rgba(0,0,0,0.5);
    height: 280px;
    padding: 10px;
}
.block1 .spl-btn{
    width:100%;
    margin:0;
    padding:0;
    border:0;
    border-radius:0;
    vertical-align: bottom;
    height: 45px;
    padding-top: 10px;
}
.block1 .spl-btn:after{
    display:block;
    content:"Click Here";
    color:transparent;
    font-size:0;
    transition:0.5s;
    border:none;
    width:0;
    width:50%;
    margin-left:auto;
    margin-right:auto;
}
.block1 .spl-btn:hover{
    height:85px;
}
.block1 .spl-btn:hover:after{
    font-size:100%;
    border-radius:5px;
}
.block3 .spl-btn{
    margin-top:70px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
/*ipad hack*/
@media screen and (max-width:1025px){
    body{
        min-width:1025px;
    }
    .splash{
        width:1025px;
        left:0;
    }
    .spl-box{
        margin:0;
    }
    .spl-btn{
       width:200px;
    }
}

.buttonregisternewcontest
{
  display: inline-block; 
  padding: 10px 15px; 
  background: #e2e2e2; 
  border: 1px solid #CCC; 
  color: #4d4d4d;
  text-decoration: none; 
  margin: 20px 0; 
  font-size: 12px; 
  line-height: 16px; 
}

/*ipad splash*/
@media (max-width:800px){
    .splash-section{
        min-height: 0;
        height: 410px;
    }
}