.input1 {
	font-size:10px;
}
.input2 {
	font-size:11px;
	background-color:#FCBF35;
}
.content2 {
	font-size:11px;
	color:#505050;
}
.content3 {
	font-size:11px;
	color:#505050;
}
body, p, td, a, input, select, textarea, b {
	font-family:Arial;
	font-size:11px;
	color:#000000;
	text-decoration:none;
}
h1 {
	font-family:Arial;
	font-size:18px;
	color:#ff0000;
	text-decoration:none;
}

a:hover {
	color:#707070;
	text-decoration:none;
}
.bi {
	color:#ffffff;
}

.silver {
	color:#666666;
}

.button1 {
	cursor:hand;
	border-color:#efefef;
}

.button_on{
	border-bottom = "buttonhighlight solid 1px";
	border-left = "buttonshadow solid 1px";
	border-right = "buttonhighlight solid 1px";
	border-top = "buttonshadow solid 1px";
}

.link_menu {
			font-family:Arial;
			font-size:12px;
			color:#000000;
			font-weight:bold;
			text-decoration:none;
			}
.link_menu_on {
			font-family:Arial;
			font-size:12px;
			color:#ff5700;
			font-weight:bold;
			text-decoration:none;
			}
.ukryty {
	display:none;
	visibility: hidden
}

.v {
/**writing-mode: tb-rl; 
**/
/**filter: flipv fliph; 
**/
}

input.mini{
font-size:10px;
font-family: arial;
border-width:1;
border-color: #cccccc;
width:35;
}

select.mini{
font-size:10px;
font-family: arial;
width:75;
}

form.zero { 
        margin:0;
}

/* mapa */

/* trasa na mapie */

#hand_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Bsu.png);
  cursor: pointer;
}
#hand_b.selected {
  background-image: url(/_img/_mapa/Bsd.png);
  cursor: pointer;
}

#placemark_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Bmu.png);
  cursor: pointer;
}
#placemark_b.selected {
  background-image: url(/_img/_mapa/Bmd.png);
  cursor: pointer;
}

#line_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Blu.png);
  cursor: pointer;
}
#line_b.selected {
  background-image: url(/_img/_mapa/Bld.png);
  cursor: pointer;
}

#shape_b {
  width:31px;
  height:31px;
  background-image: url(/_img/_mapa/Bpu.png);
  cursor: pointer;
}
#shape_b.selected {
  background-image: url(/_img/_mapa/Bpd.png);
  cursor: pointer;
}

.table_route {
  width: 100%;
}
.table_route:hover {
  background: yellow;
}
.table_route_on {
  width: 100%;
	background: pink;
}

/* kolory */
.tr_color0 {
	background-color: #ffffff;
}
.tr_color1 {
	background-color: #efefef;
}
.tr_color3 {
	background-color: #b5b7b4;
}
.tr_color4 {
	background-color: #eeee00;
}

.white-popup-block {
	background: #fff;
	padding: 20px 30px;
	text-align: left;
	max-width: 650px;
	margin: 40px auto;
	position: relative;
 }