body {
    background-color: #fff;
    margin: 0px;
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
}

td {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
}

a {
    color: #db6600;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

a.inactive {
    color: #000;
    text-decoration: none;
}

a.inactive:hover {
    text-decoration: underline;
}

form {
    display: inline;
}

.input {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    border: 1px solid #c3c2bb;
}

select {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    border: 1px solid #c3c2bb;
}

.textarea {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    border: 1px solid #c3c2bb;
}

.button {
    font-family: Tahoma, Arial, Verdana;
    font-size: 11px;
    color: #914e15;
    background-color: #f5821f;
    border: 1px solid #914e15;
    font-weight: bold;
}

.button-active {
    color: white;
    text-underline: none
}

.message {
    color: #F00;
}

.clear, .main_clear {
    clear: both;
    height: 0px;
    line-height: 0px;
}

.hidden {
    display: none;
}

span.small, p.small, div.small {
    font-size: 10px;
}

#mainSiteModal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    cursor: auto;
}

#mainSiteModal .modal-content {
    background-color: #fefefe;
    margin: 10% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 700px;
    max-height: 60%;
    overflow: auto;
    font-size: 13px;
}

#mainSiteModal .modal-content-50 {
    width: 350px;
}

#mainSiteModalClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    margin: -20px -10px 0 0;
}

#mainSiteModalClose:hover,
#mainSiteModalClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


#container {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

#header {
    height: 160px;
    background: url(/themes/default/header01.gif) no-repeat left top;
}

#header .top {
    height: 119px;
}

#header .top .logo {
    float: left;
    height: 107px;
    width: 211px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
}

#header .top .logo a {
    display: block;
    float: left;
    width: 199px;
    height: 94px;
}

#header .top .banner {
    float: left;
    height: 109px;
    width: 755px;
    padding-top: 10px;
}

#header .bottom {
    height: 30px;
    padding-left: 11px;
    padding-right: 10px;
}

#header .bottom .search {
    float: left;
    padding-top: 5px;
    width: 210px;
}

#header .bottom .search .input {
    width: 130px !important;
    height: 17px !important;
}

#header .bottom .search .button {
    background-color: #e4deca;
    border: 1px solid #bfbcb3;
    color: #666;
}

#header .bottom .user_login {
    float: left;
    height: 27px;
    width: 769px;
    overflow: hidden;
}

#header .bottom .user_login .form {
    padding-left: 10px;
    float: left;
    padding-top: 3px;
    height: 24px;
    width: 510px;
    background-color: #e4deca;
    color: #786e4a;
}

#header .bottom .user_login .form input.input {
    font-size: 11px;
    padding: 2px;
}

#header .bottom .user_login .form span {
    font-weight: bold;
    padding-right: 5px;
}

#header .bottom .user_login .links {
    float: left;
    width: 220px;
    padding-left: 10px;
    height: 21px;
    padding-top: 7px;
    color: #786e4a;
}

#header .bottom .user_login .links span {
    font-size: 1.1em;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0px 9px 0px 9px;
}

#header .bottom .user_login .menu {
    color: #786e4a;
    font-weight: bold;
    background: #e4deca url(/themes/default/header04.gif) no-repeat right bottom;
    padding: 7px 10px 0px 10px;
    height: 20px;
    width: 749px;
}

#header .bottom .user_login .menu div {
    float: left;
}

#header .bottom .user_login .menu div.username {
    color: #000;
    padding-left: 5px;
}

#header .bottom .user_login .menu div.users_online {
    padding-left: 20px;
    font-weight: normal;
}

#header .bottom .user_login .menu ul {
    float: left;
    margin: 0px 0px 0px 20px;
    padding: 0px;
    list-style: none;
}

#header .bottom .user_login .menu ul li {
    float: left;
    padding-left: 10px;
}

#header .bottom .user_login .menu ul li.logout {
    font-weight: normal;
}

/*
#header .bottom .menu {
	float: left;
	width: 230px;
	padding-right: 10px;
	height: 21px;
	padding-top: 7px;
	background: #e4deca url(/themes/default/header02.gif) no-repeat right bottom;
	text-align: right;
	color: #786e4a;
}
#header .bottom .menu a {
	background: url(/themes/default/header03.gif) no-repeat 3px center;
	padding-left: 13px;
	margin-right: 3px;
	font-weight: bold;
}
*/


#body_left_2cols {
    width: 780px;
    overflow: hidden;
    float: left;
}

#body_left {
    float: left;
    width: 210px;
    padding-right: 10px;
    overflow: hidden;
}


.main_menu {
    background-color: #f5821f;
    margin-bottom: 10px;
}

.main_menu .top {
    background: url(/themes/default/main_menu01.gif) no-repeat left top;
    height: 10px;
}

.main_menu .bottom {
    background: url(/themes/default/main_menu02.gif) no-repeat left bottom;
    height: 10px;
}

.main_menu ul.center {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    border-left: 1px solid #dd1700;
    border-right: 1px solid #dd1700;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 4px;
    padding-bottom: 8px;
    text-transform: uppercase;
}

.main_menu ul.center li {
    border-bottom: 1px dashed #dd1700;
}

.main_menu ul.center li a {
    display: block;
    background: url(/themes/default/main_menu03.gif) no-repeat left 8px;
    padding: 5px;
    padding-left: 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}

.main_menu ul.center li a:hover {
    text-decoration: underline;
    background: url(/themes/default/main_menu04.gif) no-repeat left 8px;
}

.main_menu ul.center li a.active {
    background: url(/themes/default/main_menu04.gif) no-repeat left 8px;
}

.main_menu ul.center ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-bottom: 5px;
}

.main_menu ul.center ul li {
    border: none;
    margin: 0px;
    border-bottom: 1px solid #f5821f;
}

.main_menu ul.center ul li a {
    background: none;
    font-weight: normal;
    padding-top: 0px;
    padding-bottom: 2px;
    text-transform: none;
}

.main_menu ul.center ul li a:hover {
    background: none;
}

.main_menu ul.center ul li a.active {
    background: none;
    text-decoration: underline;
}

#draft_wrapper {
    width: 800px;
}

#body_left .rss {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

#body_left .links {
    padding: 10px;
    padding-bottom: 10px;
}

#body_left .links .title {
    color: #666;
    padding-bottom: 4px;
    font-weight: bold;
    text-align: center;
}

#body_left .links a {
    padding-bottom: 1px;
    padding-right: 10px;
}

#body_center {
    float: left;
    width: 520px;
    overflow: hidden;
}

#body_center_pop {
    float: left;
    width: 520px;
    overflow: auto;
    padding-left: 10px;
}


#body_right {
    padding-left: 10px;
    float: left;
    width: 250px;
    overflow: hidden;
    display: inline;
}

#body_right_pop {
    padding-left: 10px;
    float: left;
    width: 250px;
    float: left;

}

#body_right .two_cols .col1 {
    float: left;
    width: 120px;
    padding-right: 10px;
}

#body_right .two_cols .banner {
    padding-bottom: 10px;
}

#body_right .two_cols .banner img {
    border: 0px;
}

#body_right .two_cols .col2 {
    float: left;
    width: 120px;
}

#body_right .two_cols .col2 .item {
    padding-bottom: 10px;
}

#body_right .two_cols .clear {
    height: 10px;
}



#body h1.page_title {
    font-size: 2em;
    font-weight: normal;
    margin: 0 0 1em 0;
}

.error-message {
    color: #cc0033;
    font-size: 11px;
    line-height: 15px;
    bottom: -16px;
}


#body_right .block3 {
    background-color: #fff;
    margin-bottom: 10px;
}

#body_right .block3 .top {
    background: url(/themes/default/right_block05.gif) no-repeat left top;
    height: 11px;
}

#body_right .block3 .bottom {
    background: url(/themes/default/right_block06.gif) no-repeat left bottom;
    height: 10px;
}

#body_right .block3 .center {
    border-left: 1px solid #d6d5cd;
    border-right: 1px solid #d6d5cd;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 4px;
    padding-bottom: 8px;
    text-align: center;
}

#body_right .block3 hr {
    border: 0px;
    border-bottom: 1px dashed #d1d0c8;
    height: 1px;
    margin: 0px;
    padding: 0px;
    margin-top: 15px;
    margin-bottom: 15px;
}


#footer {
    background: #f4f2ea url(/themes/default/footer01.gif) no-repeat left top;
    height: 60px;
}

#footer .inside {
    background: url(/themes/default/footer02.gif) no-repeat right top;
    padding-top: 10px;
    color: #666;
}

#footer .left {
    float: left;
    width: 316px;
    background: url(/themes/default/footer03.gif) no-repeat 241px 5px;
    height: 45px;
}

#footer .right {
    float: left;
    width: 620px;
    height: 34px;
    border-left: 1px solid #dad6c8;
    padding-left: 14px;
    padding-top: 9px;
}

#footer .right p {
    margin: 0px;
    padding: 0px;
}


#body_right .main_infoblock_results .tbl {
    width: 100%;
}

#body_right .main_infoblock_results .league {
    padding-left: 10px;
    padding-top: 3px;
    color: #717171;
}

#body_right .main_infoblock_results .league a {
    color: #717171;
    text-decoration: none;
}

#body_right .main_infoblock_results .league a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_results .team {
    background-color: #e4deca;
    padding: 2px;
    padding-left: 10px;
    font-weight: bold;
    color: #666;
}

#body_right .main_infoblock_results .team a {
    color: #666;
    text-decoration: none;
}

#body_right .main_infoblock_results .team a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_results .rez1, #body_right .main_infoblock_results .rez2 {
    padding: 2px;
    width: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#body_right .main_infoblock_results .rez1 {
    background-color: #f5821f;
}

#body_right .main_infoblock_results .rez2 {
    background-color: #c7bb96;
}

#body_right .main_infoblock_results .rez1 a, #body_right .main_infoblock_results .rez2 a {
    color: #fff;
    text-decoration: none;
}

#body_right .main_infoblock_results .rez1 a:hover, #body_right .main_infoblock_results .rez2 a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_results .tv {
    background-color: #fff;
    width: 31px;
    text-align: center;
    border: 1px solid #e1dac4;
}

#body_right .main_infoblock_results .rss {
    text-align: right;
    height: 14px;
    padding-top: 3px;
    overflow: hidden;
}

#body_right .main_infoblock_results .rss a {
    float: right;
    display: block;
    background: url(/themes/default/rss.gif) no-repeat left top;
    padding-left: 23px;
    text-transform: uppercase;
}

#body_right .block1 hr {
    border: 0px;
    border-bottom: 1px dashed #d1d0c8;
    height: 1px;
    margin: 0px;
    padding: 0px;
    margin-top: 8px;
    margin-bottom: 4px;
}

/* pop */
#body_center_pop .block1 {
    background-color: #fff;
    margin-bottom: 10px;
}

#body_center_pop .block1 .top {
    background: url(/themes/default/center_block01.gif) no-repeat left top;
    height: 20px;
    padding-top: 17px;
    color: #786e4a;
    font-weight: bold;
    padding-left: 40px;

}

#body_center_pop .block1 .top a {
    color: #786e4a;
    text-decoration: none;
}

#body_center_pop .block1 .top a:hover {
    text-decoration: underline;
}

#body_center_pop .block1 .bottom {
    background: url(/themes/default/center_block02.gif) no-repeat left bottom;
    height: 11px;
}

#body_center_pop .block1 .center {
    border-left: 1px solid #d9d8d1;
    border-right: 1px solid #d9d8d1;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 8px;
}

#body_center_pop .block1 .center div {
    padding: 0;
    margin: 0;
}

/* end pop */

#body_center .block1 .forum .item {
    color: #ada480;
    padding-top: 2px;
    padding-bottom: 3px;
}

#body_center .block1 .forum .item a {
    background: url(/themes/default/center_block05.gif) no-repeat left 5px;
    padding-left: 11px;
}


#body_center .block1 .news td {
    vertical-align: top;
    padding-bottom: 15px;
}

#body_center .block1 .news .photo {
    padding-right: 10px;
}

#body_center .block1 .news .photo img {
    border: 1px solid #c6ba96;
}

#body_center .block1 .news .title {
    color: #ada480;
    font-weight: bold;
    padding-bottom: 6px;
}

#body_center .block1 .news .title a.fb {
    color: #ada480;
    text-decoration: none;
}

#body_center .block1 .news .title a:hover.fb {
    text-decoration: underline;
}

#body_center .block1 .news .date {
    color: #ada480;
}


.main_infoblock_1 {
    border: 1px solid #d9d8d1;
    background-color: #f4f2ea;
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #333;
}

.main_infoblock_1_title {
    background: url(/themes/default/main_infoblock_title01.gif) no-repeat right top;
    height: 26px;
    overflow: hidden;
    font-weight: bold;
    color: #786e4a;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.main_infoblock_1_title a {
    color: var(--main-color, #786e4a);
    text-decoration: none;
}

.main_infoblock_1_title a:hover {
    text-decoration: underline;
}

.main_infoblock_1_title span {
    background: url(/themes/default/main_infoblock_ico_default.gif) no-repeat left top;
    display: block;
    height: 20px;
    padding: 6px 0px 0px 39px;
}

.main_infoblock_1_title div.prev_next {
    float: right;
    padding-top: 2px;
}

.main_infoblock_1_title div.prev, .main_infoblock_1_title div.next {
    width: 0;
    height: 0;
    overflow: hidden;
    border-width: 10px;
    border-style: solid;
    border-color: #b3b3b3;
    border-top-color: transparent;
    border-bottom-color: transparent;
    cursor: pointer;
    float: left;
    margin-left: 5px;
}

.main_infoblock_1_title div.prev {
    border-left-width: 0;
}

.main_infoblock_1_title div.next {
    border-right-width: 0;
}


.main_infoblock_2 {
    border: 1px solid #d6d5cd;
    background-color: #fff;
    margin-bottom: 10px;
    padding: 9px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
}

.main_infoblock_2_title {
    background: #efebdf url(/themes/default/main_infoblock_title02.gif) no-repeat right top;
    height: 25px;
    overflow: hidden;
    font-weight: bold;
    color: #786e4a;
    font-size: 1.1em;
    margin-bottom: 10px;
}

.main_infoblock_2_title a {
    color: #786e4a;
    text-decoration: none;
}

.main_infoblock_2_title a:hover {
    text-decoration: underline;
}

.main_infoblock_2_title span {
    background: url(/themes/default/main_infoblock_ico_default02.gif) no-repeat left top;
    display: block;
    height: 20px;
    padding: 6px 0px 0px 39px;
}

/*
#body_center .block2, #body_center .main_infoblock_1 {
	background-color: #f4f2ea;
	margin-bottom: 10px;
}
#body_center .block2 .top, #body_center .main_infoblock_1 .main_infoblock_1_title {
	background: url(/themes/default/center_block03.gif) no-repeat left top;
	height: 20px;
	padding-top: 17px;
	color: #786e4a;
	font-weight: bold;
	padding-left: 40px;
}
#body_center .block2 .top a, #body_center .main_infoblock_1 .main_infoblock_1_title a {
	color: #786e4a;
	text-decoration: none;
}
#body_center .block2 .top a:hover, #body_center .main_infoblock_1 .main_infoblock_1_title a:hover {
	text-decoration: underline;
}
#body_center .block2 .bottom, #body_center .main_infoblock_1 .bottom {
	background: url(/themes/default/center_block04.gif) no-repeat left bottom;
	height: 11px;
}
#body_center .block2 .center, #body_center .main_infoblock_1 .center {
	border-left: 1px solid #d9d8d1;
	border-right: 1px solid #d9d8d1;
	padding-left: 9px;
	padding-right: 9px;
	padding-top: 10px;
	padding-bottom: 8px;
}
*/
#body_center .block2 .center hr, #body_center .main_infoblock_1 .center hr {
    border: 0px;
    margin: 0px;
    margin-top: 5px;
    margin-bottom: 10px;
    padding: 0px;
    height: 0px;
    line-height: 0px;
    border-bottom: 1px solid #e4deca;
}

#body_center .block2 .center h1, #body_center .main_infoblock_1 .center h1 {
    font-size: 17px;
    font-weight: bold;
    margin: 0px;
    color: #786e4a;
}

#body_center .block2 .center h1 a, #body_center .main_infoblock_1 .center h1 a {
    text-decoration: none;
}

#body_center .block2 .center h1 a:hover, #body_center .main_infoblock_1 .center h1 a:hover {
    text-decoration: underline;
}

