ul.ui-autocomplete {
    background-color: #efefef;
    border: 1px solid #aaaaaa;
    width: 236px;
    height: 240px;
    z-index: 3000;
    overflow: auto;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    list-style-type: none;
    padding: 0px;
    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    0px -2px 10px rgba(50, 50, 50, 0.8);
    box-shadow:         0px -2px 10px rgba(50, 50, 50, 0.8);
}

li.ui-menu-item {
    padding-left: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
    cursor: pointer;
    font-family: Arial;
    font-size: 14px;
    font-weight: normal;
    color: #000000;
}
/*
li.ui-menu-item:hover {
    background-color: #f55a01;
    color: #ffffff;
    font-weight: bold;
}
*/
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    background-color: #f55a01;
    color: #ffffff;
    font-weight: bold;
    margin: -4px;
}






#ac-box {
    position: absolute;
    left: 10px;
    top: -400px;
    width: 238px;
    height: 230px;
    background-color: #ffffff;
    border: 1px solid #cc4e0a;
    z-index: 2000;
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.8);
    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.8);
    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.8);
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    overflow-x: hidden;
    overflow-y: auto;
}

div.ac-box-show {
    display: block;
}

div.ac-box-hide {
    display: none;
    background-color: #ff0000;
}

span.ac-item {
    display: block;
    margin: 0px;
    padding: 4px;
    padding-left: 12px;
    cursor: pointer;
}

span.ac-item-active {
    background-color: #f6e2d6;
}

span.ac-q {
    -text-transform: capitalize;
    font-weight: bold;
    color: #cd4702;
}div {
    -border: 1px dotted #ff0000;
}

root { 
    display: block;
    font-family: Arial;
    font-size: 12px;
    font-weight: normal;
}

span, div, td {
    font-family: Arial;
    font-size: 12px;
}

body, html {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    background-color: #ffffff;
    height: 100%
}

#content, #basic-map, #header-wrap, #side-panel-wrap, #footer-wrap {
    position: relative;
    width: 100%;
    height: 100%;
}

#basic-map, #header, #side-panel, #footer, #icom-box,
#zoombar, #zoom-button-county, #zoom-button-city, #zoom-button-street,
#pan-left, #pan-right, #pan-up, #pan-down, #overview, #side-panel-toggle, 
#map-selected-location {
    position: absolute;
    overflow: hidden;
}

#zoombar, #zoom-button-county, #zoom-button-city, #zoom-button-street,
#pan-left, #pan-right, #pan-up, #pan-down, #overview, #map-selected-location {
    z-index: -1;
}

#zoom-button-county, #zoom-button-city, #zoom-button-street {
    width: 57px;
    cursor: pointer;
}

#zoombar {
    width: 22px;
    height: 160px;
}

#map-selected-location {
    width: auto;
    height: auto;
}

#overview {
    width: 120px;
    height: 120px;
}

#pan-left, #pan-right, #pan-up, #pan-down {
    width: 26px;
    height: 26px;
    cursor: pointer;
}

#pan-left {
    //background-image: url('../images/pan-left.png');
}

#pan-right {
    //background-image: url('../images/pan-right.png');
}

#pan-up {
    //background-image: url('../images/pan-up.png');
}

#pan-down {
    //background-image: url('../images/pan-down.png');
}

#basic-map {
    z-index: 1;
}

#header, #footer {
    width: 100%;
    z-index: 10;
}

#footer {
    bottom: 0px;
    height: 24px;
}

#header {
    height: 94px;
}

#header-content, #layer-select {
    position: absolute;
    height: 100%;
    top: 0px;
}

#logo {
    //width: 260px;
    position: absolute;
    top: 10px;
    left: 20px;
}

#header-content {
    left: 280px;
}

#layer-select {
    width: 180px;
    right: 0px;
}

#icom-box {
    top: 66px;
    right: 12px;
    width: 216px;
    height: 0px;
    z-index: 40;
    display: none;
}

#icom-box-hideborder {
    display: none;
}

#side-panel {
    top: 94px; /* 78*/
    width: 260px;
    height: 1000px;
    z-index: 5;
}

#side-panel-toggle {
    top: 104px;  /* 91 */
    left: 260px;
    //width: 23px;
    //height: 51px;
    overflow: hidden;
    cursor: pointer;
    z-index: 50;
    //background-image: url('../images/side-panel-close.png');
    //background-repeat: no-repeat;
}

#search-box, #search-results, #search-info {
    width: 100%;
}

#search-box {
    height: 118px;
}

#search-info {
    height: 72px;
}

#search-results {
    height: 1000px;
}

#footer-links, #languages {
    position: absolute;
    width: 50%;
    height: 100%;
    text-align: left;
    padding-top: 4px;
}

#footer-links {
    padding-left: 12px;
}


#languages {
    right: 0px;
    text-align: right;
}


.popup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:3px;z-index:100;text-align:center;background-color:transparent;}
.popup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
.popup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
.popup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
.popup td{margin:0px;padding:0px;background-color:transparent;}
.popup-top-left,    .popup-top-right,   .popup-bottom-left, .popup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
.popup-top-middle,  .popup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
.popup-middle-left, .popup-middle-right{overflow:hidden;background-repeat:repeat-y;}
.popup-tail{border:0px;margin:0px;padding:0px;display:inline;}

table.popupbubi {
    margin: 12px;
}

.popupbubi .bubistreet {
    width: 93px;
}
.popupbubi .bubinumber {
    width: 24px;
}

.popupbubi td, .popupbubi input, .popupbubi select, .popupbubi textarea{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    
    /*cursor: pointer;*/
}
.popupbubi input, .popupbubi select, .popupbubi textarea{
    font-size: 11px;
    font-family: Arial;
    text-align: left;
    width: 120px;
    /*cursor: pointer;*/
}



.popupbubi td a {
    text-decoration: none;
    color: #CC4E0A;
    font-size: 12px;
    }
.pw {
    color: white;
}


span.bubi-name {
    display: inline-block;
    margin-left: 12px;
    margin-top: 4px;
    font-weight: bold
}

div#banner-top {
    height: 0px;
    background: red;
    color: white;
    position: relative;
    z-index: 100;
}

div#banner-left-bottom {
    height: 0px;
    //background: yellowgreen;
    color: black;
    position: relative;
    z-index: 100;
    
    border-top: 1px solid #959C9F;
    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
}

div#amenitypanel {
    background-color: #E9F1FF;
    position: absolute;
    bottom: 40px;
    left: 280px;
    z-index: 10;
    font-size: 16px;
    font-family: "Helvetica Neue", HelveticaNeue, Helvetica, Arial, sans-serif;
    padding: 4px;
    border: solid 1px #ababa7;
}

.subpanel {
    float: left;
    padding-left: 8px;
    font-size: 8px;

}
.ur {
    display: block;
    text-align: center;
}
.lr {
    font-size: 11px;
}

.bottommessage {
    padding: 8px 8px 16px 8px;
    color: red;
    font-size: 10px;
//    background-color: red;
}

#message {
    font-size: 16px;
    //background-color: #E9F1FF;
    background-color: green;
    border: solid 1px white;
    padding: 4px;
    text-decoration: bold;
    color: white;

    z-index: 20;
}

#impresszum {
    font-size: 16px;
    text-align: center;
}

#impresszum {
    background: #FAFAFA;
    
    width: 80%;
    height: 330px;
    margin: auto;
    margin-top: 24px;
    padding-top: 20px;
    
    border: 1px solid #CCC;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.2);
}

.ilf {
    text-align: left;
    vertical-align: center;
    display: block;
    padding: 10px;
    font-size: 14px;
}
.ila {
    text-align: left;
    
    padding-left: 10px;
    font-size: 18px;
    display: block;
    padding-bottom: 17px;
}

.gomb {
-webkit-border-radius: 2px;
border-radius: 2px;
cursor: default;
font-size: 11px;
font-weight: bold;
text-align: center;
white-space: nowrap;
margin-right: 16px;
height: 27px;
line-height: 27px;
min-width: 54px;
outline: 0;
padding: 0 8px;
-webkit-box-shadow: none;
box-shadow: none;
//background-color: #4d90fe;
background-color: #CC4E0A;
//background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
//background-image: linear-gradient(top,#4d90fe,#4787ed);
border: 1px solid #666666;
color: #fff;
}
.popupbubi td a.gomb  {
    color: white;
    font-size: 11px;
}
.kekq {
-webkit-box-shadow: none;
box-shadow: none;
background-color: #CC4E0A;
//background-image: -webkit-linear-gradient(top,#4d90fe,#4787ed);
//background-image: linear-gradient(top,#4d90fe,#4787ed);
border: 1px solid #666666;
color: #fff;
}


// fb ac
/* Example tokeninput style #1: Token vertical list*/
ul.token-input-list {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    width: 400px;
    border: 1px solid #999;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list li {
    list-style-type: none;
}

ul.token-input-list li input {
    border: 0;
    width: 350px;
    padding: 3px 8px;
    background-color: white;
    -webkit-appearance: caret;
}

