body {
    background: #f4f4f4 url('../images/bg.png');
    color: #333333;
    font-family: Helvetica, Arial;
}

h1 {
    color: #cc0000;
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 15px;
}

h3 {
    color: #cc0000;
    font-size: 18px;
    font-weight: normal;
    margin: 0 0 15px;
}

a {
    color: #0061a3;
}

h1 a {
    font-size: 1.1em;
    margin-right: 10px;
    text-decoration: none;
}

div.pbar {
    font-size: 15px;
    margin: 0 0 15px;
    position: relative;
    overflow: hidden;
}
    div.pbar i {
        background-color: #999999;
        background-image: -webkit-gradient(linear, left top, left bottom, from(#999999), to(#cccccc));
        color: #ffffff;
        display: block;
        float: left;
        font-style: normal;
        margin-right: 5px;
        text-align: center;
    }
        div.pbar i b {
            background-color: #cc0000;
            background-image: -webkit-gradient(linear, left top, left bottom, from(#cc6666), to(#cc0000));
            display: block;
            float: left;
            font-weight: 400;
        }

div.pbar.green i b {
    background-color: #33cc33;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#99dd99), to(#33cc33));
}

form.default {
    margin: 0;
    padding: 0;
    position: relative;
}
    form.default input[type=submit] {
        border: #cc6666;
        border-radius: 5px;
        background-color: #cc0000;
        background: #cc0000 -webkit-gradient(linear, left top, left bottom, from(#cc0000), to(#F12A2A) );
        color: #ffffff;
        font-size: 20px;
        margin: 0;
        height: 36px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        width: 50%;
    }
    form.default input[type=text], form.default input[type=password]  {
        border: 1px solid #999999;
        border-radius: 5px;
        font-size: 20px;
        margin: 0 0 15px;
        padding: 5px 2.5%;
        width: 95%;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
    }

img.avatar {
    border: 1px solid #0cf;
    float: left;
    padding: 2px;
}

@-webkit-keyframes shows-hover {
    from {
        background-color: #f5f5f5;
        border-color: #e0e0e0;
    }
    to {
        background-color: #ffffff;
        border-color: #ffffff;
    }
}

ul.news, ul.news ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
    ul.news {
        color: #666666;
        font-size: 16px;
    }
    ul.news ul {
        color: #333333;
        font-size: 13px;
        margin: 5px 0 15px;
    }
        ul.news ul li {
            margin: 0 0 5px;
        }
    ul.news em {
        color: #666666;
        font-style: normal;
    }

ul.stats {
    list-style-type: none;
    margin: 15px 0;
    padding: 0;
}

ul.shows {
    list-style-type: none;
    margin: 0 -10px;
    padding: 0;
}
    ul.shows > li {
        font-size: 15px;
        margin: 0;
    }
    ul.shows > li > a {
        background-color: #ffffff;
        border-radius: 3px;
        border: 1px solid #ffffff;
        display: block;
        padding: 4px 9px;
        position: relative;
        text-decoration: none;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
    }
    ul.shows > li > a:hover {
        -webkit-animation-name: shows-hover;
        -webkit-animation-duration: 2s;
        -webkit-animation-iteration-count: 1;
    }
    ul.shows > li > a > span.descr {
        color: #cccccc;
        display: block;
        font-size: 12px;
        margin: -2px 0 0 0;
    }
    ul.shows > li > a > span.counter {
        background: #cc0000;
        border-radius: 4px;
        color: #ffffff;
        display: block;
        height: 18px;
        line-height: 18px;
        margin-top: -9px;
        position: absolute;
        right: 10px;
        text-align: center;
        top: 50%;
        width: 18px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    ul.shows > li > a > span.checkbox {
        background: #ffffff;
        border: 1px solid #999999;
        border-radius: 4px;
        display: block;
        height: 16px;
        margin: -9px 0 0;
        position: absolute;
        right: 9px;
        top: 50%;
        width: 16px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }
    ul.shows > li > a > span.checkbox span {
        display: block;
        border-top: 3px solid #cc0000;
        border-left: 3px solid #cc0000;
        height: 10px;
        width: 7px;
        margin: -1px 0 0 3px;
        -webkit-transform: rotate(240deg);
    }

div.header {
    color: #cc0000;
    font-size: 36px;
    letter-spacing: -0.02em;
    padding: 7px 0 13px 0;
    text-align: center;
}
    div.header img {
        vertical-align: bottom;
    }

ul.menu {
    display: table;
    font-size: 15px;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
    ul.menu li.active {
        background: #ffffff;
        border-bottom: none;
        border-top: 1px solid #d0d0d0;
        border-left: 1px solid #d0d0d0;
        border-right: 1px solid #d0d0d0;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px;
        -webkit-border-top-left-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topright: 5px;
    }
    ul.menu li {
        border-bottom: 1px solid #d0d0d0;
        display: table-cell;
    }
    ul.menu li:first-child {
        border-left: 0;
        border-top-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        -moz-border-radius-topleft: 0;
    }
    ul.menu li:last-child {
        border-right: 0;
        border-top-right-radius: 0;
        -moz-border-top-right-radius: 0;
        -webkit-border-radius-topright: 0;
    }
    ul.menu li a {
        color: #666666;
        display: block;
        padding: 5px 10px;
        text-align: center;
        text-decoration: none;
    }
    ul.menu li.active a {
        color: #0061a3;
    }

div.main {
    border-bottom: 1px solid #d0d0d0;
    background: #ffffff;
    padding: 15px;
    margin: 0;
    min-height: 230px;
}
    div.main.top {
        margin-top: 1.4em;
        border-top: 1px solid #d0d0d0;
    }


div.profile-info {
    margin-left: 100px;
}

ul.footer {
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 20px 10px;
    width: 100%;
}
    ul.footer li {
        display: table-cell;
        text-align: center;
    }

div#loading {
    background: #cc0000;
    color: #ffffff;
    left: 0;
    padding: 5px;
    position: fixed;
    top: 0;
}
div#loading.show {
    display: block;
    opacity: 0.5;
}

div#loading.hide {
    display: none;
    opacity: 0;
}

div#content {
    padding: 0 10px;
}