#body_center .block2 .center a.rss, #body_center .main_infoblock_1 .center a.rss {
    background: url(/themes/default/rss.gif) no-repeat left top;
    padding-left: 22px;
    padding-top: 3px;
    font-weight: bold;
    height: 20px;
}

.block2 .center .logo_info .tbl td, .main_infoblock_1 .center .logo_info .tbl td {
    font-size: 10px;
}

.block2 .center .logo_info .tbl .name, .main_infoblock_1 .center .logo_info .tbl .name {
    border: 1px solid #c9be9f;
    background-color: #ece8da;
    padding: 2px;
}

.block2 .center .logo_info .tbl .value, .main_infoblock_1 .center .logo_info .tbl .value {
    border: 1px solid #af9f74;
    background-color: #f4f2ea;
    padding: 2px;
}

.block2 .center .logo_info .tbl .value a, .main_infoblock_1 .center .logo_info .tbl .value a {
    text-decoration: none;
}

.block2 .center .logo_info .tbl .value a:hover, .main_infoblock_1 .center .logo_info .tbl .value a:hover {
    text-decoration: underline;
}

#body_center .block2 .center .logo_info, #body_center .main_infoblock_1 .center .logo_info {
    border: 1px solid #c9be9f;
    padding: 1px;
}

#body_center .block2 .center .logo_info2, #body_center .main_infoblock_1 .center .logo_info2 {
    background-color: #e4deca;
    padding: 10px;
}

#body_center .block2 .center .logo_info .logo, #body_center .main_infoblock_1 .center .logo_info .logo {
    float: left;
    border: 1px solid #af9f74;
    margin-right: 10px;
}

#body_center .block2 .center .photo2 {
    float: left;
    border: 1px solid #af9f74;
    margin-right: 10px;
}

#body_center .block2 .center ul.main_messages {
    color: red;
}

#body_center .block2 .center ul.main_messages li {
    padding: 3px 0px 3px 0px;
}


#body_center .main_infoblock_1 .news_main .photo {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}

#body_center .main_infoblock_1 .news_main .photo .image {
    width: 150px;
    height: 150px;
    overflow: hidden;
    border: 2px solid #c6ba96;
    padding: 1px;
}

#body_center .main_infoblock_1 .news_main .photo img {
    border: 0px;
}

#body_center .main_infoblock_1 .news_main .photo .author {
    color: #786e4a;
    font-size: 9px;
    text-align: right;
    padding-right: 2px;
}

#body_center .main_infoblock_1 .news_main .title {
    color: #ada480;
    font-size: 13px;
    font-weight: bold;
    padding-bottom: 10px;
}

#body_center .main_infoblock_1 .title a.fb {
    color: #ada480;
    text-decoration: none;
}

#body_center .main_infoblock_1 .title a:hover.fb {
    text-decoration: underline;
}

#body_center .main_infoblock_1 .news_main .title .nolink {
    color: #786e4a;
}

#body_center .main_infoblock_1 .news_main .date {
    color: #999;
}

#body_center .main_infoblock_1 .news_main .text {
    text-align: justify;
}

#body_center .main_infoblock_1 .news_main .subitems {
    padding-top: 15px;
}

#body_center .main_infoblock_1 .news_main .subitems .item {
    padding-top: 2px;
    padding-bottom: 2px;
    color: #ada480;
}

#body_center .main_infoblock_1 .news_main .subitems .item a {
    background: url(/themes/default/center_block05.gif) no-repeat left 5px;
    padding-left: 11px;
}

#body_center .main_infoblock_1 .news_main .subitems .item a.fb {
    background: transparent;
    padding-left: 0px;
    color: #ada480;
    text-decoration: none;
}

#body_center .main_infoblock_1 .news_submain {
    padding-top: 15px;
}

#body_center .main_infoblock_1 .news_submain .spacer {
    border-top: 1px dashed #c6ba96;
    height: 10px;
}

#body_center .main_infoblock_1 .news_submain .spacer2 {
    height: 10px;
}

#body_center .main_infoblock_1 .news_submain .col1 {
    width: 229px;
    padding-right: 10px;
    border-right: 1px dashed #c6ba96;
    vertical-align: top;
}

#body_center .main_infoblock_1 .news_submain .col2 {
    width: 229px;
    padding-left: 10px;
    vertical-align: top;
}

#body_center .main_infoblock_1 .news_submain .photo {
    width: 235px;
    height: 100px;
    overflow: hidden;
    border: 1px solid #c6ba96;
    padding: 1px;
}

#body_center .main_infoblock_1 .news_submain .photo img {
    border: 0px;
}

#body_center .main_infoblock_1 .news_submain .photo_author {
    color: #786e4a;
    font-size: 9px;
    text-align: right;
    padding-right: 2px;
}

#body_center .main_infoblock_1 .news_submain .title {
    color: #ada480;
    padding-top: 1px;
    padding-bottom: 10px;
}

#body_center .main_infoblock_1 .news_submain .title .nolink {
    color: #786e4a;
}

#body_center .main_infoblock_1 .news_submain .date {
    color: #999;
}

#body_center .main_infoblock_1 .news_submain .text {
    text-align: justify;
}

#body_center .main_infoblock_1 .news_submain .subitems {
    padding-top: 10px;
}

#body_center .main_infoblock_1 .news_submain .subitems .item {
    padding-top: 1px;
    padding-bottom: 1px;
    color: #ada480;
}

#body_center .main_infoblock_1 .news_submain .subitems .item a {
    background: url(/themes/default/center_block05.gif) no-repeat left 5px;
    padding-left: 11px;
}

#body_center .main_infoblock_1 .news_submain .subitems .item a.fb {
    background: transparent;
    padding-left: 0px;
    color: #ada480;
    text-decoration: none;
}


#body_center .block3 {
    background-color: #fff;
    margin-bottom: 10px;
}

#body_center .block3 .top {
    background: url(/themes/default/center_block06.gif) no-repeat left top;
    height: 11px;
}

#body_center .block3 .bottom {
    background: url(/themes/default/center_block02.gif) no-repeat left bottom;
    height: 11px;
}

#body_center .block3 .center {
    border-left: 1px solid #d9d8d1;
    border-right: 1px solid #d9d8d1;
    padding-left: 9px;
    padding-right: 9px;
    padding-top: 10px;
    padding-bottom: 8px;
}


.table_02 {
    border: 2px solid #c7bb96;
}

.table_02 .title, .table_02 thead {
    background-color: #f5821f;
}

.table_02 .title td, .table_02 thead td {
    color: #fff;
}

.table_02 .title td a, .table_02 thead td a {
    color: #fff;
    text-decoration: none;
}

.table_02 .title td a:hover, .table_02 thead td a:hover {
    text-decoration: underline;
}

.table_02 td {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.table_02 td.name a {
    color: #000;
    text-decoration: none;
}

.table_02 td.name a:hover {
    text-decoration: underline;
}

.table_02 .row1, .table_02 tbody .row1 {
    background-color: #fff;
}

.table_02 .row2, .table_02 tbody .row2 {
    background-color: #e4deca;
}

.table_02 td.number {
    color: #fff;
    background-color: var(--foreground-color, #c7bb96);
}

.table_02 td .blured, .table_02 td.name .blured {
    color: #7F785F;
}

.table_02 td.schedule_time img {
    width: 16px;
    max-height: 16px;
}


.table_03 {
    border: 2px solid #c7bb96;
}

.table_03 .title {
    background-color: #f5821f;
}

.table_03 .title td {
    color: #fff;
    font-weight: bold;
}

.table_03 td {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.table_03 .row1 {
}

.table_03 .row2 {
    background-color: #e4deca;
}


a.black_link_01 {
    text-decoration: none;
    color: #000;
}

a:hover.black_link_01 {
    text-decoration: underline;
}


/* Photos */

.main_photos div.categories div.item {
    padding-top: 5px;
    clear: left;
    padding-top: 30px;
}

.main_photos div.categories div.item .photo_title {
    padding-right: 25px;
    float: left;
    width: 119px;
    height: 134px;
    text-align: center;
}

.main_photos div.categories div.item .name {
    font-size: 1.8em;
    padding-bottom: 15px;
}

.main_photos div.categories div.item .photos img, .main_photos div.categories div.item .photo_title img {
    border: 1px solid #c6ba96;
    padding: 1px;
    margin-right: 3px;
}

#stats_photos_block .list_item .image img, #stats_photos_block .list_item {
    width: 146px;
    height: 146px;
}

#stats_photos_block .list_item_1, #stats_photos_block .list_item_1 .image img {
    width: 300px;
    height: 300px;
}

#stats_photos_block .list_item_bg, #stats_photos_block .list_item_bg .image img {
    width: 311px;
    height: 311px;
    margin: 4px;
}

#grid_layout_body #stats_photos_block .list_item .image img,
#grid_layout_body #stats_photos_block .list_item {
    width: 105px;
    height: 105px;
}

#grid_layout_body .gallery-item #stats_photos_block .list_item {
    width: 169px;
    height: 169px;
}

#grid_layout_body #stats_photos_block .list_item_1,
#grid_layout_body #stats_photos_block .list_item_1 .image img {
    width: 224px;
    height: 224px;
}

#grid_layout_body .gallery-item #stats_photos_block .list_item_1,
#grid_layout_body .gallery-item #stats_photos_block .list_item_1 .image img {
    width: 342px;
    height: 342px;
}

#grid_layout_body #stats_photos_block .list_item_bg {
    width: 305px;
    height: 314px;
    margin: 4px;
}

#grid_layout_body.main_team_grid .main_photos_block_object .list_item {
    padding: 4px;
}

.main_photos .list_photos .list_item {
    float: left;
    text-align: center;
    margin: 0px;
    overflow: hidden;
    width: 125px;
    height: 160px;
}

.main_photos .list_photos .list_item .image {
}

.main_photos .list_photos .list_item_block {
    width: auto;
    height: auto;
}

.main_photos .list_photos .list_item_block .image {
    margin-bottom: 4px;
}

.main_photos .list_photos .list_item_block .image_big {
    margin-right: 7px;
}

.main_photos .list_photos .list_item .image img {
    border: 1px solid #d6d7d2;
    background-color: #fff;
    padding: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_photos .list_photos .clear {
    clear: left;
    height: 0px;
    line-height: 0px;
}

.main_photos .list_photos .more {
    font-weight: bold;
    padding-top: 5px;
    text-align: right;
}

.main_photos div.navigation_view {
    margin-bottom: 20px;
    height: 84px;
    overflow: hidden;
    margin-top: 20px;
    padding-left: 53px;
}

.main_photos div.navigation_view .prev img, .main_photos div.navigation_view .next img {
    border: 1px solid #d6d7d2;
    background-color: #fff;
    padding: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_photos div.navigation_view .prev, .main_photos div.navigation_view .next {
    height: 84px;
}

.main_photos div.navigation_view .numbers {
    padding-top: 30px;
    float: left;
    width: 100px;
    text-align: center;
    color: #c6ba96;
    font-weight: bold;
    font-size: 1.1em;
}

.main_photos div.navigation_view .numbers a {
    color: #808080;
    text-decoration: none;
}

.main_photos div.navigation_view .numbers a:hover {
    text-decoration: underline;
}

.main_photos div.navigation_view .prev {
    float: left;
    width: 267px;
}

.main_photos div.navigation_view .next {
    float: left;
    width: 267px;
}

.main_photos div.navigation_view .prev a {
    display: block;
    float: right;
    margin-right: 5px;
}

.main_photos div.navigation_view .prev a:hover {
}

.main_photos div.navigation_view .next a {
    display: block;
    float: left;
    margin-left: 5px;
}

.main_photos div.navigation_view .next a:hover {
}

.main_photos div.photo {
    overflow: hidden;
    width: 740px;
    text-align: center;
}

.main_photos div.photo img {
    border: 1px solid #d6d7d2;
    background-color: #fff;
    padding: 1px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_photos div.photo .photo_over_navigation {
    position: relative;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.main_photos div.photo .photo_over_navigation .prev {
    display: block;
    float: left;
}

.main_photos div.photo .photo_over_navigation .prev:hover {
    background: url(/themes/default/photos_prev.gif) no-repeat left center;
}

.main_photos div.photo .photo_over_navigation .next {
    display: block;
    float: right;
}

.main_photos div.photo .photo_over_navigation .next:hover {
    background: url(/themes/default/photos_next.gif) no-repeat right center;
}

.main_photos div.author {
    color: #444;
    font-size: 10px;
    text-align: center;
    padding-right: 20px;
}

.main_photos div.description {
    padding-bottom: 20px;
    font-size: 1.3em;
}

.main_photos .list_photos .slideshow a {
    display: block;
    margin-bottom: 40px;
    font-size: 15px;
    background: url(/themes/default/ico_photos.gif) no-repeat left top;
    height: 20px;
    padding-top: 2px;
    padding-left: 38px;
    text-decoration: none;
    font-weight: bold;
}

.main_photos .list_photos .slideshow a:hover {
    text-decoration: underline;
}


.paging, .main_paging {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}


.main_feedbacks .item {
    text-align: justify;
}

.main_feedbacks .author {
    background-color: #e4deca;
    height: 16px;
    padding: 2px;
}

.main_feedbacks .author .user {
    background: url(/themes/default/ico_user_comment.png) no-repeat left center;
    padding-left: 20px;
}

.main_feedbacks .author a {
    color: #000;
}

.main_feedbacks .date {
    color: #666;
    font-size: 11px;
    float: right;
}

.main_feedbacks .author .votes {
    color: #717171;
    font-size: 10px;
}

.main_feedbacks .author .votes img {
    margin-bottom: -2px;
}

.main_feedbacks .admin {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid red;
    background-color: #eee;
}

.main_feedbacks .admin form {
    display: inline;
}

.main_feedbacks .admin input {
    font-size: 9px;
}

.main_feedbacks .text {
    padding-top: 5px;
    padding-bottom: 20px;
    width: 500px;
    overflow: auto;
}

.main_feedbacks_form .description {
    color: #786e4a;
}

.main_feedbacks_form .login_link {
    font-weight: bold;
}

.main_feedbacks_form .login_link:after {
    content: "\00a0\00bb";
}

.main_feedbacks_form_app {
    display: none;
}


/*	News	*/
.main_news .main_infoblock_1 .center .date {
    color: #717171;
}

.main_news .main_infoblock_1 .center .author {
    color: #717171;
    font-weight: bold;
}

.main_news .info .share {
    padding-top: 20px;
    height: 25px;
    overflow: hidden;
}

.main_news .info .share div.title {
    font-weight: bold;
}

.main_news .info .share div {
    float: left;
    margin-right: 15px;
}

.main_news .info .share div a {
    display: block;
    height: 15px;
    padding-left: 20px;
    color: #3b5998;
}

.main_news .info .share div.facebook a {
    background: url(/themes/default/ico_facebook.gif) no-repeat left center;
}

.main_news .info .share div.twitter a {
    background: url(/themes/default/ico_twitter.gif) no-repeat left center;
}

.main_news .info .share div.delicious a {
    background: url(/themes/default/ico_delicious.gif) no-repeat left center;
}

.main_news .info .text {
}

.main_news .info .text table td p {
    margin: 0px;
    padding: 0px;
}

.main_news .info .source {
    text-align: right;
    padding-top: 15px;
}

.main_news .info .text .photo_left {
    margin-right: 8px;
    margin-bottom: 4px;
    float: left;
}

.main_news .info .text .photo_right {
    margin-left: 8px;
    margin-bottom: 4px;
    float: right;
}

.main_news .info .text .photo_left .image img, .main_news .info .text .photo_right .image img {
    border: 1px solid #c6ba96;
    padding: 1px;
}

.main_news .info .text .photo_left .comment, .main_news .info .text .photo_right .comment {
    text-align: center;
    color: #786e4a;
    font-size: 10px;
}

.main_news .info .text .photo_left .author, .main_news .info .text .photo_right .author {
    text-align: center;
    color: #786e4a;
    font-size: 10px;
    text-decoration: underline;
}

.main_news .info .text .photo_left .author a, .main_news .info .text .photo_right .author a {
    color: #786e4a;
}

.main_news .block3 .info .text {
    font-size: 12px;
    font-family: Verdana;
    line-height: 17px;
}

.main_news .info .text .image_block {
    padding-bottom: 10px;
    line-height: 12px;
}

.main_news .info .text .image_block .image img {
    border: 1px solid #c6ba96;
    padding: 1px;
}

.main_news .info .text .image_block .author {
    text-align: center;
    color: #786e4a;
    font-size: 9px;
    text-decoration: underline;
    padding-top: 4px;
}

.main_news .info .text .image_block .author a {
    color: #786e4a;
}

.main_news .info .text .image_block .description {
    text-align: center;
    color: #786e4a;
    font-size: 10px;
    padding-top: 4px;
}

.main_news .info .text .image_block_scroll {
    margin-bottom: 10px;
    border: 1px solid #c6ba96;
    padding: 1px;
    margin-left: 0px;
    margin-right: 10px;
    height: 420px;
}

#body_center .main_news .info .text .image_block_scroll {
    margin-right: 0px;
    height: 333px;
}

#body_center .main_news .info .text .image_block_scroll {
    margin-right: 0px;
}

.main_news .info .text .image_block_scroll .window {
    overflow: hidden;
    height: 420px;
    width: 626px;
}

#body_center .main_news .info .text .image_block_scroll .window {
    height: 333px;
    width: 496px;
}

.main_news .info .text .image_block_scroll .window .image {
    display: block;
    height: 420px;
    width: 626px;
    overflow: hidden;
    background-color: #000;
}

#body_center .main_news .info .text .image_block_scroll .window .image {
    height: 333px;
    width: 496px;
}