li.token-input-token {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    margin: 3px;
    padding: 3px 5px;
    background-color: #d0efa0;
    color: #000;
    font-weight: bold;
    cursor: default;
    display: block;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
}

li.token-input-token span {
    float: right;
    color: #777;
    cursor: pointer;
}

li.token-input-selected-token {
    background-color: #08844e;
    color: #fff;
}

li.token-input-selected-token span {
    color: #bbb;
}

div.token-input-dropdown {
    position: absolute;
    width: 400px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 12px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown ul li {
    background-color: #fff;
    padding: 3px;
    list-style-type: none;
}

div.token-input-dropdown ul li.token-input-dropdown-item {
    background-color: #fafafa;
}

div.token-input-dropdown ul li.token-input-dropdown-item2 {
    background-color: #fff;
}

div.token-input-dropdown ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown ul li.token-input-selected-dropdown-item {
    background-color: #d0efa0;
}

ul.token-input-list-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 1%;
    //width: 400px;
    border: 1px solid #8496ba;
    cursor: text;
    font-size: 12px;
    font-family: Verdana;
    min-height: 1px;
    z-index: 999;
    margin: 0;
    padding: 0;
    background-color: #fff;
    list-style-type: none;
    clear: left;
}

ul.token-input-list-facebook li input {
    border: 0;
    width: 100px;
    padding: 3px 8px;
    background-color: white;
    margin: 2px 0;
    -webkit-appearance: caret;
}

li.token-input-token-facebook {
    overflow: hidden; 
    height: auto !important; 
    height: 15px;
    margin: 3px;
    padding: 1px 3px;
    background-color: #eff2f7;
    color: #000;
    cursor: default;
    border: 1px solid #ccd5e4;
    font-size: 11px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    float: left;
    white-space: nowrap;
}

li.token-input-token-facebook p {
    display: inline;
    padding: 0;
    margin: 0;
}

li.token-input-token-facebook span {
    color: #a6b3cf;
    margin-left: 5px;
    font-weight: bold;
    cursor: pointer;
}

li.token-input-selected-token-facebook {
    background-color: #5670a6;
    border: 1px solid #3b5998;
    color: #fff;
}

li.token-input-input-token-facebook {
    float: left;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook {
    position: absolute;
    width: 150px;
    background-color: #fff;
    overflow: hidden;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    cursor: default;
    font-size: 11px;
    font-family: Verdana;
    z-index: 1;
}

div.token-input-dropdown-facebook p {
    margin: 0;
    padding: 5px;
    font-weight: bold;
    color: #777;
}

div.token-input-dropdown-facebook ul {
    margin: 0;
    padding: 0;
}

div.token-input-dropdown-facebook ul li {
    background-color: #fff;
    padding: 3px;
    margin: 0;
    list-style-type: none;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li.token-input-dropdown-item2-facebook {
    background-color: #fff;
}

div.token-input-dropdown-facebook ul li em {
    font-weight: bold;
    font-style: normal;
}

div.token-input-dropdown-facebook ul li.token-input-selected-dropdown-item-facebook {
    background-color: #3b5998;
    color: #fff;
}


// fb ac vége

}

table.contextmenu td, .cm td {
    border: 1px solid gray;

}
.cm td a,.cm td a:hover,.cm td a:visited,.cm td a:active{
    text-decoration: none;
    color: blue;
    //border: 1px solid green;
    
}


#amenityopenclose {
float: right;

position: relative;

top: 12px;
left: 27px;
z-index: 50;
//background-image: url('../images/side-panel-close.png');
//background-repeat: no-repeat;
//width: 23px;
//height: 51px;
}

.ui-multiselect { padding:2px 0 2px 4px; text-align:left ;width: 100%;}
.ui-multiselect span.ui-icon { float:right }
.ui-multiselect-single .ui-multiselect-checkboxes input { position:relative !important; top: auto !important; left:-9999px; }
.ui-multiselect-single .ui-multiselect-checkboxes label { padding:0px !important }

.ui-multiselect-header { margin-bottom:3px; padding:3px 0 3px 4px }
.ui-multiselect-header ul { font-size:0.9em }
.ui-multiselect-header ul li { float:left; padding:0 10px 0 0 }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float:left }
.ui-multiselect-header li.ui-multiselect-close { float:right; text-align:center; padding-right:0 ;width: 100%;}

.ui-multiselect-menu { display:none; padding:3px; position:absolute; z-index:10000; text-align: left; width: 186px;  }
.ui-multiselect-checkboxes { position:relative /* fixes bug in IE6/7 */; overflow-y:auto }
//.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:3px 1px }
.ui-multiselect-checkboxes label { cursor:default; display:block; border:1px solid transparent; padding:0px 0px }
.ui-multiselect-checkboxes label input { position:relative; top:1px }
.ui-multiselect-checkboxes li { clear:both; font-size:0.9em; padding-right:0px }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight:bold; border-bottom:1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display:block; padding:3px; margin:1px 0; text-decoration:none }

.ui-100percent { width: 100%;}
.ui-w65 {width: 89px; margin: 0;}


input[type="radio"] {
    margin: 0px 0px 0px 0px;
}

/* remove label borders in IE6 because IE6 does not support transparency */
* html .ui-multiselect-checkboxes label { border:none }

.sprite-bank{ background-position: -187px -124px; width: 32px; height: 37px;   } 
.sprite-conveniencestore{ background-position: -155px -124px; width: 32px; height: 37px;   } 
.sprite-fastfood{ background-position: 0 -282px; width: 32px; height: 37px;   } 
.sprite-firstaid{ background-position: -123px -124px; width: 32px; height: 37px;  } 
.sprite-fuel{ background-position: -91px -124px; width: 32px; height: 37px;  } 
 
.sprite-others{ background-position: -91px -81px; width: 32px; height: 37px;   } 
.sprite-pharmacy{ background-position: -187px -81px; width: 32px; height: 37px;   } 

.sprite-restaurant{ background-position: -155px -81px; width: 32px; height: 37px;   } 
.sprite-school{ background-position: -123px -81px; width: 32px; height: 37px; } 
.sprite {background-image: url(../images/sprite.png);   margin: auto;}


.sprite-pan-down{ background-position: -229px -1px; width: 26px; height: 26px; } 
.sprite-pan-left{ background-position: -307px -1px; width: 26px; height: 26px; } 
.sprite-pan-right{ background-position: -281px -1px; width: 26px; height: 26px; } 
.sprite-pan-up{ background-position: -255px -1px; width: 26px; height: 26px; } 
.sprite-side-panel-close{ background-position: -52px -81px; width: 23px; height: 51px; } 
.sprite-side-panel-open{ background-position: -23px -81px; width: 23px; height: 51px; } 
.sprite-slider{ background-position: -19px -58px; width: 22px; height: 15px; } 
//.sprite-slider_over{ background-position: -46px -58px; width: 22px; height: 15px; } 

#slider-image:hover {background-position: -46px -58px; width: 22px; height: 15px; }

.sprite-zoom-labelbg-left{ background-position: -341px -48px; width: 60px; height: 20px; } 

.sprite-zoom-minus-mini{ background-position: -281px -38px; width: 46px; height: 22px; } 
.sprite-zoom-plus-mini{ background-position: -229px -38px; width: 46px; height: 22px; } 

.sprite-zoombar{ background-position: 3px -8px; width: 10px; height: 210px; } 
.sprite-logo{ background-position: -19px -1px; width: 199px; height: 47px; } 
.sprite-unchecked{ background-position: -155px -61px; width: 12px; height: 12px; margin-top: 1px; } 
.sprite-checked{ background-position: -131px -59px; width: 13px; height: 14px; margin-top: -1px; } 
.sprite-search{ background-position: -281px -75px; width: 240px; height: 31px; } 
.search-button{ margin-right: 20px;}
.sprite-search-icom-button{ background-position: -341px -7px; width: 182px; height: 31px; } 
.search-button{ margin-right: 20px;}

#myad {
    position: absolute;
    z-index: 50;
    margin-right: 50%;
    margin-left: 50%;
    background-color: white;
    padding: 50px;
    display: none;
    width: 300px;
}
.adbezaro {
    background-color: #66E16E;
    padding: 10px;
    margin: 20px auto;
color: white;
text-decoration: none;
font-size: 14px;    
}

.searchbutton {
    background-color: #fd760f;
    color: white;
    width: 88%;
    padding: 5px;
    display: inline-block;
    margin: auto;
    text-align: center;
    //text-decoration: none;
}#header {
    border-bottom: 1px solid #e2e2e2;

    /*background: -moz-linear-gradient(top, rgb(255,255,255) 0%, rgb(235,235,235) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(255,255,255)), color-stop(100%,rgb(235,235,235)));
    background: -webkit-linear-gradient(top, rgb(255,255,255) 0%,rgb(235,235,235) 100%);
    background: -o-linear-gradient(top, rgb(255,255,255) 0%,rgb(235,235,235) 100%);
    background: -ms-linear-gradient(top, rgb(255,255,255) 0%,rgb(235,235,235) 100%);
    background: linear-gradient(top, rgb(255,255,255) 0%,rgb(235,235,235) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ebebeb',GradientType=0 );
    -webkit-box-shadow: 0px 2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px 2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px 2px 10px rgba(50, 50, 50, 0.2);
    */
    background-color: white;

}

