body{
	font-family: 'Verdana';
}
td {
	text-align: center;
	width:70px;
	font-size: 10pt;
	border: 1px solid lightgrey;
}
tr.rowh{
	display:none;
}
tr.row{
	background-color: beige;
}
tr.rowsel td.code{
	color:red;
}
tr.row:hover, tr.pSCItr:hover{
	background-color: gold;
}
td.name{
	width: 300px;
	text-align: left;
}
td.n2k{
	text-align: left;
}
td.bgr{
	width:40px;
}
td.code{
	font-size: 8pt;
}
#pSCI{
	height:700px;
	width:55%;
	float:left;
	overflow: scroll;
}
#map {
	height: 700px; 
	width: 43%;
	float:left;
}
#vrstvy{  
   position: absolute; 
   top:70px;     
   right: 120px;    
   width:150px; 
   z-index: 2000; 
   background-color: white;
	 padding: 2px;
 }
 
 .pSMarinetable tr.pSMarinetr td{
	 color: blue;
	 background-color: lightblue;
 } 
 .pSMarinetable tr.row td{
	 color: navy;
	 background-color: azure;
 } 
 #pSMarinetable td{
	 color: navy;
	 background-color: lightblue;
 }