/******************************************************************************
 * Sokator Print CSS Document
 ******************************************************************************/
body			{ font-size: 120%; background: #ffffff; }



/* Layout Styles */
#container		{ position: relative; width: 100%; margin: 0px; }

	.logo			{ position: relative; top: 0px; left: 0px; float: left; padding: 20px 0px 0px 0px; }
	.logo img		{ display: block; }
	.logo a			{ display: none; }
	
	.banner			{ display: none; }
	
	.navigation		{ display: none; }
	
	.game_status	{ position: relative; top: 0px; left: 50px; width: 400px; float: left; }
	.game_status .top_red		{ width: 400px; }
	.game_status ul				{ width: 303px; }
	.game_status ul li			{ width: 298px; }
	.game_status .manager		{ width: 70px; }
	.game_status .match_status	{ width: 383px; }
	.game_status .match_status a.change:link,
	.game_status .match_status a.change:visited	{ display: none; }



#content		{ position: absolute; top: 145px; left: 0px; width: 100%; clear: both; padding: 20px 0px 0px 0px; border-top: 2px solid #000000; }
	.footer			{ float: none; background: none; padding: 20px 0px 0px 0px; border-top: 2px solid #000000; }
	.footer .rhs	{ float: none; background: none; }
	.footer .mid	{ width: 100%; float: none; background: none; }
	.footer ul		{ display: none; }