#logo {
    //background-image: url('../images/logoterv_narancs.png');
    //background-image: url('../images/logo.png');
    //background-repeat: no-repeat;
    //background-position: 29px 16px;
}

#footer {
    border-top: 1px solid #e2e2e2;
/*
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 1%, rgba(247,247,247,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(255,255,255,1)), color-stop(100%,rgba(247,247,247,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(247,247,247,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(247,247,247,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(247,247,247,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 1%,rgba(247,247,247,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );

    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -2px 10px rgba(50, 50, 50, 0.2);
*/
    background-color: white;
}

span.footer-link, span.footer-link-no, span.footer-link-sep, span.footer-link a {
    font-size: 11px;
    color: #cc4e0a;
}

span.footer-link {
    text-decoration: underline;
    cursor: pointer;
}

span.footer-link-sep {
    margin-left: 4px;
    margin-right: 4px;
}

#languages {
    padding-top: 6px;
}

#lang-en, #lang-de {
    float: right;
    width: 16px;
    height: 11px;
    margin-right: 10px;
    cursor: pointer;
    background-image: url('../images/lang-en.png');
}

#lang-de {
    background-image: url('../images/lang-de.png');
}

div.layer-button {
    position: absolute;
    border: 1px solid #aaaaaa;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: left;
    padding-left: 24px;
    padding-right: 16px;
    padding-top: 4px;
    padding-bottom: 4px;
    cursor: pointer;
    z-index: 20;
}

#layer-button-bkv {
    top: 104px;
    right: 24px;
    width: 34px;
}

#layer-button-icom {
    top: 104px;
    right: 106px;
    width: 62px;
}
#layer-button-old {
    top: 104px;
    right: 215px;
    width: 90px;
}

#layer-button-ads {
    top: 43px;
    right: 24px;
}

div.layer-button-active {
    background: rgb(222,222,222);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlZGVkZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjQ5JSIgc3RvcC1jb2xvcj0iI2QyZDJkMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlMWUxZTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(222,222,222,1) 0%, rgba(210,210,210,1) 49%, rgba(225,225,225,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,222,222,1)), color-stop(49%,rgba(210,210,210,1)), color-stop(100%,rgba(225,225,225,1)));
    background: -webkit-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(210,210,210,1) 49%,rgba(225,225,225,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(210,210,210,1) 49%,rgba(225,225,225,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(210,210,210,1) 49%,rgba(225,225,225,1) 100%);
    background: linear-gradient(top,  rgba(222,222,222,1) 0%,rgba(210,210,210,1) 49%,rgba(225,225,225,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dedede', endColorstr='#e1e1e1',GradientType=0 );
}

div.layer-button-inactive {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
}

span.checkbox-unchecked {
    display: inline-block;
    //background-image: url('../images/checkbox-unchecked.png');
    //background-repeat: no-repeat;
    //background-position: 6px 6px;
    //width: 20px;
    //height: 20px;
    float: left;
    //margin-top: 2px;
    margin-left: -19px;
}

span.checkbox-checked {
    display: inline-block;
    //background-image: url('../images/checkbox-checked.png');
    //background-repeat: no-repeat;
    //background-position: 6px 6px;
    //width: 20px;
    //height: 22px;
    float: left;
    //margin-top: 2px;
    margin-left: -19px;
}#side-panel {
    border-right: 1px solid #959c9f;

    -webkit-box-shadow: 2px 0px 10px rgba(50, 50, 50, 0.3);
    -moz-box-shadow:    2px 0px 10px rgba(50, 50, 50, 0.3);
    box-shadow:         2px 0px 10px rgba(50, 50, 50, 0.3);
    z-index: 100;
}

#search-box {
    padding: 10px;
    padding-top: 12px;
    
    border-bottom: 1px solid #f7f7f7;

    background: -moz-linear-gradient(top,  rgba(247,247,247,0.95) 0%, rgba(247,247,247,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,0.95)), color-stop(100%,rgba(247,247,247,0.95)));
    background: -webkit-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );
}

#search-results {
    padding-top: 10px;
    padding-bottom: 10px;
    
    border-top: 1px solid #959c9f;

    background: -moz-linear-gradient(top,  rgba(232,232,232,0.95) 0%, rgba(232,232,232,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(232,232,232,0.95)), color-stop(100%,rgba(232,232,232,0.95)));
    background: -webkit-linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    background: linear-gradient(top,  rgba(232,232,232,0.95) 0%,rgba(232,232,232,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2e8e8e8', endColorstr='#f2e8e8e8',GradientType=0 );
    
    -webkit-box-shadow: inset 0px 2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    inset 0px 2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         inset 0px 2px 10px rgba(50, 50, 50, 0.2);

    overflow-y: auto;
    overflow-x: hidden;
}

#search-info {
    border-top: 1px solid #959c9f;
    
    background: -moz-linear-gradient(top,  rgba(247,247,247,0.95) 0%, rgba(247,247,247,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,0.95)), color-stop(100%,rgba(247,247,247,0.95)));
    background: -webkit-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );

    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -2px 10px rgba(50, 50, 50, 0.2);
    
    padding-top: 20px;
    padding-left: 12px;

    z-index: 100;
}

#search-city, #search-district, #search-street, #search-number {
    display: inline-block;
    margin: 0px;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid #b0b0b0;
}

#search-street {
    width: 176px;
    -moz-border-radius: 4px 0px 0px 4px;
    -webkit-border-radius: 4px 0px 0px 4px;
    border-radius: 4px 0px 0px 4px;
}
#search-city, #search-street-hazszamnelkul {
    width: 228px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;    
}

#search-street {
    margin-top: 4px;
}

#search-district, #search-number {
    width: 38px;
    margin-left: 2px;
    -moz-border-radius: 0px 4px 4px 0px;
    -webkit-border-radius: 0px 4px 4px 0px;
    border-radius: 0px 4px 4px 0px;
}

#search-city, #search-district {
    -font-weight: bold;
}

#search-district {
    -font-style: italic;
}

#search-address-button {
    margin-top: 4px;
    cursor: pointer;
}

#banner-left-bottom {
    border-top: 1px solid #959c9f;
    
    background: -moz-linear-gradient(top,  rgba(247,247,247,0.95) 0%, rgba(247,247,247,0.95) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(247,247,247,0.95)), color-stop(100%,rgba(247,247,247,0.95)));
    background: -webkit-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -o-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: -ms-linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    background: linear-gradient(top,  rgba(247,247,247,0.95) 0%,rgba(247,247,247,0.95) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f7f7f7', endColorstr='#f2f7f7f7',GradientType=0 );

    -webkit-box-shadow: 0px -2px 10px rgba(50, 50, 50, 0.2);
    -moz-box-shadow:    0px -2px 10px rgba(50, 50, 50, 0.2);
    box-shadow:         0px -2px 10px rgba(50, 50, 50, 0.2);
    
    //padding-top: 20px;
    padding-left: 12px;
    padding-bottom: -8px;

    overflow-y: hidden;
    overflow-x: hidden;
}


span.result, .result  {
    font-size: 12px;
    line-height: 7px;
    margin-left: 12px;
    color: #cc4e0a;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

.result u {
    font-size: 12px;
    line-height: 7px;
    margin-left: 12px;
    color: #cc4e0a;
    text-decoration: underline;
    cursor: pointer;
    display: block;
}

#results-text {
    margin-top: 8px;
    font-weight: bold;
    font-size: 16px;
    font-family: Arial;
}

span.info {
    color: #666666;
}

span.info-link {
    color: #cc4e0a;
    text-decoration: underline;
    cursor: pointer;
}

input.placeholder {
    color: #aaaaaa;
    font-weight: normal;
    font-style: italic;
}/* zoombar */
#zoombar {
    position: absolute;
    top: -300px;
    left: -300px;
    padding: 0px;
    z-index: 3006;
    width: 22px;
}

#zoombar-plus, #zoombar-minus {
    padding: 0px;
    width: 22px;
    height: 22px;
    font-size: 1px;
    border: 0px none;
    cursor: pointer;
}

#zoombar-plus {
    //background-image: url('../images/zoom-plus-mini.png');
    //background-repeat: no-repeat;
    //background-position: 0px 0px;
}

#zoombar-minus {
    //background-image: url('../images/zoom-minus-mini.png');
    //background-repeat: no-repeat;
    //background-position: 0px 0px;
}

#zoombar-plus:hover { background-position: -253px -38px; width: 46px; height: 22px;padding:0;margin:0; }
#zoombar-minus:hover { background-position: -305px -38px; width: 46px; height: 22px; } 

