﻿body { padding: 0; margin: 0; font-family: Arial CE, Arial, Helvetica, sans-serif; font-size: 80%; }
form { padding: 0; margin: 0; }

a { color: #B4810C }
a:active, a:hover { color: #000; }
input.txt { background: #F5F9FA; color: #000; border: 1px solid #8DABC2; }
input.txt:focus { background: #FFFEDF; color: #000; border: 1px solid #000; }

#mapSearch { background-color: #fff; position: absolute; height: 2.3em; width: 100%; left: 0px; top: 0px; }
#mapSearch #searchBox { float: left; margin: 2px 5px 0px 5px; }
#mapSearch #icons { float: right; margin: 5px 8px 0px 5px; }
.ico-center { background: url(../img/Map/result-sprites.gif) no-repeat 0 -451px; padding-left: 25px; padding-right: 15px;}
.ico-opacity { background: url(../img/Map/result-sprites.gif) no-repeat 0 -1030px; padding-left: 25px }

#mapMain { position: absolute; border: 1px solid black; bottom: 0px; right: 0px; left: 0px; top: 2.3em; }
#mapImage { position: absolute; }
#mapBottom { background-color: Black; position: absolute; height: 1px; bottom: 0px; right: 0px; width: 1px; line-height: 1px; }

#waitingdiv { display: none; background-color: Gray; z-index: 1000; top: 0; left: 0; position: fixed; bottom: 0; right: 0; 
              /*IE*/filter: alpha(opacity=70); /*mozilla, opera*/opacity: 0.70; /*safari*/ -khtml-opacity: 0.70; }
#waitingdivtext { display: none; z-index: 10001; position: absolute; background: #f5f9fa url(../img/ajax-loader.gif) no-repeat 13px 50%; 
                  border: 1px solid black; padding: 17px 17px 17px 60px; }
.ajaxwait, .ajaxwait div { cursor: wait; }

.uzky-map { width: 74px; height: 24px; text-align: center; background: transparent url('../Css/grafika/button-uzky-map.gif') no-repeat top left; border: 0; font-family: Trebuchet MS; line-height: 24px; color: #fff; }
.uzky { width: 86px; height: 28px; text-align: center; background: transparent url('../Css/grafika/button-uzky.gif') no-repeat top left; border: 0; font-family: Trebuchet MS; font-size: 1.2em; line-height: 28px; color: #fff; margin:6px 0 0 8px; }

#searchResults { position: absolute; left: 0px; top: 0px; width: 100%; height: 100%; overflow: scroll; overflow-x: visible; }
#searchedItems { width: 97%; }
#searchedItems td { padding-left: 8px; vertical-align: top; width: 50%; }

