﻿#container {
	width: 968px;
	margin: 0 auto;
}



/*input file box*/
.input_file {
	width: 178px;
	height: 19px;
	float: left;
}

.input_file .label_input {
	width: 109px;
	float: left;
	margin: 0 !important;
	background: url('../images/input_file.gif') no-repeat;
}

.input_file .button {
	float: right;
	width: 55px;
	height: 19px;
	overflow: hidden;
	position: relative;
}

.input_file .button input {
	background-image: url('../images/input_file_button.gif');
	width: 55px;
	vertical-align: text-top;
	height: 19px;
	padding: 0 0 2px 0;
}

.input_file .button .file_field{
	position: absolute;
	top: 0;
	right: -5px;
	display: block;
	width: auto;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}
#register_file {
	width: 211px;
}

#register_file .label_input {
	width: 142px;
	background-image: url('../images/registry_input_file.png');
}
/*end input file*/

textarea {
	font: 10px tahoma, sans-serif;
	color: white;
}


.orange_link {
	color: #FE850C;
	font-weight: bold;
}

.orange_link_no_bold {
	color: #FE850C;
	font-weight: normal;
}

img {
	border: 0;
}

img.white_border {
	border: 1px solid white;
}

img.spacer_td_img {
	width: 100%;
}

.left_side img, .right_side img, .small_pic_content img, .bets_table img, .viewers_toolbar img, .big_galery.thumbnails a img, .big_pic_content img, img.spacer_td_img{
	vertical-align: top;
}

.clearing {
	height: 0;
	font-size: 0;
	clear: both;
	display: block;
}

.dark_text {
	color: #A6A6A6;
}

.margin_small {
	margin: 10px;
}

.marginaly_p {
	margin: 10px 0;
}

.marginaly_p_bottom {
	margin-bottom: 15px;
	padding: 0 10px;
}

.banner_content, .rounded_container, .left_nav_root, .player_content {
	margin-bottom: 10px;
}

.left_side .banner_content {
	text-align: center;
}

.hidden {
	display: none;
}

.visible {
	display: block;
}

.heading_title_container {
	background-color: black;
	border-bottom: 1px solid black;
	padding: 7px 10px 0 10px;
	height: 19px;
	font-size: 10px !important;
	text-transform: uppercase;
}

.heading_title_container .bullet, .heading_title_container .bullet:hover {
	float: right;
	letter-spacing: -1px;
	font-weight: normal;
}

.heading_title_container a {
	cursor: pointer;
}

.heading_title_container .bullet_pic_down {
	float: right;
	width: 7px;
	height: 5px;
	font-size: 0;
	margin-top: 4px;
	cursor: pointer;
	background-image: url('../images/bullet_down.png');
}

.heading_title_container.comments {
	padding-left: 20px;
	background-color: transparent;
	height: 20px;
	border-bottom: 1px solid black;
}

.left_side .heading_title_container, .right_side .heading_title_container {
	background-image: url('../images/heading_box_img.gif');
}

.heading_title_container.transparent {
	background: transparent !important;
	height: 20px;
	border-bottom: 0;
}

.heading_title_container a , .heading_title_container a:hover {
	font: bold 10px verdana, sans-serif;
	text-decoration: none;
}

h4.pic_heading {
	height: 120px;
	width: 158px;
	overflow: hidden;
	background: #585858 url('../images/pic_heading_bottom.gif') no-repeat left bottom;
	font-size: 0px;
	margin: 10px auto 10px auto;
}

h4.pic_heading .head_pic {
	border: 1px solid white;
	margin: 0 12px 12px 12px;
}

/* button style */
button {
	cursor: pointer;
	border: 0;
	background-color: transparent;
}

.previous_button, .next_button {
	width: 40px;
	height: 19px;
}

.previous_button {
	background-image: url('../images/previous_button.png');
}

div.previous_button {
	background-image: url('../images/previous_button_disable.png');
}

.next_button {
	background-image: url('../images/next_button.png');
}

div.next_button {
	background-image: url('../images/next_button_disable.png');
}

.zoom_in_button, .zoom_in_button_disable, .zoom_out_button, .zoom_out_button_disable, .print_button, .send_friend_button {
	width: 29px;
	height: 19px;
}

.zoom_in_button {
	background-image: url('../images/large_text_button.png');
}

.zoom_in_button.disable {
	background-image: url('../images/large_text_button_disable.png');
}

.zoom_out_button {
	background-image: url('../images/small_text_button.png');
}

.zoom_out_button.disable {
	background-image: url('../images/small_text_button_disable.png');
}

.print_button {
	background-image: url('../images/print_button.png');
}

.send_friend_button {
	background-image: url('../images/send_friend_button.png');
}

.checkbox {
	float: left;
	width: 14px;
	height: 14px;
	margin-right: 10px;
	cursor: pointer;
	background-image: url('../images/checkbox_normal.png');
}

.checkbox.checked {
	background-image: url('../images/checkbox_checked.png');
}
/*end button style */

/*rounded container style */
.rounded_container {
	position: relative;
	background-color: #1A1A1A;
}

.right_side .rounded_container {
	background-color: #262626;
}

.rounded_container.light_border {
	border: 1px solid #737373;
	background-color: #262626;
}

.rounded_container.dark_border {
	border: 1px solid #3A3A3A;
	background-color: #1A1A1A;
}

.tl, .tr, .bl, .br {
	position: absolute;
	width: 4px;
	height: 5px;
	background-repeat: no-repeat;
	overflow: hidden;
	z-index: 997;
}

.tl {
	left: -1px;
	top: -1px;
}

.tr {
	right: -1px;
	top: -1px;
}

.bl {
	bottom: -2px;
	left: -1px;
}

.br {
	bottom: -2px;
	right: -1px;
}

.tl {
	background-image: url('../images/b_tl.png');
}

.light_border .tl {
	background-image: url('../images/s_tl.png');
}

.dark_border .tl {
	background-image: url('../images/t_tl.png');
}

.bl {
	background-image: url('../images/b_bl.png');
}

.light_border .bl {
	background-image: url('../images/s_bl.png');
}

.dark_border .bl {
	background-image: url('../images/t_bl.png');
}

.tr {
	background-image: url('../images/b_tr.png');
}

.light_border .tr {
	background-image: url('../images/s_tr.png');
}

.dark_border .tr {
	background-image: url('../images/t_tr.png');
}

.br {
	background-image: url('../images/b_br.png');
}

.light_border .br {
	background-image: url('../images/s_br.png');
}

.dark_border .br {
	background-image: url('../images/t_br.png');
}

/* end rounded container */

/************
* login search *
************/

.login_search {
	float: right;
	width: 728px;
	height: 19px;
	padding: 8px 0;
	overflow: hidden;
}

.login_search .login, .login_search .loggon  {
	width: 558px;
	height: 19px;
	float: left;
}

.login_search .loggon {
	padding-top: 3px;
}

.login_search .menu  {
	padding: 3px 0 0 5px;
	float: left;
	font-family: tahoma, sans-serif;
}

.login_search input {
	width: 95px;
	float: left;
	margin-right: 5px;
	background-image: url('../images/input_bc.gif');
}

.login_search .search {
	float: left;
}

.login_search .checkbox {
	margin-right: 5px;
}

