html {
    display: block !important;
}

* {
    margin: 0px
}

body {
    background: #BEBEBE;
    font-family: sans-serif;
    font-size: 12px;
}

a {
    text-decoration: none
}

a:hover {
    text-decoration: underline
}

a:link, a:visited {
    color: #0645AD;
}

a img {
    border-width: 0px
}

h1 {
    font-size: 18px;
    font-weight: normal;
}

h2 {
    font-size: 17px;
    font-weight: normal;
}

.hidden {
    display: none;
}

.block {
    display: block;
}

.centered {
    text-align: center !important;
}

.lefted {
    text-align: left !important;
}

.righted {
    text-align: right !important;
}

.bold {
    font-weight: bold;
}

input.text.disabled {
    background-color: #f0f0f0
}

input.warning, select.warning, textarea.warning {
    border: 1px red solid !important;
}

div.warning {
    color: red;
}

.non-top-margined {
    margin-top: 0 !important;
}

div.page-layout {
    margin: 0 auto ;
    width: 900px;
}

div.top-header {
    background: url(../images/main-header.png);
    width: 900px;
    height: 190px;
}

div.lang-bar {
    position: relative;
    top: 117px;
    left: 135px;
    width: 250px;
    text-align: center;
}

div.lang-bar img {
    border: 0px
}

div.lang-bar a {
    padding-bottom: 5px
}

div.lang-bar a.active {
    background: url(../images/little-arrow.png) bottom center no-repeat
}

a.index-link {
    position: absolute;
    top: 0;
    left: inherit;
    width: 185px;
    height: 185px;
}

div.top-header div.label {
    position: relative;
    top: 75px;
    left: 380px;
    width: 500px;
    text-align: center;
    font-family: arial, serif;
    font-size: 40px;
    color: #fff
}

div.buttons-bar {
    height: 26px;
    background: #fff;
}

div.buttons-bar ul {
    list-style-type: none;
    height: 27px;
    padding-left: 2px;
    width: 578px;
    display: block;
    float: left
}

div.buttons-bar li {
    float: left;
    height: 27px;
    padding-top: 2px;
    margin: 0px 2px;
    overflow: hidden
}

div.buttons-bar ul a {
    background: url(../images/glass-button.png);
    width: 92px;
    height: 23px;
    display: block;
    line-height: 22px;
    text-decoration: none;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 10px;
    text-align: center;
    color: #fff;
    text-shadow: 0px 0px 1px #000;
}

div.buttons-bar ul a:hover {
    background: url(../images/glass-button-light.png);
}

div.buttons-bar ul a.active {
    background: url(../images/button-cheked.png);
    padding-bottom:1px
}

div.search-block {
    width: 300px;
    float: right;
    padding-top:3px;
    *padding-top:1px;
    padding-right:20px;
    text-align:right;
}

div.search-block input {
    border: 1px #000 solid
}

div.search-block input.text {
    width: 200px;
    height: 16px;
    *height: 18px;
}

div.search-block input.submit {
    background: #fff;
    *height: 22px;
    *padding-top: 1px;
}

div.submit-article {
    left:-580px;
    position:relative;
    text-align:right;
    top:13px;
    width:630px;
}

div.submit-article input {
    background:transparent no-repeat scroll center top;
    border:0 none;
    height:25px;
    padding:0;
    cursor: pointer;
}

div.submit-article input.en {
    background-image: url(/images/submit-article-en.png);
    width:212px;
}

div.submit-article input.es {
    background-image: url(/images/submit-article-es.png);
    width:198px;
}

div.submit-article input.ru {
    background-image: url(/images/submit-article-ru.png);
    width:260px;
}

div.submit-fan {
    position:relative;
    text-align:right;
    top:10px;
    width:630px;
}

div.submit-fan input {
    background:transparent no-repeat scroll center top;
    border:0 none;
    height:25px;
    padding:0;
    cursor: pointer;
}

div.submit-fan input.en {
    background-image: url(/images/fan/fan-en.png);
    width:212px;
}

div.submit-fan input.es {
    background-image: url(/images/fan/fan-es.png);
    width:232px;
}

div.submit-fan input.ru {
    background-image: url(/images/fan/fan-ru.png);
    width:212px;
}

div.submit-fan input.done-en {
    background-image: url(/images/fan/fan2-en.png);
    cursor: default;
    width:252px;
}

div.submit-fan input.done-es {
    background-image: url(/images/fan/fan2-es.png);
    cursor: default;
    width:232px;
}

div.submit-fan input.done-ru {
    background-image: url(/images/fan/fan2-ru.png);
    cursor: default;
    width:232px;
}

div.top-separator {
    width:900px;
    height:40px;
    background: url(../images/second-header.png);
}

div.main-block {
    background: #bebebe;
}

div.navigation ul {
    list-style-type: none;
    height: 16px;
    padding: 4px 0px 2px 2px;
}

