body,html
	{
		margin:0px;padding:0px;
		font-family:verdana,tahoma;
		font-size:11px;
		background:#fff url('gui/bkg.png') top left repeat-x;
		color:#222;
	}

#root
	{
		height:300px;
	}
	
a
	{
		color:#000;
		font-weight:bold;
		text-decoration:underline;
	}	

a:hover
	{
		color:#fff;
		text-decoration:underline;
	}

a.nexty{color:#fff;text-decoration:none;font-weight:bold;}	
a.nexty:hover{color:#000;text-decoration:none;}	
	
.legenda{
 width:760px;
 padding:10px;
 background:#fff;
 border:4px #ddd solid;
 margin:6px;
 color:#666;
}	
	
td
	{
		color:#aaa;
		font-size:10px;
	}
	
	
.rok
	{
		border-left:2px #555 dotted;
		width:80px;
		height:150px;
		position:absolute;
	}
	
.rok_n
	{
		background:#777;
		font-weight:bold;
		padding:2px;
		color:#fff;
		height:10px;
		font-size:10px;
		position:relative; top:-2px;
	}
	
.item
	{
		position:absolute;
		height:1px;
		/*border:1px #f00 solid;*/
		z-index:1;
		
	}

.itemline
	{
		border-left:1px #555 dotted;
		position:absolute;
		top:20px;
		width:2px;	
		z-index:0;	
	}
	
	
h1
	{
		margin:0px;
		
		background:#ace url('gui/i_.png') left center no-repeat;
		padding:3px;
		font-size:11px; font-weight:bold;
		padding-left:18px;
		border:2px #fff solid;
	}
	
.shdw
	{
		position:relative;
		border-right:2px #ccc solid; border-bottom:2px #ccc solid;
	}	
	
.item_p
	{
			display:none;
			z-index:2;
			
	}	
	
.image{
	border:2px #fff solid;
	margin-right:10px;
}	
	
.typ_prez  { background:#ace url('gui/i_prez.png') 2px center no-repeat; }	
.typ_web    { background:#ace url('gui/i_web.png') 2px center no-repeat; }	
.typ_movie{ background:#ace url('gui/i_movie.png') 2px center no-repeat; }	
.typ_app    { background:#ace url('gui/i_app.png') 2px center no-repeat; }	
.typ_other{ background:#ace url('gui/i_other.png') 2px center no-repeat; }	
.typ_scene{ background:#ace url('gui/i_scene.png') 2px center no-repeat; }	
.typ_work  { background:#ace url('gui/i_work.png') 2px center no-repeat; }	
.typ_win    { background:#ace url('gui/i_win.png') 2px center no-repeat; }	
.typ_persn{ background:#ace url('gui/i_persn.png') 2px center no-repeat; }	
.typ_game  { background:#ace url('gui/i_game.png') 2px center no-repeat; }	
.typ_trip  { background:#ace url('gui/i_trip.png') 2px center no-repeat; }	

.stav_0 { background-color:#eac; }
.stav_1 { background-color:#adb; }
.stav_2 { background-color:#ace; }
.stav_3 { background-color:#dda; }
.stav_ { background-color:#aaa; }