#search_submit, #login_submit, input.user_search_submit  {
	width: 60px;
	margin: 0;
	height: 19px;
	padding: 0 0 2px 0;
	cursor: pointer;
	background-image: url('../images/input_button_bc.gif');
}

/* end login search */

/*****************
* header style start *
*****************/

#header {
	width: 968px;
	height: 90px;
	clear: both;
	position: relative;
}

#logo {
	width: 239px;
	height: 60px;
	float: left;
	padding-top: 30px;
	text-align: center;
	background: url('../images/logo_bc.gif') repeat-x;
	border-right: 1px solid black;
}
/* winter style logo*/
#logo .winter_logo {
	display: block;
	width: 155px;
	height: 33px;
	z-index: 999999;
	*background-color: black;
	filter: alpha(opacity=0);
	position: absolute;
	top: 32px;
	left: 54px;
}

#logo .winter_logo img {
	display: none;
}
/*end winter logo */

.flash_banner_header {
	float: left;
	width: 728px;
	height: 90px;
}

.flash_banner_header *{
	margin: 0;
}
/*header style end */

/******************
* headnav style start *
******************/

.head_nav {
	list-style-type: none;
	margin: 5px 0;
	height: 25px;
	float: right;
}

.head_nav a {
	display: block;
	position: relative;
	float: left;
	padding: 5px 10px 0 10px;
	color: white;
	height: 20px;
	background-image: url('../images/normal_repeat_bc.gif');
	font: bold 12px arial, sans-serif;
	margin-left: 2px;
}

.head_nav a .l_border, .head_nav a .r_border {
	position: absolute;
	width: 5px;
	height: 25px;
	overflow: hidden;
}

.head_nav a .l_border {
	left: 0;
	top: 0;
	background-image: url('../images/normal_left_border.gif');
}

.head_nav a .r_border  {
	right: 0;
	top: 0;
	background-image: url('../images/normal_right_border.gif');
}

#active_head_link, .head_nav a:hover {
	background-image: url('../images/active_repeat_bc.gif');
	text-decoration: none;
}

#active_head_link .l_border, .head_nav a:hover .l_border {
	background-image: url('../images/active_left_border.gif');
}

#active_head_link .r_border, .head_nav a:hover .r_border {
	background-image: url('../images/active_right_border.gif');
}

/* end headnav */

/*layout box*/
#main {
	width: 100%;
	clear: both;
}

.left_side {
	width: 180px;
	background: #0D0D0D url('../images/left_td_spacer_bottom.gif') no-repeat left bottom;
}

.content {
	background-color:#FFFFFF;
}

.right_side {
	width: 300px;
	border-left: 10px solid black;
	background: #0D0D0D url('../images/right_td_spacer_bottom.gif') no-repeat left bottom;
}

.left_side, .right_side, .content {
	vertical-align: top;
}

.left_side .rounded_container {
	width: 180px;
}

.left_side .rounded_container.dark_border, .left_side .rounded_container.light_border {
	width: 178px;
}

.content .rounded_container {
	width: 468px;
}
.content .rounded_container.light_border, .content .rounded_container.dark_border {
	width: 466px;
}

.right_side .rounded_container {
	width: 300px;
}

.right_side .rounded_container.light_border, .right_side .rounded_container.dark_border {
	width: 298px;
}

/*end layout box */

/*************
* left nav start *
*************/
.left_nav_root, #second_left_nav  {
	list-style-type: none;
}

.left_nav_root li a {
	display: block;
	position: relative;
	margin-bottom: 1px;
	height: 18px;
	padding: 4px 0 0 17px;
	background: #333333 url('../images/left_menu_right_border.png') no-repeat right top;
}

.left_nav_root li a span {
	position: absolute;
	top: 0;
	left: 0;
	width: 5px;
	height: 22px;
	border-right: 1px solid black;
	background: #404040 url('../images/left_menu_left_border.png') no-repeat;
}

.left_nav_root li a em {
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 22px;
	cursor: pointer;
}

.left_nav_root li a.active_left_link, .left_nav_root li a:hover{
	background-color: #404040;
	text-decoration: none;
}

#second_left_nav a {
	background-color: #1A1A1A;
}

.active_second_nav_link, #second_left_nav a:hover {
	background-color: #262626 !important;
}

#second_left_nav a span {
	background-color: #262626;
}

span.active_bullet{
	background-color: #FE850C !important;
}
/*end left nav */

/* select box style */
.combo_box {
	height: 19px;
	width: 168px;
	position: relative;
}

.combo_box *, .combo_box {
	font: 10px verdana, sans-serif;
	color: white;
	cursor: default;
}

.combo_box input {
	background: transparent;
	width: 144px;
	border: 0;
	padding: inherit 5px 0 5px;
	*margin-top: -2px;
}

.combo_box span {
	display: block;
	margin: 0 15px 0 6px;
	padding-top: 3px;
	height: 16px;
	overflow: hidden;
}

.combo_box span img {
	vertical-align: top;
}

.combo_box div {
	display: none;
	max-height: 208px;
	height: expression(this.offsetHeight > 208 ? "208px" : "auto");
	position: absolute;
	top: 20px;
	left: 0;
	overflow: auto;
	width: 100%;
	z-index: 10000;
	border: 1px solid #737373;
}

.combo_box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	background-color: #595959;
	z-index: 10000;
	overflow: hidden;
}

.combo_box ul li {
	cursor: default;
	padding: 2px;
	_height: 1px;
}

.combo_box ul li img {
	vertical-align: middle;
}
	
.combo_box .selected {
	background-color: #FE850C;
	color: black;
}

.select_box_container {
	padding: 5px;
	background-image: url('../images/select_box.gif');
}

.big_select_box, .middle_select_box, .small_select_box {
	float: left;
	height: 19px;
	margin-right: 4px;
	position: relative;
}

.big_select_box .combo_box {
	width: 211px;
	padding: 0;
	background: url('../images/registry_big_select_box.gif');
}

.big_select_box .combo_box input {
	width: 184px !important;
}

.middle_select_box  .combo_box{
	width: 93px;
	background-image: url('../images/registry_middle_select_box.gif');
}

.middle_select_box  .combo_box input {
	width: 66px !important;
}

.small_select_box .combo_box {
	width: 55px;
	background-image: url('../images/registry_small_select_box.gif');
}

.small_select_box .combo_box input {
	width: 31px !important;
}
/* end select box */

/* klasirane style */

table.hidden {
	display: none;
}

table.visible {
	background-color: #595959;
	width: 100%;
	margin-bottom: 9px;
	display: table;
}

table.visible td {
	border-bottom: 1px solid #262626;
	height: 30px;
}

.team {
	width: 137px;
	padding-left: 10px;
	border-right: 1px solid #262626;
	background-color: #404040;
}

.point {
	color: #A6A6A6;
	text-align: center;
}

#klasirane {
	background-color: #262626;
}

#ranking_small_box {
	z-index: 100000;
}

#select_1 li {
	padding-left: 5px;
}

#ranking_small_box .more_klasirane, p.more_events, p.more_live_scores, p.more_rss {
	text-align: right;
	height: 20px;
	line-height: 9px;
	padding-right: 5px;
}

#klasirane_select {
	width: 169px;
	height: 17px;
}

