/* Rezultatet Tabela */
.football_tabela {
	float: right;
	width: 292px;
	min-height: 400px;
	margin: 26px 0 0 0;
	padding: 0 0 0 8px;
	background: #FFF;
	border-top: solid 1px #85BE0A;
}
.football_tabela_box {
    float: right;
    width: 292px;
	min-height: 400px;
}
.football_tabela_header {
	float: left;
	width: 100%;
	border-top: solid 3px #f47320;
	margin: 7px 0 7px 0;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	color: #0b58a6;
	text-transform: uppercase;
}
.football_tabela_header span {
	float: right;
	margin: 4px 0 0 0;
	padding: 0;
	font-family: Arial;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-transform: uppercase;
}
.href_football {
	float: left;
	margin: 0px 0px 12px 15px;
	width: 270px;
	padding: 2px 0px 15px 0px;
	height: 11px;
	z-index: 888;
}
.slider_futboll_tabela {
	width: 262px;
	overflow: hidden;
	position: relative
}
.tabs_football .active {
	display:block;
}
.tabs_football .passive {
	display:none;
}
.href_football ul {
	margin: 0;
	padding: 0;
}
.href_football ul li {
	float: left;
	margin: 1px 0 0 0;
	list-style: none;
}
.href_football ul li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-top: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	border-bottom: none;
	background: #FFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	float: left;
	margin: 0 -1px 0 0;
	padding: 0px 5px;
	line-height: 23px !important;
	text-decoration: none;
}
.href_football ul li a.active {
	float: left;
	color: #000;
	position: relative;
	padding: 1px 5px 2px 5px;
	margin: -3px -1px 0 0 !important;
	text-decoration: none;
	border-top: solid 1px #f5cbb1;
	border-left: solid 1px #f5cbb1;
	border-right: solid 1px #f5cbb1;
	border-bottom: solid 1px #FFF;
}
.href_football .corner_left_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 -6px;
	background:url(../images/basketboll_c_leftcorner.png) no-repeat;
}
.href_football .corner_right_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 0;
	background:url(../images/basketboll_c_rightcorner.png) no-repeat;
}
.tabela_controls {
	position: absolute;
	margin: 0;
	width: 296px;
}
.tabela_controls a {
	font-family: Trebuchet MS;
	font-size: 22px;
	font-weight: normal;
	color: #f47320;
	text-shadow: none;
	text-decoration: none;
}
.tabela_controls a:hover {
	outline: none;
	text-decoration: none;
}
.tabela_controls a.next-slide {
	float: right;
	position: relative;
	z-index: 500;
	height: 24px;
	overflow: hidden;
	margin: -2px 4px 0 0;
}
.tabela_controls a.prev-slide {
	float: left;
	position: relative;
	z-index: 500;
	height: 24px;
	overflow: hidden;
	margin: -2px 0 0 0;
}
.href_football_line {
	float: left;
	margin: 27px 0 0 0;
	width: 292px;
	height: 1px;
	background: #f5cbb1;
	position: absolute;
}
.tabs_football table {
    width: 100%;
	clear: left;
}
.tabela_tr_title {
    font-family: Arial;
    font-size: 12px;
    color: #101010;
    text-transform: uppercase;
}
.the_ligs td.tabela_first_td {
	text-align: right;
}
.the_ligs td.tabela_last_td {
	text-align: left;
}
.the_ligs tr {
    background: #FFF;
}
.tabela_first_tr {
	background: #efefef !important;
}
.the_ligs {
    font-family: Arial;
	font-size: 12px;
	/* color: #225db7; */
	color: #333;
}
.the_ligs tr td {
    border-bottom: solid 1px #e5e5e5;
    padding: 2px 2px;
    text-align: center;
}
.legend {
    float: right;
    width: 100%;
    margin: 5px 0 0 0;
    font-family: Arial;
    font-size: 10px;
    color: #0b58a6;
}
.legend_title {
    float: left;
    margin: 0 1px 0 0;
    font-size: 10px;
    font-weight: bold;
    font-style: normal;
}
.legend_title span {
    float: left;
    margin: 0;
    font-size: 10px;
    font-weight: bold !important;
    text-decoration: underline;
}
.legend i {
    font-size: 10px;
    font-weight: bold !important;
    font-style: normal;
}
.legend span {
    font-size: 10px;
    font-weight: normal;
    margin: 0 3px 0 0;
}
#tabs {
}
#tabs ul.tabs_general {
}
#tabs ul.tabs_general li {
    padding: 1px 22px;
    margin: 0 1px 0 0;
    background: #0b58a6;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
	cursor: pointer;
    -webkit-transition-property:color, background; 
        -webkit-transition-duration: 0.1s, 0.1s; 
            -webkit-transition-timing-function: linear, ease-in;
}
#tabs ul.tabs_general li:hover {
    background: #f47320;
}
/*
#tabs ul.tabs_general li:first-child {
    background: #217017 !important;
}
*/
ul.tabs_general li a span {
    float: none;
    color: #f47320;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
}
ul.tabs_general li.active {
}
ul.tabs_general li a {
	cursor: pointer;
    color: #FFF;
	outline: none;
	text-decoration: none;
}
ul.tabs_general li a:hover {
	outline: none;
	text-decoration: none;
}














