netmapObjectBubbleHeaderhtml, body
{
	margin: 0; 
	padding: 0;
	overflow:hidden;
	text-align:center;
}

div {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;	
	text-align: left;
}

/*style of bubble text box*/
.jomsTextBox div {
	-moz-box-sizing: content-box !important;
	-webkit-box-sizing: content-box !important;
	box-sizing: content-box !important;
}

#jomsDebug {
	position: absolute;
	z-index: 100;
	display: block;
	left: 0px;
	top: 0px;
	background-color:  white;
	border: 1px solid black;
}

div#jomsLoadingBox {
	position: absolute;
	right: 10px;
	z-index: 100;
	bottom: 10px;
}


div.netmapObjectBubbleHeader {
    margin-bottom: 3px;
	/*height: 32px;*/
	/*overflow: hidden;*/
}

img.netmapObjectBubbleIcon {
	border: 0;
	float: left;
	margin-right: 8px;
	width: 24px;
	height: 24px;
}

div.jomsTextBoxTabContent {
	/*height: 150px;*/
	padding: 0 2px 0 2px;
	font-size: 11px;
}



div.netmapObjectBubbleFooter {
	height: 15px;
	padding-top: 3px;
	margin-top: 3px;
	font-size: 11px;
	border-top: 1px dashed gray;
}

img.netmapObjectBubblePhotoCenter {
	margin: 3px auto;
	border: 1px solid black;
}



html, body, h1, h2, h3, p, input {
	font-family: Arial, Sylfaen, Helvetica, sans-serif;
	font-size: 12px;
}

#jomsDebug {
	display: none;
}

pre {
	border: 1px dashed gray; background: #f9f9f9; padding: 1px 15px;
}

#menudiv {
	width: 800px; height: 25px; border: 1px solid black;
}

img.icon {
	border: 0;
}

img.iconLang {
	border: 0;
}


/** NETMAP Environment*/

#netmapHeader {
	margin: 0;
	padding: 10px;
}

#mapMenu {
	padding: 2px 380px 2px 10px;
	vertical-align: middle;
	text-align: right;
	height: 20px;
}

#mapMenu a {
	color: #0155b3;
}

#pageEnvelope {
	text-align: left;
}

#interfaceEnvelope {
   padding: 8px;
   margin: 0;
}


#mapEnvelope {
	float: left;
}

/**Main netmap tabs container*/


.jomsZoomControl {
	left: 5px;
	position: absolute;
	top: 5px;
	z-index: 20;
}

/** NETMAP tab Environment*/


#netmapTabContainer {
	overflow: auto;
	float: right;
}

#mapBorderElement {
	border: 3px solid;
}

#mapElement {
	position: relative;  
}

#heightProfile {
	background-color: #FFFFFF;
	position: relative;
	overflow: auto;
}

.heightProfilePoint {
	cursor : pointer;
}

.heightProfilePointSel {
	cursor : pointer;
}

#heightProfileBorder {
	float: left;
	border-left: 5px solid;
	border-right: 5px solid;
	border-bottom: 5px solid;
}

#netmapCategories {
	margin : 0 5px 0 5px;
}



/** netmap tab streets */

.netmapStreetSelect {
	width: 300px;
}

/** netmap cat controll */

.netmapCategoryControl {
	position: absolute;
	top: 5px;
	left: 35px;
	z-index: 21;
}

.netmapCategoryControl div {
	border: 1px solid black;
	display: inline-block;
	margin-bottom: 1px;
	margin-right: 2px;
	cursor : pointer;
}

.netmapCategoryControl div img {
	margin: 2px;
	padding: 0px;
	border: 0px;
}

.netmapCategoryBox {
	clear: both;
}


/*   ---- TABS ----   */
div.netmapTabs {
	position: relative;
}

div.netmapTabs ul.tabmenu {
	margin: 0;
	padding: 0;
	list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	display: block;
}

div.netmapTabs div.tabmenu{
	background-color: white;
}