#klasirane table {
	background-color: #1A1A1A;
	margin-bottom: 0;
}

#klasirane table td {
	height: 30px;
	border-bottom: 1px solid #1A1A1A;
	background-color: #404040;
	text-align: right;
	padding-right: 5px;
	color: #A6A6A6;
}

#klasirane table .team_name {
	width: 143px;
	text-align: left;
	color: white;
}

#klasirane table .order {
	padding-left: 10px;
	width: 24px;
	text-align: left;
}

#klasirane table .match, #klasirane table .point {
	background-color: #595959;
}

#klasirane table .goals, #klasirane table .match {
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
}

#klasirane table .heading_title td {
	height: 27px;
	border-bottom: 0;
	padding-right: 0;
	text-align: center;
	background-color: #1A1A1A;
	color: white;
}

#klasirane .select_box_container {
	position: absolute;
	top: 27px;
	background-position: 0 -1px;
	padding-top: 4px; 
	padding-bottom: 4px;
}

#klasirane tr.ch_league td {
	color: #80FF80;
}

#klasirane tr.u_cup td {
	color: #FFD599;
}

#klasirane tr.unkwon_cup td {
	color: #99DDFF;
}

#klasirane tr.out_of_group td {
	color: #FF0000;
}

#klasirane td.legend_td {
	background-color: transparent;
	text-align: left;
	color: white;
}

.legend_klasirane {
	padding: 19px 0 14px 10px;
	list-style-type: none;
}

.legend_klasirane li {
	overflow: hidden;
	margin-bottom: 4px;
	clear: both;
}

.legend_klasirane em {
	width: 11px;
	height: 11px;
	vertical-align: top;
	margin-right: 19px;
	float: left;
	background-color: #99DDFF;
}

.legend_klasirane em.ch_league {
	background-color: #80FF80;
}

.legend_klasirane em.u_cup {
	background-color: #FFD599;
}

.legend_klasirane em.out_of_group {
	background-color: #FF0000;
}

#klasirane_new div.visible{
	overflow: hidden;
}

#klasirane_new #tabs_moveble_content_10_1 .time {
	border-left: 1px solid #1A1A1A;
	background-color: #4D4D4D;
}

#klasirane_new #tabs_moveble_content_10_1 td, #klasirane_new #tabs_moveble_content_10_1 td.date {
	background-color: #333333;
}

 #klasirane_new #tabs_moveble_content_10_1 td.date {
	text-align: right;
}

#klasirane_new #tabs_moveble_content_10_1 tr.nowPlaying td, #klasirane_new #tabs_moveble_content_10_1 tr.nowPlaying td.date  {
	background-color: #404040;
}

#klasirane_new #tabs_moveble_content_10_1 tr.nowPlaying td.time {
	font-weight: bold;
	color: white;
	background-color: #595959;
	text-align: center;
}

 #klasirane_new #tabs_moveble_content_10_1 tr.heading_title td {
	background-color: #1A1A1A;
 }
/*end klasirane */

/*anketa style start */

.list_answer {
	list-style-type: none;
	margin: 20px 0;
}

.list_answer li {
	overflow: hidden;
	margin-bottom: 5px;
	_float: left;
	width: 100%;
}

.list_answer li label {
	float: left;
	width: 138px;
}

.radio_button {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 8px;
	cursor: pointer;
	background-image: url('../images/radio_button.png');
}

.radio_button.checked_radio {
	background-image: url('../images/radio_button_checked.png');
}

.send_view_anketa_box {
	overflow: hidden;
	text-align: center;
	line-height: 20px;
	vertical-align: top;
}

.send_anketa {
	width: 70px;
	height: 19px;
	cursor: pointer;
	background-image: url('../images/anketa_submit.png');
	padding-bottom: 3px;
	padding-top: 0;
}

.bar_result {
	height: 5px;
	width: 0;
	overflow: hidden;
	margin-top: 2px;
	background-color: #FE850C;
}
/* end anketa style */

/*heading news pic text "marque" style*/

.heading_news_pic_text {
	margin-bottom: 9px;
	overflow: hidden;
	height: 264px;
}

.small_pic_content {
	float: left;
	width: 68px;
	height: 48px;
	padding: 3px;
	position: relative;
	margin-bottom: 1px;
	background-color: #333333;
	z-index: 1000;
}

.small_pic_content img {
	border: 1px solid white;
	cursor: pointer;
}

#active_pic_news_text, #active_galery_pic, #active_video_link .left_link {
	background-color: #FE850C;
}

#big_pic_content_news {
	float: left;
	margin: 0 3px 0 0;
	width: 391px;
	height: 264px;
	overflow: hidden;
	position: relative;
	z-index: 1001;
}

.description_news_pic_text {
	position: absolute;
	left: 50px;
	bottom: 15px;
	width: 311px;
	height: 51px;
	overflow: hidden;
	padding: 13px 15px 15px 15px;
	background: url('../images/description_text_mask.png');
}
/*end heading news pic/text */

/*news after 48 hours */
.news_after_forty_hours {
	height: 131px;
}

.news_after_forty_hours td {
	height: 26px;
}

.news_after_forty_hours h3.heading_title_container {
	background-color: black;
	position: relative;
	left: -10px;
	width: 446px;
	margin-right: -30px;
}

.category_column {
	width: 87px;
	padding: 0 24px 0 10px;
}
/*end news after 48 hours */

/*prognozi style start */
.bets_table {
	margin-bottom: 10px;
	width: 100%;
}

.bets_table td {
	height: 50px;
	border-left: 2px solid #1A1A1A;
	text-align: center;
}

td.description_match {
	width: 145px;
	padding: 0 0px 0 10px;
	border-left: 0;
	text-align: left;
	font-size: 9px;
}

.diff_color_tr {
	background-color: #333333;
}

.bets_table_person td {
	padding: 10px;
	width: 138px;
}

.bets_table_person td img {
	border: 1px solid white;
}

.bets_table_person .person_td {
	width: 290px;
	height: 230px;
	background-color: #333333;
}

.bets_table_person .person_name {
	margin-bottom: 10px;
	font: bold 17px verdana, sans-serif;
	color: #FE850C;
}

.bets_table.inside td {
	color: #808080;
}

.bets_table.inside td b {
	color: white;
}

.bets_table.inside td.description_match {
	color: white;
	font-size: 9px;
}

.bets_table .results {
	color: #FE850C;
}

.bets_table .active_person {
	background-image: url('../images/column_selected_bets.png');
}

.bets_table .mouseover_person {
	background-image: url('../images/column_hover_bets.png');
}

/*end prognozi */

/* heading news style */
table.heading_news {
	table-layout: fixed;
	overflow: hidden;
	width: 466px;
}

table.heading_news td {
	padding: 10px 10px 0 10px;
	width: 135px;
	vertical-align: top;
}

table.heading_news.my_sportal_heading_news td {
	padding: 10px;
}

table.heading_news.my_sportal_heading_news td.diff_color {
	vertical-align: middle;
}

table.heading_news.my_sportal_heading_news td.center_td {
	width: 120px;
	padding-left: 13px;
	padding-right: 22px;
}

table.heading_news.my_sportal_heading_news .link_title {
	font-weight: bold;
	text-transform: uppercase;
}

table.heading_news.my_sportal_heading_news .link_title:hover {
	text-decoration: none;
}