div.navigation li {
    float: left;
    background: #4f84be;
    color: #fff;
    padding-left: 2px;
    margin: 0 2px;
    font-size: 12px;
    height:16px;
    border:1px solid #CCCCCC;
}

div.navigation li span {
    float: left;
    line-height:11px;
    margin: 2px
}

div.navigation li a.show-more {
    background: url(../images/double-arrow.png) center no-repeat;
    width: 11px;
    height: 16px;
    padding: 0 1px 0 2px;
    float: left;
}

div.navigation li a.show-more:focus {
    outline: none;
}

div.navigation li a.show-more.expanded {
    background: url(../images/double-arrow-down.png) center no-repeat;
}

div.navigation a {
    color: #fff
}

div.links-block {
    background: #fff;
    border: 1px #AAAAAA solid;
    padding: 0 5px 5px;
    margin-top:2px;
}

div.links-block div.links {
    text-align: center
}

div.links-block a {
    color: #0645AD;
    font-size: 11px;
    margin: 5px;
    white-space: nowrap;
}

div.links-block a.active {
    background-color:#4F84BE;
    border:1px solid #5C82AB;
    color:#FFFFFF;
    font-weight:bold;
    padding:0 2px;
    margin: 5px 2px;
}

div.links-block h1 {
    font-size: 15px;
    margin-left: 5px;
    font-family:'Lucida Grande',sans-serif;
    font-style:italic;
    margin-bottom:2px;
    color: #555
}

div.data-block {
    /*overflow: hidden;*/
    width: 100%;
}

div.content-block {
    width: 634px;
    float: left
}

div.content-block table {
    width: 100%
}

div.content-block table tr.with-tabs td.center-top {
    background: url(../images/top-center.png) repeat-x 0 32px;
}

div.content-block table tr.with-tabs td.center-top div {
    float:left;
}

div.content-block table tr.with-tabs td.center-top div.center-top-1 {
    background: url(../images/stick-top.png) repeat-x 0 0px;
    height:32px;
    padding-left:5px;
    padding-top:10px;
}

div.content-block table tr.with-tabs td.center-top div.center-top-2 {
    background: #BEBEBE url(../images/stick.png) repeat-x;
    width:25px;
    line-height:42px;
}

div.content-block table tr.with-tabs td.right-top {
    background: url(../images/stick-top-right.png) no-repeat 0 32px;
}

div.content-block table tr.no-tabs td.center-top {
    background: url(../images/top-center.png) repeat-x top;
    line-height: 10px;
}

div.content-block table tr.no-tabs td.center-top div {
    display:none;
}

div.content-block table tr.no-tabs td.right-top {
    background: url(../images/stick-top-right.png) no-repeat 0 top;
    line-height: 10px;
}

div.content-block table td.right-middle {
    background: url(../images/stick-right.png) repeat-y;
}

div.content-block table td.center-middle {
    background: #FFFFFF url(../images/world_map-bg.png) no-repeat scroll center 4px;
    height: 300px;
    vertical-align:top;
    width: 612px;
    padding: 4px 4px 4px 8px;
    font-size: 12px;
    font-family:'Lucida Grande',sans-serif
}

div.content-block table td.center-middle.start-page {
    background-image: none;
}

div.content-block table td.center-middle.articles-block {
    background-image: none;
    height: auto
}

div.content-block table td.center-middle div.move-arrow {
    height: 15px;
}

div.content-block table td.center-middle div.move-arrow div {
    background-repeat: no-repeat;
    background-position: center center;
    margin: 0 auto;
    width: 81px;
    height: 15px;
    opacity: .2;
    filter:alpha(opacity=20);
}

div.content-block table td.center-middle div.move-arrow div.active {
    opacity: 1;
    filter:alpha(opacity=100);
    cursor: pointer;
}

div.content-block table td.center-middle div.move-arrow div.up {
    background-image: url("../images/move-arrow-up.gif");
}

div.content-block table td.center-middle div.move-arrow div.down {
    background-image: url("../images/move-arrow-down.gif");
}

div.content-block table td.center-middle div.articles-block-wrapper {
    height: 215px;
    overflow: hidden;
    position: relative;
}

div.content-block table td.center-middle div.articles-block-div {
    position: relative;
    top: 0;
}

div.content-block table td.center-middle div.articles-block-div div.article-block {
    float: left;
    text-align: justify;
    font-size:10px;
    padding: 6px;
    vertical-align: top;
    width: 190px;
    margin: 1px;
    font-family: Arial,Helvetica,sans-serif;
    line-height: 13px;
    height: 200px;
}

div.content-block table td.center-middle.articles-block div.article-block h3 {
    font-size:12px;
    margin-bottom: 3px;
}

div.content-block table td.center-middle.articles-block div.article-block div.background {
    position: absolute;
    opacity: 0.2;
    filter:alpha(opacity=20);
    text-align: center;
    margin-top:42px;
    width:190px;
    z-index: 2;
}