div.netmapTabs ul.tabmenu li {
	display: inline;
	padding: 0;
	margin: 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

div.netmapTabs ul.tabmenu li a {
	display: inline-block;
	vertical-align: middle;

	/*display: block;*/
	border-bottom: 0;
	margin: 0px 1px 0 0px;
	padding: 5px 8px 5px 8px;
	white-space: nowrap;
}

div.netmapTabContent {
	margin: 8px;
}

div.netmapTabContainer {
	padding-bottom: 10px;
}

/* content subheader and container */

div.netmapTabContentHeader {
    position: relative;
}

div.netmapTabContentHeader div.close {
    height:17px;
    position:absolute;
    right:20px;
    top:1px;
    z-index:3;
}

div.netmapTabContentHeader div.close a {
    color:#B9151C;
    font-weight:bold;
    text-decoration:none;
    cursor: pointer;
}

div.netmapTabContentHeader div.cont {
    background:white none repeat scroll 0 0;
    border:1px solid #CFDAE7;
    margin:-1px auto 10px;
    padding:0px 8px 5px;
    width: 310px;
    z-index:1;
    font-size: 12px;

}

div.netmapTabContentHeader div.cont h3 {
    margin: 2px 0 3px 0;
    font-size : 12px;
    font-weight: bold;
}

div.netmapTabContentHeader div.cont hr {
    border-color: #CFDAE7;
    border-style:none none solid;
    border-width:0 0 1px;
    font-size:1px;
    height:1px;
    margin:4px 0;
    padding:0;
}

div.netmapTabContentHeader h2 {
    background:white url('../images/h2_end.gif') repeat scroll 0 0;
    color:#B9151C;
    height:21px;
    font-size: 12px;
    margin: 3px auto 0;
    padding:0;
    position:relative;
    width: 310px;
    z-index:2;
}

div.netmapTabContentHeader h2 span {
    color: black;
    background:transparent url('../images/h2_bg.gif') repeat scroll 0 0;
    display:block;
    height:17px;
    margin-left:1px;
    margin-right:1px;
    padding:4px 10px 0;
    position: relative;
}

/* NETMAP object list tab */

div.netmapTabObjectListCtrl {
	text-align: center;
	margin: 3px 0 4px 0;
	border-bottom: 1px dashed black;
}

img.netmapTabObjectListCtrlIconPrev {
	border: 0;
	float: left;
}

img.netmapTabObjectListCtrlIconNext {
	border: 0;
	float: right;
}

/* NETMAP search tab and search icons */

#netmapTabSearchExamples {
    margin-top: 8px;
}

ul.netmapExampleList {
   list-style: none;
    padding: 0;
    margin: 2px 0 0 5px;
}

ul.netmapExampleList a {
    color: black;
    font-size : 12px;
}

input, select, textarea {
	/*background-color: #ffffff !important;*/
}

.netmapTabHeader {
	margin: 10px 0 2px 0;
	font-size: 15px;
	font-weight: 700;
}

input.netmapTabSearch {
	width : 224px;
	margin-right: 3px;
}

/* search results */ 

div.netmapSearchListHeader {
	margin: 2px 0 3px 0;
	font-size: 12px;
	font-weight: bold;
}

div.netmapSearchListCtrl {
	font-size: 10px;
}

ul.netmapSearchResultList {
	list-style: none;
	padding: 0;
	margin: 7px 0 0 0;
}

ul.netmapSearchResultList li {
	padding-left : 10px;
	vertical-align: middle;
	font-size: 12px;
	margin-bottom : 1px;
}

ul.netmapSearchResultList img.icon {
	border: 0;
	margin: 0px 4px 2px 0; 
	vertical-align: middle;
	display: inline;
}






/* end search results */



#netmapTabSearchButton {
	margin: 0 3px 0 0;
	width: 70px; 
}

div#netmapTabSearchResults {
	border-top: 1px solid black;
	padding-top: 5px;
	margin-top: 5px;
}


/* NETMAP objects in map tab */

div.categoryObjectListHeader {
	margin-top: 3px;
	vertical-align: middle;
	font-size: 15px;
	font-weight: 700;
	padding: 0 3px 0 3px;
}

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