.my_sportal_galery_news {
	display: block;
	border: 1px solid white;
	height: 126px;
	width: 126px;
	background-position: top right;
}

table.heading_news td.diff_color {
	background-color: #262626;
}

table.heading_news td.dark_text {
	padding: 0 10px 10px 10px;
}

table.heading_news .bottom_pic {
	padding: 10px;
}	
/*end heading news */

/*more news style */
.more_news {
	width: 100%;
	background-color: #262626;
	table-layout: fixed;
}

.more_news td {
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #1A1A1A;
}

.more_news td.pic_content {
	background-color: #333333;
	width: 76px;
	height: 76px;
	vertical-align: middle;
}

.more_news .brand_banner {
	height: 9px;
	padding: 0;
	border: 0;
}
/* end more news */

/* live score style start */
.live_scores {
	width: 100%;
	margin-bottom: 10px;
}

.live_scores td {
	height: 30px;
	width: 50px;
	padding: 0 5px 0 10px;
	background-color: #404040;
	color: #A6A6A6;
	border-bottom: 1px solid #1A1A1A; /*#262626*/
	font-size: 10px;
}

.live_scores td.results {
	text-align: right;
	width: 31px;
	font-weight: bold;
}

.live_scores tr.active_match td {
	background-color: #333333;
}

.live_scores .description_match {
	padding-left: 0;
	width: 233px;
	text-align: left;
	color: white;
	border-right: 1px solid #262626;
}

.live_scores tr.diff_color {
	background-color: #404040;
}

.live_score {
	background-color: #262626;
}

.live_score .single_match {
	background-color: #1A1A1A;
}

.single_match .match_statistic, #match_popup table {
	width: 100%;
}

.single_match .match_statistic td, #match_popup table td {
	width: 178px;
	height: 22px;
	vertical-align: top;
	/*padding: 0 10px;*/
	border-bottom: 1px solid #1A1A1A;
}

#match_popup {
	width: 448px;
	background-color: #1A1A1A;
	padding: 0 1px 10px 1px;
	position: absolute;
	left: 10px;
	display: none;
	z-index: 999999;
}

#match_popup .heading_title_container {
	background: transparent url('../images/close_live_score.gif') no-repeat right center !important;
}

.single_match .match_statistic td.center_td, #match_popup table td.center_td {
	width: 50px;
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	text-align: center;
	background-color: #1A1A1A;
}
.single_match .match_statistic .match_title td, #match_popup table .match_title td {
	height: 39px;
	background-color: #595959;
	font-weight: bold;
	vertical-align: middle;
	text-transform: uppercase;
	padding: 0 10px;
}

.single_match .match_statistic ul, #match_popup table ul {
	list-style-type: none;
	*width: 195px;
}

.single_match .match_statistic ul li, #match_popup table ul li {
	background-color: #404040;
	padding: 0 10px;
	margin-bottom: 1px;
	line-height: 22px;
}

.single_match .match_statistic .match_title .left_td, #match_popup table .match_title .left_td {
	text-align: right;
}

.single_match .match_statistic .match_title .center_td, #match_popup table .match_title .center_td {
	color: #FE850C;
	font-size: 20px;
}

.single_match .match_statistic li b, #match_popup table ul li b {
	color: #A6A6A6;
	float: left;
	margin-right: 8px;
}

.single_match .match_statistic li span, #match_popup table ul li span {
	float: right;
	color: #A6A6A6;
	margin-left: 8px;
}

.live_score td.empty_cell {
	background-color: transparent !important;
}

.refer_title {
	background-color: #1A1A1A;
	font-weight: normal;
	text-transform: none;
	padding-top: 6px;
	height: 20px;
	border-bottom: 10px solid #262626;
}

.refer_title .left_text {
	float: left;
}

.refer_title .right_text {
	float: right;
}

.single_match .teams_statistic {
	margin-bottom: 10px;
}

.single_match .teams_statistic .left_td {
	border-right: 2px solid #1A1A1A;
}

.single_match .teams_statistic td, .single_match .teams_statistic th {
	width: 233px;
	background-color: #262626;
	border-bottom: 1px solid #1A1A1A;
	padding: 0 10px;
	height: 22px;
}

.single_match .teams_statistic th {
	background-color: #404040;
	text-align: left;
}

.single_match .teams_statistic .out_player, .single_match .teams_statistic .in_player {
	width: 214px;
	padding-left: 29px;
	background-repeat: no-repeat;
	background-position: 10px center;
}
	
.single_match .teams_statistic .out_player {
	border-bottom: 0;
	color: #595959;
	background-image: url('../images/player_out.gif');
}

.single_match .teams_statistic .in_player {
	background-image: url('../images/player_in.gif');
}

.yellow_card, .red_card, .goal_icon {
	float: right;
	margin-left: 6px;
	width: 7px;
	height: 10px;
	margin-top: 3px;
	overflow: hidden;
}

.yellow_card {
	background-color: #FFAA00;
}

.red_card {
	background-color: red;
}

.goal_icon {
	width: 12px;
	height: 12px;
	margin-top: 2px;
	margin-left: 4px;
	background-image: url('../images/goal_icon.gif');
}

.single_match .teams_statistic .reserve {
	color: #595959;
	border-bottom: 0;
}

.single_match .teams_statistic .reserve span {
	float: left;
	width: 95px;
	padding-right: 10px;
}

.live_score_match_moment {
	background-color: #333333 !important;
}

.match_at_moment {
	border-top: 1px solid #262626;
	width: 100%;
	margin-bottom: 10px;
}

.match_at_moment td {
	padding: 8px 0 10px 7px;
	border-bottom: 1px solid #262626;
	color: #A6A6A6;
	vertical-align: top;
}

.match_at_moment td.match_simbol {
	width: 12px;
	padding: 6px 0 0 5px;
	text-align: center;
}

.match_at_moment td.match_simbol  * {
	display: block;
	float: none;
}

.match_at_moment td.text_description {
	width: 243px;
	padding-right: 10px;
	color: white;
}

.match_at_moment .diff_color td {
	background-color: #4D4D4D;
}

.match_at_moment th {
	text-align: left;
	padding: 0 10px;
	height: 22px;
	border-bottom: 1px solid #262626;
	background-color: #666666;
}

#live_scores_table table, .search_list_table {
	width: 100%;
	border-bottom: 10px solid #262626;
}

#live_scores_table td, .search_list_table td {
	height: 30px;
	border-bottom: 1px solid #1A1A1A;
	text-align: left;
	color: #A6A6A6;
	background-color: #404040;
	padding: 0 5px 0 10px;
	cursor: pointer;
}

#live_scores_table td {
	width: 52px;
}

.search_list_table td {
	cursor: default;
	padding: 0 10px;
}

#live_scores_table th, .search_list_table th {
	text-align: left;
	font-weight: normal;
	height: 27px;
	padding: 0 5px;
	background-color: #1A1A1A;
}

.search_list_table th {
	font-weight: bold;
	padding-left: 10px;
}

#live_scores_table th.tournament_name {
	padding-left: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#live_scores_table td.match_name {
	color: white;
	padding-left: 5px;
	text-align: left;
	width: 207px;
}

