/* CSS Document */

.i {
  font-style: italic;
}

.u {
  text-decoration: underline;
}

.strong {
  font-weight: bold;
}

.black { color: black; }
.white { color: white; }

.FGwhite { color:white; }
.FGblack { color:black; }
.BGwhite { background-color:white; }
.BGblack { background-color:black; }
.BGgray { background-color:#f0f0f0; }

a.hoverul {
  text-decoration: none;
}

a.hoverul:hover {
  text-decoration: underline;  
}

.error {
  color:red;
  font-weight:bold;
}

.archived,.disabled {
  color: red;
  text-decoration:line-through;
}

a.archived,a.disabled {
  text-decoration:underline line-through;
}

a.hoverul.archived,a.hoverul.disabled {  
  text-decoration:line-through;
}

a.hoverul.archived:hover,a.hoverul.disabled:hover {  
  text-decoration:underline line-through;
}

p.mapLegend {  
  border: 1px solid gray;
  font-size:small; 
  padding: 2px 5px;  
}

.wptsTB {
  font-size:xx-small;
  color:white;
  background:black;
  border:solid 1px gray;
}

/**** USAT ****/

td.ustat.text {
  text-align:left;
  /*padding: 3px 5px;*/
}

td.ustat.date {
  text-align:right;
  /*padding: 3px 10px;*/
}

td.ustat.na {
  font-style: italic;  
}

td.ustat.diffic {
  text-align:center;
  /*padding: 3px 10px;*/
}


td.ustat.nr {
  text-align:right;
  /*padding: 3px 10px;*/
}

td.ustat.pad {
	padding: 3px 10px;
}

/* MAPA */
.gcmap  {position: absolute;}
.gcmap a img {position: absolute; border: 0px none; cursor:pointer;}
.gcmap span {position: absolute; font-size: xx-small; }

/* LOGIN */
table.login {font-size:11px;}

/* ADMIN */
.save { color: #005600; font-weight: bold; }
.cancel { color: #000000; }

.ins { color: #005600; }
.del { color: #990000; }
.edit { color: #000066; }
.move { color: #006666; }

.linka { color: #000066; font-weight: bold; background-color: #eeffFF; margin:10px; }
.skupina { color: #000000; font-weight: bold; background-color: #FFFFbb; margin:10px; }

/* ANKETY */
table.moznosti {border: solid 1px #333333; border-right:0px; border-bottom:0px; }
td.moznost {border: solid 1px #333333; border-left:0px; border-top:0px;}
.udeleneBody {color: #333333; font-style:italic;}

/* ADDITIONAL WAYPOINTS */
table.additionalWaypoints {border: solid 1px black;}
td.additionalWaypoint {padding: 1px 2px; border-right: solid 1px #666666;border-bottom: solid 1px #666666; font-size:80%;}
.awName {font-weight:bold;}
.awPrefix {font-weight:bold;}
.awCoords {font-family:Monospaced,Courier;}

/* NASTAVENIA - SVK */
select.svk option {
	background-repeat:no-repeat;
	background-position:bottom left;
	padding-left:30px;
}

