#right_column,
#fish,
#fish_bar,
#clock,
#header,
#login,
#main,
#leagues,
#navigation,
#ul_leagues,
#maches,
#fish,
#ul_leagues li,
#footer,
#login_bar,
#login_form,
#menu,
#menu li,
#user_space,
#user_space .form_text,
#user_line,
.li_text,
.league_bar,
#pane{
	display: block;
	overflow: hidden;
}

body
{
	background-color:#000000;
	margin:0 auto;
}

#pane
{
	background-color:#111111;
	width:1000px;
	margin:0 auto;
}

#clock
{
	float: left;
	height:245px;
	background-color:#1D1D1D;
	border-left:1px solid #343434;
	border-right:1px solid #343434;
	margin-left:20px;
	width:228px;
}
#header
{
	float:left;
}
#login
{
	height:245px;
	background-color:#1D1D1D;
	border-left:1px solid #343434;
	border-right:1px solid #343434;
	width:227px;
}
#menu
{
	height: 30px;
	list-style:none;
	overflow:hidden;
	margin:auto;
	padding-left:20px;
}
#menu li:first-child
{
	padding:0 14px 0 0;
}
#menu li:last-child
{
	padding:0 0 0 15px;
}
#menu li
{
	background: url('img/menu_bg.png') repeat-x top left; 
	color:#FFFFFF;
	height:30px;
	float:left;
	vertical-align:middle;
	padding:0 23px;
	font-weight:bold;
}

.li_text
{
	font-size:16px;
	padding:2px 53px;
	float:left;
}

#main
{
	margin-left:20px;
	padding-top:8px;
	width: 1000px;
}

#leagues
{
	background-color:#1D1D1D;
	border:1px solid #343434;
	width: 228px;
	float: left;
}
#navigation
{
	background: url('img/navigation.png') repeat-x top left; 
	height: 50px;
	margin:1 auto;
	width:228px;
}
.text
{
	color:#FFFFFF;
	font-size:19px;
	padding-top:10px;
	padding-left:15px;
}
#ul_leagues
{
	padding-left:13px;
	color:#4A931D;
}
#ul_leagues .even
{
	background: url('img/league_bg.png') no-repeat top left; 
	padding-left: 10px;
	padding-top:2px;
}
#ul_leagues li
{
	height: 25px;
	padding-left: 10px;
}
#maches
{
	background-color:#1D1D1D;
	border:1px solid #343434;
	width:490px;
	margin-left:5px;
	margin-right:5px;
	float:left;
}
.league_bar
{
	width:490px;
	margin:1 auto;
	background: url('img/navigation.png') repeat-x top left;
	height:50px;
}

.maches_list
{
	padding-left:5px;
	color:#4A931D;
	width:500px;
}
.maches_list tr:hover{
	background: #292929;
}
#fish
{
	background-color:#1D1D1D;
	border:1px solid #343434;
	width: 228px;
}
#fish_bar
{
	background: url('img/fish_bg.png') repeat-x top left; 
	height: 50px;
	margin:1 auto;
	width:228px;
}
.mach_count
{
	color:#FFFFFF;
	font-size:10px;
	padding-left:15px;
}
#footer
{
	background: url('img/footer_bg.png') repeat-x top left;
	float: left;
	height:50px;
	border:1px solid #343434;
	margin-left:20px;
	width:960px;
	margin-top:8px;
}
#login_bar
{
	background: url('img/login_bg.png') repeat-x top left; 
	height: 50px;
	margin:1 auto;
	width:227px;
}
#login_form
{
	color:#898989;
	padding-top:20px;
	padding-left:20px;
}
input,select
{
	width:160px;
	background-color:#171717;
	border:1px solid #373737;
	color:#FFFFFF;
}
.button
{
	background: url('img/button_bg.png') repeat-x top left; 
	width:45px;
	height:20px;
	border:0;
	color:white;
	cursor:pointer;
	margin-top:4px;
	padding-left:10px;
	font-size:12px;
	vertical-align:middle;
}
#links
{
	text-decoration:underline;
	font-size:12px;
}
#ul_fish
{
	color:#4A931D;
	font-size:14px;
	list-style:none;
	padding-left:5px;
}
#ul_fish li{
	background:#292929;
	margin-bottom: 8px;
	position: relative;
}
#ul_fish li a{
	font-size:10px;
	position:absolute;
	right:0;
	text-decoration:none;
	top:-4px;
}
.home
{	
	width:240px;
}
#top_games
{
	margin-top:5px;
	background-color:#1D1D1D;
	border:1px solid #343434;
	width: 228px;
}
#top_games_bar
{
	background: url('img/fish_bg.png') repeat-x top left; 
	height: 50px;
	margin:1 auto;
	width:228px;
}
#ul_top_games
{
	list-style:none;
	color:#4A931D;
	padding-left:5px;
}
.form_text
{
	color:#898989;
}
#bet_form div{float:left;margin-left:5px;}
#bet_form input
{
	width:50px;
}
.count
{
	float:right;
	margin-right:10px;
}
.close
{
	float:right;
	font-size:10px;
	color:#FFFFFF;
	margin-top:-13px;
	padding-right:10px;
	cursor:pointer;
}
.remove
{
	color:#FF0000;
	float:right;
}
.winnigs
{
	color:#FF0000;
}
.coeficient
{
	cursor:pointer;
}
#register_form
{
	margin-left:20px;
}
#user_space
{
	float:letf;
	padding-left:40px;
	padding-top:8px;
}
#user_space .form_text
{

}
.league_link
{
	text-decoration:none;
	color:#4A931D;
}
.fav_team
{
	text-align:center;
	color:#4A931D;
	padding-right:50px;
}
.blue_menu
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#classification
{
	list-style:none;
	color:#4A931D;
}
.user_line
{
	float:right;
	margin-right:20px;
}
.pages
{
	color:#B8C622;
	float:left;
	padding-left:10px;
	text-decoration:none;
}
.win
{
	background-color:#B8C622;
	color:#000000;
	font-weight: bold;
}
#calendar_bar
{
	background:url("img/fish_bg.png") repeat-x scroll left top transparent;
	height:50px;
	width:228px;
}
#calendar
{
background-color:#1D1D1D;
border:1px solid #343434;
margin-top:5px;
width:228px;
}
.stast_list
{
	padding-left:5px;
	color:#4A931D;
	width:400px;
	list-style:none;
}
.calendar_table{
width: 234px;
padding-left: 5px;
}

#news_title{
	text-align:center;
}
#news_subtitle{
	text-align:center;
	font-size:18px;
	font-weight:normal;
}
#news_tags{
	font-size:13px;
	font-weight:normal;
	padding-left:5px;
}
#news_pic{
	padding: 0 5px;
	float:left;
	text-align:left;
}
#news_text{
	padding-left:5px;
}