#zoombar-bg {
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    width: 22px;
    height: 100px;
    //background-image: url('../images/zoombar.png');
    //background-repeat: no-repeat;
    //background-position: 6px -8px;
    font-size: 1px;
}

#slider-image {
    cursor: move;
    width: 22px;
    height: 15px;
    border: 0px none;
}

img.zoomBarButtons, img.pan {
    cursor: pointer;
    border: 0px none;
}

div.zoom-button {
    position: absolute;
    top: -300px;
    left: 80px;
    z-index: 3005;
    width: 57px;
    height: 19px;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
    //background-image: url('../images/zoom-labelbg-left.png');
    //background-repeat: no-repeat;
    //background-position: 0px 0px;
}

#zoom-button-street:hover { background-position: -401px -48px; width: 54px; height: 20px; } 
#zoom-button-city:hover { background-position: -401px -48px; width: 54px; height: 20px;} 
#zoom-button-county:hover { background-position: -401px -48px; width: 54px; height: 20px; } 

div.zoom-button-text {
    padding-top: 2px;
    padding-left: 8px;
        color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
}


#panBarTable {
    background-image: url('../images/panbar_bg.png');
    background-repeat: no-repeat;
    background-position: -3px 1px;
}

#panBarTable td {
    width: 15px;
    height: 15px;
}

td.pan {
    cursor:pointer;
}
#icom-box {
    border: 1px solid #aaaaaa;
    
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(226,226,226,0.96) 0%, rgba(255,255,255,0.76) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,0.96)), color-stop(100%,rgba(255,255,255,0.76)));
    background: -webkit-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -o-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -ms-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e2e2e2', endColorstr='#c2ffffff',GradientType=0 );
}

#icom-box-content {
    text-align: right;
    padding: 10px;
}

span.icom-box-title {
    font-weight: bold;
    display: block;
    margin-bottom: -8px;
    margin-right: 20px;
}

#icom-box-content input, #icom-box-content select {
    margin-top: 1px;
    margin-bottom: 1px;
}

#icom-box-content input, #icom-box-content select {
    border: 1px solid #b0b0b0;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 4px;
    color: #cc4e0a;
}

#icom-box-content input {
    text-align: right;
}

#icom-box-content select, #icom-box-content option {
    cursor: pointer;
}

#icom-search-mode, #icom-search-type {
    width: 176px;
    text-align: left;
}

#icom-search-price-type, #icom-search-rooms {
    width: 120px;
    margin-right: -3px;
}

#icom-search-price-type {
    margin-top: 0px;
}

#icom-search-price-min, #icom-search-price-max, #icom-search-size-min, #icom-search-size-max {
    width: 55px;
}

#icom-search-floor-min, #icom-search-floor-max {
    width: 65px;
    margin-right: -3px;
}


#icom-search-price-max, #icom-search-size-max  {
    margin-right: -3px;
}

#icom-search-rooms-text {
    display: inline-block;
    width: 72px;
    height: 35px;
    text-align: right;
    margin-right: 124px;
}

#icom-box #icom-box-content #icom-search-rooms {
    margin-top: -33px;
    display: block;
    margin-left: 76px;
}

#icom-search-rooms {
    width: 110px;
    right: 0px;
}

#search-icom-button {
    margin-top: -4px;
    margin-right: 6px;
    cursor: pointer;
}

#icom-box-hideborder {
    background-color: #E0E0E0;
    width: 102px;
    height: 3px;
    position: absolute;
    top: 65px;
    right: 107px;
    z-index: 50;
}

span.feltetel {
    font-size: 11px;
    
}

#bkvpanel {
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIgc3RvcC1vcGFjaXR5PSIwLjk2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC43NiIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(226,226,226,0.96) 0%, rgba(255,255,255,0.76) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(226,226,226,0.96)), color-stop(100%,rgba(255,255,255,0.76)));
    background: -webkit-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -o-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: -ms-linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    background: linear-gradient(top,  rgba(226,226,226,0.96) 0%,rgba(255,255,255,0.76) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5e2e2e2', endColorstr='#c2ffffff',GradientType=0 );
    border: 1px solid #aaaaaa;
    position: absolute;
    width: 200px;
    display: none;
    top: 121px;
    z-index: 50;
    right: 14px;
}


#bkv-hideborder {
    background-color: #E0E0E0;
    width: 75px;
    height: 3px;
    position: absolute;
    top: 65px;
    right: 24px;
    z-index: 50;
    display: none;

}#map-selected-location {
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWU1ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
    
    border: 1px solid #000000;
    padding: 4px;
    color: #000000;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    
    cursor: pointer;
}

#overview {
    background: #eeeeee;
    border: 1px solid #000000;
    padding: 4px;
    color: black;
    font-weight: bold;
    
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;    
    
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    display: none;
}
div.olMap {
    z-index: 0;
    padding: 0 !important;
    margin: 0 !important;
    cursor: default;
}

div.olMapViewport {
    text-align: left;
}

div.olLayerDiv {
   -moz-user-select: none;
   -khtml-user-select: none;
}

.olLayerGoogleCopyright {
    left: 2px;
    bottom: 2px;
}
.olLayerGoogleV3.olLayerGoogleCopyright {
    right: auto !important;
}
.olLayerGooglePoweredBy {
    left: 2px;
    bottom: 15px;   
}
.olLayerGoogleV3.olLayerGooglePoweredBy {
    bottom: 15px !important;
}
/*.olControlAttribution {
    font-size: smaller; 
    right: 3px; 
    bottom: 4.5em; 
    position: absolute; 
    display: block;
}
*/
.olControlAttribution {
                position      : absolute;
                font-size     : 10px;
                bottom        : 0 !important;
                right         : 0 !important;
                background    : rgba(0,0,0,0.1);
                font-family   : Arial;
                padding       : 2px 4px;
                border-radius : 5px 0 0 0;
            }
.olControlScale {
    right: 3px;
    bottom: 3em;
    display: block;
    position: absolute;
    font-size: smaller;
}
.olControlScaleLine {
   display: block;
   position: absolute;
   left: 10px;
   bottom: 15px;
   font-size: xx-small;
}
.olControlScaleLineBottom {
   border: solid 2px black;
   border-bottom: none;
   margin-top:-2px;
   text-align: center;
}
.olControlScaleLineTop {
   border: solid 2px black;
   border-top: none;
   text-align: center;
}

.olControlPermalink {
    right: 3px;
    bottom: 1.5em;
    display: block;
    position: absolute;
    font-size: smaller;
} 

div.olControlMousePosition {
    bottom: 26px;
    right: 2px;
    display: block;
    position: absolute;
    font-family: Arial;
    font-size: smaller;
    background-color: white;
}

.olControlOverviewMapContainer {
    position: absolute;
    bottom: 39px;
    right: 0px;
    border: 1px solid black;
    /*
    top: 420px;
    width: 120px;
    height: 120px;
    */
}

.olControlOverviewMapElement {
    /*padding: 10px 18px 10px 10px;*/
    padding: 2px;
    background-color: whitesmoke;
    -moz-border-radius: 1em 0 0 0;

}

.olControlOverviewMapMinimizeButton {
    left: 0px;
    top: 0px;
    cursor: pointer;
}    

.olControlOverviewMapMaximizeButton {
    right: -2px;
    bottom: -5px;
    cursor: pointer;
}

.olControlOverviewMapExtentRectangle {
    overflow: hidden;
    background-image: url("img/blank.gif");
    cursor: move;
    border: 2px dotted red;
}
.olControlOverviewMapRectReplacement {
    overflow: hidden;
    cursor: move;
    background-image: url("img/overview_replacement.gif");
    background-repeat: no-repeat;
    background-position: center;
}

.olLayerGeoRSSDescription {
    float:left;
    width:100%;
    overflow:auto;
    font-size:1.0em;
}
.olLayerGeoRSSClose {
    float:right;
    color:gray;
    font-size:1.2em;
    margin-right:6px;
    font-family:sans-serif;
}
.olLayerGeoRSSTitle {
    float:left;font-size:1.2em;
}

.olPopupContent {
    padding:5px;
    overflow: auto;
}    

.olControlNavigationHistory {
   background-image: url("img/navigation_history.png");
   background-repeat: no-repeat;
   width:  24px;
   height: 24px;

}
.olControlNavigationHistoryPreviousItemActive { 
  background-position: 0 0;
}
.olControlNavigationHistoryPreviousItemInactive { 
   background-position: 0 -24px;
}
.olControlNavigationHistoryNextItemActive { 
   background-position: -24px 0;
}
.olControlNavigationHistoryNextItemInactive { 
   background-position: -24px -24px;
}