.main_news .info .text .image_block_scroll .window .image img {
    border: 0px;
}

.main_news .info .text .image_block_scroll .window .description {
    display: block;
    background: url(/themes/default/photos_bg.png) repeat;
    color: #fff;
    height: 52px;
    width: 606px;
    padding: 5px 10px 5px 10px;
    position: relative;
    top: -62px;
    left: 0px;
}

#body_center .main_news .info .text .image_block_scroll .window .description {
    width: 476px;
}

.lightgallery-txt,
.main_news .info .text .image_block_scroll .window .description .txt {
    display: block;
    height: 37px;
    overflow: hidden;
}

.lightgallery-aut,
.main_news .info .text .image_block_scroll .window .description .aut {
    display: block;
    height: 15px;
    overflow: hidden;
    font-size: 9px;
    color: #ccc;
}

.main_news .info .text .block_twitter {
    border-left: 4px solid #00acec;
    background: url(/themes/default/ico_twitter.png) no-repeat left top;
    padding-left: 35px;
}

.main_news .info .text .block_facebook {
    border-left: 4px solid #3b5999;
    background: url(/themes/default/ico_facebook.png) no-repeat 2px top;
    padding-left: 35px;
}

.main_news .info .text .block_googleplus {
    border-left: 4px solid #d64136;
    background: url(/themes/default/ico_googleplus.png) no-repeat 2px top;
    padding-left: 35px;
}

.main_news .info .text .block_user {
    border-left: 4px solid #f78221;
    padding-left: 1px;
}

.main_news .info .text .block_user img {
    border: 1px solid #999;
    float: left;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    margin-right: 10px;
}

.main_news .info .text .block_block {
    margin: 10px 0px 10px 20px;
    border-top: 4px solid #ddd;
    padding: 10px 0px 10px 0px;
    float: right;
    width: 254px;
    clear: right;
    border-bottom: 4px solid #f78221;
    overflow: auto;
}

.main_news .info .text .block_block .title {
    font-size: 1.4em;
    margin-bottom: 10px;
}

.main_news .info .text .block_block .image {
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_news .info .text .block_block .image_0 {
    float: left;
    margin: 0px 10px 0px 0px;
}

.main_news .info .text .block_block .image_1 {
    background-color: #fff;
    padding: 1px;
}

.main_news .info .text .block_block .author {
    color: #333;
    font-size: 0.9em;
    line-height: normal;
}

.main_news .info .text .block_block .text {
    font-size: 0.9em;
    clear: left;
    line-height: normal;
    padding-top: 10px;
}

.main_news .info .text .block_block .text p:first-child {
    margin-top: 0px;
}

.main_news .info .text .block_block .text p:last-child {
    margin-bottom: 0px;
}

#body_center .main_news .info .text .block_block {
    margin-left: 0px;
}

.main_news .author_block {
    margin-top: 10px;
}

.main_news .author_block .photo {
    margin-right: 10px;
    float: left;
    border: 1px solid #999;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
}

.main_news .author_block .name {
    font-weight: bold;
}

.main_news .author_block .date {
    margin-top: 5px;
}

.main_newslist .main_newslist_item {
    display: flex;
}
.main_newslist .main_newslist_item .main_newslist_image {
    width: 30%;
    margin-bottom: 30px;
}
.main_newslist .main_newslist_item .main_newslist_image img {
    border: 1px solid #aaa;
    width: 100%;
}
.main_newslist .main_newslist_item .main_newslist_text {
    width: 66%;
    margin-left: 4%;
    margin-bottom: 30px;
}
.main_newslist .main_newslist_item .main_newslist_text .title {
    font-size: 1.8em;
    margin-bottom: 10px;
}
.main_newslist .main_newslist_item .main_newslist_text .title a {
    text-decoration: none;
}
.main_newslist .main_newslist_item .main_newslist_text .date {
    color: #b3b3b3;
}
.main_newslist .main_newslist_item .main_newslist_text .text {
    font-size: 1.3em;
}

.main_newslist_object .main_newslist_item .main_newslist_image {
    width: 25%;
}
.main_newslist_object .main_newslist_item .main_newslist_text {
    width: 73%;
}
.main_newslist_object .main_newslist_item .main_newslist_text .title {
    font-size: 1.5em;
}
.main_newslist_object .main_newslist_item .main_newslist_text .text {
    font-size: 1.1em;
}

.main_title_news_groups {

}
.main_title_news_groups .main_newslist .main_newslist_item .main_newslist_image {
    width: 16%;
}
.main_title_news_groups .main_newslist .main_newslist_item .main_newslist_text {
    width: 82%;
    margin-left: 2%;
    margin-bottom: 15px;

}
.main_title_news_groups .main_newslist .main_newslist_item .main_newslist_text .title {
    font-size: 1.3em;
    margin-bottom: 2px;
}
.main_title_news_groups .main_newslist .main_newslist_item .main_newslist_text .date {
    display: inline;
}
.main_title_news_groups .main_newslist .main_newslist_item .main_newslist_text .text {
    display: inline;
    font-size: 1.1em;
}



/* 2022-08-19
.main_newslist td {
    vertical-align: top;
    padding-bottom: 15px;
}

.main_newslist .photo,
table#grid_layout_body .main_newslist .photo {
    padding-right: 10px;
}

table#grid_layout_body .main_newslist .photo {
    padding-bottom: 15px;
}

.main_newslist .photo img {
    border: 1px solid #c6ba96;
}

.main_newslist .title {
    color: #ada480;
    font-weight: bold;
    padding-bottom: 6px;
}

.main_newslist .date {
    color: #ada480;
}

.main_newslist .title .feedbacks a {
    color: #ada480;
    text-decoration: none;
}

.main_newslist .title .feedbacks a:hover {
    text-decoration: underline;
}
*/



/*	Centre esantis meniu	*/
.main_menu_center {
    padding-bottom: 10px;
}

.main_menu_center ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    border-bottom: 1px solid #e4deca;
    height: 27px;
}

.main_menu_center ul li {
    float: right;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
    margin-right: 1px;
    background: #e4deca url(/themes/default/main_menu_center03.gif) no-repeat left top;
    padding-left: 4px;
    font-weight: bold;
}

.main_menu_center ul li a {
    display: block;
    background: url(/themes/default/main_menu_center04.gif) no-repeat right top;
    padding: 5px;
    padding-right: 9px;
    text-decoration: none;
}

.main_menu_center ul li a:hover {
    text-decoration: underline;
}

.main_menu_center ul li.active {
    border-top: none;
    background: #fff url(/themes/default/main_menu_center01.gif) no-repeat left top;
}

.main_menu_center ul li.active a {
    background: url(/themes/default/main_menu_center02.gif) no-repeat right top;
    color: #786e4a;
    padding-top: 9px;
}


.main_menu_center2 {
    margin-bottom: 10px;
    border-bottom: 1px solid #e4deca;
}

.main_menu_center2 ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    padding-right: 10px;
    text-align: right;
}

.main_menu_center2 ul li {
    float: right;
    border-top: 3px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0px;
    margin-right: 1px;
    background: #e4deca url(/themes/default/main_menu_center03.gif) no-repeat left top;
    padding-left: 4px;
    font-weight: bold;
}

.main_menu_center2 ul li a {
    display: block;
    background: url(/themes/default/main_menu_center04.gif) no-repeat right top;
    padding: 5px;
    padding-right: 9px;
    text-decoration: none;
}

.main_menu_center2 ul li a:hover {
    text-decoration: underline;
}

.main_menu_center2 ul li.active {
    border-top: none;
    background: #fff url(/themes/default/main_menu_center01.gif) no-repeat left top;
}

.main_menu_center2 ul li.active a {
    background: url(/themes/default/main_menu_center02.gif) no-repeat right top;
    color: #786e4a;
    padding-top: 9px;
}


.main_menu_center3 {
    padding-bottom: 10px;
    clear: left;
}

.main_menu_center3 ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 0;
    border-bottom: 1px solid #d7d8d3;
    height: 31px;
}

.main_menu_center3 ul li {
    float: left;
    border: 1px solid #d7d8d3;
    border-bottom: 0;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    margin: 3px 1px 0 0;
    background-color: #f6f7f9;
    font-weight: bold;
}

.main_menu_center3 ul li a {
    display: block;
    padding: 6px 9px 0 9px;
    text-decoration: none;
    height: 21px;
}

.main_menu_center3 ul li a:hover {
    text-decoration: underline;
}

.main_menu_center3 ul li.active {
    margin-top: 0;
    background-color: #fff;
}

.main_menu_center3 ul li.active a {
    color: #666;
    padding-top: 7px;
    padding-bottom: 2px;
}


#body_center .main_bloglist .block1 .top a {
    color: #db6600;
}

#body_center .main_bloglist .block1 .top span a {
    color: #666;
}

.main_bloglist .author {
    padding: 2px;
    font-weight: bold;
    font-size: 1.1em;
}

.main_bloglist .author a {
    color: #000;
    text-decoration: none;
}

.main_bloglist .author a:hover {
    text-decoration: underline;
}

.main_bloglist .edit {
    text-align: right;
    padding-bottom: 15px;
    font-weight: normal;
}

.main_bloglist .date {
    color: #666;
    font-weight: normal;
    padding-bottom: 5px;
}

.main_bloglist .name {
    padding-top: 9px;
    padding-bottom: 5px;
    font-weight: bold;
    color: #ada480;
}

.main_bloglist .text {
    padding-bottom: 20px;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.4em;
}


.main_blogauthors .item {
    padding-top: 5px;
    padding-bottom: 10px;
}

.main_blogauthors .item .name {
    font-weight: bold;
}

.main_blogauthors .item .description {
    color: #666;
}

.main_blogauthors .item .photo {
    width: 40px;
    height: 40px;
    float: left;
    padding-right: 10px;
}

.main_blogauthors .item .photo img {
    border: 1px solid #c6ba96;
}

.main_blog .date {
    padding-bottom: 20px;
}

.main_blog .text {
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.4em;
}


.main_forum .nav {
    padding-bottom: 20px;
    font-weight: bold;
    color: #666;
}

.main_forum .item img.ico {
    border: 1px solid #c6ba96;
    float: left;
    margin: 0px 10px 5px 0px;
}

.main_forum .item .date {
    float: right;
    color: #786e66;
}

.main_forum .item .author {
    font-weight: bold;
    padding-bottom: 7px;
}

.main_forum .item .author span {
    color: #786e66;
    font-weight: normal;
}

.main_forum .silver {
    color: #786e66;
}

.main_forum .thread_image {
    float: left;
    padding-right: 11px;
}

.main_forum .thread_image img {
    border: 1px solid #c6ba96;
}

.main_forum .threads_list_item {
    padding: 10px 0px 20px 0px;
    border-bottom: 1px solid #eee;
}

.main_forum .thread_locked {
    color: red;
    font-weight: bold;
    font-size: 1.2em;
}

.main_forum .thread_locked2 {
    color: red;
}


.main_leagues .block2 .center .logo_info .tbl .value .seasons a {
    margin-right: 10px;
    text-decoration: none;
}

.main_leagues .block2 .center .logo_info .tbl .value .seasons a:hover {
    text-decoration: underline;
}

.main_leagues .block2 .center .logo_info .tbl .value .seasons a.active {
    color: #786e4a;
    font-weight: bold;
}

.main_leagues .game .league {
    font-size: 1.4em;
    text-align: center;
    font-weight: bold;
    padding-bottom: 20px;
}

.main_leagues .game .league a {
    text-decoration: none;
}

.main_leagues .game .league a:hover {
    text-decoration: underline;
}

.main_leagues .game table {
    margin-bottom: 10px;
}

.main_leagues .game .logo {
    width: 70px;
}

.main_leagues .game .logo img {
    border: 0px;
}

.main_leagues .game .logo1 {
    text-align: left;
}

.main_leagues .game .logo2 {
    text-align: right;
}

.main_leagues .game .team {
    text-align: right;
    width: 120px;
    vertical-align: top;
    font-size: 13px;
    font-weight: bold;
}

.main_leagues .game .team a {
    text-decoration: none;
}

.main_leagues .game .team a:hover {
    text-decoration: underline;
}

.main_leagues .game .team1 {
    text-align: right;
}

.main_leagues .game .team2 {
    text-align: left;
}

.main_leagues .game .data {
    text-align: center;
    width: 131px;
}

.main_leagues .game .data .points {
    font-size: 20px;
    color: #786e4a;
    font-weight: bold;
}

.main_leagues .game .data .points a {
    color: #786e4a;
    text-decoration: none;
}

.main_leagues .game .data .points a:hover {
    text-decoration: underline;
}

.main_leagues .game .data .quarters {
    color: #666;
    font-size: 0.9em;
}

.main_leagues .game .data .date {
    padding-top: 20px;
}

.main_leagues .game .hall {
    color: #786e4a;
}

.main_leagues .game .tv {
    color: #786e4a;
    font-weight: bold;
}

.main_leagues .game .tv .date {
    font-weight: normal;
}

.main_leagues .game .tv img {
    margin-bottom: -3px;
}

.main_leagues .small_comment {
    color: #786e4a;
    font-size: 9px;
}

.main_leagues .title_inside {
    font-weight: bold;
    padding-bottom: 15px;
}

.main_leagues .list_leagues_col1 {
    width: 275px;
    float: left;
}

.main_leagues .list_leagues_col2 {
    width: 225px;
    float: left;
}

.main_leagues .list_leagues .item {
    padding: 5px;
    margin-bottom: 10px;
    width: 213px;
    height: 63px;
    border: 1px solid #d6d5cd;
    overflow: hidden;
}

.main_leagues .list_leagues .item1 {
    margin-right: 50px;
}

.main_leagues .list_leagues .item .logo {
    float: left;
    width: 63px;
    padding-right: 10px;
}

.main_leagues .list_leagues .item .name {
    font-weight: bold;
}

.main_leagues .list_leagues .item .name a {
    text-decoration: none;
}

.main_leagues .list_leagues .item .name a:hover {
    text-decoration: underline;
}

.main_leagues .list_leagues_row .item {
    float: left;
}

.main_leagues .simple_submenu_list {
    padding-bottom: 20px;
}

.main_leagues .simple_submenu_list a {
    font-weight: bold;
}

.main_leagues .simple_submenu_list a.active {
    color: #786e4a;
    text-decoration: none;
}


.main_leagues .main_leagues_header3 {
    margin-bottom: 20px;
}

.main_leagues .main_leagues_header3 .logo {
    float: left;
    margin: 0 20px 0 0;
}

.main_leagues .main_leagues_header3 h1 {
    font-weight: normal;
    margin: 0 0 43px 0;
    padding: 20px 0 0 0;
    font-size: 25px;
}

.main_leagues .main_leagues_header3 h1 a {
    text-decoration: none;
    color: #333;
}


.info_league_playoff_tree .thread_row {
    background: url(/themes/default/pixel_orange.png) repeat-x center center;
}

.info_league_playoff_tree .connection_vertical_line {
    background: url(/themes/default/pixel_orange.png) repeat-y center center;
    width: 1px;
}

.info_league_playoff_tree .team_name {
    border-color: #f16600;
    border-radius: 5px;
}

.info_league_playoff_tree .results {
    background-color: #f6f7f9;
    width: 300px;
    margin-left: 20px;
    margin-top: -5px;
    padding: 10px 14px 15px 14px;
    position: absolute;
    visibility: hidden;
    z-index: 2000;
    border: 1px solid #d7d8d3;
    border-radius: 5px;
}

