<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body
{
	font-family: Arial;
	font-size: 10pt;
	color: rgb(233,160,0);	
	padding-top: 2px;	
	text-align: center;
	background: #000000 url(../images/reg/background.jpg) no-repeat fixed;
	background-size:100%;
}

a:link
{
    COLOR: #EEAA2b
}

a:visited
{
    COLOR: #EEAA2b
}
a:active
{
    COLOR: #EEAA2b;    
}

a:hover
{
    COLOR: #FFCC3C;
}


#div_header  /* Horni sektor */
{	
	border: solid 0px green;
	text-align: center;			
	width: 660px;
	height:20px;
	margin: 0 auto;				
}
		
#div_reg_frame
{
	position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */
	border: solid 0px white;	
	width: 660px;
	height: 474px;	
	margin: 0 auto;	
}

	#div_textboxes_area
	{
		position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */
		float:left;
		top: 172px;
		left: 188px;
		border: solid 0px blue;		
		height:30px;
		width: 400px;
		text-align:center;		
	}			
		#tb_loginname
		{
			color: rgb(253,202,0);
			font-family: verdana;
			font-size: 10pt;			
			border-right: solid 2px rgb(90,50,11);
			border-left: solid 2px rgb(0,0,0);
			border-bottom: solid 0px rgb(80,30,5);
			border-top: solid 3px rgb(0,0,0);			
			background-color:#800000;	
			margin-right:20px;
			width:100px;
		}
		
		#tb_password
		{
			color: #FF9900;
			font-family: verdana;
			font-size: 10pt;			
			border-right: solid 2px rgb(90,50,11);
			border-left: solid 2px rgb(0,0,0);
			border-bottom: solid 0px rgb(80,30,5);
			border-top: solid 3px rgb(0,0,0);			
			background-color:#800000;			
			width:100px;
		}						

		#div_error
		{
			float:left;
			position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */
			top: 170px;
			left: 190px;
			border: solid 0px blue;		
			height:24px;
			width: 400px;
			color: Red;
			vertical-align:bottom;
		}
		#div_leagues
		{			
			position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */			
			border: 0px solid blue;			
			width: 470px;
			float: left;
			left: 170px;
			top: 200px;			
		}
		
		#butt_submit
		{				
			position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */			
			left: -190px;
			top: 400px;			
			padding: 6px;
			border: 0px;
			width: 240px;
			height:36px;
			cursor: pointer;				
		}			


.error
{	
  color: #FF1111;
  font-weight: bold;
}


.list
{	
	background-color: #441101;
	color: rgb(253,202,0);
	text-align: center;
}

.font_blue
{
	color: Blue;
	text-decoration: underline;			
}

.font_red
{
	color: Red;
	text-decoration: underline;			
}





/************************ Step 2: registration to league ****************************************/

		
#div_reg_frame2
{	
	position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */
	border: solid 0px white;	
	width: 660px;
	height: 576px;	
	margin: 0 auto;	
}

	#div_player_info
	{
		position: absolute;
		border: solid 0px white;	
		top: 111px;
		left:92px;
		width: 470px;
		height: 24px;		
	}

	#div_league_info {
		position: absolute;
		top: 132px;
		left: 117px;
		width: 420px;
		text-align: center;
	}

	
	#img_race
	{
		position: absolute;
		top: 180px;
		left: 186px;				
	}
	
	#div_cb_race
	{
		position: absolute;
		top: 262px;
		left: 117px;
		border: solid 0px white;	
		width: 200px;
		height: 24px;		
	}
	
	#div_img_hero
	{
		position: absolute;
		top: 206px;
		left: 403px;
		border: solid 0px white;
		width: 64px;
		height: 64px;				
	}
	
		#img_hero
		{
			border: solid 0px white;
			padding-right:4px;			
		}
			
	#div_cb_hero
	{
		position: absolute;
		top: 262px;
		left: 332px;
		border: solid 0px white;		
		width: 200px;
		height: 24px;		
	}
	
	#img_map
	{
		position: absolute;
		top: 321px;
		left: 186px;		
	}
	
	#div_cb_map
	{
		position: absolute;
		top: 404px;
		left: 120px;		
		border: solid 0px white;	
		width: 200px;
		height: 24px;
	}
		
	#div_img_flag
	{
		position: absolute;
		top: 331px;		
		left: 428px;
		border: solid 0px white;	
		width: 20px;
		height: 18px;
	}
		
	#div_cb_flag
	{
		position: absolute;
		top: 404px;
		left: 384px;
		border: solid 0px red;	
		width: 100px;
		height: 24px;
	}

	#div_server_time {
		position: absolute;
		top: 472px;
		left: 50px;
		width: 560px;		
		color:#909090;
	}
			
	#butt_submit2
	{	
		position: absolute;
		top: 504px;
		left: 210px;				
		border: 0px;
		width: 240px;
		height:36px;
		cursor: pointer;		
	}
		
		
		
		
		
		
		
		
		
		

/************************ Step 3: registration is succesfull - display reg. information ****************************************/		
#div_reg_frame3
{	
	position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */
	text-align: center;
	border: solid 0px white;	
	width: 660px;
	height: 610px;	
	margin: 0 auto;
	background: transparent url('../images/reg/reg_bg_empty.png') no-repeat scroll center top;
	font-family: verdana;
	font-size: 12pt;	
	font-weight: bold;	
}

	#text_title_reg3
	{
		padding-top:86px;
		padding-bottom:36px;
	}
	
	#img_weather3
	{
		position: relative; /* zpusobi, ze pod-elementy budou pozicovane (sourednice) vzhledem k tomuto divu */
		float: left;
		left: 110px;
		margin-right: 70px;
		top: 0px;
	}
		
	#butt_submit3
	{			
		border: 0px;
		width: 238px;
		height: 36px;
		cursor: pointer;			
	}
	
	
</pre></body></html>