﻿.tabbedcontent ul.tabs li.active .imgArrow
{
    z-index:4;
}

.statsContainer
{
    padding-top:18px;
    padding-left:30px;
    padding-right:30px;
    width:685px;
    height:375px;
    background-color:#720000;
    float: right;
    margin-right: 77px;
    z-index: 5;
} 

.statsContainer .statsElement 
{
    margin-top:2px;
}

.statsContainer .left
{
    float:left;
}

.statsContainer .sbSelector
{
    text-align:right;
    padding-right:40px;
    overflow:hidden;
}

.statsContainer .h3Container
{
    background-image:url('/static/images/common/doubleLineRed.gif');
    margin-top:20px;
    margin-bottom:2px;
    background-position:left center;
    background-repeat:repeat-x;
}

.statsContainer h3
{
    background-color:#720000;
    color:#eb9393;
    font-family:'Open Sans', Arial;
    font-size:15px;
    font-style:italic;
    display:inline-block;
    padding-right:10px;
}

.statsContainer h4
{
    color:white;
    font-family:'Open Sans', Arial;
    font-size:15px;
    margin-bottom:2px;
    font-style:italic;
    text-align:right;
}

.wrapper2 > #news1.class2 > #news1title
{
    max-width:360px;
}

.statsElement.datum .sbHolder{
	width: 100px;
	background-image:url('/static/images/common/backLinkDown100noshadow.png');
}

.statsElement+.statsElement
{
    margin-left:10px;
}

.statsElement.datum .sbSelector{
	width: 100px;
}

.textCalendar
{
    width:251px;
    height:33px;
    background-image:url('/static/images/common/backInputCalendar275.png');
    background-repeat:no-repeat;
    box-shadow: 5px 5px 16px -7px rgba(0, 0, 0, 0.75);
}

.textCalendar input
{
    background-color:#101010;
    border:0px none;
    color:#b4b4b4;
    font-family: MuseoSlab700,Arial;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left:100px;
    width:105px;
    height:30px;
    line-height:30px;
    margin-top:1px;
    text-align:right;
	outline:none;
}

.textElement
{
    width:251px;
    height:33px;
    background-image:url('/static/images/common/backInputText275.png');
    background-repeat:no-repeat;
    box-shadow: 5px 5px 16px -7px rgba(0, 0, 0, 0.75);
}

.textElement input
{
    background-color:#101010;
    border:0px none;
    color:#b4b4b4;
    font-family: MuseoSlab700,Arial;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    margin-left:40px;
    width:165px;
    height:30px;
    line-height:30px;
    margin-top:1px;
    text-align:right;
	outline:none;
}


#lnkStatPrikaz
{
    display:block;
    position:absolute;
    bottom:20px;
    right:110px;
    background-color:#b70000;
    color:white;
    text-decoration:none;
    height:33px;
    line-height:33px;
    width:251px;
    font-family: MuseoSlab700,Arial;
    font-size: 20px;
    font-weight: normal;
    text-transform: uppercase;
    text-align:center;
}

@media screen and (max-width: 639px)
{
    .statsContainer
    {
        margin-right: 0px;
        width: 100%;
        position:relative;
        padding-bottom:20px;
        float:none;
        height:560px;
    }

    .statsContainer .left
    {
        float: none;
    }

    .statsContainer .statsElement
    {
        width:251px;
        margin-left:0px !important;
    }

    #lnkStatPrikaz
    {
        position:relative;
        bottom:auto;
        right:auto;
        margin-top:30px;
    }

    .wrapper2 > #news1 > #news1title h2
    {
        display:none;
    }
}

@media screen and (min-width: 640px) and (max-width: 959px)
{
    .statsContainer
    {
        margin-right:0px;
    }

    #lnkStatPrikaz
    {
        right:33px;
    }
}
