jomsVisibilityControl#jomsDebug {
	position: absolute;
	display: inline;
	background: yellow;
	border: 1px solid black;
	font-size: 11px;
	top: 0;
	z-index: 102;
}

/** Adds */
.jomsTextAddAreaControl {
    border: 1px solid #cfcfcf;
    left: 0px;
    bottom: -1px;
    position: absolute;
    z-index: 102;
    height: 20px;
    padding: 0;
    margin: 0;
    display: none;
	overflow: hidden;
}

.jomsTextAddAreaControl div.add {
    margin: 2px 5px 2px 5px;
    font-size: 12px;
    font-weight: bold;
    display: block;
    color: gray;
}

.jomsTextAddAreaControl a {
    color: blue;
}

/*  ------ MAP ------ */
.jomsMapView {
	overflow: hidden;
	/*border: 1px solid black;
	background: #f1f1f1;
	*/
	position: absolute;
	background: #ffffff;
	z-index:10;
}

.jomsMap {
	-moz-user-select: text; 
}

img.jomsMapTile {
	padding: 0 !important;
	margin: 0 !important;
	border: 0 !important;
	-moz-user-select: none;
}

/*  ------ TITLE BOX ------ */
.jomsTitleBox {
	position: absolute;
	z-index: 50;	
	line-height: 110%;
}

.jomsTitleBox .jomsTitleBoxContent {
	padding: 5px 15px 5px 15px;
}

.jomsTitleBoxContent div {
	position: absolute;
	padding-right: 10px;
	left: 55px;
	top: 13px;
}

.jomsTitleBoxContent h2 {
	font-size: 80%;
	color: black;
	padding: 0;
	margin: 0 0 2px 0;
}

.jomsTitleBoxContent h3 {
	font-size: 65%;
	color: #666666;
	margin: 0;
	padding: 0;
}

/**Copyright*/

div.jomsCopyright {
	position: absolute;
	bottom: 3px;
	left: 88px;
	z-index: 50;
	font-size: 10px;
}
div.jomsCopyright a {
	color: black;
}

.jomsCopyrightLogo {
	position:absolute;
	left:3px;
	bottom:0;
	z-index:51;
}

/* ------ TABS ------ */
.jomsTabContent {
	display: none;
}

/* ------ MOVE CONTROL ------ */
.jomsMoveControl {
	position: relative;
	top: 5px;
	left: 5px;
	z-index: 50;
}
.jomsMoveControl img {
	border: 0;
}

/* ------ MAP VISIBILITY CONTROL ------ */

.jomsVisibilityControl {
	position: absolute;
	height: 20px;
	top: 5px;
	padding: 1px 5px 1px 5px;
	font-size: 12px;
	font-weight: bold;
	vertical-align: middle;
	border: 1px solid black;
	z-index: 50;
	cursor: hand;
	font-family: arial !important;
} 

.jomsVisibilityControl a {
	color: black;
	text-decoration: none;
}

.jomsVisibilityControl img {
	border: 0;
	margin-right: 3px;
}



/* ------ LAYER CONTROL ------ */

.jomsLayerControl img.categoryIcon {
	float: right;
	margin-top: 2px;
}

.jomsLayerControl {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 1px solid #898989;
	z-index: 50;
	padding: 0px 4px 3px;
	font-size: 80%;
}

.jomsLayerControl a {
	color: black;
	text-decoration: underline;
}

div.jomsLayerControlOpacityBlock {
	margin: 4px 10px 0 2px;
	padding: 0;	
	float: right;
	display : inline-block;
	_display : inline;
} 

div.jomsLayerControlOpacityItem {
	width : 10px;
	font-size: 8px;
	height : 10px;
	border : 1px solid black;
	padding: 0;
	margin: 0 1px 0 1px;
	display : inline-block;
	_display : inline;
	cursor: hand;
}

div.jomsLayerControlOpacityItem img {
	border : 0;
}

.jomsLayerControl input {
	position: relative;
	top: 2px;
}

/** info box */

.jomsInfoBox {
	position: absolute;
	right: 5px;
	top: 5px;
	border: 1px solid #898989;
	z-index: 50;
	font-size: 80%;
}

.jomsInfoBox a {
	color: black;
	text-decoration: underline;
}

.jomsInfoBox img {
	border : 0;
}

.jomsInfoBoxHeader {
	font-size: 12px;
	font-weight: bold;
	height: 17px;
	background-color: #AAAAAA;
	padding: 1px 2px 0px 3px;
}

.jomsInfoBoxContent {
	padding: 0px 4px 3px;
	font-size: 12px;
}

.jomsInfoBoxContent a {
	font-size : 10px;
	cursor : pointer;
}

.jomsInfoBoxCloseIcon {
	position : absolute;
	width : 12px;
	height : 12px;
	right : 2px;
	font-size : 1px;
	top : 2px;
	z-index: 3;
	cursor : pointer;
}