.info_league_playoff_tree .results .item_win {
    font-weight: bold;
}

.info_league_playoff_tree .results table {
}

.info_league_playoff_tree .results table tr:first-child td {
    padding-bottom: 3px;
}

table#grid_layout_body .info_league_playoff_tree .results table td,
.info_league_playoff_tree .results table td {
    padding: 2px 5px 2px 5px;
    text-align: center;
}

#grid_layout_body td .info_league_playoff_tree .results table td {
    vertical-align: middle;
}

.info_league_playoff_tree .results table td:first-child {
    text-align: right;
}

.info_league_playoff_tree .results table td:nth-child(2n+2) {
    background-color: #eee;
}

.info_league_playoff_tree .results table td a {
    text-decoration: none;
    color: #000;
}

.info_league_playoff_tree .results table td a:hover {
    text-decoration: underline;
}

.info_league_playoff_tree .results .item_win {
    font-weight: bold;
}


.main_short_news .item {
    padding-top: 3px;
    padding-bottom: 3px;
    font-weight: bold;
    color: #ada480;
}

.main_short_news .item .date {
    width: 150px;
    color: #786e4a;
    font-weight: normal;
    margin-right: 5px;
}

.main_short_news .item a.fb {
    color: #ada480;
    text-decoration: none;
}

.main_short_news .item a:hover.fb {
    text-decoration: underline;
}


.main_best_players table td {
    padding: 3px 10px 3px 10px;
    text-align: center;
    width: 104px;
}

.main_best_players table thead tr {
    font-weight: bold;
}

.main_best_players table tbody tr.photo td img {
    border: 1px solid #999;
}

.main_best_players table tbody tr.name td div {
    padding-bottom: 3px;
}

.main_best_players table tbody tr.name td div a {
    text-decoration: none;
    color: #000;
}

.main_best_players table tbody tr.name td div a:hover {
    text-decoration: underline;
}

.main_best_players table tbody tr.val td {
    font-size: 1.5em;
}


.stats_01 .title, .stats_01 thead tr {
    background-color: #f5821f;
}

.stats_01 .title td, .stats_01 thead td {
    color: #fff;
    cursor: help;
    font-weight: bold;
    padding-left: 2px;
    padding-right: 2px;
}

.stats_01 .title td a, .stats_01 thead td a {
    color: #fff;
    text-decoration: none;
}

.stats_01 .title td a:hover, .stats_01 thead td a:hover {
    text-decoration: underline;
}

.stats_01 td.marked {
    font-weight: bold;
}

.stats_01 tbody tr td {
    padding: 3px 2px 3px 2px;
}

.stats_01 .row1, .stats_01 tbody tr.row1 {
}

.stats_01 .row2, .stats_01 tbody tr.row2 {
    background-color: #e4deca;
}

.stats_01 .row1 a, .stats_01 .row2 a, .stats_01 tbody td a {
    color: #000;
    text-decoration: none;
}

table.stats_01 tr.body_row:nth-child(odd) {
    background-color: #eee;
}

table.stats_01 tr.body_row:nth-child(even) {
    background-color: white;
}

table.stats_01 tr.body_row:hover {
    background-color: #ffd9bd;
}

.stats_01 .row1 a:hover, .stats_01 .row2 a:hover, .stats_01 tbody td a:hover {
    text-decoration: underline;
}

.stats_01 .name a, .stats_01 tbody td.name a {
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.stats_01 .name a:hover, .stats_01 tbody td.name a:hover {
    text-decoration: underline;
}

.stats_01 .letter {
    font-size: 15px;
    font-weight: bold;
}

.stats_01 .small, .stats_01 tbody td .small, .stats_01 tfoot td .small {
    font-size: 10px;
    color: #666;
}

.stats_01 thead .small {
    color: #fff;
}

.stats_01 td.active {
    background-color: #786e4a;
    color: #fff;
}

.stats_01 .link a {
    color: #db6600;
}

.stats_01 a.link {
    color: #db6600;
    text-decoration: underline;
}

.stats_01 a.link:hover {
    text-decoration: none;
}

.stats_01 td.title2 {
    padding: 3px;
}

.stats_01 thead tr, .stats_01 tbody tr.row1, .stats_01 tbody tr.row2, .stats_01 tfoot tr.row1, .stats_01 tfoot tr.row2 {
    text-align: center;
}

.stats_01 thead tr td.left, .stats_01 tbody tr.row1 td.left, .stats_01 tbody tr.row2 td.left, .stats_01 tfoot tr.row1 td.left, .stats_01 tfoot tr.row2 td.left {
    text-align: left;
}

.stats_01 tfoot tr {
    font-weight: bold;
}

.stats_01 tr.body_row td.number {
    text-align: center;
}

.stats_01 tr.body_row td.results {
    padding: 0 8px 0 8px;
    text-align: center;
    font-size: 1em;
}

.main_news .stats_01 {
    font-size: 0.9em;
}

.stats_01 .title td, .stats_01 thead td {
    font-size: 0.9em;
}


.standings_01 .title {
    background-color: #f5821f;
}

.standings_01 td, table#grid_layout_body .standings_01 td {
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
}

.standings_01 .title td {
    color: #fff;
    font-weight: bold;
    cursor: help;
}

.standings_01 .row1 {
}

.standings_01 .row2 {
    background-color: #e4deca;
}

table.standings_01 tr.body_row:nth-child(odd) {
    background-color: #eee;
}

table.standings_01 tr.body_row:hover {
    background-color: #aaa;
}

.standings_01 .row1 td a, .standings_01 .row2 td a {
    color: #000;
    text-decoration: none;
}

.standings_01 .row1 td a:hover, .standings_01 .row2 td a:hover {
    text-decoration: underline;
}

.standings_01 .letter {
    font-size: 15px;
    font-weight: bold;
}

.standings_01 .results td
    /*table#grid_layout_body .results td*/
{
    padding: 0 8px 0 8px;
    text-align: center;
    font-size: 1em;
}

.standings_01 .results td a,
table#grid_layout_body .results td a {
    color: #000;
    text-decoration: none;
}

.standings_01 .results td a:hover,
table#grid_layout_body .results td a:hover {
    text-decoration: underline;
}


.table_04 td {
    padding: 3px;
    padding-left: 5px;
    padding-right: 5px;
}

.table_04 td.letter {
    padding-top: 15px;
    font-weight: bold;
    padding-left: 5px;
    font-size: 13px;
}


.main_quotations .item {
    padding-bottom: 20px;
}

.main_quotations .item img.photo {
    float: left;
    margin: 0px 5px 3px 0px;
    padding: 1px;
    border: 1px solid #c7ba97;
}

.main_quotations .item div.author {
    font-weight: bold;
    padding-bottom: 7px;
}

.main_quotations .item div.text {
    padding-bottom: 7px;
}

.main_quotations .item div.comment {
    color: #717171;
}

.main_quotations .item div.feedbacks {
    text-align: right;
    padding-right: 10px;
    padding-top: 10px;
}


.main_shop div.categories div.item {
    padding-top: 3px;
    padding-bottom: 3px;
}

.main_shop .shop_clear {
    clear: left;
    line-height: 1px;
}

.main_shop .shop_item .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.main_shop .shop_item img.photo {
    padding: 1px;
    border: 1px solid #c7ba97;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
}

.main_shop .shop_item div.price {
    padding-top: 5px;
}


.main_teams .main_infoblock_1 .center .logo_info .tbl1 {
    width: 150px;
    float: left;
}

.main_teams .main_infoblock_1 .center .logo_info .tbl2 {
    width: 150px;
    float: right;
}


.main_image {
    padding: 1px;
    border: 1px solid #c7ba97;
}


.main_teams .main_infoblock_1 .center .letters {
    font-size: 13px;
    font-weight: bold;
    color: #786e4a;
}

.main_teams .main_infoblock_1 .center .letters a {
    text-decoration: none;
}

.main_teams .main_infoblock_1 .center .letters a:hover {
    text-decoration: underline;
}

.main_teams .main_infoblock_1 .center .types {
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
    color: #786e4a;
}

.main_teams .main_infoblock_1 .center .types a {
    text-decoration: none;
    margin-left: 5px;
    margin-right: 5px;
}

.main_teams .main_infoblock_1 .center .types a:hover {
    text-decoration: underline;
}


.main_teams .print_players .leagues_list {
    margin-bottom: 50px;
}

.main_teams .print_players .leagues_list .list_item {
    font-size: 1.2em;
    padding: 3px;
}

.main_teams .print_players .players_list {
    margin-bottom: 30px;
}

.main_teams .print_players .players_list .list_item {
    border: 1px solid #aaa;
    margin-bottom: 10px;
    height: 130px;
}

.main_teams .print_players .players_list .list_item_checked {
    border-left: 5px solid #000;
}

.main_teams .print_players .players_list .list_item .checkbox {
    float: left;
    width: 25px;
    overflow: hidden;
    padding-top: 20px;
}

.main_teams .print_players .players_list .list_item .photo {
    float: left;
    margin-right: 10px;
    width: 90px;
    overflow: hidden;
}

.main_teams .print_players .players_list .list_item .info {
    float: left;
}

.main_teams .print_players .players_list .list_item .info div {
    margin-bottom: 5px;
}

.main_teams .print_players .players_list .list_item .info .name {
    font-size: 1.2em;
    font-weight: bold;
}

.main_teams .print_players .players_list .list_item .info .number input {
    width: 16px;
    text-align: right;
    padding-right: 5px;
}

.main_teams .print_players .footer {
    margin-bottom: 50px;
}

.main_teams .print_players .footer span.counter {
    margin-left: 20px;
    font-size: 1.3em;
    font-weight: bold;
}

.main_teams .print_players_popup .header {
    margin-bottom: 20px;
    border-bottom: 1px solid #999;
    height: 80px;
}

.main_teams .print_players_popup .header .logo {
    float: left;
    margin-right: 20px;
}

.main_teams .print_players_popup .header .name {
    margin-bottom: 6px;
    font-size: 1.4em;
    font-weight: bold;
}

.main_teams .print_players_popup .header .date {
    float: right;
    color: #666;
}

.main_teams .print_players_popup .team_name {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: bold;
}

.main_teams .print_players_pdf .header {
    vertical-align: top;
    margin-bottom: 30px;
}

.main_teams .print_players_pdf .header .logo {
    margin-right: 5px;
}

.main_teams .print_players_pdf .header .name {
    margin-bottom: 6px;
    font-size: 1.2em;
    font-weight: bold;
}

.main_teams .print_players_pdf .header .date {
    float: right;
    color: #666;
}

.main_teams .print_players_pdf table.header tr td .team_name {
    margin: 0 30px 10px 0;
    font-size: 1.8em;
    font-weight: bold;
}

.main_teams .print_players_pdf .players_list {
    margin-bottom: 6px;
    font-size: 1.2em;
}

.main_teams .print_players_pdf .players_list td table .name {
    font-size: 1.2em;
    font-weight: bold;
}

.main_teams .print_players_popup .players_list table {
    width: 100%;
}

.main_teams .print_players_popup .players_list table thead tr td {
    background-color: #eee;
    color: #666;
    border-bottom: 1px solid #ddd;
}

.main_teams .print_players_popup .footer {
    margin-top: 70px;
    height: 30px;
}

.main_teams .print_players_popup .footer .right, .main_teams .print_players_popup .footer .left {
    float: right;
    width: 300px;
    border-top: 1px solid #333;
}

.main_teams .print_players_popup .footer .left {
    float: left;
}


.main_block_standings .stats_01 {
    float: left;
    width: 240px;
    margin-left: 5px;
    margin-right: 5px;
}


.main_block_standings .stats_01 .title td {
    padding: 4px 2px 4px 2px;
}

.main_block_standings .stats_01 .row1 td, .main_block_standings .stats_01 .row2 td {
    padding-top: 2px;
    padding-bottom: 2px;
}


#body_center h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0px 0px 20px 0px;
    color: #786e4a;
}


.info_user_home .col1 {
    float: left;
    width: 155px;
    margin-right: 20px;
    overflow: hidden;
}

.info_user_home .col2 {
    float: left;
    width: 303px;
    overflow: hidden;
}

.info_user_home img.ico {
    border: 1px solid #c6ba96;
    margin: 0px 0px 10px 0px;
}

.info_user_home .fav_team {
    height: 80px;
}

.info_user_home .fav_team img.logo {
    border: 0px;
    float: left;
    margin-right: 20px;
}

.info_user_home .fav_team .team {
    padding-bottom: 3px;
    font-weight: bold;
}

.info_user_home .fav_team .league a {
    color: #786e4a;
}

.info_user_home .col1 .rank {
    padding-bottom: 5px;
    font-size: 1.2em;
}

.info_user_home .col1 .rank .ok {
    font-weight: bold;
    color: green;
}

.info_user_home .col1 .rank .bad {
    font-weight: bold;
    color: red;
}

.main_feedbacks2 .item {
    overflow: auto;
    width: 520px;
    background: url(/themes/default/block_feedbacks_top.gif) no-repeat left top;
    padding-top: 10px;
    margin-bottom: 10px;
}

.main_feedbacks2 .item_ok {
    background: #efebdf url(/themes/default/block_feedbacks_top.gif) no-repeat left top;
}

.main_feedbacks2 .item .content {
    border-left: 1px solid #d9d8d1;
    border-right: 1px solid #d9d8d1;
    padding: 0px 10px 5px 10px;
}

.main_feedbacks2 .item .bottom {
    background: url(/themes/default/block_feedbacks_bottom.gif) no-repeat left bottom;
    height: 20px;
    padding: 5px 0px 0px 0px;
    overflow: hidden;
}

.main_feedbacks2 .item img.ico {
    border: 1px solid #c6ba96;
    float: left;
    margin: 0px 10px 5px 0px;
}

.main_feedbacks2 .item .date {
    float: right;
    color: #786e66;
}

.main_feedbacks2 .item .author {
    font-weight: bold;
    padding-bottom: 7px;
}

.main_feedbacks2 .item .author span {
    color: #786e66;
    font-weight: normal;
}

.main_feedbacks2 .item .content .text .reply {
    float: right;
    width: 16px;
    height: 16px;
    background: url(/themes/default/ico_reply_1.gif) no-repeat left top;
    margin: 0px 0px 10px 10px;
}

.main_feedbacks2 .item .content .text blockquote {
    border: 1px dashed #dfd8c3;
    background-color: #fffbef;
    padding: 10px;
    margin: 0px 20px 0px 60px;
}

.main_feedbacks2 .item .content .text blockquote strong {
    display: block;
}

.main_feedbacks2 .item .content .text .reply:hover {
    background: url(/themes/default/ico_reply_2.gif) no-repeat left top;
    cursor: pointer;
}

.main_feedbacks2 .item .content .text .report {
    float: right;
    width: 18px;
    height: 18px;
    background: url(/config/basketnews.lt/themes/default/ico_report.png) no-repeat left top;
    margin: 0px 0px 10px 10px;
}

.main_feedbacks2 .item .content .text .report:hover {
    background: url(/config/basketnews.lt/themes/default/ico_report_2.png) no-repeat left top;
    cursor: pointer;
}

.main_feedbacks2 .item .content .text .feedback_youtube_link {
    float: left;
    padding: 0px 10px 10px 0px;
}

.main_feedbacks2 .item .content .text .feedback_youtube_link .thumbnail {
    border: 1px solid #c6ba96;
    float: left;
    padding: 1px;
}

.main_feedbacks2 .item .content .text .feedback_youtube_link .icon {
    background: url(/themes/default/ico_video.png) no-repeat center center;
    height: 35px;
    width: 35px;
    position: relative;
    left: 40px;
    top: 27px;
}

.main_feedbacks2 .item .bottom .voting {
    float: right;
    width: 250px;
}

.main_feedbacks2 .item .bottom .voting div, .main_feedbacks2 .item .bottom .voting a {
    display: block;
    float: left;
    margin-left: 10px;
}

.main_feedbacks2 .item .bottom .voting a.good:hover {
    color: green;
}

.main_feedbacks2 .item .bottom .voting a.bad:hover {
    color: red;
}

.main_feedbacks2 .item .admin {
    margin-top: 10px;
    background-color: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    float: left;
}

.main_feedbacks2 .item .admin .delete {
    margin-left: 20px;
}

.main_feedbacks2 .item .admin input {
    font-size: 1em;
}