div.content-block table td.center-middle div.competitioins-block div.competitioin-block {
    float: left;
    margin: 6px;
    background: url('../images/card-bg.png') no-repeat;
    padding: 7px;
    width: 178px;
    height: 114px;
}

div.content-block table td.center-middle div.competitioins-block-wrapper {
    height: 420px;
    overflow: hidden;
    background: url('../images/earth.png') no-repeat center center #fff;
    position: relative;
}

div.content-block table td.center-middle div.competitioins-block {
    position: relative;
    top: 0;
}

div.content-block table td.center-middle div.competitioins-block div.competitioin-block {
    float: left;
    margin: 6px;
    background: url('../images/card-bg.png') no-repeat;
    padding: 7px;
    width: 178px;
    height: 114px;
}

div.content-block table td.center-middle div.competitioins-block div.competitioin-block div.background {
    position: absolute;
    opacity: 0.1;
    filter:alpha(opacity=10);
    text-align: center;
    margin-top:25px;
    width:184px;
}

.portlet { overflow: hidden; }
.portlet-header {
    font-size: 10px;
    font-weight: bold;
    padding: 2px 0 0 7px;
    margin-top: 2px;
    cursor: move;
}
.portlet-header div.host-flag {
    float: left;
    padding-right: 3px;
}
.portlet-header div.name {
    float: left;
    overflow: hidden;
    width: 127px;
    white-space: nowrap;
}
.portlet-header div.link {
    float: left;
}
.portlet-header div.link a {
    display:inline-block;
    background: url('../images/round-button.png') no-repeat;
    width: 10px;
    height: 10px;
    margin:2px 0 0 5px;
}
.portlet-content {
    position: relative;
    z-index: 3;
}
.portlet-content a { font-size: 11px; }
.portlet-content table.links-with-flags tr.last td {
    padding-top: 6px;
}
.portlet-content table.links-with-flags tr.last td.years {
    background: url('../images/threedots.png') no-repeat 2px 2px;
}
.portlet-content table.links-with-flags td.years {
    white-space: nowrap;
    padding-left: 2px;
    width: 20px;
}
.portlet-content table.links-with-flags div.link a {
    width:118px;
    overflow:hidden;
    display: inline-block;
}
.ui-sortable-placeholder {
    visibility: visible !important;
    border: 1px dotted #ccc;
    padding: 6px !important;
    background-image: none !important;
}
.ui-sortable-placeholder * { visibility: hidden; }

div.content-block table td.center-bottom {
    background: url(../images/stick-bottom.png) repeat-x;
}

div.content-block table td.right-bottom {
    background: url(../images/stick-bottom-right.png) no-repeat;
}

div.content-block div.top-wrapper {
    overflow: hidden
}

div.content-block div.main-data {
    float: left;
    width:426px;
}

/*div.sharing {*/
    /*position: relative;*/
    /*text-align: right;*/
    /*top: -27px;*/
    /*width: 100%;*/
    /*height:0;*/
    /*float: none;*/
/*}*/

div.sharing {
    margin-top: 24px;
}

/*div.sharing div {*/
    /*padding:0 1px;*/
    /*float:right !important;*/
/*}*/

div.sharing div {
    padding-right: 4px;
    float:left;
}

div.sharing div.facebook span {
    display: block;
    overflow: hidden;
    width: 45px;
}

div.sharing div.facebook.ru span {
    width: 96px;
}

div.sharing div.facebook.es span {
    width: 70px;
}

div.sharing div.facebook span.fb_edge_comment_widget {
    display: inline-block;
    overflow: visible;
    width: auto;
}

div.sharing div.facebook span.fb_edge_comment_widget span {
    width: auto;
}

div.tabs {
    margin-top: 5px;
}

div.tabs ul {
    list-style-type: none;
    height: 16px;
    padding: 0px 0px 2px 2px;
}

div.tabs li {
    float: left;
    color: #fff;
    margin: 0 2px;
    font-size: 12px;
    font-weight:bold;
}

div.tabs li a {
    border:1px solid #fff;
    color:#4F84BE;
    padding:3px 5px 3px;
}

div.tabs li a:hover {
    text-decoration: none;
    background-color: #e7e9ff;
}

div.tabs li.active a {
    background-color:#4F84BE !important;
    border-color:#5C82AB;
    padding:3px 5px 3px;
    color:#FFFFFF;
}

div.right-block {
    width: 260px;
    float: right;
    padding-top: 5px;
}

div.login-block {
    display: block;
    height: 72px;
    background: url("../images/login-bg.png") right no-repeat;
    margin-bottom:15px
}

div.login-block div.container {
    width: 200px;
    color:#fff;
    text-align: left;
    padding: 2px 0 5px 50px;
    *padding-top: 8px;
    font-size:12px;
    height: 72px;
    display:table-cell;
    vertical-align:middle;
}

div.login-block div.container div {
    padding: 1px;
}

div.login-block div.container div.bottom {
    /*padding-top: 2px*/
}

div.login-block input.text {
    border: 1px #555 solid;
    font-size:9px;
    height:11px;
    padding:1px;
    width:80px;
}