#live_scores_table td.results, .search_list_table td.category_column, table.events_programs .events {
	width: 42px;
	font-weight: bold;
	border-left: 1px solid #1A1A1A;
	border-right: 1px solid #1A1A1A;
	background-color: #595959;
	text-align: right;
}

.polls_column {
	border-left: 1px solid #1A1A1A;
	background-color: #595959;
}

.search_list_table td.category_column {
	text-align: left;
	font-weight: normal;
	width: 120px;
	padding-right: 10px;
}

#live_scores_table td.goal_player {
	text-align: left;
	width: 141px;
	padding-left: 5px;
}

#live_scores_table .active_match td {
	background-color: #333333;
}

#live_scores_table .active_match td.results {
	background-color: #4D4D4D;
}

#live_scores_table .active_match td.match_name, .live_scores .active_match .description_match {
	background: #333333 url('../images/live_anim.gif') no-repeat right center;
}

#live_scores_table td.goal_player a {
	float: right;
	width: 12px;
	height: 13px;
	background-image: url('../images/live_scores_more.png');
	margin-top: 1px;
}

#ls_p1_container {
	display: none;
}
/*end live scores */

/* galery style */

.right_tools_galery {
	float: right;
	width: 123px;
}

.right_tools_galery span {
	float: left;
	width: 7px;
	height: 7px;
	background: url('../images/galery_index_normal.png');
	cursor: pointer;
	overflow: hidden;
	margin: 4px 3px 0 0;
}

#active_galery_index {
	background: url('../images/galery_index_active.png');
}

.right_tools_galery button {
	float: right;
	position: relative;
	margin: -3px 0 0 5px;
}

.galery_container {
	width: 298px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.galery_pic_content {
	width: 139px;
	margin: 5px;
	display: inline;
	float: left;
	font-size: 0;
	position: relative;
	background-color: #585858;
	padding-top: 5px;
}

.galery_pic_content .img_galery, .galery_pic_content .img_spacer {
	border: 1px solid white;
	margin: 0 5px 5px 5px;
}

.galery_pic_content .img_spacer {
	display: block;
	width: 127px;
	height: 127px;
	background-color: black;
	cursor: pointer;
}

.big_galery {
	background-color: #1A1A1A;
	padding: 0 5px 10px 5px;
}

.big_pic_content {
	padding: 5px;
}

.big_galery .viewers_toolbar {
	padding-right: 5px;
}

#big_galery_frame {
	border: 0;
	width: 100%;
	height: 378px;
	margin-top: 0;
	padding-top: 0;
}

.big_pic_content {
	background-color: #4D4D4D;
	position: relative;
	height: 336px;
}

.big_pic_content img {
	border: 1px solid white;
	cursor: pointer;
	width: 446px;
	height: 334px;
}

.big_pic_content .description_text {
	position: absolute;
	padding: 10px;
	width: 426px;
	bottom: 6px;
	left: 6px;
	background-image: url('../images/gallery_bar_bc.png');
}

.big_galery .tl, .rounded_img .tl {
	background-image: url('../images/g_tl.png');
}

.big_galery .tr, .rounded_img .tr {
	background-image: url('../images/g_tr.png');
}

.big_galery .bl, .rounded_img .bl {
	background-image: url('../images/g_bl.png');
}

.big_galery .br, .rounded_img .br {
	background-image: url('../images/g_br.png');
}

.big_galery.thumbnails {
	padding: 5px 0 3px 5px;
	height: 185px;
	overflow: hidden;
}

.big_galery.thumbnails a {
	float: left;
	position: relative;
	padding: 5px;
	margin: 0 2px 2px 0;
	background-color: #4D4D4D;
}

.big_galery.thumbnails a img {
	border: 1px solid white;
}

.big_galery.thumbnails a em {
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 78px;
	height: 78px;
	cursor: pointer;
	background-color: black;
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

.big_galery.thumbnails a:hover em, #active_galery_pic em {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
}

.gallery_folder {
	height: 378px;
}

.menu_row {
	height: 120px;
	overflow: hidden;
	width: 100%;
}

.menu_row a, .menu_row span.folder_item {
	float: left;
	margin: 0 10px 0 20px;
	background: url('../images/folder_gallery.gif') no-repeat right top;
	width: 120px;
	height: 120px;
	padding-bottom: 5px;
	position: relative;
}

.menu_row a:hover {
	background-image: url('../images/folder_mouseover_gallery.gif');
	text-decoration: none;
}

#active_folder_gallery {
	background-image: url('../images/folder_open_gallery.gif');
}

.menu_row a img, .menu_row .img_spacer, .menu_row img.white_border {
	border: 1px solid white;
	margin: 26px 0 5px 9px;
}

.menu_row .img_spacer {
	width: 48px;
	height: 48px;
	display: block;
	background-color: black;
}

.menu_row a span, .menu_row span.title_folder {
	display: block;
	text-align: center;
}

.menu_row span.folder_item a, .menu_row span.folder_item a:hover {
	float: none;
	margin: 0;
	padding: 0;
	background: transparent;
}

.menu_row span.folder_item span.links_toolbar {
	position: absolute;
	width: 84px;
	top: 30px;
	height: 40px;
	left: 66px;
}

.menu_row span.folder_item .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 120px;
	height: 120px;
	background-image: url('../images/user_gallery_list_disable.png');
}
/* end galery */

/*tabs style */

.tabs_menu {
	list-style-type: none;
	height: 27px;
	position: relative;
	z-index: 995;
	top: 7px;
	width: 300px !important;
	background-color: transparent;
	border: 0;
}	

.tabs_menu li {
	position: relative;
	float: left;
	height: 21px;
	width: 149px;
	text-align: right;
	left: -1px;
	margin-right: -1px;
	font: bold 10px verdana, sans-serif;
	text-transform: uppercase;
	background-color: black;
	border: 1px solid #737373;
	line-height: 21px;
}

.tabs_menu li a, .tabs_menu li a:hover {
	padding: 0 10px;
	display: block;
	text-decoration: none;
}

.tabs_menu li.left_tab {
	left: 0;
	text-align: left;
}

#active_tab_1, #active_tab_2, #active_tab_3, #active_tab_10 {
	top: -5px;
	height: 27px;
	line-height: 27px;
	margin-bottom: -6px;
	z-index: 999;
	border-bottom: 0 !important;
	background-image: url('../images/heading_box_img.gif');
}

/*end tabs menu */

/*subitiq za denq, tv programa */

.subitiq_tvprograms{
	width: 100%;
	margin-bottom: 9px;
	background-color: #3F3F3F;
}

.subitiq_tvprograms td {
	padding: 0 10px;
	height: 55px;
	border-bottom: 1px solid #262626;
}

.subitiq_tvprograms td.left_td {
	padding: 0;
	font-weight: bold;
	text-align: center;
	background-color: #585858;
	width: 16px;
}

table.events_programs th {
	font-weight: normal;
}

table.events_programs td.events {
	width: 160px;
	font-weight: normal;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}

table.events_programs .place {
	width: 123px;
}

/*end subitiq za denq */

/*analizi style  and intervious style*/
.analizi_comments, .intervius_reports {
	width: 100%;
}

.analizi_comments_container {
	height: 400px;
}

.intervius_reports_container {
	height: 262px;
}

.analizi_comments td {
	vertical-align: top;
	padding-left: 10px;
}