.main_feedbacks2 .feedbacks_prof_filter {
    text-align: right;
    margin-bottom: 10px;
    padding-right: 20px;
}


#body_right .block1 .sms_block .name {
    font-weight: bold;
    padding-bottom: 7px;
}

#body_right .block1 .sms_block .text {
    padding-bottom: 11px;
}

#body_right .block1 .sms_block .item {
    padding-bottom: 7px;
}

#body_right .block1 .sms_block .item .name {
    padding-bottom: 0px;
}

#body_right .block1 .sms_block .item .name a {
    color: #000;
}

#body_right .block1 .sms_block .item .chart {
    border: 0px;
    background-color: #db6600;
    border-right: 1px solid #e4deca;
    border-bottom: 1px solid #e4deca;
    margin: 0px;
    padding: 0px;
    height: 6px;
    line-height: 6px;
    margin-top: 3px;
}

#body_right .block1 .sms_block .total {
    padding-bottom: 7px;
}

#body_right .block1 .sms_block .total span {
    font-weight: bold;
}


.main_video {
}

.main_video .list_items .info_video_item {
    margin-bottom: 20px;
}

.main_video .list_items .info_video_item .image {
    float: left;
    margin: 0px 20px 10px 0px;
}

.info_video_item .image {
    padding: 18px 11px 18px 11px;
    overflow: hidden;
    background: url(/themes/default/video_bg.gif) no-repeat center center;
}

.info_video_item .image, .info_video_item .image .photo, .info_video_item .image .ico, .info_video_item .image .ico a {
    width: 138px;
    height: 85px;
}

.info_video_item .image .photo {
    float: left;
    text-align: center;
}

.info_video_item .image .photo img {
    border: 0px;
}

.info_video_item .image .ico {
    background: url(/themes/default/ico_video.png) no-repeat center center;
    float: left;
    margin-left: -138px;
}

.info_video_item .image .ico a {
    display: block;
}

.main_video .list_items .info_video_item .name {
    font-weight: bold;
    padding-bottom: 4px;
    font-size: 1.1em;
}

.main_video .list_items .info_video_item .name a.fb {
    color: #ada480;
    text-decoration: none;
}

.main_video .relations {
    padding-top: 30px;
}

.main_video .relations ul {
    margin-top: 0px;
    padding-top: 0px;
}

.main_video .relations ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}

#body_center .block1 .top_video {
    background: url(/themes/default/center_block01_video.gif) no-repeat left top;
}

.block_video .list_items .info_video_item {
    float: left;
    width: 160px;
    margin: 0px 3px 0px 3px;
}

.block_video .list_items .info_video_item .name {
    padding-top: 10px;
    text-align: center;
}

.block_video .list_items .info_video_item .name a.fb {
    color: #ada480;
    text-decoration: none;
}


.main_title_news_groups {
}

.main_title_news_groups .group_block {
    padding-bottom: 20px;
}

.main_title_news_groups .group_block .group_title {
    background: url(/themes/default/title_news_groups.gif) no-repeat left top;
    height: 33px;
    overflow: hidden;
    padding-right: 15px;
    padding-top: 2px;
    color: #9e977c;
}

.main_title_news_groups .group_block .group_title .image {
    float: right;
    margin-left: 11px;
}

.main_title_news_groups .group_block .group_title .image img {
    border: 0px;
}

.main_title_news_groups .group_block .group_title .name {
    float: right;
    padding-top: 6px;
    font-weight: bold;
}

.main_title_news_groups .group_block .group_title .name a {
    color: #9e977c;
    text-decoration: none;
}

.main_title_news_groups .group_block .group_title .name a:hover {
    text-decoration: underline;
}


table.list01 {
    border: 3px solid #efebdf;
}

table.list01 td {
    padding: 3px 5px 3px 5px;
}

table.list01 thead tr {
    background-color: #efebdf;
}

table.list01 thead tr td {
    color: #786e4a;
    font-weight: bold;
}

table.list01 thead tr td.vip {
    background: #efebdf url(/themes/default/vip.png) no-repeat left center;
    padding-left: 16px;
}

table.list01 tbody tr.col1 {
    background-color: #fff;
}

table.list01 tbody tr.col2 {
    background-color: #f4f2ea;
}

table.list01 tbody tr td.vip {
    background: url(/themes/default/vip.png) no-repeat left center;
    padding-left: 16px;
}

table.list01 tbody td img.logo {
    border: 1px solid #af9f74;
    padding: 2px;
}

table.list01 tbody td .small {
    font-size: 0.9em;
    color: #666;
}


table.list02 {
    border: 3px solid #efebdf;
}

table.list02 td, table.list02 th {
    padding: 2px 5px 2px 5px;
}

table.list02 thead tr {
    background-color: #f5821f;
}

table.list02 thead td, table.list02 thead th {
    color: #fff;
    cursor: help;
    font-weight: bold;
}

table.list02 thead td a, table.list02 thead th a {
    color: #fff;
    text-decoration: none;
}

table.list02 thead td a:hover, table.list02 thead th a:hover {
    text-decoration: underline;
}

table.list02 tbody tr.row1 {
}

table.list02 tbody tr.row2 {
    background-color: #e4deca;
}

table.list02 tbody tr.row1 a, table.list02 tbody tr.row2 a {
    color: #000;
    text-decoration: none;
}

table.list02 tbody tr.row1 a:hover, table.list02 tbody tr.row2 a:hover {
    text-decoration: underline;
}

table.list02 tbody td.link a {
    color: #db6600;
}

table.list02 tbody tr.row1 td .small, table.list02 tbody tr.row2 td .small {
    font-size: 0.8em;
    color: #666;
}


table.list04 tbody tr:nth-child(odd) {
    background-color: #eee;
}

table.list04 tbody tr:hover {
    background-color: #ffd9bd;
}

table.list04 td, table.list04 th {
    padding: 5px 3px 5px 3px;
}

table.list04 thead tr th.tablesorter-header {
    background-image: url(/themes/default/ico_sort_up_down.png);
    background-repeat: no-repeat;
    background-position: right 5px center;
    background-size: 8px;
}

table.list04 thead tr th.tablesorter-headerAsc {
    background-image: url(/config/basketnews.lt/themes/default/ico_sort_up.png);
}

table.list04 thead tr th.tablesorter-headerDesc {
    background-image: url(/config/basketnews.lt/themes/default/ico_sort_down.png);
}

table.list04 tbody td.numbering {
    width: 1%;
    text-align: right;
}

table.list04 tbody td.less_actual, table.list04 tbody td.less_actual a {
    color: #666;
}

table.list04 tbody td.number {
    text-align: right;
}

table.list04 tbody td.name a {
    text-decoration: none;
    color: #000;
}

table.list04 tbody td.name a:hover {
    text-decoration: underline;
}


table.form01 td {
    padding: 3px 5px 3px 5px;
}

table.form01 span.comment {
    font-size: 0.9em;
    color: #666;
}


table.form02 td {
    padding: 3px 5px 3px 5px;
}

table.form02 td input, table.form02 td select {
    width: 100%;
    padding: 3px;
}

table.form02 td input[type=submit] {
    width: auto;
    padding-right: 15px;
    padding-left: 15px;
}

table.form02 tbody td:first-child {
    text-align: right;
    padding-top: 7px;
}

table.form02 td select[name="fteam"] {
    width: 150px;
}


#body_center_pop ul.small_menu {
    margin: 0px;
    padding: 0px;
    height: 30px;
}

#body_center_pop ul.small_menu li {
    list-style: none;
    float: right;
    margin-left: 10px;
}


ul.type01 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.type01 li {
    padding: 3px 0px 3px 0px;
}

ul.type02 {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

ul.type02 li {
    padding: 3px 0px 3px 0px;
    display: inline;
    padding-left: 10px;
    background: url(/themes/default/main_menu03.gif) no-repeat left center;
    margin-right: 15px;
    font-size: 1.2em;
}

ul.type02 li.active {
    font-weight: bold;
}


.main_error_message {
    color: #914e15;
    border: 1px solid #914e15;
    font-weight: bold;
    padding: 15px;
}


.main_mark_ok {
    color: green;
}

.main_mark_bad {
    color: red;
}

.main_mark_vip {
    display: block;
    background: url(/themes/default/vip.png) no-repeat left center;
    padding-left: 16px;
}


.main_relations {
    padding-top: 30px;
}

.main_relations ul {
    margin-top: 0px;
    padding-top: 0px;
}

.main_relations ul li {
    padding-top: 2px;
    padding-bottom: 2px;
}


.main_icon {
    width: 20px;
    height: 20px;
    display: block;
    float: left;
}

.main_icon_ok {
    background: url(/themes/default/ico_ok.png) no-repeat center center;
}

.main_icon_ok_inactive {
    background: url(/themes/default/ico_ok_inactive.png) no-repeat center center;
}

.main_icon_bad {
    background: url(/themes/default/ico_bad.png) no-repeat center center;
}

.main_icon_bad_inactive {
    background: url(/themes/default/ico_bad_inactive.png) no-repeat center center;
}


ul.main_legend {
    margin: 10px 0px 10px 0px;
    padding: 10px 10px 10px 30px;
    border: 1px dashed #aaa;
    color: #333;
}


.main_texts .block1 .center {
    font-size: 1.2em;
}

.main_texts table td p {
    margin: 0px;
    padding: 0px;
}



.main_texts3 {
    font-size: 1.4em;
    line-height: 1.5em;
}
.main_texts3 h1 {
    font-weight: normal;
    font-size: 1.6em;
}



.main_forms form .pay_button input[type=submit] {
    font-size: 1.3em;
    background-color: #f78222;
    color: #fff;
    padding: 10px 20px;
    border: 1px solid orange;
    cursor: pointer;
    margin-top: 20px;
}

.main_forms .money_ammount {
    font-size: 1.4em;
}

.main_forms .money_ammount span {
    font-weight: bold;
}

.main_forms .money_ammount select {
    font-size: 1em;
}


.main_gamesstandings ol {
    list-style-position: inside;
    margin: 0px;
    padding: 0px;
}

.main_gamesstandings ol li {
    background-color: #eee;
    padding: 5px;
    margin: 1px;
    cursor: move;
}

.main_gamesstandings ol.disabled li {
    cursor: auto;
    background-color: #fff;
}

.selected {
    font-weight: bold;
}

.info_drafts {
    height: 40px;

}


.main_attentions_block {
    border: 3px solid #e4deca;
    background: #f7f5f0 url(/images/web/users_login_basketnews_logo.png) no-repeat right bottom;
    padding: 15px 60px 30px 15px;
    font-size: 1.2em;
    text-align: justify;
    line-height: 1.4em;
}

.main_flowing {
    overflow: auto;
    width: 500px;
}


.main_back_forward {
    height: 20px;
}

.main_back_forward .back {
    display: block;
    float: left;
}

.main_back_forward .forward {
    display: block;
    float: right;
}


.main_polls_elections ol li {
    border: 1px solid #999;
    margin: 0px 20px 20px 10px;
    background-color: #eee;
}

.main_polls_elections ol li .name {
    font-weight: bold;
    padding-bottom: 5px;
    text-align: center;
    padding: 5px;
}

.main_polls_elections ol li .image {
    padding: 5px 5px 5px 5px;
    float: left;
}

.main_polls_elections ol li .image img {
    border: 1px solid #c7ba97;
    padding: 1px;
}

.main_polls_elections ol li .description {
    color: #333;
    font-size: 1em;
    padding: 0px 5px 5px 5px;
}

.main_polls_elections ol li .move {
    background-color: #ddd;
    padding: 5px;
    text-align: center;
    cursor: move;
}

.main_polls_elections h3 {
    text-align: center;
}

.main_polls_elections div.submit {
    text-align: center;
}


.main_image {
    border: 1px solid #c6ba96;
    padding: 1px;
}


.main_players_list_detailed table.list td {
    vertical-align: top;
    padding-bottom: 30px;
}

.main_players_list_detailed table.list td.photo {
    padding-right: 20px;
}

.main_players_list_detailed table.list td div.title {
    font-weight: bold;
}

.main_players_list_detailed table.list td div.team {
    padding-top: 10px;
}

.main_players_list_detailed table.list td div.team img {
    padding-right: 5px;
}


.main_games_smsquest .question {
    font-size: 1.6em;
    padding-bottom: 10px;
}

.main_games_smsquest .rules {
    padding-bottom: 30px;
}

.main_games_smsquest .answers_list .answer {
    font-size: 1.4em;
}

.main_games_smsquest .answers_list .info {
    color: #999;
    padding-bottom: 7px;
}

.main_games_smsquest .answers_list .info span {
    font-weight: bold;
}


.main_mobile_version_block {
    height: 60px;
}

.main_mobile_version_block a {
    display: block;
    float: left;
    text-decoration: none;
    overflow: hidden;
}

.main_mobile_version_block a.col1, .main_mobile_version_block a.col3 {
    width: 220px;
    color: #e3802b;
    font-size: 18px;
    padding-top: 18px;
    height: 42px;
}

.main_mobile_version_block a.col2 {
    width: 360px;
    color: #000;
    font-size: 16px;
    text-align: center;
    padding-top: 20px;
    height: 40px;
}

.main_mobile_version_block a.col1 {
    background: url(/themes/default/mobile.gif) no-repeat left center;
    padding-left: 100px;
}

.main_mobile_version_block a.col3 {
    background: url(/themes/default/mobile.gif) no-repeat right center;
    padding-right: 100px;
    text-align: right;
}


.main_infoblock_forum .center {
    color: #786e66;
}

.main_infoblock_forum .center .list_item {
    padding: 7px 0px 9px 0px;
    border-top: 1px solid #d6d7d2;
}

.main_infoblock_forum .center .list_item:first-child {
    padding-top: 0px;
    border-top: 0px;
}

.main_infoblock_forum .center .name {
    padding-bottom: 2px;
    font-weight: bold;
}

.main_infoblock_forum .center .posts span {
    font-weight: bold;
}

#body_right .block1 .main_infoblock_forum .center .date {
    font-weight: normal;
}


#body_right .main_infoblock_1, #body_left .main_infoblock_1 {
    border: 1px solid #d9d8d1;
    background-color: #f4f2ea;
    margin-bottom: 10px;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    color: #333;
}

#body_right .main_infoblock_1_title, #body_left .main_infoblock_1_title {
    background: #e4deca url(/themes/default/main_infoblock_title01.gif) no-repeat right top;
    height: 25px;
    overflow: hidden;
    font-weight: bold;
    color: #786e4a;
    font-size: 1.1em;
    margin-bottom: 10px;
}

#body_right .main_infoblock_1_title a, #body_left .main_infoblock_1_title a {
    color: #786e4a;
    text-decoration: none;
}

#body_right .main_infoblock_1_title a:hover, #body_left .main_infoblock_1_title a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_1_title span, #body_left .main_infoblock_1_title span {
    background: url(/themes/default/main_infoblock_ico_default.gif) no-repeat left top;
    display: block;
    height: 20px;
    padding: 6px 0px 0px 32px;
}


#body_right .main_infoblock_1_title .photo, #body_left .main_infoblock_1_title .photo {
    float: left;
    margin-right: 5px;
    margin-bottom: 3px;
    border: 1px solid #c6ba96;
}

#body_right .main_infoblock_1_title .text a, #body_left .main_infoblock_1_title .text a {
    color: #333;
    text-decoration: none;
}

#body_right .main_infoblock_1_title .text a:hover, #body_left .main_infoblock_1_title .text a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_1_title .description, #body_left .main_infoblock_1_title .description {
    padding-top: 10px;
    color: #666;
}

#body_right .main_infoblock_1_title .comments, #body_left .main_infoblock_1_title .comments {
    padding-top: 10px;
    text-align: right;
    font-weight: bold;
}

#body_right .main_infoblock_1_title .archive, #body_left .main_infoblock_1_title .archive {
    padding-top: 5px;
    font-weight: bold;
}

#body_right .main_infoblock_1_title .news_pop, #body_left .main_infoblock_1_title .news_pop {
    background: url(/themes/default/block01.gif) no-repeat center center;
}


.main_infoblock_polls .center {
    color: #333;
}

.main_infoblock_polls .center .form td {
    padding-bottom: 10px;
    padding-right: 5px;
}

.main_infoblock_polls .center .title {
    font-weight: bold;
    padding-bottom: 10px;
}

.main_infoblock_polls .center .results .graph td {
    padding-bottom: 10px;
    font-size: 10px;
}