div.login-block input.submit {
    border: 1px #555 solid;
    font-size:11px;
    background: #fff;
    display: block;
    float:left;
}

div.login-block a.reg {
    font-size:12px;
    font-weight: bold;
    color: #fff;
    display: block;
    float:left;
    padding-top: 1px;
    *padding-top: 2px;
    padding-left: 5px
}

div.login-block a.forgot {
    text-align: right;
    display: block;
    float: right;
    height:19px;
    position: relative;
    top: -3px;
    *top: -20px;
}

div.login-block a.forgot img {
    border: 0
}

div.login-block div.logged-in {
    text-align: center;
    color: #fff;
    padding-left:40px;
    padding-top:8px
}

div.login-block div.logged-in a.reg {
    display:block;
    height:12px;
    margin:3px auto;
    float:none;
    padding-left: 0px
}

div.box-block div.label {
    height:26px;
    display:block;
    background:url("../images/blog-title-bg.png") no-repeat;
    color: #fff;
    font-size: 11px;
    padding: 8px 0 0 25px;
    position: relative;
    z-index:2;
}

div.box-block div.content {
    position: relative;
    z-index:1;
    top: -15px;
    background: #fff;
    display:block;
    margin-left:25px;
    width: 225px;
    padding: 10px 5px 2px;
    overflow: hidden;
}

div.box-block div.content div.bottom-linker {
    text-align: right;
}

div.box-block div.content div.bottom-linker a {
    font-size: 11px;
    color: #2F589C;
    font-weight:bold
}

div.box-block div.content table.top10 {
    border: 1px #aaa solid;
    border-spacing: 0;
    border-collapse:collapse;
    font-size:95%;
    width:100%;
}

div.box-block div.content table.top10 th {
    text-align: center;
    margin: 0;
    font-weight: normal;
    border: 1px #aaa solid;
}

div.box-block div.content table.top10 td {
    border: 1px #aaa solid;
}

div.box-block div.content table.top10 div.transparent-flag {
    position: absolute;
    opacity: 0.2;
    filter: alpha(opacity=20);
    text-align: center;
    width: 22px;
    padding:0px;
    height:100%;
    margin-top: -1px;
}

div.box-block div.content.partners {
    text-align: center
}

div.box-block div.content.partners a:hover img {
    opacity: 1;
    filter: alpha(opacity = 100);
}

div.box-block div.content.partners a img {
    opacity: .5;
    filter: alpha(opacity = 50);
    border: 1px #cccccc solid;
    width: 88px;
    height:31px;
    display: block;
    overflow: hidden;
}

div.box-block div.content.partners a {
    *margin: 1px;
    display: inline-block;
}


div.footer {
    background: url(../images/footer-bg.png) no-repeat;
    height: 74px;
    text-align: center;
    font-size: 13px;
    font-family: Georgia, sans-serif;
    color: #000
}

div.footer div.counters {
    text-align: right;
    padding-right:10px;
    padding-top:20px;
}

div.contacts-data {
    color:#000000;
    font-size:1em;
    text-align: left;
    line-height:1.3;
}

div.guestbook-form-cont {
    height: 0px;
    overflow: hidden;
    border:1px solid #EEEEEE;
}

.guestbook-form td {
    padding: 3px 4px 1px 2px;
    *padding-right: 6px;
}

.guestbook-form textarea {
    border: 1px #cccccc solid;
    width: 100%;
    font-size: 11px
}

.guestbook-form input.submit {
    border: 1px #707070 solid;
    font-size: 13px;
    background-color: #ffffff;
    padding: 0 4px;
}

.guestbook-form input.text {
    border: 1px #cccccc solid;
    width: 156px;
    padding: 2px;
    font-size: 11px
}

.guestbook-form input.text.disabled {
    background-color: #f0f0f0
}

.guestbook-form textarea.text {
    font-family: tahoma,arial,helvetica,sans-serif;
    font-size:13px;
    height:50px;
}


.guestbook-form label {
    padding-left: 5px;
    width:135px;
    display:block;
    color: #000
}

div.guestbook-message {
    margin-top: 5px;
}

div.guestbook-message-info {
    font-size: 11px;
    background: #F7F7F7;
    border-bottom:1px solid #ffffff;
    border-top: 1px solid #056562;
    padding: 3px 5px;
    text-align: left;
}

div.guestbook-message-info h1 {
    font-weight:normal;
}

div.guestbook-message-info small {
    color: #888
}

div.guestbook-message-text {
    border-bottom:1px solid #ffffff;
    overflow:hidden;
    clear: both;
    padding: 10px 5px 5px;
    font-size:11px;
    text-align: left;
}

div.guestbook-panel {
    text-align: left;
    background:#DAE2E8 none repeat scroll 0 0;
    border-top:1px solid #B1BDD6;
    cursor:pointer;
    padding:3px 8px 3px 8px;
    color:#888888;
    font-size:11px;
    font-weight:bold
}

