table.tablenew{
  font-size: 8pt;
  font-family: Tahoma;
  color:#000000;
  margin-top: 0px; 
  margin-bottom: 0px;
  padding: 0px;
  margin: 0px;
  BORDER : 0;  
}

table.tablenew th,
table.tablenew td {
   padding: 0px;
}

tr.bold_gray {
	font-weight:bold; 
	background-color: #aaaaaa;
}

.wrr { 
	text-align:right;
	font-weight:bold;
	color:#004685;
}

div.markerlabel {
}
div.markerlabel > div {
  position: relative;
  left: -50%;
  top: 0px; /* nemenit, nastavit offsetY */
  padding: 2px 4px;
  border: 1px solid #808080;
  border-radius: 4px;
  font-family: tahoma;
  font-size: 9px;
  color: #000000;
  background-color: #ffffe1;
  white-space: nowrap;
}

div.carinfowindow {
  white-space: nowrap;
  /*width: 270px;*/
  padding: 8px;
}
div.stopinfowindow {
  white-space: nowrap;
  padding: 8px;
}