.analizi_comments td img {
	margin: 10px 0 15px 0;
}

.analizi_comments td.right_td, .intervius_reports td.right_td {
	padding-right: 10px;
}

.analizi_comments td div {
	width: 134px;
	overflow: hidden;
}

.analizi_comments td.dark_text {
	padding-bottom: 18px;
}

.analizi_comments .diff_bc_tr, .intervius_reports .diff_bc_tr {
	background-color: #1A1A1A;
}

.analizi_comments .description_text td {
	padding-top: 25px;
	padding-bottom: 35px;
}

.intervius_reports td img {
	margin: 10px 0 10px 10px;
}

.intervius_reports .description_text {
	padding: 25px 10px 35px 10px;
}

.intervius_reports .right_td {
	width: 50%;
	padding: 10px;
}
/*end analizi */

/*footer start */
#footer {
	height: 18px;
	padding: 4px 10px 0 10px;
	text-align: right;
	margin-bottom: 15px;
}

#footer, .smak_menu {
	background-color: #262626;
}

.smak_menu {
	padding: 10px;
	_height: 30px;
}

.copy_left {
	float: left;
}
/*end footer */
	
/* printing text manipulation toolbar */
h3.printing_large_text_toolbar {
	font: normal 10px verdana, sans-serif;
	height: 19px;
}

h3.printing_large_text_toolbar span.dark_text {
	float: left;
	margin-top: 3px;
}

h3.printing_large_text_toolbar button {
	float: right;
	margin-left: 5px;
}
/*end printing text manipulation toolbar */

/* big news style */

#big_news_container {
	padding: 10px 20px 0 20px;
}


#big_news_container .heading_title_table {
	height: 90px;
	width: 100%;
}

#big_news_container #news_heading, #big_news_container #news_heading a {
	font: bold 17px verdana, sans-serif;
	color: #FE850C;
}

#news_text_inner {
	overflow: hidden;
	line-height: 18px;
	width: 428px;
	padding-bottom: 20px;
}

#news_text_inner img {
	border: 1px solid white;
	margin: 6px 10px 0 0;
	/*position: relative;
	top: -4px;*/
}

#news_text_inner .white_border, #news_text_inner img.left {
	float: left;
}

#news_text_inner img.right {
	float: right;
	margin: 10px 0 0 10px;
}

#news_text_inner p {
	margin-bottom: 30px;
}

#news_text_inner strong, #news_text_inner b, #news_text_inner a {
	color: #FE850C;
}

/*end big news*/

/*viewvers toolbar*/

.viewers_toolbar {
	height: 12px;
	padding: 10px 0;
	text-align: right;
	clear: both;
}

.viewers_toolbar span {
	line-height: 14px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-repeat: no-repeat;
	background-position: left center;
}

.vote_icon {
	background-image: url('../images/vote_icon.png');
	padding-left: 13px;
}

.comments_icon {
	background-image: url('../images/comments_icon.png');
	padding-left: 12px;
}

.viewer_icon {
	background-image: url('../images/viewer_icon.png');
	padding-left: 17px;
}

.viewers_toolbar a {
	font-weight: bold;
}
/*end viewvers toolbar */

/*author box */

#author_box, .my_sportal_author {
	background-color: #262626;
	width: 100%;
	height: 68px;
}

#author_box .left_td, .my_sportal_author .left_td {
	padding: 9px 20px;
	width: 50px;
	height: 52px;
	/*background: url('../images/default_user_pic.gif') no-repeat center;*/
}

#author_box h5 {
	text-transform: uppercase;
	font: bold 10px verdana, sans-serif !important;
}

.my_sportal_author {
	height: 70px;
	background-color: #1A1A1A;
}

.my_sportal_author .left_td {
	padding-left: 10px;
}
.my_sportal_author h5 {
	font: bold 10px verdana, sans-serif !important;
}
/*end author box */

/*user comments style */
.user_comments_container{
	background-color: black;
	padding-bottom: 9px;
}

.user_comments {
	background-color: #262626;
	position: relative;
	margin-bottom: 1px;
	padding: 10px 19px;
	width: 430px;
	overflow: hidden;
}

.send_comments {
	padding: 10px 0 10px 19px;
}

.send_comments input, .send_comments textarea  {
	width: 277px;
	background-image: url('../images/user_comments_input.png');
	background-position: right top;
	margin: 0 5px 5px 15px;
}

.send_comments textarea {
	height: 60px;
	border: 0;
	padding: 4px 5px;
	margin-bottom: 0;
	background: url('../images/user_comments_textarea.png');
	*background-position: left bottom;
	overflow: auto;
}

#send_user_comments {
	margin-left: 0;
	background-image: url('../images/send_button_bc.png');
	width: 62px;
	height: 19px;
	cursor: pointer;
	padding-top: 0;
}

/*end user coments */

/* paging style start */
.paging {
	text-align: center;
	background-color: black;
	height: 20px;
	width: 100%;
}

.paging td {
	padding-bottom: 10px;
}

.paging .previous a, .paging .next a {
	display: block;
	cursor: pointer;
	padding: 0;
}

.paging .previous, .paging .next, .paging .previous a, .paging .next a {
	width: 40px;
}

.paging a {
	padding: 0 2px;
}
/*end paging */

/*video style*/
.video_list_container {
	padding: 5px 5px 4px 5px;
}

.video_list_div {
	height: 68px;
	margin-bottom: 1px;
	padding-right: 17px;
	background: #262626 url('../images/video_list_right_d.gif') repeat-y 283px 5px;
	position: relative;
	z-index: 2000;
}

.video_list_div.last {
	margin-bottom: 10px;
}

.video_list_div a {
	font-weight: bold;
}

.video_list_container .video_list_div {
	background: #333333 url('../images/video_list_right.gif') repeat-y 271px 5px;
}

.video_list_div .left_link {
	float: left;
	padding: 5px;
	background-color: #4D4D4D;
	border-right: 1px solid black;
	margin-right: 10px;
}



.video_list_container .left_link {
	border-right: 1px solid #262626;
	background-color: #585858;
}

.video_list_div .right_cont {
	position: relative;
	top: 10px;
}

.video_list_container .tl, .galery_pic_content .tl {
	background-image: url('../images/v_tl.png');
}

.video_list_container .tr, .galery_pic_content .tr {
	background-image: url('../images/v_tr.png');
}

.video_list_container .br, .galery_pic_content .br {
	background-image: url('../images/v_br.png');
}

.video_list_container .bl, .galery_pic_content .bl {
	background-image: url('../images/v_bl.png');
}
/* end video style */

/*register style */

.register_description {
	margin: 18px 10px 0 20px;
	line-height: 18px;
}

.register_form {
	width: 361px;
	margin-left: 59px;
}

.register_form td {
	height: 23px;
	width: 127px;
}

.register_form h4 {
	color: #FE850C;
	text-transform: uppercase;
	padding: 25px 0 9px 0;
	font: bold 10px verdana, sans-serif !important;
}

.register_form h4 span {
	color: white;
	text-transform: none;
	padding-left: 5px;
}

.register_form td.right_input {
	width: 231px;
}

.register_form .wraper_td {
	width: 361px;
}