div.guestbook-panel.active {
    color:#2B587A
}

div#map-block {
    text-align: center;
}

div.confed-list {
    text-align: center;
    margin-top:5px;
}

div.confed-list a {
    font-size:15px;
    margin:10px;
    background:#4F84BE none repeat scroll 0 0;
    border:1px dashed #444444;
    color:#FFFFFF;
    font-size:15px;
    margin:10px;
    padding:1px 4px;
}

div.about-data {
    font-size: 13px;    
}

div.about-data h3 {
    color:#000D92;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
}

div.about-data ul {
    margin: 4px 0; 
}

div.top-wrapper div.flag {
    border: 1px #929292 solid;
    margin: 3px 12px 0px 2px;
    display: inline-block;
    float: left;
    background-color: #fff;
    text-align: center;
    line-height: 84px;
    padding: 1px;
}

div.top-wrapper div.flag.px88 {
    width: 88px;
}

div.top-wrapper div.flag img {
    vertical-align: middle;
}

div.top-wrapper {
    height: 100px;
    font-size: 11px;
    margin: 0 25px;
    border:1px solid #DDDDDD;
    padding:10px;
}

div.top-wrapper div.data {
    position:relative;
    z-index:2;
    background-position:right top;
    background-repeat:no-repeat;
}

div.center-caption {
    color: #999999;
    font-size: 14px;
    height: 20px;
    text-align: center;
}

div.middle-wrapper {
    margin: 20px 0 20px 26px;
    width:560px;
}

div.middle-wrapper table.listing {
    border-collapse: collapse;
    border: 1px #ddd solid;
    border-spacing: 0;
    margin-top:19px;
}

div.middle-wrapper table.listing td {
    border: 1px #ddd solid;
}

div.middle-wrapper table.listing a img {
    vertical-align: middle
}

table.filtered tr td a span {
    font-weight: bold;
    color: red;
}

td.center-middle h2 {
    color:#555;
    font-family:'Lucida Grande',sans-serif;
    font-size:15px;
    margin-bottom:5px;
}

td.center-middle h1 {
    color:#555;
    font-family:'Lucida Grande',sans-serif;
    margin-bottom:5px;
}

div.top-wrapper h1 {
    color:#000;
    margin-bottom: 2px;
}

div.middle-wrapper div.container {
    margin-bottom: 10px;
}

div.filter input {
    width: 100px;
    font-size: 10px;
    color: #555;
    border: 1px #ccc solid;
    padding: 2px;
}

div.links-block div.filter {
    position:absolute;
    margin-top: -1px;
    display:none;
}

div.links-block div.filter input {
    font-size: 9px;
    border-width:1px 0 1px 1px;
    border-top-color: #aaa;
}

div.middle-wrapper table.light-ranking {
    border: 1px #ddd solid;
    border-spacing: 0;
    border-collapse:collapse;
    width:100%;
    margin-top:15px;
}

div.middle-wrapper table.light-ranking th {
    border: 1px #ddd solid;
    font-weight: normal;
    width: 25px;
    text-align: center;
}

div.middle-wrapper table.light-ranking td {
    border: 1px #ddd solid;
}

div.middle-wrapper table.light-ranking td.years {
    white-space: nowrap;
    padding: 0 10px;
}

div.middle-wrapper table.light-ranking td.team {
    width:95%;
}

table.links-with-flags tr {
    height: 21px;
}

table.links-with-flags td {
    white-space: nowrap;
}

table.links-with-flags div.flag {
    height: 19px;
    width: 21px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
    float: left;
}

table.links-with-flags div.flag a {
    display: block;
    width:100%;
    height:100%;
}

table.links-with-flags div.link {
    padding: 2px 2px 0 2px;
    height: 16px;
    float: left;
}

div.middle-wrapper div.switcher h2 {
    float: left;
    margin-bottom:0px;
}

div.middle-wrapper div.switcher a {
    font-size: 15px;
    color: #4F84BE
}

div.middle-wrapper div.switcher img {
    margin: 0 5px 0 9px;
    position: relative;
    top: 1px
}

div.middle-wrapper table.results-table {
    border-collapse:collapse;
    border: 1px #ddd solid;
    border-spacing: 0;
    width:100%;
}

div.middle-wrapper table.links-with-big-flags tr {
    height: 28px;
}

