
body {
    text-shadow: 0 0 1px rgba(0, 0, 0, 0.11);
}

div.body {
    width: 1200px;
    margin: auto;
    background: #b5d8ed;
    background: #ffffff;
}

div.top-blue {
    left: 0px;
    top: 0px;
    height: 30px;
    position: absolute;
    width: 100%;
    z-index: 1001;
    background: #15a9cf;
    background: #0889dc;
}

div.top-white {
    left: 0px;
    top: 30px;
    height: 100px;
    position: absolute;
    width: 100%;
    background: #ffffff;
}

div.top-gray {
    left: 0px;
    top: 130px;
    height: 5px;
    position: absolute;
    width: 100%;
    background: #666;
    box-shadow: 0px 1px 1px #888888;
}

div.darkness {
    left: 0px;
    top: 0px;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 1000;
    background: url('../../img/v1/back-blackish-85.png');
}

div.inner-top-blue {
    height: 30px;
    position: relative;
    width: 1200px;
    z-index: 1001;
    background: #15a9cf;
    background: #0889dc;
}

div.inner-top-blue-content {
    height: 500px;
    position: absolute;
    width: 1200px;
    z-index: 1001;
    top: 30px;
    border-top: 1px solid #b5d8ed;
    background: #15a9cf;
    background: #0889dc;
    display: none;
    color: #ffffff;
}

a.inner-top-blue-content-close {
    height: 30px;
    width: 200px;
    float: right;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
    margin: 10px 20px;
}

div.header-menu div.row {
    vertical-align: bottom;
    padding: 40px 0px 0px 0px;
}

a.menu_buttons {
    display: block;
    float: left;
    line-height: 30px;
    padding: 0px 0px 0px 35px;
    margin: 0px 0px 0px 10px;
    width: 100px;
    height: 30px;
    font-size: 18px;
    color: #484a4c;
    text-decoration: none;
    background: url('../../img/v1/menu-img.png') no-repeat 0px 30px;
}

a.menu_buttons.leagues {
    background-position: 0px 0px;
}

a.menu_buttons.home {
    background-position: 0px -30px;
}

a.menu_buttons.games {
    background-position: 0px -60px;
}

a.menu_buttons.teams {
    background-position: 0px -90px;
}

a.menu_buttons.players {
    background-position: 0px -120px;
}

a.menu_buttons.coaches {
    background-position: 0px -150px;
}

div.login-content-data {
    font-size: 16px;
}

div.login-row {
    width: 900px;
    height: 200px;
    margin: auto;
    padding: 100px 0px 0px 0px;
}

div.login-box {
    width: 450px;
    height: 40px;
    line-height: 40px;
    padding: 15px 0px 0px 0px;
}

div.login-error {
    margin: 15px 0px 0px 0px;
    border: 3px solid #c82e0f;
    color: #c82e0f;
    border-radius: 2px;
}

div.login-hr {
    border-bottom: 1px solid #ffffff;
}

a.login-link {
    height: 40px;
    width: 150px;
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #ffffff;
    border-radius: 2px;
    margin: auto;
}

div.inner-top-white {
    height: 100px;
    position: relative;
    width: 1200px;
    background: #ffffff;
}

div.inner-top-gray {
    height: 5px;
    position: relative;
    width: 1200px;
    background: #666;
    box-shadow: 0px 1px 1px #888888;
}

div.header-selection {
    height: 72px;
    background: #FFFFFF;
}

a.logo_ {
    display: block;
    background: url('../../img/v1/logo.png') no-repeat;
    width: 208px;
    height: 34px;
    margin: 18px 200px 0 20px;
    float: left;
}

a.logo {
    display: block;
    background: url('../../img/v1/handball.png') no-repeat;
    width: 168px;
    height: 64px;
    margin: 18px 50px 0 20px;
    float: left;
}

a.login, a.logout {
    display: block;
    color: #ffffff;
    width: 200px;
    height: 30px;
    float: right;
    text-decoration: none;
    font-size: 18px;
    line-height: 30px;
    text-align: right;
}

.header-menu {
    display: block;
    height: 100px;
    width: 900px;
    float: left;
}

.menu-item {
    display: block;
    float: left;
    width: 200px;
    text-decoration: none;
}

.menu-item .suffix {
    display: block;
    background: url('../../img/v1/menu-arrow.png') no-repeat;
    width: 18px;
    height: 9px;
    margin: 5px auto 0;
}

.menu-item .item-title {
    display: block;
    text-align: center;
    width: 200px;
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
    margin: 5px 0 0;
}

.menu-item .item-selection-name {
    display: block;
    text-align: center;
    width: 200px;
    color: #15a9cf;
    color: #0889dc;
    text-transform: uppercase;
    font-size: 16px;
    margin: 5px 0 0;
}

.league-data {
    width: 1200px;
    height: 332px;
    height: 400px;
    overflow: hidden;
}

.league-table {
    width: 300px;
    height: 300px;
    float: right;
    margin: 20px 20px 0 0;
    /*
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: 0.5;
    */
}

.site-table {
    background: #666666;
}

.site-table.cup {
    background: transparent;
    margin: 20px 0;
}

.site-table table {
    border: 1px solid #fcfcfc;
    border-spacing: 0;
    border-collapse: collapse;
}

.site-table td {
    border-top: thin solid #fcfcfc;
    padding: 5px;
}

.site-table td.row-nr {
    width: 10px;
}

.site-table td.points {
    font-size: 16px;
    color: #15a9cf;
    color: #0889dc;
}

.site-table th {
    background: url('../../img/v1/back-blue-85.png');
    color: #FFFFFF;
    text-align: left;
    font-size: 26px;
    font-weight: normal;
    line-height: 30px;
    padding: 2px 5px;
}

.site-table tr.odd {
    background: url('../../img/v1/back-white-85.png');
}

.site-table tr.even {
    background: url('../../img/v1/back-gray-85.png');
}

.site-table a.table-link {
    background: url('../../img/v1/back-blackish-85.png');
    color: #FFFFFF;
    text-align: right;
    display: block;
    border-left: thin solid #fcfcfc;
    border-right: thin solid #fcfcfc;
    border-bottom: thin solid #fcfcfc;
    padding: 0 5px;
    text-transform: uppercase;
    text-decoration: none;
}

.menupic {
    background: url('../../img/v1/menupic.png');
    display: block;
    width: 411px;
    height: 84px;
}

.league-matches {
    border-top: 2px solid #fcfcfc;
}

.league_table .league-matches {
    border: none;
}

.league-matches td {
    border-right: 1px solid #fcfcfc;
    font-size: 12px;
    padding: 15px;
    white-space: nowrap;
}

.league-matches td.row-head {
    border: 0px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 12px;
    padding: 2px 0px 2px 20px;
    white-space: nowrap;
    color: #ffffff;
}

.league-matches td.row-result {
    color: #15a9cf;
    color: #0889dc;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
}

.league-matches td a.advance-link {
    text-decoration: none;
    background: url('../../img/buttons/buttons.png?v=1') no-repeat -25px -160px;
    display: block;
    width: 10px;
    height: 18px;
    margin: 0 -8px 0 5px;
}

.league-matches td.last {
    border-right: none;
}

.league-top-scorers, .league-top-scorers-7m {
    border: 5px solid #fcfcfc;
    width: 590px;
    float:left;
}

.site-table table {
    margin: 0px 0px 0px -1px;
    width: 1202px;
}

.site-table.cup table {
    margin: 0px 0px 0px -1px;
    width: 100%;
}