div.categoryObjectListHeader img {
	border: 0;
	margin: 4px 2px 0 0;
}

/** NETMAP object list tab */

div.categoryObjectListHeaderBg {
	margin-top: 5px;
	margin-bottom: 8px;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 700;
	padding: 2px 1px 1px 1px;
	height: 22px;
	clear : both;
	position: relative;
	
	border: 1px solid black;
	background-color: rgb(220,220,220);
}

div.categoryObjectListHeaderBg a {
	color: black;
	margin-left: 30px;
	text-decoration: none;
}

div.categoryObjectListHeaderBg img {
	border: 0;
	float: left;
	display: inline;
	position: absolute;
	margin: 0 6px 0 2px;
}

/*div.categoryObjectListHeader input {
	vertical-align: top;
}*/

ul.netmapObjectList {
	list-style: none;
	padding: 0 0 0 15px;
	margin: 3px 0 3px 0;
}

ul.netmapObjectList li {
	padding-left : 20px;
	margin-bottom : 3px;
	font-size: 14px;
}

/* --- HELP --- */
div#panel h4 {
	margin: 0;
}

div.help-cont {
	margin: 0px 0 0px 0;
}


div.help-cont span {
	float: left;
	padding: 5px 5px 1px 5px;
}

div.help-cont div {
	position: relative;
	padding-left: 5px;
}

/* ---- trash report tab */

form#netmapTabTrashReporter {
	margin-top: 10px;
}

form#netmapTabTrashReporter input.text {
	width: 300px;
}

form#netmapTabTrashReporter label {
	font-weight: 800;
}

/** tabbed search list*/
div.tabbedSearchListTitle {
    font-size: 15px;
    font-weight: 700;
	border-bottom: 1px dotted gray;
	padding-bottom: 5px;
	margin: 10px 0 5px 0;
}


span.tabbedSearchListPageDesc {
	/*margin-bottom: 10px;*/
	padding-bottom: 8px;
	display:-moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	width: 85px;
	text-align: center;
}

div.tabbedSearchListItem {
	margin: 4px 0 4px 0;
	position: relative;

}

div.tabbedSearchListCtrls {
    margin: 0;
    float: right;
}

img.searchCtrlIcon {
    border: 0;
}

img.searchIcon {
    margin-bottom:2px;
    margin-top:2px;
    position:relative;
    vertical-align:middle;
    border: 0;
}

div.tabbedSearchListItem div.searchTextLine {
	padding-left: 26px;
}