.register_form td.right_input input {
	width: 201px;
	font-size: 10px verdana;
	background-image: url('../images/registry_input.png');
	margin-right: 4px;
}

 .register_form  .description_for_input {
	color: #A6A6A6;
	padding-top: 4px;
}

.register_form .select_box {
	float: left;
	margin-right: 4px;
}

#registry_submit, .user_list_img input.submit {
	width: 95px;
	height: 19px;
	padding: 0 0 2px 0;
	margin: 30px 0 20px 0;
	cursor: pointer;
	background-image: url('../images/registry_send_button.png');
}

.error_input {
	color: red;
}

.register_form .user_pic {
	height: 50px;
	padding: 9px 0;
}
/*end registry */

/*date toolbar*/
.date_toolbar, .date_toolbar * {
	float: right;
}

.date_toolbar {
	width: 350px;
	text-transform: none;
	position: relative;
	left: 5px;
}

.date_toolbar .previous_button, .date_toolbar .next_button {
	position: relative;
	top: -3px;
	margin-left: 5px;
	cursor: pointer;
}
/*end date toolbar*/

/*static page style */
.static_content {
	padding: 0 20px;
}

.static_content ul {
	list-style-position: inside;
}

.static_content td, .static_content th {
	padding: 5px;
}

.static_content p img {
	border: 1px solid white;
}

.static_content p {
	margin-bottom: 15px;
}
/*end static page*/

/*sportal magazine single page*/
a.magazine_actual {
	margin: 20px 0 0 50px;
	float: left;
}

p.magazine_actual_desc {
	clear: both;
	text-align: center;
	padding: 10px 0 20px 0;
}

.sportal_magazine td {
	text-align: center;
	padding: 10px !important;
}

.sportal_magazine a b, p.magazine_actual_desc b {
	color: white;
}

.sportal_magazine img {
	margin-bottom: 8px;
}

.pic_heading.magazine {
	height: auto !important;
	text-align: center;
	padding-bottom: 12px;
}
/*end sportal magazine single page*/

/*logo brand*/
img.sportal_logo_brand {
	float: left;
	position: relative;
	top: 110px;
	left: 168px;
	z-index: 100000;
}
/*end logo brand*/

	
/*big banner flash*/
#big_banner_flash {
	position: absolute;
	top: 284px;
	right: 0;
	z-index: 9999;
	width: 560px;
	height: 250px;
}

#wraper_box_2 {
	position: relative;
	z-index: 999999;
}

/*end banner frash*/


/*******
Programa
********/

#programa {
	background-color: #262626;
	margin-bottom: 10px;
}

#programa .select_box_container {
	position: absolute;
	top: 27px;
	background-position: 0 -1px;
	padding-top: 4px;
	padding-bottom: 4px;
}

#programaPoKragove_select {
	width: 169px;
	height: 17px;
}

#programa .date_toolbar
{
	width: 205px;
}

#programa table {
	background-color: #1A1A1A;
}

#programa table td {
	height: 31px;
	border-bottom: 1px solid #1A1A1A;
	background-color: #404040;
	padding-right: 4px;
	color: #A6A6A6;
}

#programa .programaDate {
	width: 38px;
	padding-left: 4px;
	background-color: #404040;
	text-align: left;
}

#programa .programaTime
{
	width: 33px;
	padding-left: 4px;
	background-color: #404040;
	text-align: left;
	border-right: 1px #1a1a1a solid;
}

#programa .programaMatch
{
	color: #ffffff;
	padding-left: 10px;
	background-color: #404040;
}

#programa .programaResult {
	color: #A6A6A6;
	text-align: right;
	width: 52px;
	font-weight: bold;
}

#programa .nowPlaying .programaDate, #programa .nowPlaying .programaTime, #programa .nowPlaying .programaMatch
{
	background-color: #333333;
}


.heading_title_container.collapsed
{
	background-color: #262626;
	border-bottom: 0 !important;
}

#programa table .heading_title td {
	height: 27px;
	border-bottom: 0;
	padding-right: 5px;
	text-align: right;
	background-color: #1A1A1A;
	color: white;
	font-weight: normal;
}

#programa .programaHeading
{
	text-transform: uppercase;
	text-align: left !important;
	font-weight: bold !important;
	line-height: 27px;
	padding-left: 10px;
}

#programa table .programaResult
{
	background-color: #595959;
}

#programa table .nowPlaying .programaResult
{
	color: #A6A6A6;
	background-color: #4d4d4d;
}


/******
end Programa
*******/


/******
Calendar
*******/

.calendarSwitch
{
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 219px;
	padding-top: 20px;
}

.calendarSwitch .previous_button
{
	float: left;
	margin-bottom: 1px;
	cursor: pointer;
}

.calendarSwitch .next_button
{
	float: left;
	clear: right;
	margin-bottom: 1px;
	cursor: pointer;
}

.calendarSwitch label
{
	font-weight: bold;
	font-size: 10px;
	line-height: 19px;
	float: left;
	display: block;
	width: 128px;
	height: 19px;
	margin: 0px 5px 1px 5px;
	background: transparent url("../images/calendar_month_box.png") no-repeat;
}

.calendar
{
	width: 100%;
	border-collapse: collapse;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	clear: both;
}

.calendar th
{
	font-weight: normal;
	padding-top: 7px;
	padding-bottom: 2px;
}

.calendar td
{
	border: 1px #1a1a1a solid;
	background-color: #333333;
	width: 24px;
	height: 24px;
	padding: 2px;
	border-collapse: collapse;
	text-align: center;
	vertical-align: middle;
	font-size: 9px;
	cursor: default;
}

.calendar .weekend, .calendar .weekend a
{
	color: #fe850c;
}

.calendar span
{
	display: block;
	border: 2px #333333 solid;
	width: 22px;
	height: 12px;
	padding: 5px 0px;
}

.calendar a
{
	background-color: #595959;
	display: block;
	border: 2px #333333 solid;
	width: 22px;
	height: 12px;
	padding: 5px 0px;
}

.calendar a:hover, .calendar #selectedDate
{
	border: 2px #fe850c solid;
	text-decoration: none;
}

td.prevMonth, td.nextMonth
{
	width: 36px;
	border: none;
	background-color: transparent;
}

.prevMonth a, .nextMonth a
{
	display: block;
	width: 5px;
	height: 7px;
	padding: 10px !important;
	margin-left: auto;
	margin-right: auto;
	border: none;
	padding: 0px;
	background: transparent url("../images/prev_button_small.gif") no-repeat center center;
}

.prevMonth a:hover, .nextMonth a:hover
{
	border: none;
	padding: 10px !important;
}

.nextMonth a
{
	background-image: url("../images/next_button_small.gif");
}

/******
end Calendar
*******/


/******
Klasirane i Programa ot diasno
*******/
#tabs_moveble_content_10_0, #tabs_moveble_content_10_1
{
	padding-top: 0px;
}

#select_10, #select_11
{
	width: 178px;
	background-repeat: no-repeat;
	position: absolute;
	top: 2px;
}

#tabs_moveble_content_10_0 table, #tabs_moveble_content_10_1 table
{
	margin-bottom: 5px;
}

#tabs_moveble_content_10_0 table .heading_title td, #tabs_moveble_content_10_1 table .heading_title td 
{
	height: 31px;
	border-bottom: none;
	padding-right: 5px;
	text-align: right;
	background-color: #1A1A1A;
	color: white;
	font-weight: normal;
	border-right: none;
}