div.olControlSaveFeaturesItemActive { 
    background-image: url(img/save_features_on.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}
div.olControlSaveFeaturesItemInactive { 
    background-image: url(img/save_features_off.png);
    background-repeat: no-repeat;
    background-position: 0 1px;
}

.olHandlerBoxZoomBox {
    border: 2px solid red;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}
.olHandlerBoxSelectFeature {
    border: 2px solid blue;
    position: absolute;
    background-color: white;
    opacity: 0.50;
    font-size: 1px;
    filter: alpha(opacity=50);
}   

.olControlPanPanel {
    top: 10px;
    left: 5px;
}  

.olControlPanPanel div {
    background-image: url(img/pan-panel.png);
    height: 18px;
    width: 18px;
    cursor: pointer;
    position: absolute;
}

.olControlPanPanel .olControlPanNorthItemInactive {
    top: 0;
    left: 9px;
    background-position: 0 0;
}
.olControlPanPanel .olControlPanSouthItemInactive {
    top: 36px;
    left: 9px;
    background-position: 18px 0;
}
.olControlPanPanel .olControlPanWestItemInactive {
    position: absolute;
    top: 18px;
    left: 0;
    background-position: 0 18px;
}
.olControlPanPanel .olControlPanEastItemInactive {
    top: 18px;
    left: 18px;
    background-position: 18px 18px;
}

.olControlZoomPanel {
    top: 71px;
    left: 14px;
} 

.olControlZoomPanel div {
    background-image: url(img/zoom-panel.png);
    position: absolute;
    height: 18px;
    width: 18px;
    cursor: pointer;
}

.olControlZoomPanel .olControlZoomInItemInactive {
    top: 0;
    left: 0;
    background-position: 0 0;
}

.olControlZoomPanel .olControlZoomToMaxExtentItemInactive {
    top: 18px;
    left: 0;
    background-position: 0 -18px;
}

.olControlZoomPanel .olControlZoomOutItemInactive {
    top: 36px;
    left: 0;
    background-position: 0 18px;
}

/* 
 * When a potential text is bigger than the image it move the image
 * with some headers (closes #3154) 
 */
.olControlPanZoomBar div {
    font-size: 1px;
}

.olPopupCloseBox {
//  background: url("img/close.gif") no-repeat;
  background: url("../images/close.png") no-repeat;
  cursor: pointer;
}

.olFramedCloudPopupContent {
    padding: 5px;
    overflow: auto;
}

.olControlNoSelect {
 -moz-user-select: none;
 -khtml-user-select: none;
}

.olImageLoadErroro {
    background-color: pink;
    opacity: 0.5;
    filter: alpha(opacity=50); /* IE */
}
.olImageLoadError {
    background: url(../images/noTile.png) no-repeat scroll 0 0 transparent !important;
    opacity: 0.5 !important;
}

/**
 * Cursor styles
 */

.olCursorWait {
    cursor: wait;
}
.olDragDown {
    cursor: move;
}
.olDrawBox {
    cursor: crosshair;
}
.olControlDragFeatureOver {
    cursor: move;
}
.olControlDragFeatureActive.olControlDragFeatureOver.olDragDown {
    cursor: -moz-grabbing;
}

/**
 * Layer switcher
 */
.olControlLayerSwitcher {
    position: absolute;
    top: 25px;
    right: 0;
    width: 20em;
    font-family: sans-serif;
    font-weight: bold;
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    font-size: smaller;
    color: white;
    background-color: transparent;
}

.olControlLayerSwitcher .layersDiv {
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 75px;
    background-color: darkblue;
    width: 100%;
    height: 100%;
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 10px;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlLayerSwitcher .minimizeDiv {
    top: 5px;
    right: 0;
    cursor: pointer;
}

.olBingAttribution {
    color: #DDD;
}
.olBingAttribution.road {
    color: #333;
}

.olGoogleAttribution.hybrid, .olGoogleAttribution.satellite {
    color: #EEE;
}
.olGoogleAttribution {
    color: #333;
}
span.olGoogleAttribution a {
    color: #77C;
}
span.olGoogleAttribution.hybrid a, span.olGoogleAttribution.satellite a {
    color: #EEE;
}

/**
 * Editing and navigation icons.
 * (using the editing_tool_bar.png sprint image)
 */
.olControlNavToolbar ,
.olControlEditingToolbar {
    margin: 5px 5px 0 0;
}
.olControlNavToolbar div,
.olControlEditingToolbar div {
    background-image: url("img/editing_tool_bar.png");
    background-repeat: no-repeat;
    margin: 0 0 5px 5px;
    width: 24px;
    height: 22px;
    cursor: pointer
}
/* positions */
.olControlEditingToolbar {
    right: 0;
    top: 0;
}
.olControlNavToolbar {
    top: 295px;
    left: 9px;
}
/* layouts */
.olControlEditingToolbar div {
    float: right;
}
/* individual controls */
.olControlNavToolbar .olControlNavigationItemInactive,
.olControlEditingToolbar .olControlNavigationItemInactive {
    background-position: -103px -1px;
}
.olControlNavToolbar .olControlNavigationItemActive ,
.olControlEditingToolbar .olControlNavigationItemActive  {
    background-position: -103px -24px;
}
.olControlNavToolbar .olControlZoomBoxItemInactive {
    background-position: -128px -1px;
}
.olControlNavToolbar .olControlZoomBoxItemActive  {
    background-position: -128px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemInactive {
    background-position: -77px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePointItemActive {
    background-position: -77px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemInactive {
    background-position: -51px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePathItemActive {
    background-position: -51px -24px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemInactive{
    background-position: -26px -1px;
}
.olControlEditingToolbar .olControlDrawFeaturePolygonItemActive {
    background-position: -26px -24px;
}
.olLayerGooglePoweredBy.olLayerGoogleV3.gmnoprint {
visibility:hidden;
}/*

	jQuery Bubble Popup v.3.0
	http://www.maxvergelli.com/jquery-bubble-popup/
	
	Copyright (c) 2012 Max Vergelli
	
	Permission is hereby granted, free of charge, to any person obtaining a copy
	of this software and associated documentation files (the "Software"), to deal
	in the Software without restriction, including without limitation the rights
	to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
	copies of the Software, and to permit persons to whom the Software is
	furnished to do so, subject to the following conditions:
	
	The above copyright notice and this permission notice shall be included in
	all copies or substantial portions of the Software.
	
	THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
	IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
	FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
	AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
	LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
	OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
	THE SOFTWARE.

*/

	/* Layout Settings */
	.jquerybubblepopup{width:auto;height:auto;margin:0px;padding:0px;position:absolute;border:0px;z-index:100;text-align:center;background-color:transparent;}
	.jquerybubblepopup-ie{filter:progid:DXImageTransform.Microsoft.Shadow(color="#666666", Direction=135, Strength=3);} /* the plugin adds this class only if browser is IE; if IE9, it's added to main <DIV> else to <TABLE> */
	.jquerybubblepopup table{width:auto;height:auto;margin:0px;padding:0px;display:table;border-collapse:collapse;border-spacing:0px;border:0px;empty-cells:show;background-color:transparent;}
	.jquerybubblepopup tbody{display:table-row-group;vertical-align:middle;border:0px;background-color:transparent;}
	.jquerybubblepopup td{margin:0px;padding:0px;background-color:transparent;}
	.jquerybubblepopup-top-left,    .jquerybubblepopup-top-right,
	.jquerybubblepopup-bottom-left, .jquerybubblepopup-bottom-right{width:21px;height:21px;overflow:hidden;background-repeat:no-repeat;}
	.jquerybubblepopup-top-middle,  .jquerybubblepopup-bottom-middle{overflow:hidden;background-repeat:repeat-x;}
	.jquerybubblepopup-middle-left, .jquerybubblepopup-middle-right{overflow:hidden;background-repeat:repeat-y;}
	.jquerybubblepopup-tail{border:0px;margin:0px;padding:0px;display:inline;}

/*  
	Themes:

	The plugin adds the class of the theme (for example ".jquerybubblepopup-azure") 
	to the main <DIV> container, then you can edit the style of any element inside the 
	Bubble Popup markup for each theme.
	
	The following code defines fonts and backgrounds of the "innerHtml" for each theme:
*/
	.jquerybubblepopup-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-black  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-green  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-grey   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#000000;
		background-color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml,
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml, 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml
	{
		font-family:'Trebuchet MS',Arial;
		font-size:11px;
		font-weight:normal;
		color:#FFFFFF;
	}
	.jquerybubblepopup-all-azure  .jquerybubblepopup-innerHtml{background-color:#0099FF;}
	.jquerybubblepopup-all-black  .jquerybubblepopup-innerHtml{background-color:#000000;} 
	.jquerybubblepopup-all-blue   .jquerybubblepopup-innerHtml{background-color:#0066CC;}
	.jquerybubblepopup-all-green  .jquerybubblepopup-innerHtml{background-color:#66FF00;} 
	.jquerybubblepopup-all-grey   .jquerybubblepopup-innerHtml{background-color:#666666;}
	.jquerybubblepopup-all-orange .jquerybubblepopup-innerHtml{background-color:#FF9933;}
	.jquerybubblepopup-all-violet .jquerybubblepopup-innerHtml{background-color:#FF33FF;} 
	.jquerybubblepopup-all-yellow .jquerybubblepopup-innerHtml{background-color:#FFCC00;}
/* required styles */

.leaflet-map-pane,
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow,
.leaflet-tile-pane,
.leaflet-overlay-pane,
.leaflet-shadow-pane,
.leaflet-marker-pane,
.leaflet-popup-pane,
.leaflet-overlay-pane svg,
.leaflet-zoom-box,
.leaflet-image-layer,
.leaflet-layer {
    position: absolute;
    left: 0;
    top: 0;
    }
.leaflet-container {
    overflow: hidden;
    -ms-touch-action: none;
    }
.leaflet-tile,
.leaflet-marker-icon,
.leaflet-marker-shadow {
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    }
.leaflet-marker-icon,
.leaflet-marker-shadow {
    display: block;
    }
/* map is broken in FF if you have max-width: 100% on tiles */
.leaflet-container img {
    max-width: none !important;
    }
/* stupid Android 2 doesn't understand "max-width: none" properly */
.leaflet-container img.leaflet-image-layer {
    max-width: 15000px !important;
    }
.leaflet-tile {
    filter: inherit;
    visibility: hidden;
    }
.leaflet-tile-loaded {
    visibility: inherit;
    }
.leaflet-zoom-box {
    width: 0;
    height: 0;
    }

.leaflet-tile-pane    { z-index: 2; }
.leaflet-objects-pane { z-index: 3; }
.leaflet-overlay-pane { z-index: 4; }
.leaflet-shadow-pane  { z-index: 5; }
.leaflet-marker-pane  { z-index: 6; }
.leaflet-popup-pane   { z-index: 7; }


/* control positioning */

.leaflet-control {
    position: relative;
    z-index: 7;
    pointer-events: auto;
    }
.leaflet-top,
.leaflet-bottom {
    position: absolute;
    z-index: 1000;
    pointer-events: none;
    }
.leaflet-top {
    top: 0;
    }
.leaflet-right {
    right: 0;
    }
.leaflet-bottom {
    bottom: 0;
    }
.leaflet-left {
    left: 0;
    }
.leaflet-control {
    float: left;
    clear: both;
    }
.leaflet-right .leaflet-control {
    float: right;
    }
.leaflet-top .leaflet-control {
    margin-top: 10px;
    }
.leaflet-bottom .leaflet-control {
    margin-bottom: 10px;
    }
.leaflet-left .leaflet-control {
    margin-left: 10px;
    }
.leaflet-right .leaflet-control {
    margin-right: 10px;
    }


/* zoom and fade animations */

.leaflet-fade-anim .leaflet-tile,
.leaflet-fade-anim .leaflet-popup {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear;
       -moz-transition: opacity 0.2s linear;
         -o-transition: opacity 0.2s linear;
            transition: opacity 0.2s linear;
    }
.leaflet-fade-anim .leaflet-tile-loaded,
.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
    opacity: 1;
    }

.leaflet-zoom-anim .leaflet-zoom-animated {
    -webkit-transition: -webkit-transform 0.25s cubic-bezier(0,0,0.25,1);
       -moz-transition:    -moz-transform 0.25s cubic-bezier(0,0,0.25,1);
         -o-transition:      -o-transform 0.25s cubic-bezier(0,0,0.25,1);
            transition:         transform 0.25s cubic-bezier(0,0,0.25,1);
    }
.leaflet-zoom-anim .leaflet-tile,
.leaflet-pan-anim .leaflet-tile,
.leaflet-touching .leaflet-zoom-animated {
    -webkit-transition: none;
       -moz-transition: none;
         -o-transition: none;
            transition: none;
    }

.leaflet-zoom-anim .leaflet-zoom-hide {
    visibility: hidden;
    }


/* cursors */

.leaflet-clickable {
    cursor: pointer;
    }
.leaflet-container {
    cursor: -webkit-grab;
    cursor:    -moz-grab;
    }
.leaflet-popup-pane,
.leaflet-control {
    cursor: auto;
    }
.leaflet-dragging,
.leaflet-dragging .leaflet-clickable,
.leaflet-dragging .leaflet-container {
    cursor: move;
    cursor: -webkit-grabbing;
    cursor:    -moz-grabbing;
    }


/* visual tweaks */

.leaflet-container {
    background: #ddd;
    outline: 0;
    }
.leaflet-container a {
    color: #0078A8;
    }
.leaflet-container a.leaflet-active {
    outline: 2px solid orange;
    }
.leaflet-zoom-box {
    border: 2px dotted #05f;
    background: white;
    opacity: 0.5;
    }


/* general typography */
.leaflet-container {
    font: 12px/1.5 "Helvetica Neue", Arial, Helvetica, sans-serif;
    }


/* general toolbar styles */

.leaflet-bar {
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
    border: 1px solid #888;
    -webkit-border-radius: 5px;
            border-radius: 5px;
    }
.leaflet-bar-part {
    background-color: rgba(255, 255, 255, 0.8);
    border-bottom: 1px solid #aaa;
    }
.leaflet-bar-part-top {
    -webkit-border-radius: 4px 4px 0 0;
            border-radius: 4px 4px 0 0;
    }
.leaflet-bar-part-bottom {
    -webkit-border-radius: 0 0 4px 4px;
            border-radius: 0 0 4px 4px;
    border-bottom: none;
    }

.leaflet-touch .leaflet-bar {
    -webkit-border-radius: 10px;
            border-radius: 10px;
    }
.leaflet-touch .leaflet-bar-part {
    border-bottom: 4px solid rgba(0,0,0,0.3);
    }
.leaflet-touch .leaflet-bar-part-top {
    -webkit-border-radius: 7px 7px 0 0;
            border-radius: 7px 7px 0 0;
    }
.leaflet-touch .leaflet-bar-part-bottom {
    -webkit-border-radius: 0 0 7px 7px;
            border-radius: 0 0 7px 7px;
    border-bottom: none;
    }


/* zoom control */

.leaflet-container .leaflet-control-zoom {
    margin-left: 13px;
    margin-top: 12px;
    }
.leaflet-control-zoom a {
    width: 22px;
    height: 22px;
    text-align: center;
    text-decoration: none;
    color: black;
    }
.leaflet-control-zoom a,
.leaflet-control-layers-toggle {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    }
.leaflet-control-zoom a:hover {
    background-color: #fff;
    color: #777;
    }
.leaflet-control-zoom-in {
    font: bold 18px/24px Arial, Helvetica, sans-serif;
    }
.leaflet-control-zoom-out {
    font: bold 23px/20px Tahoma, Verdana, sans-serif;
    }
.leaflet-control-zoom a.leaflet-control-zoom-disabled {
    cursor: default;
    background-color: rgba(255, 255, 255, 0.8);
    color: #bbb;
    }

.leaflet-touch .leaflet-control-zoom a {
    width: 30px;
    height: 30px;
    }
.leaflet-touch .leaflet-control-zoom-in {
    font-size: 24px;
    line-height: 29px;
    }
.leaflet-touch .leaflet-control-zoom-out {
    font-size: 28px;
    line-height: 24px;
    }

/* layers control */

.leaflet-control-layers {
    box-shadow: 0 1px 7px rgba(0,0,0,0.4);
    background: #f8f8f9;
    -webkit-border-radius: 8px;
            border-radius: 8px;
    }
.leaflet-control-layers-toggle {
    background-image: url(images/layers.png);
    width: 36px;
    height: 36px;
    }
.leaflet-touch .leaflet-control-layers-toggle {
    width: 44px;
    height: 44px;
    }
.leaflet-control-layers .leaflet-control-layers-list,
.leaflet-control-layers-expanded .leaflet-control-layers-toggle {
    display: none;
    }
.leaflet-control-layers-expanded .leaflet-control-layers-list {
    display: block;
    position: relative;
    }
.leaflet-control-layers-expanded {
    padding: 6px 10px 6px 6px;
    color: #333;
    background: #fff;
    }
.leaflet-control-layers-selector {
    margin-top: 2px;
    position: relative;
    top: 1px;
    }
.leaflet-control-layers label {
    display: block;
    }
.leaflet-control-layers-separator {
    height: 0;
    border-top: 1px solid #ddd;
    margin: 5px -10px 5px -6px;
    }


/* attribution and scale controls */

.leaflet-container .leaflet-control-attribution {
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 5px #bbb;
    margin: 0;
    }
.leaflet-control-attribution,
.leaflet-control-scale-line {
    padding: 0 5px;
    color: #333;
    }
.leaflet-container .leaflet-control-attribution,
.leaflet-container .leaflet-control-scale {
    font-size: 11px;
    }
.leaflet-left .leaflet-control-scale {
    margin-left: 5px;
    }
.leaflet-bottom .leaflet-control-scale {
    margin-bottom: 5px;
    }
.leaflet-control-scale-line {
    border: 2px solid #777;
    border-top: none;
    color: black;
    line-height: 1.1;
    padding: 2px 5px 1px;
    font-size: 11px;
    text-shadow: 1px 1px 1px #fff;
    background-color: rgba(255, 255, 255, 0.5);
    box-shadow: 0 -1px 5px rgba(0, 0, 0, 0.2);
    white-space: nowrap;
    overflow: hidden;
    }
.leaflet-control-scale-line:not(:first-child) {
    border-top: 2px solid #777;
    border-bottom: none;
    margin-top: -2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    }
.leaflet-control-scale-line:not(:first-child):not(:last-child) {
    border-bottom: 2px solid #777;
    }

.leaflet-touch .leaflet-control-attribution,
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
    box-shadow: none;
    }
.leaflet-touch .leaflet-control-layers,
.leaflet-touch .leaflet-control-zoom {
    border: 4px solid rgba(0,0,0,0.3);
    }


/* popup */

.leaflet-popup {
    position: absolute;
    text-align: center;
    }
.leaflet-popup-content-wrapper {
    padding: 1px;
    text-align: left;
    -webkit-border-radius: 2px;
            border-radius: 2px;
    margin-top: 120px;
    }
.leaflet-popup-content {
    margin: 14px 20px;
    line-height: 1.4;
    }
.leaflet-popup-content p {
    margin: 18px 0;
    }
.leaflet-popup-tip-container {
    margin: 0 auto;
    width: 40px;
    height: 20px;
    position: relative;
    overflow: hidden;
    }
.leaflet-popup-tip {
    width: 15px;
    height: 15px;
    padding: 1px;

    margin: -8px auto 0;
    //margin: -12px auto 0;

    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    }
.leaflet-popup-content-wrapper {
    //margin-top: 120px;
    //margin-top: 120px;
    }
.leaflet-popup-content-wrapper, .leaflet-popup-tip {
    background: white;

    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    }
.leaflet-container a.leaflet-popup-close-button {
    position: absolute;
    margin-top: 120px;
    // mert máshol is van ilyen margó
    top: 0; 
    right: 0;
    padding: 4px 5px 0 0;
    text-align: center;
    width: 18px;
    height: 14px;
    font: 16px/14px Tahoma, Verdana, sans-serif;
    color: #c3c3c3;
    text-decoration: none;
    font-weight: bold;
    background: transparent;
    }
.leaflet-container a.leaflet-popup-close-button:hover {
    color: #999;
    }
.leaflet-popup-scrolled {
    overflow: auto;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
    }


/* div icon */

.leaflet-div-icon {
    background: #fff;
    //border: 1px solid #666;
    border: none;
    }
.leaflet-editing-icon {
    -webkit-border-radius: 2px;
            border-radius: 2px;
    }

    // leaflet numbered icon
.leaflet-div-icon {
    background: transparent;
    //border: none;
    
}
 
.leaflet-marker-icon .number{
    background: #fd760f;
    position: relative;
    top: -10px;
    font-size: 11px;
    //width: 25px;
    text-align: center;
    font-family: Verdana;
    //border: 1px solid red;
    color: white;
    margin: 0 0 0 0;
    font-weight: normal;
        -webkit-border-radius: 2px;
    //        border-radius: 2px;
    //        box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-marker-icon .number2{
    background: #fd760f;
    background: #fd760f;
    //background: rgb(13, 126, 230);;
    position: relative;
    top: -10px;
    font-size: 13px;

    //width: 25px;
    text-align: center;
    font-family: Verdana;
    //border: 1px solid red;
    //font-style: underline;
    color: white;
    
    margin: 0 2px 0 0;
    font-weight: bold;
//        -webkit-border-radius: 2px;
//            border-radius: 2px;
//            box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

.leaflet-marker-icon .numberbkv, .numberbkv{
    
    //background: #fd760f;
    //background: rgb(13, 126, 230);;
    position: relative;
    top: -10px;
    font-size: 13px;

    //width: 25px;
    text-align: center;
    font-family: Verdana;
    //border: 1px solid red;
    //font-style: underline;
    color: white;
    
    margin: 0 2px 0 0;
    font-weight: bold;
//        -webkit-border-radius: 2px;
//            border-radius: 2px;
//            box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}
.leaflet-marker-icon .numberbkv1188FF, .numberbkv1188FF{
    
    background: #1188FF;
    color: white;

}
.leaflet-marker-icon .numberbkvFFEE00, .numberbkvFFEE00{
    
    background: #FFEE00;
    color: black;

}
.leaflet-marker-icon .numberbkvFF1818, .numberbkvFF1818{
    
    background: #FF1818;
    color: white;

}
.leaflet-marker-icon .numberbkvFFAA00, .numberbkvFFAA00{
    
    background: #FFAA00;
    color: black;

}
.leaflet-marker-icon .numberbkvCC0000, .numberbkvCC0000{
    
    background: #CC0000;
    color: white;

}
.leaflet-marker-icon .numberbkv0000FF, .numberbkv0000FF{
    
    background: #0000FF;
    color: white;

}
.leaflet-marker-icon .numberbkvD36E70, .numberbkvD36E70{
    
    background: #D36E70;
    color: white;

}
.leaflet-marker-icon .numberbkv955F20, .numberbkv955F20{
    
    background: #955F20;
    color: white;

}
.leaflet-marker-icon .numberbkvEC7C26, .numberbkvEC7C26{
    
    background: #EC7C26;
    color: white;

}
.leaflet-marker-icon .numberbkvA03472, .numberbkvA03472{
    
    background: #A03472;
    color: white;

}
.leaflet-marker-icon .numberbkv2C008C, .numberbkv2C008C{
    
    background: #2C008C;
    color: white;

}
.leaflet-marker-icon .numberbkv961B1E, .numberbkv961B1E{
    
    background: #961B1E;
    color: white;

}
.leaflet-marker-icon .numberbkv5F060D, .numberbkv5F060D{
    
    background: #5F060D;
    color: white;

}
.leaflet-marker-icon .numberbkv333333, .numberbkv333333{
    
    background: #333333;
    color: white;

}

.bkvch {
    font-weight: bold;
    padding: 0px 3px;
}

.stopheader {
    font-size: 16px;
}

.bkvpopup {
    font-weight: bold;
    padding: 0px 3px;
    font-size: 20px;
}

// leaflet overview 
.leaflet-control-minimap {
    border:solid rgba(255, 255, 255, 0.7) 3px;
    box-shadow: 0 1px 7px #999;
    background: #f8f8f9;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.leaflet-control-minimap a {
    background-color: rgba(255, 255, 255, 0.75);
    background-position: 1px 2px;
    background-repeat: no-repeat;
    display: block;
    outline: none;
    z-index: 99999;
}

.leaflet-control-minimap a.minimized {
    background-position: 1px -18px;
}

.leaflet-control-minimap-toggle-display {
    background-image: url("images/toggle.png");
    border-radius: 4px 4px 4px 4px;
    height: 19px;
    width: 19px;
    position: absolute;
    bottom: 0;
    right: 0; 
}

.leaflet-label {
    background: rgb(235, 235, 235);
    background: rgba(235, 235, 235, 0.81);
    background-clip: padding-box;
    border-color: #777;
    border-color: rgba(0,0,0,0.25);
    border-radius: 4px;
    border-style: solid;
    border-width: 4px;
    color: #111;
    display: block;
    font: 12px/20px "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 1px 6px;
    position: absolute;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    z-index: 6;
}

.leaflet-label.leaflet-clickable {
    cursor: pointer;
}

.leaflet-label:before {
    border-right: 6px solid black;
    border-right-color: inherit;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    content: "";
    position: absolute;
    top: 5px;
    left: -10px;
}


.rh {
    background-image: url('../images/ny10.png');
    width: 10px;
    height: 10px;

}
.rr0 {
transform:rotate(40deg);
-ms-transform:rotate(40deg); /* IE 9 */
-webkit-transform:rotate(40deg); /* Safari and Chrome */
}
.rr15 {
transform:rotate(-15deg);
-ms-transform:rotate(-15deg); /* IE 9 */
-webkit-transform:rotate(-15deg); /* Safari and Chrome */
}
.rr30 {
transform:rotate(-30deg);
-ms-transform:rotate(-30deg); /* IE 9 */
-webkit-transform:rotate(-30deg); /* Safari and Chrome */
}
.rr45 {
transform:rotate(-45deg);
-ms-transform:rotate(-45deg); /* IE 9 */
-webkit-transform:rotate(-45deg); /* Safari and Chrome */
}
.rr60 {
transform:rotate(-60deg);
-ms-transform:rotate(-60deg); /* IE 9 */
-webkit-transform:rotate(-60deg); /* Safari and Chrome */
}
.rr75 {
transform:rotate(-75deg);
-ms-transform:rotate(-75deg); /* IE 9 */
-webkit-transform:rotate(-75deg); /* Safari and Chrome */
}
.rr90 {
transform:rotate(-90deg);
-ms-transform:rotate(-90deg); /* IE 9 */
-webkit-transform:rotate(-90deg); /* Safari and Chrome */
}
.rr105 {
transform:rotate(-105deg);
-ms-transform:rotate(-105deg); /* IE 9 */
-webkit-transform:rotate(-105deg); /* Safari and Chrome */
}
.rr120 {
transform:rotate(-120deg);
-ms-transform:rotate(-120deg); /* IE 9 */
-webkit-transform:rotate(-120deg); /* Safari and Chrome */
}
.rr135 {
transform:rotate(-135deg);
-ms-transform:rotate(-135deg); /* IE 9 */
-webkit-transform:rotate(-135deg); /* Safari and Chrome */
}
.rr150 {
transform:rotate(-150deg);
-ms-transform:rotate(-150deg); /* IE 9 */
-webkit-transform:rotate(-150deg); /* Safari and Chrome */
}
.rr165 {
transform:rotate(-165deg);
-ms-transform:rotate(-165deg); /* IE 9 */
-webkit-transform:rotate(-165deg); /* Safari and Chrome */
}
.rr180 {
transform:rotate(-180deg);
-ms-transform:rotate(-180deg); /* IE 9 */
-webkit-transform:rotate(-180deg); /* Safari and Chrome */
}


/*********/

.rr345, .rr-15 {
transform:rotate(15deg);
-ms-transform:rotate(15deg); /* IE 9 */
-webkit-transform:rotate(15deg); /* Safari and Chrome */
}
.rr330, .rr-30 {
transform:rotate(30deg);
-ms-transform:rotate(30deg); /* IE 9 */
-webkit-transform:rotate(30deg); /* Safari and Chrome */
}
.rr315, .rr-45 {
transform:rotate(45deg);
-ms-transform:rotate(45deg); /* IE 9 */
-webkit-transform:rotate(45deg); /* Safari and Chrome */
}
.rr300, .rr-60 {
transform:rotate(60deg);
-ms-transform:rotate(60deg); /* IE 9 */
-webkit-transform:rotate(60deg); /* Safari and Chrome */
}
.rr285, .rr-75 {
transform:rotate(75deg);
-ms-transform:rotate(75deg); /* IE 9 */
-webkit-transform:rotate(75deg); /* Safari and Chrome */
}
.rr270, .rr-90{
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.rr255, .rr-105 {
transform:rotate(105deg);
-ms-transform:rotate(105deg); /* IE 9 */
-webkit-transform:rotate(105deg); /* Safari and Chrome */
}
.rr240, .rr-120 {
transform:rotate(120deg);
-ms-transform:rotate(120deg); /* IE 9 */
-webkit-transform:rotate(120deg); /* Safari and Chrome */
}
.rr225, .rr-135 {
transform:rotate(135deg);
-ms-transform:rotate(135deg); /* IE 9 */
-webkit-transform:rotate(135deg); /* Safari and Chrome */
}
.rr210, .rr-150 {
transform:rotate(150deg);
-ms-transform:rotate(150deg); /* IE 9 */
-webkit-transform:rotate(150deg); /* Safari and Chrome */
}
.rr195, .rr-165 {
transform:rotate(165deg);
-ms-transform:rotate(165deg); /* IE 9 */
-webkit-transform:rotate(165deg); /* Safari and Chrome */
}
.rr180, .rr-180 {
transform:rotate(-180deg);
-ms-transform:rotate(-180deg); /* IE 9 */
-webkit-transform:rotate(-180deg); /* Safari and Chrome */
}


/*********/



.rr360 {
transform:rotate(0deg);
-ms-transform:rotate(0deg); /* IE 9 */
-webkit-transform:rotate(0deg); /* Safari and Chrome */
}
/*! jQuery UI - v1.10.3 - 2013-05-03
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2013 jQuery Foundation and other contributors Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	//line-height: 0.4;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0);
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
}


/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}


/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin-top: 2px;
	padding: .5em .5em .5em .7em;
	min-height: 0; /* support: IE7 */
}
.ui-accordion .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-noicons {
	padding-left: .7em;
}
.ui-accordion .ui-accordion-icons .ui-accordion-icons {
	padding-left: 2.2em;
}
.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
	position: absolute;
	left: .5em;
	top: 50%;
	margin-top: -8px;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-button {
	display: inline-block;
	position: relative;
	padding: 0;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	overflow: visible; /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
	width: 2.4em;
}
.ui-button-icons-only {
	width: 3.4em;
}
button.ui-button-icons-only {
	width: 3.7em;
}

/* button text element */
.ui-button .ui-button-text {
	display: block;
	line-height: normal;
}
.ui-button-text-only .ui-button-text {
	padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
	padding: .4em;
	text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
	padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
	padding-left: 2.1em;
	padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
	padding: .4em 1em;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
	position: absolute;
	top: 50%;
	margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
	left: 50%;
	margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
	left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
	right: .5em;
}

/* button sets */
.ui-buttonset {
	margin-right: 7px;
}
.ui-buttonset .ui-button {
	margin-left: 0;
	margin-right: -.3em;
}

/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month-year {
	width: 100%;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 49%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 21px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-se {
	width: 12px;
	height: 12px;
	right: -5px;
	bottom: -5px;
	background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-menu {
	list-style: none;
	padding: 2px;
	margin: 0;
	display: block;
	outline: none;
}
.ui-menu .ui-menu {
	margin-top: -3px;
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	padding: 0;
	width: 100%;
	/* support: IE10, see #8844 */
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
	margin: 5px -2px 5px -2px;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
	text-decoration: none;
	display: block;
	padding: 2px .4em;
	line-height: 1.5;
	min-height: 0; /* support: IE7 */
	font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
	font-weight: normal;
	margin: -1px;
}

.ui-menu .ui-state-disabled {
	font-weight: normal;
	margin: .4em 0 .2em;
	line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
	cursor: default;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item a {
	position: relative;
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: .2em;
	left: .2em;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	position: static;
	float: right;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("images/animated-overlay.gif");
	height: 100%;
	filter: alpha(opacity=25);
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 22px;
}
.ui-spinner-button {
	width: 16px;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to overide default borders */
.ui-spinner a.ui-spinner-button {
	border-top: none;
	border-bottom: none;
	border-right: none;
}
/* vertical centre icon */
.ui-spinner .ui-icon {
	position: absolute;
	margin-top: -8px;
	top: 50%;
	left: 0;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}

/* TR overrides */
.ui-spinner .ui-icon-triangle-1-s {
	/* need to fix icons sprite */
	background-position: -65px -16px;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav li a {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: text;
}
.ui-tabs .ui-tabs-nav li a, /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active a {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
	-webkit-box-shadow: 0 0 5px #aaa;
	box-shadow: 0 0 5px #aaa;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1.1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
	font-size: 1em;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #eeeeee url(images/ui-bg_highlight-soft_100_eeeeee_1x100.png) 50% top repeat-x;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #e78f08;
	background: #f6a828 url(images/ui-bg_gloss-wave_35_f6a828_500x100.png) 50% 50% repeat-x;
	color: #ffffff;
	font-weight: bold;
}
.ui-widget-header a {
	color: #ffffff;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
	border: 1px solid #cccccc;
	background: #f6f6f6 url(images/ui-bg_glass_100_f6f6f6_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	color: #1c94c4;
	color: #c77405;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
	color: #1c94c4;
	color: #c77405;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
	border: 1px solid #fbcb09;
	background: #fdf5ce url(images/ui-bg_glass_100_fdf5ce_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	font-weight: normal;
	color: #c77405;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
	color: #c77405;
	text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
	border: 1px solid #fbd850;
	background: #ffffff url(images/ui-bg_glass_65_ffffff_1x400.png) 50% 50% repeat-x;
	font-weight: bold;
	//font-weight: normal;
	color: #eb8f00;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #eb8f00;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #fed22f;
	background: #ffe45c url(images/ui-bg_highlight-soft_75_ffe45c_1x100.png) 50% top repeat-x;
	color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #cd0a0a;
	background: #b81900 url(images/ui-bg_diagonals-thick_18_b81900_40x40.png) 50% 50% repeat;
	color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70);
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35);
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* For IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url(images/ui-icons_222222_256x240.png);
}
.ui-widget-header .ui-icon {
	background-image: url(images/ui-icons_ffffff_256x240.png);
}
.ui-state-default .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-active .ui-icon {
	background-image: url(images/ui-icons_ef8c08_256x240.png);
}
.ui-state-highlight .ui-icon {
	background-image: url(images/ui-icons_228ef1_256x240.png);
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url(images/ui-icons_ffd27a_256x240.png);
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 4px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 4px;
}

/* Overlays */
.ui-widget-overlay {
	background: #666666 url(images/ui-bg_diagonals-thick_20_666666_40x40.png) 50% 50% repeat;
	opacity: .5;
	filter: Alpha(Opacity=50);
}
.ui-widget-shadow {
	margin: -5px 0 0 -5px;
	padding: 5px;
	background: #000000 url(images/ui-bg_flat_10_000000_40x100.png) 50% 50% repeat-x;
	opacity: .2;
	filter: Alpha(Opacity=20);
	border-radius: 5px;
}