.main_infoblock_polls .center .results .chart {
    border: 0px;
    background-color: #db6600;
    border-right: 1px solid #e4deca;
    border-bottom: 1px solid #e4deca;
    margin: 0px;
    padding: 0px;
    height: 6px;
    line-height: 6px;
    margin-top: 3px;
}

.main_infoblock_polls .center .comments {
    font-weight: bold;
    padding-top: 10px;
    text-align: right;
}

.main_infoblock_polls .center .comments a.fb {
    font-weight: normal;
    color: #b3b3b3;
    text-decoration: none;
}


.main_polls .list_item {
    padding-top: 15px;
    padding-bottom: 15px;
}

.main_polls .list_item .date {
    color: #b3b3b3;
}

.main_polls .list_item .name a {
    font-size: 1.1em;
    font-weight: bold;
    text-decoration: none;
}

.main_polls .list_item .name a:hover {
    text-decoration: underline;
}

.main_polls .list_item .name a.fb {
    color: #b3b3b3;
    text-decoration: none;
    font-weight: normal;
}

#body_right .main_infoblock_schedules .tbl {
    width: 100%;
}

#body_right .main_infoblock_schedules .league {
    padding-left: 10px;
    padding-top: 3px;
    color: #717171;
}

#body_right .main_infoblock_schedules .league a {
    color: #717171;
    text-decoration: none;
}

#body_right .main_infoblock_schedules .league a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_schedules .team {
    background-color: #e4deca;
    padding: 2px;
    padding-left: 10px;
    font-weight: bold;
    color: #666;
}

#body_right .main_infoblock_schedules .team a {
    color: #666;
    text-decoration: none;
}

#body_right .main_infoblock_schedules .team a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_schedules .rez1, #body_right .main_infoblock_results .rez2 {
    padding: 2px;
    width: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
}

#body_right .main_infoblock_schedules .rez1 {
    background-color: #f5821f;
}

#body_right .main_infoblock_schedules .rez2 {
    background-color: #c7bb96;
}

#body_right .main_infoblock_schedules .rez1 a, #body_right .main_infoblock_results .rez2 a {
    color: #fff;
    text-decoration: none;
}

#body_right .main_infoblock_schedules .rez1 a:hover, #body_right .main_infoblock_results .rez2 a:hover {
    text-decoration: underline;
}


.main_users_updates .main_users_updates_list_item {
    margin-bottom: 5px;
}

.main_users_updates .main_users_updates_list_item .date {
    display: inline;
    color: #999;
    margin-right: 5px;
}

.main_users_updates .main_users_updates_list_item .action {
    display: inline;
    font-weight: bold;
}

.main_users_updates .main_users_updates_list_item .expand {
    display: inline;
    font-size: 1.2em;
    font-weight: bold;
}

.main_users_updates .main_users_updates_list_item .comment {
    background: #eee;
    border: 1px solid #ddd;
    padding: 5px;
    display: none;
}


#lean_overlay {
    position: fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background: #000;
    display: none;
}

#lean_overlay_alert {
    width: 250px;
    padding: 30px;
    display: none;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.7);
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.7);
    -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.7);
    font-size: 1.2em;
}


.main_infoblock_news_pop .center .list_item, .main_infoblock_news_new .center .list_item {
    font-weight: bold;
    color: #ada480;
    border-bottom: 1px dashed #d1d0c8;
    padding-bottom: 8px;
    padding-top: 8px;
}

.main_infoblock_news_pop .center .list_item .feedbacks a, .main_infoblock_news_new .center .list_item .feedbacks a {
    color: #ada480;
    text-decoration: none;
}

.main_infoblock_news_pop .center .list_item .feedbacks a:hover, .main_infoblock_news_new .center .list_item .feedbacks a:hover {
    text-decoration: underline;
}

.main_infoblock_photos_new:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.main_infoblock_photos_new .list_item {
    margin-bottom: 10px;
    float: left;
    width: 175px;
    margin: 0 10px 20px 0;
}

.main_infoblock_photos_new .list_item .image {
    float: left;
    /* width: 84px; */
    padding-right: 6px;
}

.main_infoblock_photos_new .list_item .image img {
    padding: 1px;
    border: 1px solid #d6d7d2;
    background-color: #fff;
}

.main_infoblock_photos_new .list_item .name a {
    text-decoration: none;
}

.main_infoblock_photos_new .list_item .name a:hover {
    text-decoration: underline;
}

#body_right .main_infoblock_photos_new .list_item {
    width: 109px;
}

#body_right .main_infoblock_photos_new .list_item:nth-child(2n+2) {
    margin-right: 0;
}

#body_right .main_infoblock_photos_new .list_item:nth-child(2n+1) {
    clear: left;
}

#body_right .main_infoblock_photos_new .list_item .image img {
    width: 105px;
}

#body_right .main_infoblock_photos_new .list_item .name {
    display: none;
}


/* 2016-10-04
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new {
	height: auto;
}
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	width: 153px;
	height: 153px;
	overflow: hidden;
	border: 0;
	position: relative;
}
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item:nth-child(2n+1) {
	margin-right: 10px;
}
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .image {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
}
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .image img {
	padding: 0;
	border: 0;
	background: transparent;
	border-radius: 0;
}
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .name {
	position: absolute;
	bottom: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.5);
	background: linear-gradient(rgba(255,0,0,0), black);
	z-index: 600;
	width: 100%;
	font-size: 1.1em;
}
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .name a {
	color: #fff;
	padding: 10px;
	display: block;
	text-decoration: none;
}
.main_title_small_blocks .main_infoblock_1 .main_infoblock_photos_new .list_item .name a:hover {
	text-decoration: underline;
}
*/


.main_players_list .header_letters, .main_persons_list .header_letters {
    font-size: 13px;
    font-weight: bold;
    color: #666;
}

.main_players_list .header_letters a, .main_persons_list .header_letters a {
    text-decoration: none;
}

.main_players_list .header_letters a:hover, .main_persons_list .header_letters a:hover {
    text-decoration: underline;
}

.main_players_list .header_types, .main_persons_list .header_types {
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
    color: #666;
}

.main_players_list .header_types a, .main_persons_list .header_types a {
    text-decoration: none;
    margin-left: 5px;
}

.main_players_list .header_types a:hover, .main_persons_list .header_types a:hover {
    text-decoration: underline;
}

.main_players_list .list_item {
    float: left;
    width: 210px;
    height: 40px;
    padding: 0px 30px 0px 10px;
    overflow: hidden;
}

.main_players_list .list_item .name a {
    text-decoration: none;
    font-weight: bold;
}

.main_players_list .list_item .name a:hover {
    text-decoration: underline;
}

.main_players_list .list_item .teams {
    color: #666;
}

.main_players_header .logo_info .tbl1, .main_persons_header .logo_info .tbl1 {
    width: 150px;
    float: left;
}

.main_players_header .logo_info .logo2, .main_persons_header .logo_info .logo2 {
    float: right;
    border: 1px solid #af9f74;
    margin-left: 10px;
}

.main_players_header .logo_info .tbl2, .main_persons_header .logo_info .tbl2 {
    width: 150px;
    float: right;
}

.main_players ul.simple_submenu_list {
    padding: 0px;
    list-style: none;
    padding-bottom: 20px;
}

.main_players ul.simple_submenu_list li {
    padding-bottom: 3px;
    font-weight: bold;
}

.main_players ul.simple_submenu_list li.active a {
    color: #666666;
    text-decoration: none;
    font-size: 1.2em;
}


.main_block_tip {
    color: #666;
    font-size: 0.9em;
}

.main_block_tip2 {
    font-size: 1.1em;
}


table.list03 {
    width: 100%;
    border: 1px solid #e6e6e6;
    margin: 0px;
}

table.list03 tr td {
    margin: 0px;
    padding: 2px 5px 2px 5px;
}

table.list03 tbody tr.row2 {
    background-color: #e6e6e6;
}


.main_persons .main_infoblock_1 .center .logo_info .tbl1 {
    width: 150px;
    float: left;
}

.main_persons .main_infoblock_1 .center .logo_info .logo2 {
    float: right;
    border: 1px solid #af9f74;
    margin-left: 10px;
}

.main_persons .main_infoblock_1 .center .logo_info .tbl2 {
    width: 150px;
    float: right;
}

.main_persons .main_infoblock_1 .center .letters {
    font-size: 13px;
    font-weight: bold;
    color: #786e4a;
}

.main_persons .main_infoblock_1 .center .letters a {
    text-decoration: none;
}

.main_persons .main_infoblock_1 .center .letters a:hover {
    text-decoration: underline;
}

.main_persons .main_infoblock_1 .center .types {
    font-weight: bold;
    padding-top: 15px;
    text-align: right;
    color: #786e4a;
}

.main_persons .main_infoblock_1 .center .types a {
    text-decoration: none;
    margin-left: 5px;
}

.main_persons .main_infoblock_1 .center .types a:hover {
    text-decoration: underline;
}


.main_more_link {
    text-align: right;
    font-weight: bold;
}


div.standings_block_container {
    display: flex;
}

ul.main_simple_submenu_list {
    padding: 0;
    list-style: none;
}

ul.main_simple_submenu_list li {
    font-weight: bold;
    display: inline;
    float: left;
}

ul.main_simple_submenu_list li a {
    border-right: 1px solid #666;
    padding: 0px 7px 0px 7px;
    display: block;
}

ul.main_simple_submenu_list li:last-child a {
    border-right: none;
}

ul.main_simple_submenu_list li.active a {
    color: #666;
    text-decoration: none;
    font-size: 1.2em;
}


/* JQuery UI */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: 1px solid #cccccc;
    background: transparent;
    background-color: #eee;
    font-weight: bold;
    color: #000;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #666;
    text-decoration: none;
    padding: 3px 10px 3px 10px;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
    border: 1px solid #fbcb09;
    background: transparent;
    background-color: #eee;
    font-weight: bold;
    color: #c77405;
}

.ui-state-hover a, .ui-state-hover a:hover {
    color: #c77405;
    text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #fbd850;
    background: transparent;
    background-color: #ffffff;
    font-weight: bold;
    color: #eb8f00;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
    color: #eb8f00;
    text-decoration: none;
}

.ui-widget :active {
    outline: none;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
    -moz-border-radius-topleft: 5px;
    -webkit-border-top-left-radius: 5px;
    -khtml-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
    -moz-border-radius-topright: 5px;
    -webkit-border-top-right-radius: 5px;
    -khtml-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
    -moz-border-radius-bottomleft: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -khtml-border-bottom-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-right-radius: 5px;
    -khtml-border-bottom-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.ui-widget {
    font-family: Tahoma;
    font-size: 1em;
}

.ui-widget-content {
    border: none;
    background: transparent;
    padding: 0px;
    color: #000;
}

.ui-widget-content a {
    color: #000;
}

.ui-widget-header {
    border: none;
    background: transparent;
}

.ui-tabs .ui-tabs-panel {
    padding: 10px 0px 0px 0px;
}


.main_infoblock_standings table.regular_table {
    width: 100%;
    margin-top: 5px;
}

.main_infoblock_standings table.regular_table tr.row1 td {
    background-color: #e4deca;
}

.main_infoblock_standings table.regular_table td {
    padding: 3px 5px 3px 5px;
}

.main_infoblock_standings table.regular_table td.team a {
    text-decoration: none;
    color: #666;
    font-weight: bold;
}

.main_infoblock_standings table.regular_table td.team a:hover {
    text-decoration: underline;
}

.main_infoblock_standings table.regular_table td.wins {
    color: #666;
    font-weight: bold;
    text-align: center;
}

.main_infoblock_standings table.regular_table td.losts {
    color: #666;
    text-align: center;
}

.main_infoblock_standings table.playoffs_table {
    width: 100%;
}

.main_infoblock_standings table.playoffs_table td.team {
    background-color: #e4deca;
    padding: 2px;
    padding-left: 10px;
    color: #666;
}

.main_infoblock_standings table.playoffs_table td.team a {
    color: #666;
    text-decoration: none;
}

.main_infoblock_standings table.playoffs_table td.team a:hover {
    text-decoration: underline;
}

.main_infoblock_standings table.playoffs_table td.team_winner {
    font-weight: bold;
}

.main_infoblock_standings table.playoffs_table td.spacer {
    height: 5px;
}

.main_infoblock_standings table.playoffs_table td.results {
    padding: 2px;
    width: 31px;
    text-align: center;
    font-weight: bold;
    color: #fff;
    background-color: #e6892e;
}

.main_infoblock_standings table.playoffs_table td.results a {
    color: #fff;
    text-decoration: none;
}

.main_infoblock_standings table.playoffs_table td.results a:hover {
    text-decoration: underline;
}

.main_infoblock_standings table.playoffs_table td.group {
    padding-left: 10px;
    padding-top: 3px;
    color: #83817d;
}


.main_infoblock_players_leaders .cycle-slideshow div, .main_infoblock_teams_leaders .cycle-slideshow div {
    width: 100%;
}

.main_infoblock_players_leaders .cycle-slideshow div div, .main_infoblock_teams_leaders .cycle-slideshow div div {
    width: auto;
}

.main_infoblock_players_leaders .description, .main_infoblock_teams_leaders .description {
    margin-bottom: 10px;
    line-height: normal;
    font-size: 1.3em;
    color: #333;
}

.main_infoblock_players_leaders .list_item, .main_infoblock_teams_leaders .list_item {
    clear: both;
    color: #666;
}

.main_infoblock_players_leaders .list_item .photo, .main_infoblock_teams_leaders .list_item .photo {
    float: left;
    padding-right: 10px;
    margin-bottom: 10px;
}

.main_infoblock_players_leaders .list_item .photo img, .main_infoblock_teams_leaders .list_item .photo img {
    padding: 1px;
    border: 1px solid #d6d7d2;
}

.main_infoblock_players_leaders .list_item .name, .main_infoblock_teams_leaders .list_item .name {
    font-weight: bold;
    padding-bottom: 4px;
}

.main_infoblock_players_leaders .list_item .name a, .main_infoblock_teams_leaders .list_item .name a {
    text-decoration: none;
    color: #666;
}

.main_infoblock_players_leaders .list_item .name a:hover, .main_infoblock_teams_leaders .list_item .name a:hover {
    text-decoration: underline;
}


.main_infoblock_games_fauls .list_item {
    margin-bottom: 10px;
}

.main_infoblock_games_fauls .list_item .player {
    font-weight: bold;
}


.main_infoblock_leagues .leagues ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.main_infoblock_leagues .leagues ul li {
    float: left;
    padding: 9px;
    border-right: 1px #d6d7d2 solid;
    border-bottom: 1px #d6d7d2 solid;
}

.main_infoblock_leagues .leagues ul li a {
    display: block;
    background-color: #fff;
    border: 1px solid #d6d7d2;
    text-align: center;
}

.main_infoblock_leagues .leagues ul li.row_first {
    padding-top: 0;
}

.main_infoblock_leagues .leagues ul li.row_last {
    border-bottom: none;
    padding-bottom: 0;
}

.main_infoblock_leagues .leagues ul li.col_first {
    clear: left;
    padding-left: 0;
}

.main_infoblock_leagues .leagues ul li.col_last {
    border-right: none;
    padding-right: 0;
}


.admin_login_fixed_block {
    width: 150px;
    background: #666;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0.8;
    font-size: 13px;
    padding: 10px 0 10px 0;
    border-top: 5px solid #f5821f;
}

.admin_login_fixed_block ul {
    width: 600px;
    margin: 0;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
    list-style: none;
}

.admin_login_fixed_block ul li {
    margin-right: 30px;
}

.admin_login_fixed_block ul li a {
    color: #fff;
    display: block;
    padding: 2px 20px 2px 20px;
    text-decoration: none;
}

.admin_login_fixed_block ul li a:hover {
    background-color: #000;
}


#players_list_block {
    height: 230px;
    overflow: hidden;
}

#players_list_block_prev, #players_list_block_next {
    height: 230px;
    float: left;
}

#players_list_block_prev a {
    background: #000 url(/themes/default/ico_arrow_left01.png) no-repeat center center;
    margin-right: 9px;
}

#players_list_block_next a {
    background: #000 url(/themes/default/ico_arrow_right01.png) no-repeat center center;
    margin-left: 9px;
}

#players_list_block_prev a, #players_list_block_next a {
    cursor: pointer;
    height: 123px;
    width: 35px;
    display: block;
}

#players_list_block_prev a:hover, #players_list_block_next a:hover {
    background-color: #e31e24;
}

#players_list_block_viewport {
    float: left;
    width: 650px;
    height: 230px;
    overflow: hidden;
}