/* ----- search ctrl ------ */

/**Hlavicka vysledku vyhledavani*/
div.searchCtrlListHeader {
	margin: 0 0 0 5px;
	font-size: 12px;
	font-weight: 700;
}

/**Ovladaci prvky vyhledavani*/
div.searchCtrlListControlls {
	font-size: 10px;
	margin: 0 0 0 5px;
}

/**Seznam s vysledky*/
ul.searchCtrlList {
	list-style: none;
	padding: 0;
	margin: 5px 0 0 5px;
}

/**Polozka seznamu s vysledky*/
ul.searchCtrlList li {
	padding-left : 15px;
	vertical-align: middle;
	font-size: 12px;
	margin-bottom : 1px;
}

/**Ikona v seznamu s vysledky*/
.searchCtrlList li img.icon {
    border: 0 !important;
	margin: 0px 4px 2px 0;
	vertical-align: middle;
	display: inline;
}

/**Cislo v seznamu s vysledky*/
div.searchCtrlResultNum {
    background:transparent url(../../images/routing-ctrl/listresultbg.png) no-repeat scroll 0 0;
    display:inline-block;
    -display:inline;
    font-size:10px;
    font-weight:800;
    height:16px;
    margin:0 4px 2px 0;
    padding:1px;
    text-align:center;
    vertical-align:middle;
	z-index: 10;
    width:16px;
}

/** text uvnitr ikony vysledku vyhledani (obsahuje poradove cislo)*/
div.searchCtrlResultNumText {
	font-size: 12px;
	font-weight: 800;
	text-align: center;
}
div.searchCtrlResultNumTextHighlight {
	font-size: 14px;
	font-weight: 800;
	text-align: center;
}

/* ------ ZOOM CONTROL ------ */
.jomsZoomControl {
	position: absolute;
	top: 65px;
	left: 16px;
	z-index: 50;
}

.jomsZoomControl div {
	display: inline;
	float: left;
}

.jomsZoomControl img {
	cursor: pointer;
	float: left;
	border: 0 !important;
	padding: 0 !important;
	margin: 0 !important;
}


/*  --- TEXT BOX --- */
.jomsTextBox {
	position: relative;
	z-index: 51;	
	font-size: 80%;
}

.jomsTextBox td {
	padding: 0 !important;
	margin: 0 !important;
}

.jomsTextBox h2 {
	font-size: 130%;
	color: black;
	padding: 0;
	margin: 0px 0 0 0;
}
.jomsTextBox h3 {
	font-size: 90%;
	color: #666666;
	margin: 0 0 3px 0;
	padding: 0;
}
.jomsTextBox h4 {
	font-size: 100%;
	margin: 5px 0 0 0; padding: 0;
}

div.jomsTextBoxTabContent {
	overflow: auto;
}

.jomsTextBoxFooter {
	height: 15px;
	padding-top: 3px;
	margin-top: 3px;
	font-size: 11px;
}

.jomsTextBoxFooter a {
	color : black;
	text-decoration: underline;
}

.jomsTextBoxFooter a.selected {
	color : black;
	font-weight: 800;
	text-decoration: underline;
}
/*
div#ob-content div {
	margin: 0 0 0 8px;
}
	
div#ob-content div.line {
	margin: 5px 0 5px 0;
}
*/
.jomsTextBox .bottom {
	position: absolute;
	bottom: 2px;
	left: 0px;
	width: 280px;
}

div#ob-positionInfo {
	display: none;
}

.jomsTextBox div.line {
	font-size: 1px;
	height: 1px;
	border: 0;
	border-bottom: 1px dotted #666666;
	margin: 5px 0 5px 0;
	padding: 0;
}

.jomsTextBox dl {
	margin: 0; padding: 0;
}

.jomsTextBox  dt {
	margin: 2px 0 2px 10px;
	padding: 0;
	font-size: 90%;
	font-weight: bold;
}

/*
div#object-box-shade {
	position: absolute;
	z-index: 4;
}
*/

.jomsTextBoxMenu {
	font-size: 80%;
	height: 21px;	
	padding-left: 10px;
	border-bottom: 1px solid #dedede;
}

.jomsTextBoxMenu ul {
	list-style: none;	
	position: relative;
	margin: 0;
	padding: 0;
	height: 19px;
}

.jomsTextBoxMenu li {
	float: left;
	margin: 0 5px 0 5px;
	padding: 0;
}
.jomsTextBoxMenu li a {
	display: block;
	color: black;
	background: white;
	border: 1px solid #dedede;
	padding: 3px 12px 0px 12px;
	text-decoration: underline;
	font-weight: bold;
	height: 17px;
	_width: 1px;
	_top: 1px;
	white-space: nowrap;
	position: relative;
}
.jomsTextBoxMenu li a:hover {
	background: #dedede;
	border-top: 2px solid #ababab;
/* 	height: 17px; */
	padding-top: 2px;
}
.jomsTextBoxMenu li a.a {
	border: 1px solid #dedede;
	border-bottom: 1px solid #f1f1f1;
	border-top: 2px solid #ababab;
	padding-top: 3px;
	height: 15px;
	background: #f1f1f1;
	text-decoration: none;
 	cursor: default; 
}
.jomsTextBoxMenu li a.a:hover {
	background: #f1f1f1;
	padding-top: 3px;
}