#tabs_moveble_content_10_0 table .heading_title td.point, #tabs_moveble_content_10_1 .time, #tabs_moveble_content_10_1 table .heading_title td
{
	padding-right: 4px;
}

#tabs_moveble_content_10_0 .order
{
	padding-left: 10px;
	background-color: #404040;
	color: #a2a2a2;
}

#tabs_moveble_content_10_0 .team
{
	width: 178px;
}


#tabs_moveble_content_10_0 .match, #tabs_moveble_content_10_0 .point
{
	width: 59px;
	text-align: right;
	padding-right: 4px;
}

#tabs_moveble_content_10_0 .match
{
	background-color: #404040;
	color: #a2a2a2;
	border-right: 1px #1a1a1a solid;
	width: 58px;
}

#tabs_moveble_content_10_0 .more_klasirane, #tabs_moveble_content_10_1 .more_klasirane
{
	text-align: right;
	padding-bottom: 9px;
	padding-right: 4px;
}

#tabs_moveble_content_10_1 .team
{
	width: 190px;
	border-right: none;
}

#tabs_moveble_content_10_1 .date, #tabs_moveble_content_10_1 .time
{
	color: #a6a6a6;
	padding-left: 5px;
	padding-right: 5px;
	border-right: none;
	background-color: #404040;
}

/******
end Klasirane i Programa ot diasno
*******/

/*******
Container s tabove
*******/

.tabbed_page
{
	padding-top: 4px;
	padding-bottom: 1px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: #1a1a1a;
	position: relative;
	margin-bottom: 10px;
	clear: both;
}

.tabbed_page div .tl
{
	background-image: url("../images/lb_tl.gif");
}

.tabbed_page div  .tr
{
	background-image: url("../images/lb_tr.gif");
}

.tabbed_page div  .bl
{
	background-image: url("../images/lb_bl.gif");
}

.tabbed_page div  .br
{
	background-image: url("../images/lb_br.gif");
}

.tabbed_page .rounded_container
{
	width: 448px;
}

.tabbed_menu h3
{
	font-size: 10px;
	font-weight: bold;
	float: left;
	text-transform: uppercase;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 7px;
	padding-bottom: 8px;
	position: relative;
}

.tabbed_menu #active_tab
{
	background-color: #1a1a1a;
}

.tabbed_menu
{
	clear: both;
	overflow: hidden;
	top: 3px;
	margin-top: -3px;
	position: relative;
	z-index: 99999;	
	height: 30px;
}

.tabbed_menu .rounded_container
{
	width: auto;
	margin: 0px;
}

.option_toolbar
{
	clear: both;
	height: 34px;
	position: relative;
	z-index: 999999;
	padding-top: 1px;
}

.option_toolbar .select_box_container
{
	width: 170px;
}

.option_toolbar .date_toolbar
{
	left: auto;
	padding-top: 8px;
	width: 250px;
}

.option_toolbar .date_toolbar .previous_button
{
	margin-left: 9px;
}

.my_sportal_header_table {
	background-color: #1A1A1A;
	width: 100%;
}

.my_sportal_header_table td {
	padding: 10px;
	font-weight: bold;
}

.my_sportal_header_table td.left_td {
	width: 40px;
	padding-right: 0;
}

p.my_sportal_small_toolbar {
	text-align: center;
	padding: 7px 0 5px 0;
}

.my_sportal_bullet {
	display: block;
	height: 19px;
	line-height: 17px;
	text-indent: 29px;
	margin-top: 4px;
	background-image: url('../images/my_sportal_add_news.gif');
}

.my_sportal_bullet:hover {
	text-decoration: none;
}

.my_sportal_bullet.add_video {
	background-image: url('../images/my_sportal_add_video.gif');
}

.my_sportal_bullet.add_gallery {
	background-image: url('../images/my_sportal_add_gallery.gif');
}

.new_category_slogan {
	color: #CC0000;
}

a.new_category_link, a.new_category_link:hover,  #active_head_link.new_category_link {
	background-image: url('../images/my_sportal_active_repeat_bc.gif');
}

a.new_category_link .l_border, a.new_category_link:hover .l_border, #active_head_link.new_category_link .l_border {
	background-image: url('../images/my_sportal_active_left_border.gif');
}

a.new_category_link .r_border, a.new_category_link:hover .r_border, #active_head_link.new_category_link .r_border {
	background-image: url('../images/my_sportal_active_right_border.gif');
}

#custum_banner_right {
	height: 250px;
	margin-bottom: 10px;
	_margin-bottom: 0;
}



/*public rss*/
ul.rss_list {
	list-style-type: none;
}

ul.rss_list li {
	height: 23px;
	margin-bottom: 1px;
	background-color: #1A1A1A;
}

ul.rss_list a {
	height: 23px;
	line-height: 23px;
	background: url('../images/rss_icon.gif') no-repeat 10px center;
	display: block;
	padding-left: 39px;
}

p.more_rss {
	height: 29px;
	line-height: 29px;
	padding-right: 10px;
}

.rounded_container.dark_border ul.rss_list {
	width: 233px;
	float: left;
	margin-bottom: 10px;
}

.rounded_container.dark_border ul.rss_list li {
	background-color: #262626;
}
/*end public rss*/

/*brand hint style*/

#news_text_inner {
	position: relative;
}

#brand_hint {
	width: 194px;
	padding: 20px;
	border: 1px solid #737373;
	background-color: #1A1A1A;
	display: none;
	position: absolute;
	margin-top: 7px;
	color: #989898;
	top: 0;
}

#brand_hint img.big_hint_img {
	margin: -20px;
}

#brand_hint img.hint_small_img {
	border: 1px solid white;
	float: left;
	margin-right: 10px;
}

.single_news {
	z-index: 100000;
}

span.words_hint {
	text-decoration: underline;
}

.single_news .orange_link, .single_news a  {
	font-weight: normal;
}

.single_news b a, .single_news strong a {
	font-weight: bold;
}
/*end brand hint*/


/*top news brand*/
/*#big_pic_content_news span.tl {
	width: 321px;
	height: 140px;
	top: -8px;
	left: -7px;
	background-image: url('../images/top_news_brand_bg.png');
}

.top_news_brand_link{
	position: relative;
	z-index: 99999;
	margin-bottom: -121px;
	float: left;
	top: -24px;
	left: -1px;
}

a.euro2008_middle_link, a.euro2008_middle_link:hover {
	font: bold 10px verdana, sans-serif;
	position: relative;
	top: -3px;
	left: 10px;
	text-decoration: none;
}

a.euro2008_middle_link span {
	color: #407FFF;
}
*/
/*end top news brand*/

/*live scores index brand*/
.rounded_container.light_border.live_scores_brand {
	background-color: #003825 !important;
}

.rounded_container.live_scores_brand .live_scores  td {
	border-top: 1px solid #003825;
	border-bottom: 0;
	background-color: #005236 !important;
}

.rounded_container.live_scores_brand .live_scores .active_match .description_match {
	background-image: url('../brand_images/live_anim_green.gif');
} 

.rounded_container.live_scores_brand .live_scores .description_match {
	border-right: 1px solid #003825;
}
/*end live scores index brand*/