#players_list_block_viewport ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#players_list_block_viewport ul li {
    float: left;
    height: 230px;
    width: 102px;
    overflow: hidden;
    padding: 0 3px 0 3px;
}

#players_list_block_viewport ul li .number {
    margin-top: 10px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}

#players_list_block_viewport ul li .name {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    padding: 5px;
}


.main_leagues_standings .extended_table {
    text-align: right;
    height: 20px;
    padding: 0 20px 0 0;
}

.main_leagues_standings .extended_table a {
    background: url(/themes/default/ico_popup.png) no-repeat center left;
    background-size: 17px;
    padding: 5px 0 5px 20px;
}


.main_news_block_top:after {
    margin-bottom: 30px;
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_news_block_top .list_item {
    float: left;
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.main_news_block_top .list_item .title {
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 600;
    width: 100%;
    font-size: 1.8em;
}

.main_news_block_top .list_item .title a {
    color: #fff;
    padding: 20px;
    display: block;
    text-decoration: none;
}

.main_news_block_top .list_item .title a:hover {
    text-decoration: underline;
}

.main_news_block_top .list_item_1 {
    width: 520px;
    height: 345px;
}

.main_news_block_top .list_item_1 .image img {
    width: 520px;
    height: 345px;
}

.main_news_block_top .list_item_2 {
    width: 255px;
    height: 170px;
}

.main_news_block_top .list_item_2:nth-child(odd) {
    margin-left: 10px;
}

.main_news_block_top .list_item_2 .image img {
    width: 335px;
    height: 220px;
}

.main_news_block_top .list_item_2 .title {
    font-size: 1.2em;
}

.main_news_block_top .list_item_2 .title a {
    padding: 10px;
    font-size: 1.2em;
}


.main_photos_block_object .list_item {
    float: left;
    overflow: hidden;
    position: relative;
    margin: 0 0 4px 0;
    width: 117px;
    height: 117px;
    padding: 1px;
    border: 1px solid #d6d7d2;
    border-radius: 3px;
}

.main_photos_block_object .list_item .image img {
    width: 117px;
    height: 117px;
}

.main_photos_block_object .list_item_1 {
    width: 367px;
    height: 367px;
    margin-right: 4px;
}

.main_photos_block_object .list_item_1 .image img {
    width: 367px;
    height: 367px;
}

.main_photos_block_object .more {
    text-align: right;
    font-weight: bold;
    padding: 10px 0 0 0;
}


.main_infoblock_video_object .list_item {
    margin: 0 10px 5px 0;
    float: left;
    overflow: hidden;
    width: 160px;
}

.main_infoblock_video_object .list_item:nth-child(3n+3) {
    margin-right: 0;
}

.main_infoblock_video_object .list_item:nth-child(4n+4) {
    clear: both;
}

.main_infoblock_video_object .list_item .image {
    overflow: hidden;
    padding: 1px;
    border: 1px solid #d6d7d2;
    border-radius: 3px;
    position: relative;
    margin: 0 0 4px 0;
}

.main_infoblock_video_object .list_item .image, .main_infoblock_video_object .list_item .image img {
    width: 156px;
    height: 104px;
}

.main_infoblock_video_object .list_item .image a:first-child {
    float: left;
    display: block;
}

.main_infoblock_video_object .list_item .image a:last-child {
    position: absolute;
    top: 1px;
    right: 1px;
    z-index: 600;
    height: 104px;
    width: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5) url(/themes/default/ico_video.png) no-repeat center 10px;
}


.main_infoblock_video_new:after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_infoblock_video_new .list_item {
    margin: 0 0 20px 0;
    float: left;
    width: 240px;
}

.main_infoblock_video_new .list_item:nth-child(2n+1) {
    margin-right: 18px;
}

.main_infoblock_video_new .list_item:nth-child(2n+1):after {
    content: " ";
    visibility: hidden;
    display: block;
    height: 0;
    clear: both;
}

.main_infoblock_video_new .list_item .name {
    padding-top: 5px;
    font-weight: bold;
    line-height: 1.5em;
}

.main_infoblock_video_new .list_item .name a.fb {
    color: #ada480;
    text-decoration: none;
}

.main_infoblock_video_new .list_item .image {
    width: 240px;
    overflow: hidden;
}

.main_infoblock_video_new .list_item .photo {
    display: block;
    float: left;
}

.main_infoblock_video_new .list_item .photo img {
    padding: 1px;
    border: 1px solid #d6d7d2;
    background-color: #fff;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    border-radius: 3px;
    width: 236px;
}

.main_infoblock_video_new .list_item .ico {
    display: none;
}


.embedded_video {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    clear: both;
}

.embedded_video iframe, .embedded_video .fb-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


ul.main_material_menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    text-align: right;
}

ul.main_material_menu li {
    display: inline;
}

.lightgallery_item {
    cursor: pointer;
}

.main_hide {
    display: none;
}


[class*="playhide_"] {
    display: none;
}

#plays_filter {
    float: left;
    width: 40%;
}

#plays_holder {
    float: left;
    width: 55%;
    margin-left: 5%;
    margin-bottom: 15px;
    border-bottom: 1px solid black;
    position: relative;
    height: 600px;
    overflow-y: scroll;
}

#plays_table {
    width: 100%;
}

.shoot_dot {
    background: red;
    position: absolute;
    border-radius: 50%;
    width: 8px;
    height: 8px;
}

.shoot_dot.success_dot {
    background: green;
}

.plays_throws {
    float: left;
    background: url('/themes/default/basketball_court.png');
    background-size: contain;
    width: 387px;
    height: 333px;
    margin-left: 70px;
    margin-top: 45px;
    margin-bottom: 15px;
    position: relative;
}

.plays_throws .court_team_name {
    width: 100%;
    text-align: center;
    margin-top: -30px;
    height: 30px;
    line-height: 30px;
}

ul.game-stat-tabs {
    padding-left: 15px;
    height: 50px;
    margin: 0 0 10px;
    width: 100%;
    clear: both;
}

ul.game-stat-tabs li {
    list-style: none;
    cursor: pointer;
    padding: 12px 10px;
    border-left: none;
    float: left;
    background: grey;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

ul.game-stat-tabs li:hover,
ul.game-stat-tabs li.active {
    position: relative;
}

ul.game-stat-tabs li.active:after {
    content: "";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-width: 10px 12.5px 0 12.5px;
    border-color: #777 transparent transparent transparent;
}

.game-stats-tab {
    display: none;
}

.game-stats-tab.active {
    display: block;
}

div.main_infoblock_2 div.game div.league {
    text-align: center;
    padding-bottom: 30px;
}

div.main_infoblock_2 div.game div.league a {
    text-transform: uppercase;
}

div.main_infoblock_2 div.game div.league a, table.score a {
    font-weight: bold;
    color: black;
    text-decoration: unset;
}

div.team_holder {
    width: 35%;
    float: left;
}

div.left_team_holder > table {
    float: right;
}

div.right_team_holder > table {
    float: left;
}

div.quarters_holder {
    float: left;
    width: 30%;
}

table.score {
    margin: 0 auto;
}

table.score td {
    text-align: center;
    padding: 3px;
}

table.score a.team_name, table.score td {
    vertical-align: middle;
    font-size: 14px;
}

table.score img.team_logo {
    padding-left: 10px;
    padding-right: 10px;
}

table.score img {
    vertical-align: middle;
}

table.score span.team-points,
.game_info_mini span.team-points {
    font-size: 32px;
    font-weight: bold;
    vertical-align: middle;
}

table.score span.winner,
.game_info_mini span.winner {
    color: black;
}

table.score td.quarters-cell {
    width: 30%;
    text-align: center;
    font-size: 50px;
}

table.score td.quarters-cell div#quarters-container table {
    margin: 0 auto;
}

table.score td.quarter {
    font-weight: bold;
}

table#quarters td {
    padding: 3px 10px;
}

table#quarters tr:first-child td {
    text-align: center;
    border-bottom: 1px solid #eaeaea;
}

table#quarters td.team {
    text-align: left;
    font-weight: normal;
}

div#quarters-container {
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}

div#quarters-container table {
    margin: 0 auto;
    background-color: #f3f3f3;
}

div#venue {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 0.9em;
    border-top: 1px solid #eaeaea;
    padding-top: 10px;
}

.main_leagues .game div#quarters-container .team {
    width: unset;
}

div.mvp_container {
    display: flex;
    flex-direction: row;
    width: 100%;
}

div.top_performer_container {
    display: flex;
    flex-direction: column;
    width: 100%;
}

div.mvp_container > div, div.top_performer_container > div {
    background: white;
    display: inline-block;
    padding: 10px;
    vertical-align: top;
    flex: 1;
}

div.top_performer_container > div {
    margin-right: 9px;
}

div.top_performer_container td.value {
    font-size: 48px;
}

div.top_performer_container tr.top_performer_category td {
    font-weight: bold;
    font-size: 13px;
}

div.top_performer_container tr.top_performer_name a {
    font-weight: bold;
    text-decoration: none;
    color: black;
}

div.top_performer_container tr.top_performer_name td {
    padding-top: 4px;
    padding-bottom: 4px;
}

div.mvp_container > div > div#grid_layout_body > div.news_relations_blocks {
    margin-bottom: 0;
}

table.team_mvp {
    border-collapse: collapse;
    width: 100%;
}

table.team_mvp tr.team_name {
    vertical-align: center
}

table.team_mvp tr.name td {
    padding: 5px;
}

table.team_mvp tr.team_name td, div.top_performer_container tr.top_performer_category td {
    padding-bottom: 8px;
    border-bottom: 1px solid #ebebeb;
}

table.team_mvp tr.team_name a {
    font-weight: bold;
    font-size: 16px;
    color: black;
    text-decoration: none;
}

table.team_mvp tr.team_name img {
    vertical-align: middle;
}

table.team_mvp tr.stats_row:nth-child(even) {
    background-color: #ebebeb;
}

table.team_mvp tr.row_with_background {
    background-color: #ebebeb;
}

table.team_mvp tr.row_with_background td.photo {
    background-color: white;
    width: 80px;
}

table.team_mvp tr.stats_row td:nth-child(even) {
    text-align: right;
}

table.team_mvp tr.stats_row td, table.team_mvp td.category, table.team_mvp td.value {
    padding: 10px;
}

div.top_performer_container table.team_mvp tr.stats_row td,
div.top_performer_container table.team_mvp td.category,
div.top_performer_container table.team_mvp td.value {
    padding: 3px;
}

div.top_performer_container table.team_mvp tr.stats_row td a {
    text-decoration: none;
    color: black;
    white-space: nowrap;
}

div.top_performer_container td#eff_mvp > p {
    margin-bottom: 0;
}

table.team_mvp td.photo {
    vertical-align: top;
}

table.team_mvp td.value {
    text-align: right;
}

table.team_mvp_right {
    text-align: right;
}

table.team_mvp_right td.value {
    text-align: left;
}

table.team_mvp tr.stats_row td:nth-child(odd) {
    text-align: left;
}

#game_news {
    margin-top: 0;
}

#game_news div.list_item {
    width: 309px;
}

#game_players_container div#grid_layout_body > div.news_relations_blocks, #game_players_container div#grid_layout_body > div.news_relations_blocks > div.main_infoblock_1 {
    margin-bottom: 0;
}

#game_players_container {
    width: 36%;
    float: left;
}

.chart_block_line_one_compare {
    height: 4px;
    overflow: hidden;
}

.chart_block_line_one_compare .col1, .chart_block_line_one_compare .col2 {
    height: 100%;
    width: 49%;
    width: calc(50% - 1px);
    float: left;
    background-color: #ccc;
}

.chart_block_line_one_compare .col1 {
    border-right: 1px solid #fff;
}

.chart_block_line_one_compare .col2 {
    border-left: 1px solid #fff;
}

.chart_block_line_one_compare .color {
    background-color: #b22432;
    height: 100%;
}

.chart_block_line_one_compare .col1 .color {
    float: right;
    background-color: #007dc3;
}

.chart_block_line_one_balance {
    height: 4px;
    overflow: hidden;
}

.chart_block_line_one_balance .row {
    height: 100%;
    background-color: #b22432;
}

.chart_block_line_one_balance .color {
    background-color: #007dc3;
    height: 100%;
}

.chart_block_donut_half .chart_block_donut_half_val {
    position: absolute;
    top: 32px;
    text-align: center;
    font-size: 2em;
    width: 98%;
    padding-left: 2%;
}

.chart_block_donut_half {
    position: relative;
    font-family: Arial;
    font-size: 13px;
    line-height: 1em;
    width: 120px;
    height: 60px;
}

.chart_block_donut_half .chart_block_donut_half_graph_cut {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.chart_block_donut_half .chart_block_donut_half_graph {
    width: 100%;
    height: 200%;
}

.chart_block_donut_half .chart_block_donut_half_perc {
    position: absolute;
    top: 19px;
    text-align: center;
    font-size: 0.9em;
    width: 98%;
    padding-left: 2%;
    color: #999;
}

.chart_block_donut_half .chart_block_donut_half_val {
    position: absolute;
    top: 40px;
    text-align: center;
    font-size: 2em;
    width: 98%;
    padding-left: 2%;
}

div.results p.title {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 8px;
    border-bottom: 1px solid #eee;
}

div.results table {
    border-collapse: collapse;
    width: 100%;
}

div.results table tr td:first-child {
    width: 330px;
    text-align: left;
}

div.results tr p {
    margin: 0;
}

div.results span.win {
    color: green;
}

div.results span.defeat {
    color: red;
}

table#grid_layout_body div.results tr td,
div.results tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}

div.results tr:nth-child(even) td {
    background: #eee;
}

table#grid_layout_body div.results tr td:first-child {
    padding-left: 10px;
}

div.results tr a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

div.row > div {
    float: left;
}

div.row div.left_column {
    width: 49%;
    margin-right: 1%;
}

div.row div.right_column {
    width: 50%;
}

.tab-nav-wrapper {
    width: 100%;
    overflow: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    margin: 0 auto 20px;
}

.tab-nav-wrapper > ul {
    padding: 0 !important;
    margin: 0 !important;
    white-space: nowrap;
    z-index: 100;
    width: 100%;
}

.tab-nav-wrapper > ul li.active {
    position: relative;
}

.tab-nav-wrapper li.active:after {
    content: "";
    border-style: solid;
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
    border-width: 10px 13px 0 13px;
    border-color: var(--main-color, #777) transparent transparent transparent;
}

.tab-nav-wrapper > ul li {
    list-style: none;
    cursor: pointer;
    padding: 12px 8px;
    border-left: none;
    float: left;
    background: var(--main-color, #777);
    color: white;
    text-transform: uppercase;
    font-weight: bold;
}

.tab {
    display: none;
}

.tab_active {
    display: block;
}

/*###############*/

/*  GRID STYLES  */

/*###############*/
#grid_layout_body .tab_active {
    display: table-cell;
}

#grid_layout_body a.win {
    color: green;
}

#grid_layout_body a.defeat {
    color: red;
}

div.venue_container > div {
    float: left;
    font-size: 14px;
    margin-top: 10px;
}

div.venue_container > div > i.material-icons {
    font-size: 32px;
    color: #777;
    padding-right: 20px;
    padding-left: 10px;
}

div.center_photo {
    text-align: center;
    margin-bottom: 10px;
}

div.center_photo > img {
    width: 100%;
}

a.social_icon > img {
    height: 24px;
}

a.social_icon {
    color: #777;
    padding: 14px;
}

table.table_02.rosters td {
    font-size: 1.2em;
}

#grid_layout_body .main_infoblock_1.records {
    margin-bottom: 40px;
    padding-right: 20px;
}

#grid_layout_body .main_teams a {
    text-decoration: none;
}

.main_team_grid div.main_teams table td {
    font-size: 14px;
}

#grid_layout_body.cols_12 > tbody > tr > td {
    width: 8.33%;
}

.main_team_grid table td.value {
    font-weight: bold;
}

.main_team_grid ul.game-stat-tabs {
    background-color: #777;
    height: 36px;
}

.main_team_grid div.results tr td:nth-child(2) span {
    font-weight: normal;
}

.main_team_grid div.leaders tr a {
    font-weight: normal;
}

.main_team_grid div.leaders tr a {
    font-weight: normal;
}

.main_team_grid div.leaders .player_name {
    font-weight: bold;
}

.main_team_grid h1 {
    margin-top: -5px;
}

div.results tr div.time a {
    font-weight: normal;
}

div.leaders table {
    border-collapse: collapse;
    width: 100%;
}