div.middle-wrapper table.links-with-big-flags div.flag {
    height: 26px;
    width: 30px;
    float: left;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

div.middle-wrapper table.links-with-big-flags div.flag a {
    display: block;
    width:100%;
    height:100%;
}

div.middle-wrapper table.links-with-big-flags div.link {
    padding: 6px 0 0 2px;
    height: 22px;
    float: left;
}

div.middle-wrapper table.results-table a.inline-link {
    line-height: 25px;
    padding: 0 5px;
}

div.middle-wrapper table.results-table a.inline-flag {
    display: inline-block;
    line-height:25px;
}

div.middle-wrapper table.results-table a.inline-flag img {
    vertical-align: middle;
    display: inline-block;
    position: relative;
    top: -2px;
}

div.middle-wrapper table.results-table th {
    width: 30px;
    font-size: 10px;
    background: #eee;
    cursor: pointer;
    border: 1px #ddd solid;
}

div.middle-wrapper table.results-table th.arrow-up {
    background: #f7f7f7 url(/images/arrow-up.png) no-repeat 1px 1px
}

div.middle-wrapper table.results-table th.arrow-down {
    background: #f7f7f7 url(/images/arrow-down.png) no-repeat 1px 1px
}


div.middle-wrapper table.results-table th.name {
    width: auto
}

div.middle-wrapper table.results-table td.name {
    text-align: left;
    padding: 1px;
}

div.middle-wrapper table.results-table td {
    text-align: center;
    border: 1px #ddd solid;
}

div.middle-wrapper table.playoff-results {
    margin-bottom: 2px;
    border: 1px solid #ddd
}

div.middle-wrapper table.playoff-results td {
    width: 255px
}

div.middle-wrapper table.playoff-results th {
    font-weight: normal;
}

div.middle-wrapper table.playoff-results tr {
    height: 21px;
}

div.middle-wrapper table.playoff-results div.flag {
    height: 19px;
    width: 21px;
    background-repeat: no-repeat;
    background-position: center;
    padding: 0;
}

div.middle-wrapper table.playoff-results div.flag a {
    display: block;
    width:100%;
    height:100%;
}

div.middle-wrapper table.playoff-results div.link {
    padding: 2px 2px 0 2px;
    height: 16px;
}

div.middle-wrapper table.playoff-results td.righted div.link, div.middle-wrapper table.playoff-results td.righted div.flag { float: right; }
div.middle-wrapper table.playoff-results td.lefted div.link, div.middle-wrapper table.playoff-results td.lefted div.flag { float: left; }

div.table-caption {
    font-family: Verdana, Arial, Helvetica, Sans-Serif;
    font-size: 10px;
    font-weight: bold;
    color: white;
    display: block;
    margin: 5px 0px 4px;
    *margin-top: 6px;
}

div.table-caption span {
    background: #bbb;
    border: 1px solid #aaa;
    padding: 0px 2px;
}

div.table-caption.divide {
    display: block;
    padding-bottom: 1px;
    border: 1px solid #777;
    margin: 6px 0px 3px;
    background: #999;
    font-size: 11px;
}

table.winner-info {
    width: 100%;
    color: #ffffff;
    margin-top: 10px
}


table.winner-info div.top-left {
    margin-right: 12px; /* clip right corner */
    background-image: url('../images/winner-background.png');
    height: 12px; /* vertical: show first half of the image with the top-corners in it */
    font-size: 2px; /* correct height for IE */
}

table.winner-info div.top-right {
    margin-top: -12px; /* to level of top-left corner */
    margin-left: 12px; /* clip left corner */
    background-image: url('../images/winner-background.png');
    background-position: 100% 0; /* show bg-image starting at the right */
    height: 12px;
    font-size: 2px;
}

table.winner-info div.bottom-left {
    margin-right: 12px; /* clip right corner */
    background-image: url('../images/winner-background.png');
    background-position: 0 -12px; /* show under half of the image */
    height: 12px;
    font-size: 2px;
}

table.winner-info div.bottom-right {
    margin-top: -12px; /* to level of bottom-left corner */
    margin-left: 12px; /* clip left corner */
    background-image: url('../images/winner-background.png');
    background-position: 100% -12px; /* under half, right side */
    height: 12px;
    font-size: 2px;
}

table.winner-info div.inside {
    border-left: 1px solid #2c2c2c;
    border-right: 1px solid #2c2c2c;
    background: #fff;
    color: #000000;
    padding-left: 10px;
    padding-right: 10px;
}

table.winner-info div.inside img.national-flag {
    border: 1px solid #aaa;
}

table.winner-info td.season-link {
    vertical-align: bottom;
    width: 142px
}

table.winner-info td.season-link.centered {
    width: auto
}

table.winner-info td.season-link a {
    font-size:10px
}

td.winner-cell {
    width: 50%;
    font-size: 10px;
    text-align: center;
    color: white;
}

a.winner-name {
    color: #666 !important;
    font-family:'Lucida Grande',sans-serif;
    font-size: 17px;
    font-weight: bolder;
}

a.winner-name:hover {
    text-decoration: none
}

p.meanings {
    text-align: justify
}

p.meanings span {
    white-space: nowrap;
}

div.notification {
    font-style: italic;
    font-size: 10px;
    margin-top: 20px;
    text-align: center
}

div.save-close-panel {
    position: absolute;
    top:0;
    text-align:right;
    z-index: 10;
}

div.save-close-panel img {
    margin-right: 10px;
    cursor: pointer
}

table.statistics {
    border: 1px solid #DDDDDD;
    font-size:11px;
}

table.statistics th {
    border-bottom:1px dotted #CCCCCC;
    border-right:1px dotted #CCCCCC;
    font-weight:normal;
    padding:0 2px;
}

table.statistics td {
    text-align: center;
    background-color: #fff;
    border-color:#eee #bbb #bbb #eee;
    border-style:solid;
    border-width:1px;
    padding: 1px 0;
}

table.statistics td div {
    background-color: #fff;
}

table.statistics td div.wrapper {
    height:13px;
    overflow-y:hidden;
}

table.statistics td.white, table.statistics td.white div {
    background-color: #eee;
}

table.statistics td.bright, table.statistics td.bright div {
    background-color: #f7f7f7;
}

table.statistics a {
    display: block;
    color: #2A5DB0;
}

table.statistics td a, table.statistics td a div {
    height:13px;
}

.records-results table.statistics td a, .records-results table.statistics td a div {
    height:auto;
}

table.statistics td.gold, table.statistics td.gold div {
    background: #fff url(/images/gold.png) no-repeat scroll 2px 1px
}

table.statistics td.silver, table.statistics td.silver div {
    background: #fff url(/images/silver.png) no-repeat scroll 2px 1px
}

table.statistics td.bronze, table.statistics td.bronze div {
    background: #fff url(/images/bronze.png) no-repeat scroll 2px 1px
}

table.statistics div.blank {
    background-color: #eee;
}

table.statistics div.reference {
    float: right;
    left: -8px;
    position: relative;
    width: 0;
    *top: -14px;
}

div.partners-div {
    text-align: center
}

div.partners-div table {
    width: auto;
    margin: 0 auto;
}

div.partners-div img {
    border: 1px #cccccc solid;
    width: 88px;
    height: 31px;
    display: block;
    overflow: hidden;
    margin: 1px 0;
    background: #fff
}

div.partners-div div.no-banners a {
    margin:0 3px;
}

div.conditions p {
    margin: 10px 0;
    text-align:justify;
    font-style:italic;
}

td.center-middle .message {
    font-weight: bold;
    text-align: justify;
}

table.ext-search-table {
    width:100%;
}

.ext-search-table td {
    width: 50%;
    padding-left: 4px;
    vertical-align: top
}

.ext-search-table td.wide {
    width: 100%;
    height:30px;
    vertical-align: middle;
    text-align: center;
    padding-left:0px;
    padding-top:0px;
}

.ext-search-table td.wide input {
    *line-height: 10px;
    *height: 16px;
    *padding: 0px;
    *margin-bottom:1px
}

.ext-search-table table.inner-table {
    width:100%
}

.ext-search-table table.inner-table td {
    width: 50%;
    padding-left:0px;
}

.ext-search-table div.items-block {
    margin-bottom: 2px
}

.ext-search-table span.add-button a {
    width:13px;
    padding-left: 1px;
    display:block;
    background: url("../images/add-bl.png") no-repeat;
    *line-height: 16px;
}

.ext-search-table span.add-button a.active {
    background: url("../images/add.png") no-repeat;
}

.ext-search-table span.edit-button a {
    width:13px;
    margin-left: 3px;
    display:block;
    background: url("../images/edit-bl.png") no-repeat;
    *line-height: 16px;
}

.ext-search-table span.edit-button a.active {
    background: url("../images/edit.png") no-repeat;
}

.ext-search-table span.edit-button a:hover {
    text-decoration: none;
}

.ext-search-table span.remove-button a {
    width:13px;
    background: url("../images/remove-bl.png") no-repeat;
    display:block;
    *line-height: 16px;
}

.ext-search-table span.remove-button a.active {
    background: url("../images/remove.png") no-repeat;
}

.ext-search-table span.add-button, .ext-search-table span.remove-button, .ext-search-table span.edit-button {
    display: inline-block;
}

.ext-search-table span.remove-button {
    margin-left: 3px
}

.ext-search-table label {
    display: block;
    margin-bottom: 3px
}

.ext-search-table label.formatted {
    display:inline-block !important;
    margin-bottom:0px !important;
    line-height: 20px;
    position: relative;
    top: -2px;
    left: 4px
}

.ext-search-table input.text, .submit-form input.text {
    border: 1px #cccccc solid;
    width: 156px;
    font-size: 11px;
    padding: 2px
}

.ext-search-table input.country-input {
    width: 100px !important;
}

.ext-search-table input.submit {
    border: 1px #707070 solid;
    font-size: 11px;
    background-color: #ffffff;
    padding: 0 2px;
    *padding-left: 1px;
}

div.middle-wrapper.records-results div.divide {
    text-align: center
}

form#search.error input.text {
    color:red
}

