body {
	margin: 0;
  padding: 0;
	background-color: #3F5385;
	color: white;
	font-size: 13px;
	text-align: left;
	font-family: Verdana, sans-serif, Geneva, Arial, Helvetica;
	background-image: url('../pic/player_background.gif');
	background-repeat: repeat-x;
}

img
{
	border: 0px;
  padding: 0px;
	margin: 0px;
	float: left;
}

a:link, a:visited {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	font-weight: bold;
	color: #77ACE3;
}


a:hover {
	font-weight: bold;
	/*color: #AECFF0;*/
	color: #000080;
	background: none;
	text-decoration: underline;
}

/* panel prave hraje */
#prave-hraje {
	position: absolute;
	left: 560px;
	top: 36px;
	width: 405px;
	height: 190px;
	color: #fff;
	font-size: 11px;
}
#prave-hraje #moderator {
	position: absolute;
	left: 31px;
	top: 39px;
	font-weight: bold;
}
#prave-hraje #moderator-img {
	position: absolute;
	left: 295px;
	top: 32px;
}
#prave-hraje #hraje {
	position: absolute;
	left: 31px;
	top: 75px;
	width: 250px;
	font-weight: bold;
	font-size: 9px;
	text-align: left;
	color: white;
	font-family: Verdana, sans-serif, Geneva, Arial, Helvetica;
}

#prave-hraje #player {
	position: absolute;
	width: 381px;
	height: 18px;
	top: 113px;
	left: 13px;
	padding: 10px 0 0 0;
	background: url('../pic/player_prave_hraje.png') no-repeat;
	z-index: 0;
	display: none;
}

a#zavrit 
{
	display: inline-block;
	position: relative;
	width: 50px;
	height: 18px;
}
a#zavrit {background: url('../pic/player_close.png') no-repeat;}
a#zavrit:hover {background: url('../pic/player_close_hover.png') no-repeat;}

#BudeBylo {
	display: block;
	position: relative;
	width: 100%;
	height: 25px;
	margin: 5px 0px 0px 0px;
	overflow: hidden;
}
#BudeByloTicker {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 25px;
}
#BudeByloTicker li {
	display: block;
	position: relative;
	height: 25px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}

/* panel prave hraje konec */