div.tabbedSearchCtrlResultNum {
	position: absolute;
	left: 2px;
	top: 2px;
    background: transparent url(http://api.planstudio.cz/images/routing-ctrl/listResultBg.png) no-repeat scroll 0 0;
    display: block;
	height: 16px;
	width: 16px;
	padding-top: 1px;
    font-size:10px;
    font-weight:800;
    text-align: center;
    vertical-align: middle;
	z-index: 10;

}

div.searchItemDetail {
    font-style:italic;
	padding-left: 26px;

}

div.searchItemDescription {
    font-size: 11px;
	padding-left: 26px;
}

div.tabbedSearchListItem img.searchIcon {
	float: right;
	margin: 2px 2px;
}

div.searchCtrlListHeader {
	margin: 0;
}
/* begin css tabs */

ul.searchGroupSel { /* general settings */
	text-align: left; /* set to left, right or center */
	margin: 12px 0 1em 0; /* set margins as desired */
	font: bold 11px verdana, arial, sans-serif; /* set font as desired */
	border-bottom: 1px solid #7292b5; /* set border COLOR as desired */
	list-style-type: none;
	padding: 3px 5px 3px 10px; /* THIRD number must change with respect to padding-top (X) below */
}

ul.searchGroupSel li { /* do not change */
	display: inline;

}

ul.searchGroupSel li a { /* settings for all tab links */
	padding: 3px 7px; /* set padding (tab size) as desired; FIRST number must change with respect to padding-top (X) above */
	border: 1px solid #cfdae7; /* set border COLOR as desired; usually matches border color specified in .searchGroupSel */
	background-color: #ffffff; /* set unselected tab background color as desired */
	color: #666; /* set unselected tab link color as desired */
	margin-right: 0px; /* set additional spacing between tabs as desired */
	text-decoration: none;
	border-bottom: none;
}

ul.searchGroupSel li.selected {
	border-bottom: 1px solid #fff; /* set border color to page background color */
	background-color: #fff; /* set background color to match above border color */
}

ul.searchGroupSel li.selected a { /* settings for selected tab link */
	border-color: #7292b5;
	background-color: #fff; /* set selected tab background color as desired */
	color: #000 !important; /* set selected tab link color as desired */
	position: relative;
	top: 1px;
	padding-top: 4px; /* must change with respect to padding (X) above and below */
}

ul.searchGroupSel a:hover { /* settings for hover effect */
	background: #fff; /* set desired hover color */

}


/* ----- routing CTRL ------ */

/*form*/
.routingCtrlForm {
	margin: 5px 0 5px 0;
}

/** Tlacitko vyhledat trasu*/
.routingCtrlSearchRouteButton {
	margin: 0 0 0 0;
	width: 65px;
}

/** Checkbox*/
.routingCtrlCriteriumCheckBox {
	margin: 3px 3px 0 0;
}

/** Select - vyber kriteria*/
.routingCtrlCriteriumSelect {
	margin: 0 3px 0 0;
	width: 200px;
}

.routingCtrlDestinationControlls {
	font-weight: bold;
	font-size: 12px;
	margin-left: 32px;
}

.routingCtrlCriteriumControlls {
	margin-top: 10px;
	margin-left: 32px;
}

/**DIV zabalujici vsechny ovladaci prvky dane destinace*/
.routingCtrlDestBox {
	display: block;
	/*width: 310px;*/
	position: relative;
    margin-bottom: 7px;
    -height: 22px;
}

.routingCtrlDestBox * {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
	box-sizing: border-box;
}



/**Ikonky ve formulari - odebrani, reset destinace*/
img.routingCtrlIcon {
	border: 0;
	margin: 0 2px 3px 0;
	display: inline-block;
    -display: inline;
	vertical-align: middle;
}

/**Div sdruzujici male ikonky umoznujici posun destinace nahoru a dolu*/
.routingCtrlDestSwitchBox {
    position:absolute;
    left: 20px;
    background-color: white;
    border: 0;
    height: 22px;
    width:10px;
    margin-top: 0px;
    -margin-top: 1px;
    padding: 2px 0 0 0;
}

img.routingCtrlSmallIcon {
    display: block;
    margin: 0px 2px 1px 0;
    border : 0;
}

.routingCtrlDestNum {
    text-align:center;
    width:22px;
    height:22px;
	font-size: 15px;
	background-color: white;
    padding: 2px 0 0 0px;
    border: 0;
    display: block;
    left: 0px;
    position: absolute;
    margin-top: 0px;
    -margin-top: 1px;

}

.routingCtrlDestBtn {
    text-align: center;
    font-size:12px;
    font-weight:800;
    margin: 0 0 0 1px;
    -margin-top: 1px;
}

/**Edit box umoznujici vyhledani destinace*/
input.routingCtrlDestText {
	width: 220px;
    border: 1px solid black;
    height: 22px;
    padding-left: 2px;
	margin: 0 0 0 32px;
	background-color: #ffffff;
}

/** Div obsahujici vysledky vyhledavani pro danou destinaci*/
.routingCtrlDestSearchResult {
	display: none;
	margin-bottom: 7px;
    margin-top: 3px;
    margin-left: 32px;
	padding-left: 3px;

	border-left: 1px solid #aaaaaa;
}

ul.searchCtrlList li {
	padding-left: 10px;
}


/** div obsahuje divy vsech destinaci*/
div.routingCtrlDestList {
	margin-bottom: 3px;
	margin-top: 3px;
}