.submit-form input.text.disabled {
    background-color: #f0f0f0
}

.submit-form select.text {
    border: 1px #cccccc solid;
    width: 100px;
    font-size: 11px;
    padding: 2px
}

.submit-form select.countries-select {
    height: 36px;
    width: 90px
}

.required {
    color: red !important
}

.submit-form label {
    display: block;
    margin-bottom: 3px
}

.submit-form label.conditions-label {
    display: inline;
    margin-bottom: 0 !important;
    margin-left: 1px;
    *margin-left: -1px;
}

#conditions_input {
    position: relative;
    top: 2px;
    *top: 1px;
}

td .highlighted {
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px
}

td .highlighted-top {
    border-top: 1px solid #ccc;
}

td .highlighted-left {
    border-left: 1px dotted #bbb;
}

td .highlighted-bottom {
    border-bottom: 1px dotted #bbb;
}

td.middle-align {
    vertical-align: middle;
}

.submit-form div.error {
    /*text-align: right;*/
    color: red;
    margin-top: -10px;
    font-size: 12px
}

.submit-form input.number-input {
    width: 15px !important;
}

.submit-form input.number-input-wide {
    width: 50px !important;
}

.submit-form input.country-input {
    width: 70px !important;
}

.submit-form {
    text-align: left;
}