div.leaders table tr td:first-child {
    width: 330px;
}

div.leaders tr p {
    margin: 0;
}

div.leaders tr td:nth-child(2) span {
    font-size: 18px;
    font-weight: bold;
    float: right;
}


table#grid_layout_body div.leaders tr td,
div.leaders tr td {
    padding-bottom: 5px;
    padding-top: 5px;
}

div.leaders tr:nth-child(even) td {
    background: #eee;
}

table#grid_layout_body div.leaders tr td,
div.leaders tr td {
    padding-left: 10px;
    padding-right: 10px;
}

div.leaders tr a {
    font-weight: bold;
    color: black;
    text-decoration: none;
}

div.leaders.records table tr td:first-child {
    width: auto;
}

div.leaders.records tr td {
    padding-left: 5px;
    padding-right: 5px;
}

div.leaders.records table thead tr {
    background-color: var(--main-color);
}

div.leaders.records table thead tr td {
    font-size: 1em;
    color: white;
    font-weight: bold;
    padding: 2px 5px;
}

div.leaders.records table tr td:first-child {
    width: auto;
}

#grid_layout_body a.win {
    color: green !important;
}

#grid_layout_body a.defeat {
    color: red !important;
}

table.rosters td {
    font-weight: normal;
}

#grid_layout_body .main_players_header .main_infoblock_1 {
    padding: 0 !important;
}

#grid_layout_body .main_players_header .main_info_line {
    height: 75px;
    width: 100%;
    background: #f6f7f9;
}

#grid_layout_body .main_players_header .main_info_line .number {
    height: 100%;
    width: 85px;
    margin-left: 350px;
    float: left;
    text-align: center;
    line-height: 75px;
    font-weight: bold;
    font-size: 34px;
}

#grid_layout_body .main_players_header .main_info_line ul.social {
    float: right;
    height: 75px;
}

#grid_layout_body .main_players_header .main_info_line ul.social li {
    padding-right: 10px;
    height: 75px;
    line-height: 75px;
    color: #434340;
    list-style: none;
    float: right;
}

#grid_layout_body .main_players_header .main_info_line .name {
    height: 100%;
    margin-left: 20px;
    line-height: 75px;
    font-size: 26px;
    font-weight: bold;
    float: left;
}

#grid_layout_body .main_players_header .info .photo {
    margin-top: -40px;
    margin-left: 20px;
    float: left;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 10px 3px #f6f7f9;
    -moz-box-shadow: 0px 0px 10px 3px #f6f7f9;
    box-shadow: 0px 0px 10px 3px #f6f7f9;
}

#grid_layout_body .main_players_header .info .team {
    width: 300px;
    float: left;
    margin-top: 20px;
    margin-left: 25px;
}

#grid_layout_body .main_players_header .info .team table thead tr td {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background: #f6f7f9;
    padding: 5px 120px 5px 15px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
}

#grid_layout_body .main_players_header .info .team table thead tr td .team_logo {
    position: absolute;
    top: -30px;
    right: 15px;
    float: right;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background: white;
}

#grid_layout_body .main_players_header .info .team table tbody tr td {
    padding: 2px 15px;
    font-size: 12px;
}

#grid_layout_body .main_players_header .info .team table tbody tr td.value {
    font-weight: bold;
}

#grid_layout_body .main_players_header .info .team table tbody tr td.value span {
    font-family: Tahoma, Arial, Verdana;
}

#grid_layout_body .main_players_header .info .team table thead tr td .team_logo img {
    margin-left: 14px;
    margin-top: 11px;
}

#grid_layout_body .tab_container {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

#grid_layout_body table.stats_01 tr td:not(.left) {
    text-align: center;
}

#comparison {
    padding-left: 150px;
    padding-right: 150px;
    width: 100%;
}

#comparision_header {
    display: table;
    width: 100%;
    padding-bottom: 15px;
}

#comparision_header > div {
    display: table-row;
    width: 100%;
}

#comparision_header > div > div {
    display: table-cell;
    width: 50%;
}

#comparision_header > div > div > div > div {
    float: left;
}

#comparision_header > div > div > div > div.team {
    width: 220px;
}

#comparision_header select {
    width: 100%;
    margin-top: 5px;
}

#comparision_header .strong {
    font-weight: bold;
}

#comparision_header .left_player {
    padding-left: 150px;
    padding-right: 25px;
}

#comparision_header .right_player {
    padding-left: 25px;
    padding-right: 150px;
}

#video_block_responsive {
    width: 100%;
    overflow: hidden;
}

#video_block_responsive .list_item {
    float: left;
    margin: 0.8%;
    box-sizing: border-box;
}

#video_block_responsive.cols_3 .list_item {
    width: calc(33.3% - 1.06%);
}

#video_block_responsive.cols_3 .container > div:nth-child(3n+1) {
    margin-left: 0;
    clear: left
}

#video_block_responsive.cols_3 .container > div:nth-child(3n+3) {
    margin-right: 0;
}

#video_block_responsive.cols_4 .list_item {
    width: calc(25% - 1.2%);
}

#video_block_responsive.cols_4 .container > div:nth-child(4n+1) {
    margin-left: 0;
    clear: left
}

#video_block_responsive.cols_4 .container > div:nth-child(4n+4) {
    margin-right: 0;
}

#video_block_responsive .list_item img {
    width: 100%;
    height: auto;
    display: block
}

#video_block_responsive .list_item .title {
    font-size: 1.2em;
}

#video_block_responsive .image {
    overflow: hidden;
    position: relative;
    margin: 0 0 4px 0;
}

#video_block_responsive .list_item .image a:last-child {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 600;
    height: 100%;
    width: 50px;
    display: block;
    background: rgba(0, 0, 0, 0.5) url(/config/basketnews.lt/themes/default/ico_video01.png) no-repeat center 10px;
}

#header_body .games_schedules_results_block .date-time {
    height: 20px;
    background-color: var(--games-schedules-results-block-color);
    position: relative;
    font-size: 11px;
    padding-top: 5px;
    border-right: 1px solid #fff;
    color: white;
}

#header_body .games_schedules_results_block .date-time .date {
    float: left;
    padding-left: 10px;
    font-weight: bold;
}

#header_body .games_schedules_results_block .date-time .time {
    float: right;
    text-align: right;
    padding-right: 10px;
}

div.main_stats {
    width: 460px;
    float: left;
    display: table;
    margin-top: 10px;
}

div.main_stats a {
    text-decoration: none;
    color: black;
}

div.main_stats > div {
    width: 25%;
    display: table-cell;
    padding: 10px;
}

div.main_stats > div > div {
    text-align: center;
    font-weight: bold;
}

div.main_stats > div > div.category {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 10px 0;
}

div.main_stats > div > div.value {
    padding: 15px 0;
    font-size: 22px;
}

div.main_stats > div > div.position {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 10px 0;
}

div.main_stats > div > div.category,
div.main_stats > div > div.position {
    background-color: #f6f7f9;
}

.main_news_title_top .list_item.live_stream .name,
.main_news_title_top .list_item.small.live_stream > .name {
    background: url('/config/moterulyga.lt/images/camera.png') no-repeat;
    background-size: 37px 37px;
    color: red;
    padding-left: 37px;
}

div#form {
    display: flex;
    flex-direction: column;
}

div#form > div {
    flex: 1;
    display: flex;
    flex-direction: row;
    padding-bottom: 8px;
}

div#form > div > div {
    flex: 1;
}

.stats_01 .game_info {
    position: absolute;
    left: -999999px;
    background-color: white;
    padding: 10px;
    border-radius: 4px;
}

.game_info_mini > div {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.game_info_mini .logo {
    width: 35%
}

.game_info_mini .score {
    flex: 1;
    padding-left: 10px;
    padding-right: 10px;
}

.show_by_ip img {
    height: 15px;
    margin-left: 6px;
}

.game-stats-tab.stats-window > div {
    display: flex;
    flex-direction: row;
}

.game-stats-tab.stats-window > div > .stats-container {
    width: 100%;
    margin-right: 8px;
}

.game-stats-tab.stats-window > div > .main_infoblock_2 {
    width: 350px;
}

.banners_paid_content_info_block_black, .banners_paid_content_info_block_white {
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 120px;
    text-decoration: none;
    margin-top: 35px;
    display: flex;
    width: 100%;
    box-sizing: border-box;
    padding: 18px 20px 18px 20px;
}
.banners_paid_content_info_block_black {
    background-color: #040707;
    color: #fff;
}
.banners_paid_content_info_block_white {
    background-color: #fff;
    border: 3px solid #040707;
    color: #040707;
}

.page_membership .plans_container {
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 50px;
}

.page_membership .plans_container .plan_box {
    width: 24%;
    flex-basis: 24%;
    padding: 0 0.5rem;
}

.page_membership .plan_image {
    text-align: center;
    padding-top: 10px;
}

.page_membership .plan_image img {
    justify-content: center;
    height: 250px;
}

.page_membership .plans_container .plan {
    box-sizing: border-box;
    display: block;
    height: 100%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 227, 221);
    border-radius: 4px;
    box-shadow: none;
    background-color: rgb(255, 255, 255);
    overflow: hidden;
}

.page_membership .plans_container .plan .plan_title {
    align-content: center;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    margin: 15px 0 15px 0;
}

.page_membership .plans_container .plan .plan_price_box .plan_price {
    align-content: center;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.page_membership .plans_container .plan .plan_price_box .price_description {
    font-size: 14px;
    text-align: center;
    color: grey;
}

.page_membership .plans_container .plan .join .yearly_subscription_text {
    font-size: 12px;
    text-align: center;
    padding-top: 18px;
}

.page_membership .plans_container .plan .plan_description {
    padding: 15px;
    text-align: left;
    font-size: 1.3em;
}

.page_membership .plans_container .plan .join {
    display: block;
    text-align: center;
    margin: 25px 0 25px 0;
}

.page_membership .plans_container .plan .join_button {
    padding: 0.85rem 4rem;
    background-color: #E77415;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
}

.text_center {
    text-align: center;
}

.page_membership .payment_container {
    display: flex;
    box-sizing: border-box;
    flex-flow: row wrap;
    padding: 0;
    justify-content: center;
    margin-bottom: 50px;
}

.page_membership .payment_container .payment_form {
    flex-basis: 50%;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 227, 221);
    border-radius: 4px;
    padding: 1rem;
}

.page_membership .payment_type_container {
    display: flex;
    align-items: flex-start;
    place-content: flex-start;
    box-sizing: border-box;
    flex-flow: row wrap;
    -webkit-box-pack: start;
}

.page_membership .payment_type_container .payment_type {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0.5rem;
    flex-basis: 50%;
    cursor: pointer;
}

.page_membership .payment_type .with_border {
    border-width: 1px;
    border-style: solid;
    border-color: rgb(229, 227, 221);
    border-radius: 4px;
    width: 100%;
    position: relative;
    transition: all 0.1s ease;
}

.page_membership .payment_type_container .payment_type .type_name {
    font-size: 18px;
    font-weight: bold;
    padding: 0.5rem;
}

.page_membership .payment_type_container .payment_type .price {
    font-size: 15px;
    padding: 0.5rem;
}

.page_membership .payment_container .payment_details {
    display: flex;
    align-items: flex-start;
    place-content: center;
    box-sizing: border-box;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    padding: 0.5rem;
}

.page_membership .payment_details .form_label {
    font-size: 16px;
    font-weight: bold;
    flex-basis: 40%;
}

.page_membership .payment_details .payment_details_form {
    flex-basis: 60%;
}

.page_membership .payment_details_form > div > form > div > .form-group {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.page_membership .payment_details_form > div > form > .form-group {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
}

.page_membership .payment_details_form > div > form > div > .form-group > input {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    padding: 0 12px;
    box-sizing: border-box;
}

.page_membership .payment_details_form > div > form > .form-group > select {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    padding: 0 12px;
    box-sizing: border-box;
    background-color: white;
}

.page_membership .payment_details_form > div > form > .form-group > .checkbox-label > input {
    width: 20px;
    height: 20px;
    margin-right: 5px;
}

.page_membership .payment_details_form > div > form > button {
    width: 100%;
    background-color: #E77415;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms ease;
    cursor: pointer;
    height: 32px;
}

.page_membership .with_border .discount_tag {
    position: absolute;
    top: 0;
    right: 0;
    color: white;
    padding-right: 0.15rem;
    padding-top: 0.15rem;
}

.page_membership .discount_tag .discount_text {
    border-radius: 4px;
    background-color: red;
    padding: 0.15rem 0.35rem;
}

.page_membership .payment_type > .checked_box, .page_membership .plan_box > .checked_box {
    border-color: #E77415;
    border-width: 2px;
}

.page_membership .payment_type_container > button {
    appearance: none;
    border: none;
    background-color: inherit;
    text-align: inherit;
}

.checkbox-label > a {
    margin-left: 4px;
}

.page_membership .plans_container > .plan_box > .plan > .join > .disabled_button {
    background-color: grey;
    cursor: default;
}

.page_membership .memberships_modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.page_membership .terms_modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 60%;
    font-size: 14px;
    line-height: 1.5rem;
}

.page_membership .cancel_membership_modal_content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 30%;
    font-size: 14px;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
}

.page_membership .cancel_membership_modal_content img {
    width: 33%;
}

.page_membership .cancel_plan {
    cursor: pointer;
}

.page_membership .close_modal {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.page_membership .close_modal:hover,
.page_membership .close_modal:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.page_membership .modal_buttons {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
}

.page_membership .modal_button {
    padding: 0.45rem 2rem;
    background-color: #E77415;
    color: white;
    border: none;
    box-shadow: none;
    border-radius: 4px;
    font-size: 14px;
    transition: all 300ms ease;
    cursor: pointer;
    text-align: center;
    margin: 10px 10px 0 10px;
    text-decoration: none;
}

.page_membership .bg_red {
    background-color: red;
}

.page_membership .bg_green {
    background-color: green;
}

.page_membership .plan_details_box {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 10px;
}

.page_membership_intro {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 25px;
    font-size: 1.3em;
}

.page_membership_intro_col1 {
    width: 40%;
}

.page_membership_intro_col1 img {
    width: 100%;
}

.page_membership_intro_counter {
    text-align: center;
    padding-top: 30px;
    font-size: 1.2em;
}

.page_membership_intro_counter div:nth-of-type(2) {
    font-size: 1.6em;
    font-weight: bold;
    padding-top: 5px;
}

.page_membership_intro_col2 {
    width: 60%;
}

.page_membership_intro_description {
    font-size: 1em;
    padding-left: 30px;
}

.page_membership_intro_h1 {
    font-size: 1.6em;
    font-weight: 800;
    margin-bottom: 32px;
}

.page_membership_intro_h2 {
    font-size: 1.2em;
    font-weight: 600;
    padding-bottom: 20px;
}

.page_membership_intro_description li {
    padding-top: 5px;
}

.page_membership .top_members_list ul {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 20% 20% 20% 20% 20%;
    font-size: 14px;
}


.page_profile > form {
    display: flex;
    flex-direction: column;
    margin: 0 15px 40px 15px;
}

.page_profile > form > .form-group {
    display: block;
    margin-bottom: 10px;
    position: relative;
}

.page_profile > form > h3 {
    margin-top: 40px;
}

.page_profile > form > .form-group > input {
    display: block;
    width: 100%;
    height: 32px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    padding: 0 12px;
    box-sizing: border-box;
}

.page_profile > form > .form-group > label.form-label {
    display: block;
    width: 100%;
    font-size: 12px;
    margin-bottom: 8px;
    font-weight: bold;
}

.page_profile > form > .form-group > select {
    display: block;
    width: 100%;
    height: 40px;
    border-radius: 4px;
    font-size: 14px;
    border: 1px solid #D9DBE5;
    background: transparent;
    padding: 0 12px;
    box-sizing: border-box;
}

.page_profile > form > .form-group > label > input {
    width: 20px;
    height: 20px;
}

.info-row {
    border: 1px solid #666;
    margin-bottom: 30px;
    padding: 10px 10px;
    border-radius: 5px;
    line-height: 1.5rem;
    list-style: none;
}



ul.main_messages2 {
    width: 100%;
    border: 1px solid #666;
    border-radius: 4px;
    padding-inline-start: 0;
    padding: 10px 10px;
    list-style: none;
    box-sizing: border-box;
}
ul.main_messages2 li {
    padding: 2px 0;
}


.green {
    color: green;
}

.red {
    color: red;
}

.EmbedFrame {
    padding-bottom: 100% !important;
}