/*  --- CONTEXT MENU --- */
.jomsContextMenu {
	position: absolute;
	background: #fafafa;
	z-index: 50;
	display: none;
	font-size: 85%;
}
.jomsContextMenu ul {
	margin: 0; padding: 2px 0;
	position: relative;
	list-style: none;
	border-top: 1px solid #cbcbcb;
	border-left: 1px solid #cbcbcb;
	border-right: 1px solid #686868;
	border-bottom: 1px solid #888888;
	line-height: 1;
}
.jomsContextMenu li {
	position: relative;
	padding: 0;
	margin: 0;
}
.jomsContextMenu li a {
	display: block;
	color: black;
	text-decoration: none;
	padding: 1px 8px;
}
.jomsContextMenu li a:hover {
	background: #dedede;
	color: black;
	text-decoration: none;
}
.jomsContextMenu li span {
	position: relative;
}
.jomsContextMenu li img {
	position: relative;
}
.jomsContextMenu li.line {
	cursor: default;
	height: 1px;
	border-top: 1px solid #dfdfdf;
	border-bottom: 1px solid white;
	padding: 0;
  margin: 2px 0 0 0;
	font-size: 1px;
}
.jomsContextMenu li.line span {
	display: block;
}
.jomsContextMenu li.line:hover {
	background: #f6f6f6;
}
/*  --- SCALE --- */
.jomsScale {
	position: absolute;
	bottom: 15px;
	left: 85px; 
	z-index:50;
}

img.jomsScaleBar {
	border: 0 !important;
	margin: 0 !important;
	padding: 0 !important;
}

/*  --- SEARCH --- */

div#objectsMainMap select {
	width: 130px;
}
div#objectsMainMap div.category {
	margin: 3px 0 3px 0;
	position: relative;
}
div#objectsMainMap img {
	margin: 0 2px 0 2px;
}
div#objects-loadMainMap {
	display: none;
}
span#search-nextpage {
	position: relative;
	float: right;
	font-weight: bold;
}
span#search-prevpage {
	position: relative;
	font-weight: bold;
}

/* --- ROUTING --- */
div#route span#r-context {
	display: none;
}
div#r-route {
	width: 400px;
	position: relative;
}
div#r-head {
	font-weight: bold;
	border-top: 1px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
	background: #f4f4f4;
	position: relative;
	padding: 2px 0 2px 0;
}
div#r-head div {
	margin-left: 22px;
}
div#r-body div.r-item {
	border-top: 1px solid black;
	padding: 2px;
	position: relative;
}
div#r-body div.r-item:hover {
	background: #ffc81e;
}
div#r-body div.r-item span.r-icon {
	margin: 0 5px 0 4px;
}
div#r-body div.r-item span.r-icon img {
	border: 0;
}
div#r-head div.r-right, div#r-body div.r-item div.r-right {
	float: none;
	position: absolute;
	right: 4px;
	text-align: right;
	top:1px;
}
div#r-body div.sbalovaci {
	background: #dedede;
	margin-left: 8px;
}
div#r-body.sbal div.sbalovaci {
	display: none;
}
div#r-body div.isbalovaci {
	display: none;
}
div#r-body.sbal div.isbalovaci {
	display: block;
}
img#r-hprofile {
	cursor: pointer;
	cursor: hand;
}
/* --- MSG --- */
div#msg, div#msg-bg {
	position: absolute;
	left: 0; top: 0;
	z-index: 200;
}
div#msg div#cont {
	position: relative;
	text-align: center;
	z-index: 101;
	background: white;
	width: 280px;
	border: 1px solid black;
}
div#msg div#head {
	text-align: left;
 	border-bottom: 1px solid black;
 	background: gray;
	padding: 1px 0 1px 0px;
}
div#msg div#text {
	margin: 5px 0 5px 0;
	font-size: 13px;
}
div#msg div input {
	margin: 5px 0 4px 0;
	width: 80px;
	border: 1px outset black;
	font-size: 12px;
}

/* ----- other ------ */
div#float-box {
	display: none;
	white-space: nowrap;
	position: absolute;
	border: 1px solid black;
	padding: 1px 5px;
	background: white;
	z-index: 101;
}

.jomsRight {
	float: right;
}
.jomsBorder {
	border: 1px solid black !important;
}

.jomsMargin {
	margin: 2px !important;
}