.submit-form .floated1 {
    float: left;
    width: 185px
}

.submit-form .floated2 {
    float: left;
}

.submit-form span.shadowed {
    color: #666666;
    font-size: 10px;
    margin-left: 2px
}

.submit-form input.submit {
    border: 1px #707070 solid;
    font-size: 11px;
    background-color: #ffffff;
    padding: 0 2px;
    *padding-left: 1px;
}

img.captcha {
    border: 1px #ccc solid
}

.ac_results {
    padding-right: 4px !important;
    border: 1px #cccccc solid !important;
}

.ac_results ul {
    width: 160px !important;
}

.ac_results li {
    font-size: 11px !important;
    line-height: 15px !important;
}

.ac_over {
    background-color: #999999 !important;
}

.submit-form div.warning {
    font-size: 11px;
}

div.records-block {
    border: 1px solid #aaa;
    font-size: 11px;
    padding: 5px;
    text-align: center
}

div.author-name {
    font-size:15px;
    margin-right: 30px;
    margin-top: 10px
}

a.citysize-0 {
    padding-left: 15px;
    background: url(/images/citysize0.png) no-repeat;
    background-position: 4px 5px;
}

a.citysize-1 {
    padding-left: 15px;
    background: url(/images/citysize1.png) no-repeat;
    background-position: 4px 5px;
}

a.citysize-2 {
    padding-left: 15px;
    background: url(/images/citysize2.png) no-repeat;
    background-position: 3px 4px;
}

a.citysize-3 {
    padding-left: 15px;
    background: url(/images/citysize3.png) no-repeat;
    background-position: 2px 3px;
}

a.citysize-4 {
    padding-left: 15px;
    background: url(/images/citysize4.png) no-repeat;
    background-position: 1px 2px;
}

img.capital {
    position: relative;
    display: inline-block;
    left: 3px;
    top: 1px;
}

img.full-image {
    display: none;
    padding: 2px;
    border: 1px #aaa solid;
    background: #fff;
    position: absolute;
    text-align: center;
    z-index: 100;
    opacity: 0;
    filter:alpha(opacity=0);
}

div.graph {
    margin-top: 10px;
}

div.graph * {
    padding: 0;
    margin: 0;
}

div.graph div.zoom-in {
    margin: 0 auto;
    text-align: right;
    width: 400px;
    font-size: 10px;
    color: #777;
}

div.graph div.zoom-in span.link {
    border: 1px #ccc solid;
    border-left-width: 0;
    border-bottom-width: 0;
    cursor: pointer;
    padding: 0 2px;
}

div.graph div.zoom-in span.image {
    background: url('/images/graph-zoom-in.png') no-repeat;
    position: relative;
    left: 4px;
    padding-left: 23px;
    padding-top: 1px;
    cursor: pointer;
}
                
div.ads-block ins {
    margin: 6px !important;
}

td.bottom-ads {
    text-align: center;
    background-image: none !important;
    height: auto !important;
}

td.bottom-ads {
    padding: 4px 20px 4px 24px !important;
    width: 580px !important;
}

td.bottom-ads div {
    float: left;
    margin: 0 28px;
}

div.article-image {
    background-color: #fbfbfb;
    border: 1px solid #CCCCCC;
    padding: 2px;
    margin: 3px 0;
    overflow: hidden;
}

div.article-image img {
    border: 1px solid #CCCCCC;
}

div.article-image.left { float: left; margin-right: 5px; }
div.article-image.right { float: right; margin-left: 5px; }

div.article-image div.caption {
    font-style: italic;
    padding: 0 0 1px;
    font-size: 11px;
}

div.article-image div.caption div.zoomable {
    float: right;
    margin-left: 1px;
}

div.article-image div.caption div.zoomable a {
    display: block;
    width:12px;
    height:12px;
    background: url(/images/zoomable.png) no-repeat;
}

div.article-image div.caption div.zoomable.video a {
    background: url(/images/youtube.png) no-repeat;
    width:39px;
    height:16px;
}

div.article-image div.video-size {
    display: none;
}
