#weeksFader {
    position: relative;
    margin: 0;
    padding: 0;
    }
    #weeksFader #weeksLeftFade,
    #weeksFader #weeksRightFade {
        position: absolute;
        display: none;

        top: 0;
        bottom: 20px;

        width: 45px;
        z-index: 2;
        }
    #weeksFader #weeksLeftFade {
        left: 0;
        }
        #weeksFader #weeksLeftFade.active {
            display: block;
            background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            background: linear-gradient(left, rgba(255,255,255,1) 0%,rgba(255,255,255,0) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=1 );
            }
    #weeksFader #weeksRightFade  {
        right: 0;
        }
        #weeksFader #weeksRightFade.active {
            display: block;
            background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
            background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,1)));
            background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            background: linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
            }

#weeksSelector {
    position: relative;
    padding-top: 2px;
    min-height: 30px;
    overflow-x: auto;
    z-index: 1;
    }
    #weeksSelector .weekHolder {
        display: inline-block;
        position: relative;
        padding: 0;
        }
        #weeksSelector .weekHolder .weekBlocksHolder {
            height: 41px;
            }
        #weeksSelector .weekHolder .weekBlocksHolder:hover {
            cursor: pointer;
            }
            #weeksSelector .weekHolder .weekBlocksHolder .weekBlock {
                float: left;
                width: 34px;

                padding: 5px 4px 3px 4px;
                margin-right: 4px;

                border-radius: 5px;

                text-align: center;
                font-size: 12px;

                background: rgb(242,242,242);
                background: -moz-linear-gradient(top, rgba(242,242,242,1) 0px, rgba(240,240,240,1) 12%, rgba(186,186,186,1) 100%);
                background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(242,242,242,1)), color-stop(12%,rgba(240,240,240,1)), color-stop(100%,rgba(186,186,186,1)));
                background: -webkit-linear-gradient(top, rgba(242,242,242,1) 0px,rgba(240,240,240,1) 12%,rgba(186,186,186,1) 100%);
                background: -o-linear-gradient(top, rgba(242,242,242,1) 0px,rgba(240,240,240,1) 12%,rgba(186,186,186,1) 100%);
                background: -ms-linear-gradient(top, rgba(242,242,242,1) 0px,rgba(240,240,240,1) 12%,rgba(186,186,186,1) 100%);
                background: linear-gradient(top, rgba(242,242,242,1) 0px,rgba(240,240,240,1) 12%,rgba(186,186,186,1) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f2f2', endColorstr='#bababa',GradientType=0 );

                box-shadow: -1px 0px 3px -1px #777777;
                }
                #weeksSelector .weekHolder .weekBlocksHolder .weekBlock > div {
                    width: 34px;
                    display: inline-block;
                    float: left;
                    }

                #weeksSelector .weekHolder .weekBlocksHolder .weekBlock:hover {
                    background: rgb(245,250,255);
                    background: -moz-linear-gradient(top, rgba(245,250,255,1) 0px, rgba(116,179,237,1) 60%, rgba(119,215,255,1) 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(245,250,255,1)), color-stop(60%,rgba(116,179,237,1)), color-stop(100%,rgba(119,215,255,1)));
                    background: -webkit-linear-gradient(top, rgba(245,250,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
                    background: -o-linear-gradient(top, rgba(245,250,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
                    background: -ms-linear-gradient(top, rgba(245,250,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
                    background: linear-gradient(top, rgba(245,250,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5faff', endColorstr='#77d7ff',GradientType=0 );

                    padding: 5px 4px 3px;
                    border: none;
                    }
                #weeksSelector .weekHolder .weekBlocksHolder .weekBlock:active {
                    box-shadow: none;
                    }

                #weeksSelector .weekHolder .weekBlocksHolder .weekBlock .weekDay {
                    font-size: 16px;
                    font-weight: bold;
                    text-align: center;
                    line-height: 16px;
                    padding-right: 1px;
                    }

                #weeksSelector .weekHolder .weekBlocksHolder .weekBlock.weekSelected,
                #weeksSelector .weekHolder .weekBlocksHolder .weekBlock.weekSelected:hover {
                    background: rgb(128,192,255);
                    background: -moz-linear-gradient(top, rgba(128,192,255,1) 0px, rgba(75,111,189,1) 45%, rgba(21,94,164,1) 100%);
                    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(128,192,255,1)), color-stop(45%,rgba(75,111,189,1)), color-stop(100%,rgba(21,94,164,1)));
                    background: -webkit-linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
                    background: -o-linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
                    background: -ms-linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
                    background: linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
                    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c0ff', endColorstr='#155ea4',GradientType=0 );

                    color: white;
                    text-shadow: 1px 0px 1px #43436E;

                    border: none;
                    padding: 5px 4px 3px 4px;
                    }

.versionHolder {
    position: relative;
    height: 24px;
    }

.versionBlock {
    position: absolute;
    top: 0px;
    height: 20px;
    /*border-left: 1px solid #6699CC;*/
    border-radius: 3px;

    background: rgb(190,215,221); /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, rgba(190,215,221,1) 0%, rgba(201,213,217,1) 55%, rgba(205,214,216,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(190,215,221,1)), color-stop(55%,rgba(201,213,217,1)), color-stop(100%,rgba(205,214,216,1))); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, rgba(190,215,221,1) 0%,rgba(201,213,217,1) 55%,rgba(205,214,216,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, rgba(190,215,221,1) 0%,rgba(201,213,217,1) 55%,rgba(205,214,216,1) 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, rgba(190,215,221,1) 0%,rgba(201,213,217,1) 55%,rgba(205,214,216,1) 100%); /* IE10+ */
    background: radial-gradient(center, ellipse cover, rgba(190,215,221,1) 0%,rgba(201,213,217,1) 55%,rgba(205,214,216,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bed7dd', endColorstr='#cdd6d8',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    }

.versionBlock:hover {
    background: rgb(207,231,255);
    background: -moz-linear-gradient(top, rgba(207,231,255,1) 0px, rgba(116,179,237,1) 60%, rgba(119,215,255,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(207,231,255,1)), color-stop(60%,rgba(116,179,237,1)), color-stop(100%,rgba(119,215,255,1)));
    background: -webkit-linear-gradient(top, rgba(207,231,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
    background: -o-linear-gradient(top, rgba(207,231,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
    background: -ms-linear-gradient(top, rgba(207,231,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
    background: linear-gradient(top, rgba(207,231,255,1) 0px,rgba(116,179,237,1) 60%,rgba(119,215,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cfe7ff', endColorstr='#77d7ff',GradientType=0 );

    cursor: pointer;
    }

.versionSelected, .versionSelected:hover {
    background: rgb(128,192,255);
    background: -moz-linear-gradient(top, rgba(128,192,255,1) 0px, rgba(75,111,189,1) 45%, rgba(21,94,164,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,rgba(128,192,255,1)), color-stop(45%,rgba(75,111,189,1)), color-stop(100%,rgba(21,94,164,1)));
    background: -webkit-linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
    background: -o-linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
    background: -ms-linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
    background: linear-gradient(top, rgba(128,192,255,1) 0px,rgba(75,111,189,1) 45%,rgba(21,94,164,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80c0ff', endColorstr='#155ea4',GradientType=0 );

    cursor: default;
    }