@charset "utf-8";
/* CSS Document */

#nav_category {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000;
	margin-top: 10px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0;
	margin-bottom: 10px;
	
}
#nav_category ul {
	margin: 0px;
	padding: 0px;
}
#nav_category li {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #000;
}
#nav_category li.selected  {
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #F00;
	font-size: 16px;
}
#nav_category li a{
	margin: 0px;
	display: inline;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #F30;
	text-decoration: none;
	font-size: 16px;
}
#nav_category li a:hover{
	color: #F60;
}

div.leagues_list {
	float:left;
	clear:both;
	margin-bottom:10px;
	font-weight:bold;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	margin-top: 10px;
	}
div.leagues_list ul, div.leagues_list ul li {
	list-style:none;
	margin:0;
	padding:0;
	}
div.leagues_list ul li {
	float:left;
	margin:0 5px 5px 0;
	}
div.leagues_list ul li a {
	color:#000;
	display:block;
	padding:4px 6px;
	border:1px solid #000;
	text-decoration:none;
	}
div.leagues_list ul li.active a {
	background:#FF6600;
	color:#FFFFFF;
}
div.leagues_list ul li a:hover {
	color:#FFFFFF;
	background-color: #333;
	}
div.leagues_list ul li ul {
	display:none;
	position:absolute;
	}
div.leagues_list ul li ul li {
	background:#FFFFFF;
	margin:0;
	float:none;
	}
table.odds_table {
	width:100%;
	border:0px none;
	clear:both;
	background:#FFFFFF;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-right: 20px;
	}
table.odds_table tr:hover {
	background:#F0F0F0;
	}
	
table.odds_table tr td {
	border:1px solid #E0E0E0;
	margin:2px;
	padding:2px 3px;
	}
table tr.odds_header_tr td {
	font-size:14px;
	font-weight:bold;
	color:#FFFF00;
	background-color: #333;
	}
table tr.odds_date_tr td {
	font-weight:bold;
	background:#FFFFFF;
	border:0px none;
	padding-top:6px;
	padding-left:0;
	border-bottom:1px solid #02798A;
	}


	
table tr.odds_league_name_tr td {
	font-weight:bold;
	font-size:14px;
	color:#02798A;
	border:1px solid #FFFFFF;
	padding-left:0;
	padding-top:8px;
	background:#FFFFFF;
	}
	
table tr.odds_league_name_tr td a {
	color:#02798A;
	text-decoration:none;
	}
	
td.odds_time_td, td.odss_odds_td, td.odss_bet_td {
	/*width:5%;*/
	text-align:center;
	}
	
td.odss_bet_td {
	width:65px;
	}
td.odss_odds_td {
	text-align:right;
	}	
td.odds_time_td {
	font-weight:bold;
	background:#F3F3F3;
	}
	td.odds_goal_td {
	font-weight:bold;
	background:#F3F3F3;
	}

td.odss_bet_td a {
	color:#FFFFFF;
	text-decoration:none;
	display:block;
	font-weight:bold;
	padding:1px 3px;
	line-height:130%;
	}
td.odss_bet_td a.odds_link {
	background-color: #FF6600;
	background-image: url(../images/ods_gen.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #DF5A01;
	border-bottom-color: #DF5A01;
	border-left-color: #FF8E43;
	height: 19px;
	padding-top: 2px;
	width: 59px;
	}
	td.odss_bet_td a.odds_link:hover{
	background-image: url(../images/ods_gen_h.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}
	
	
td.odss_bet_td a.results_link {
	background:#02798A;
	border-top:2px solid #01A1B8;
	border-left:2px solid #01A1B8;
	border-right:2px solid #025D6A;
	border-bottom:2px solid #025D6A;
	}
td.odss_bet_td a.matches_link {
	background:#009933;
	border-top:2px solid #00C542;
	border-left:2px solid #00C542;
	border-right:2px solid #007C2A;
	border-bottom:2px solid #007C2A;
	margin-top:3px;
	}
	
td.odss_team_td {
	text-align:right;
	}
	
	td.odss_team_td table{
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	}
	td.odss_team_td table tr {
	text-align:right;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin: 0px;
	padding: 0px;

	}
	td.odss_team_td table tr td{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	/*vertical-align: middle;*/

	}
span.team_name {
	font-weight:bold;
	}
#teamA {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
#teamB {
	float: left;
	width: 50%;
	margin: 0px;
	padding: 0px;
}
td.odss_bet_td a.bet_link {
	background-color: #FF6600;
	background-image: url(../images/bets_gen.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #DF5A01;
	border-bottom-color: #DF5A01;
	border-left-color: #FF8E43;
	height: 19px;
	padding-top: 2px;
	width: 59px;
	}
	td.odss_bet_td a.bet_link:hover{
	background-image: url(../images/ods_gen_h.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}
	td.odss_bet_td a.preview_link {
	background-color: #FF6600;
	background-image: url(../images/preview_gen.png);
	background-repeat: no-repeat;
	background-position: left top;
	border-right-color: #DF5A01;
	border-bottom-color: #DF5A01;
	border-left-color: #FF8E43;
	height: 19px;
	padding-top: 2px;
	width: 59px;
	}
	td.odss_bet_td a.preview_link:hover{
	background-image: url(../images/ods_gen_h.png);
	background-repeat: no-repeat;
	background-position: left top;
	color: #333;
}
	