.href_result {
	float: left;
	margin: 0px 0px 12px 15px;
	width: 270px;
	padding: 2px 0px 15px 0px;
	height: 11px;
	z-index: 888;
}
.slider_result_tabela {
	width: 262px;
	overflow: hidden;
	position: relative
}
.tabs_result .active {
	display:block;
}
.tabs_result .passive {
	display:none;
}
.href_result ul {
	margin: 0;
	padding: 0;
}
.href_result ul li {
	float: left;
	margin: 1px 0 0 0;
	list-style: none;
}
.href_result ul li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-top: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	border-bottom: none;
	background: #FFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	float: left;
	margin: 0 -1px 0 0;
	padding: 0px 5px;
	line-height: 23px !important;
	text-decoration: none;
}
.href_result ul li a.active {
	float: left;
	color: #000;
	position: relative;
	padding: 1px 5px 2px 5px;
	margin: -3px -1px 0 0 !important;
	text-decoration: none;
	border-top: solid 1px #f5cbb1;
	border-left: solid 1px #f5cbb1;
	border-right: solid 1px #f5cbb1;
	border-bottom: solid 1px #FFF;
}
.href_result .corner_left_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 -6px;
	background:url(../images/basketboll_c_leftcorner.png) no-repeat;
}
.href_result .corner_right_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 0;
	background:url(../images/basketboll_c_rightcorner.png) no-repeat;
}

.href_result_line {
	float: left;
	margin: 27px 0 0 0;
	width: 292px;
	height: 1px;
	background: #f5cbb1;
	position: absolute;
}

.tabs_result table {
    width: 100%;
	clear: left;
}



/*Ndeshjet */
.href_ndeshjet {
	float: left;
	margin: 0px 0px 12px 15px;
	width: 270px;
	padding: 2px 0px 15px 0px;
	height: 11px;
	z-index: 888;
}
.slider_ndeshjet_tabela {
	width: 262px;
	overflow: hidden;
	position: relative
}
.tabs_rndeshjet .active {
	display:block;
}
.tabs_ndeshjet .passive {
	display:none;
}
.href_ndeshjet ul {
	margin: 0;
	padding: 0;
}
.href_ndeshjet ul li {
	float: left;
	margin: 1px 0 0 0;
	list-style: none;
}
.href_ndeshjet ul li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-top: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	border-bottom: none;
	background: #FFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	float: left;
	margin: 0 -1px 0 0;
	padding: 0px 5px;
	line-height: 23px !important;
	text-decoration: none;
}
.href_ndeshjet ul li a.active {
	float: left;
	color: #000;
	position: relative;
	padding: 1px 5px 2px 5px;
	margin: -3px -1px 0 0 !important;
	text-decoration: none;
	border-top: solid 1px #f5cbb1;
	border-left: solid 1px #f5cbb1;
	border-right: solid 1px #f5cbb1;
	border-bottom: solid 1px #FFF;
}
.href_ndeshjet .corner_left_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 -6px;
	background:url(../images/basketboll_c_leftcorner.png) no-repeat;
}
.href_ndeshjet .corner_right_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 0;
	background:url(../images/basketboll_c_rightcorner.png) no-repeat;
}

.href_ndeshjet_line {
	float: left;
	margin: 27px 0 0 0;
	width: 292px;
	height: 1px;
	background: #f5cbb1;
	position: absolute;
}

.tabs_ndeshjet table {
    width: 100%;
	clear: left;
	font-size:11px;
    font-family: Arial;
	color: #333;
}

.tabs_ndeshjet table tr td {
    border-bottom: solid 1px #e5e5e5;
    padding: 2px 1px; 
    text-align: center;
}



/*Live */
.href_live {
	float: left;
	margin: 0px 0px 12px 15px;
	width: 270px;
	padding: 2px 0px 15px 0px;
	height: 11px;
	z-index: 888;
}
.slider_live_tabela {
	width: 262px;
	overflow: hidden;
	position: relative
}
.tabs_live .active {
	display:block;
}
.tabs_live .passive {
	display:none;
}
.href_live ul {
	margin: 0;
	padding: 0;
}
.href_live ul li {
	float: left;
	margin: 1px 0 0 0;
	list-style: none;
}
.href_live ul li a {
	font-family: Arial;
	font-size: 11px;
	font-weight: normal;
	color: #000;
	border-top: solid 1px #d8d8d8;
	border-left: solid 1px #d8d8d8;
	border-right: solid 1px #d8d8d8;
	border-bottom: none;
	background: #FFF;
	border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	float: left;
	margin: 0 -1px 0 0;
	padding: 0px 5px;
	line-height: 23px !important;
	text-decoration: none;
}
.href_live ul li a.active {
	float: left;
	color: #000;
	position: relative;
	padding: 1px 5px 2px 5px;
	margin: -3px -1px 0 0 !important;
	text-decoration: none;
	border-top: solid 1px #f5cbb1;
	border-left: solid 1px #f5cbb1;
	border-right: solid 1px #f5cbb1;
	border-bottom: solid 1px #FFF;
}
.href_live .corner_left_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 -6px;
	background:url(../images/basketboll_c_leftcorner.png) no-repeat;
}
.href_live .corner_right_tabela_result {
	width: 7px;
	height: 7px;
	position: absolute;
	z-index: 9999;
	margin: 18px 0 0 0;
	background:url(../images/basketboll_c_rightcorner.png) no-repeat;
}

.href_live_line {
	float: left;
	margin: 27px 0 0 0;
	width: 292px;
	height: 1px;
	background: #f5cbb1;
	position: absolute;
}

.tabs_live table {
    width: 100%;
	clear: left;
}