#bigLegendImgDiv {
	z-index :999999999;
	cursor: move;
	padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
 	background-color: rgba(242,242,242,0.9);
    border-radius: 2px 2px 2px 2px;
  	box-shadow: 0px 2px 2px 0px #9f9f9f;
  	color: black;
}

.legendTitleDiv {
	font-family: sans-serif;
	float: left;
	padding-right: 4px;
    padding-top: 3px;
    font-weight: bold;
    margin-bottom: 2px;
    font-size: 12px;
}

.legendExitDiv {
	font-family: sans-serif;
	float: right;
	padding-right: 4px;
    padding-top: 2px;
    padding-left: 4px;
    cursor: pointer;
    border-radius: 0px 0px 0px 2px;
    font-weight: bold;
    margin-bottom: 2px;
    transition: all .3s ease-in;
}

.legendExitDiv:hover, .legendExitDiv:active {
	background-color: #cfcfcf
}

/**
 * Layer switcher and Identify switcher
 */
.olControlLayerSwitcher,
.olControlIdentifySwitcher {
    position: absolute;
    right: -3px;
    /*margin-top: 3px;
    margin-left: 3px;
    margin-bottom: 3px;
    margin-right: 3px;*/
    /*border: 1px solid #555;*/
    color: black;/*white;*/
    background-color: transparent;
}

.olControlLayerSwitcher{
	top: 10px;
    max-width: 99%;
    width: 99%;
}

@media only screen and (min-width: 16em) {
    .olControlLayerSwitcher{
        width: 26.7em;
    }
}

@media (max-width: 710px) {
	.td-cql-filter {
		visibility: hidden;
	}
}

.olControlIdentifySwitcher{
	max-width: 100%;
/*     transition: right 0.5s; */
/*     -webkit-transition: right 0.5s; */
    right: 50px;
}

.olControlLayerSwitcher,
.olControlIdentifySwitcher,
.gm-style div,
.gm-style span,
.gm-style label,
.gm-style a
{
	font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
}

.olControlLayerSwitcher .layersDiv,
.olControlIdentifySwitcher .identifyDiv {
	position: relative;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: rgba(242,242,242,0.9);/*darkblue;*/
    color: black;
    /*-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5);*/
    /*box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5);*/
 	box-shadow: 0px 2px 2px 0px #9f9f9f;
}

.olControlLayerSwitcher .layersDiv {
	transition: right 0.5s;
    -webkit-transition: right 0.5s;
    border-radius: 2px 0px 0px 2px;
}

.olControlIdentifySwitcher .identifyDiv {
	border-radius: 2px 2px 2px 2px;
/* 	width: 350px; */
/* 	min-height: 100px; */
}

.olControlLayerSwitcher .layersDiv .baseLbl,
.olControlLayerSwitcher .layersDiv .dataLbl {
    margin-top: 3px;
    margin-left: 0px;
    margin-bottom: 3px;
    cursor: pointer;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry label,
.olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry label{
    padding: 4px 0px 4px 2px;
    display: inline-block;
    width: 88%;
}
.olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry input,
.olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry input{
    /*margin-top: 5px;*/
    margin: 0px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry,
.olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry {
    margin: 1px 0px;
    padding-left: 5px;
    width: 100%;
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv .layerEntry:hover,
.olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntry:hover {
    background-color: #ccc;
}

.olControlLayerSwitcher .layersDiv .dataLayersDiv .layerEntryActive {
    background: -webkit-linear-gradient(left,  rgb(196, 206, 215), rgba(211,222,223,0)); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right,  rgb(196, 206, 215), rgba(211,222,223,0)); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, rgb(196, 206, 215), rgba(211,222,223,0)); /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, rgb(196, 206, 215), rgba(211,222,223,0)); /* Standard syntax (must be last) */
    transition: background-color 0.5s;
    -webkit-transition: background-color 0.5s;
}


.olControlIdentifySwitcher .identifyDiv .titleTable {
	/*font-size: 14px;*/
	height: 35px;
}

.olControlIdentifySwitcher .identifyDiv .titleLoader {
	width: 20px;
	height: 20px;
	margin-top: -3px;
}

.olControlLayerSwitcher .layersDiv .baseLayersDiv,
.olControlLayerSwitcher .layersDiv .dataLayersDiv {
    padding-left: 5px;
    width: 100%;
    font-weight: normal;
    overflow: auto;
}

.olControlIdentifySwitcher .identifyDiv .resultDiv {
	font-weight: normal;
	padding-left: 0px;
	max-height: 400px;
	transition: height 0.5s;
    -webkit-transition: height 0.5s;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
	cursor: auto;
}

.olControlIdentifySwitcher .maximizeDiv,
.olControlIdentifySwitcher .minimizeDiv {
	display: none;
}


.olControlLayerSwitcher .maximizeDiv,
.olControlIdentifySwitcher .maximizeDiv {
	/*border: 1px solid rgba(0, 0, 0, 0.5);*/
}

.olControlLayerSwitcher .minimizeDiv,
.olControlIdentifySwitcher .minimizeDiv {
	/*border: 1px solid rgba(80,80,80,0.9);*/
	color: white;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlIdentifySwitcher .maximizeDiv{
	background-color: rgba(242,242,242,0.9);
    /*width: 40px;*/
    height: 33px;
    top: 3px;
    right: -1px;
    cursor: pointer;
    border-radius: 5px 0px 0px 5px;
}
.olControlIdentifySwitcher .maximizeDiv {
	border-radius: 5px;
}

.olControlLayerSwitcher .minimizeDiv,
.olControlIdentifySwitcher .minimizeDiv {
	/*background-color: rgba(80,80,80,0.9);*/
    /*width: 40px;*/
    height: 33px;
    top: 3px;
    right: 1px;
    cursor: pointer;
}

.olControlLayerSwitcher .maximizeDiv:hover,
.olControlIdentifySwitcher .maximizeDiv:hover{
	background-color: #cfcfcf;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.olControlLayerSwitcher .minimizeDiv:hover,
.olControlIdentifySwitcher .minimizeDiv:hover{
	background-color: #cfcfcf;
	/*-webkit-box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5);*/
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.olControlLayerSwitcher .maximizeDiv,
.olControlIdentifySwitcher .maximizeDiv {
   /*-webkit-box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow:  0px 0px 2px rgba(0, 0, 0, 0.5);*/
}

div.olControlMousePosition {
  display: block;
  position: absolute;
  left: 90px;
  bottom: 8px;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: none;
  padding: 3px 6px;
  border-radius: 4px;
}

#naslovniDiv {
    background-color: rgba(242, 242, 242, 0.9);
    color: black;
}

.clearDivButton,
.runCqlButton,
.downloadDiv {
	background-color: #444444;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 12px;
    border-radius: 2px;
    color: white;
    float: left;
    padding: 1px 10px;
    cursor: pointer;
}

.downloadDiv {
	float: left;
	margin-top: 2px;
	margin-left: 6px;
	transition: opacity 0.5s;
}

.downloadDiv.hidden {
	opacity: 0;
	pointer-events: none;
}

.downloadDiv.visible {
	opacity: 1;
	pointer-events: all;
}

.downloadDiv a, .downloadDiv a:hover, .downloadDiv a:active, .downloadDiv a:focus {
	color: white;
	text-decoration: none;
}

.exitDiv {
	float: right;
	font-size: 18px;
	cursor: pointer;
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 2px;
    border-radius: 2px;
    margin-top: -5px;
}

.exitDiv:hover {
	background-color: #cfcfcf;
}

.dropdownIntersect {
	border: none;
    border-radius: 2px;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    margin-left: 6px;
}

.runCqlButton {
	margin-left: 5px;
	margin-right: 2px;
}

.leftTemp {
	float: left;
}

.rightTemp {
	float: right;
}


.clearDivButton:hover, .runCqlButton:hover, .downloadDiv:hover {
    background-color: #777777;
}

.clearDivButton:active, .runCqlButton:active, .downloadDiv:active {
    background-color: #777777;
}

#loaderDiv {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 4px;
    padding-bottom: 1px;
    /*margin-left: 10px;*/
    /*box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);*/
    background-color: rgba(242, 242, 242, 0.9);
    color: black;
    float: right;
    border-radius: 5px;
}

#loaderDiv td {
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    /*color: #dfdfdf;*/
    vertical-align: middle;
}

#loaderDiv img {
    width: 24px;
    height: 24px;
}

#searchDiv {
    display: block;
    height: 35px;
    float: inherit;
    font-family: sans-serif;
}

.cqlFilter.hidden{
	opacity: 0;
	pointer-events: none;
}

.title {
	font-family: sans-serif;
	font-weight: bold;
  	font-size: 12px;
}

.cqlFilter {
	position: relative;
    padding-top: 5px;
    padding-left: 10px;
    padding-bottom: 5px;
    padding-right: 10px;
    background-color: rgba(242, 242, 242, 0.9);
    color: black;
   	/* -webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5);*/
    /*box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5);*/
    transition: opacity 0.5s;
    border-radius: 5px 5px 5px 5px;
    pointer-events: all;
    max-width: 360px;
}

.searchFeaturesDiv {
	position: relative;
    background-color: rgba(242, 242, 242, 0.9);
    color: black;
    /*-webkit-box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5);*/
    /*box-shadow:  0px 0px 3px 2px rgba(0, 0, 0, 0.5);*/
    transition: opacity 0.5s;
    border-radius: 5px 5px 5px 5px;
    margin-top: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    pointer-events: all;
}

.searchAndResultsDiv {
	bottom: 60px;
	position: absolute;
	pointer-events: none;
}

#searchFeaturesDiv{
	margin-left: 10px;
	margin-right: 10px;
	overflow-Y: auto;
    overflow-X: auto;
    max-height: 150px;
}

#searchTable {
	border-collapse: collapse;
}

#searchTable tr {
	border-bottom: 1px solid black;
}

#searchTable td
{
    text-align: left; 
/*     vertical-align:middle; */
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 12px;
    color: black;
    background-color: #F3F3F3;
}

#searchTable th
{
    text-align:left; 
/*     vertical-align:middle; */
    white-space: nowrap;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
/*     display: none; */
}

.layersGroupDivTitle
{
	font-weight: bold;
	cursor: pointer;
}

.layersGroupDivTitle:hover
{
	background-color: #ccc;
}

.layersGroupDivLayers
{
	margin-left: 15px;
}

.groupImage
{
	height:13px; 
	width:13px;
	vertical-align:middle;
	padding-right:6px;
	padding-left:5px;
	margin-top:-2px;
}

.layerGroupImage
{
	height:13px; 
	width:13px;
	vertical-align:middle;
	padding-right:6px;
	margin-top:-2px;
}

.overlayGroupOpen {
/* 	-webkit-transition: max-height 0.5s; */
/* 	transition: max-height 0.5s; */
	overflow: auto;
}

.overlayGroupClose {
	max-height: 0px;
/*     -webkit-transition: max-height 0.5s; */
/*     transition: max-height 0.5s; */
    overflow: hidden;
}

.layersGroupDiv{
	padding-top: 3px;
	padding-bottom: 3px;
}

#searchTable tr:last-child
{
    visibility: hidden;
}

#searchTableHeader {
	border-collapse: collapse;
}

#searchTableHeader tr {
	border-bottom: 1px solid black;
}

#searchTableHeader td
{
    text-align:left; 
/*     vertical-align:middle; */
    white-space: nowrap;
    font-family: sans-serif;
    font-size: 12px;
}

#searchTableHeader th
{
    text-align:left; 
/*     vertical-align:middle; */
    white-space: nowrap;
    font-family: sans-serif;
    font-weight: bold;
    font-size: 12px;
    background-color: #929292;
}

#searchTable td:last-child {
    cursor: pointer;
}

#cqlFilterDiv .background {
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
}

#sliderCtrlDiv table, #sliderCtrlDiv td, #searchDiv table, #searchDiv td {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    border-collapse: collapse;
    border-spacing: 0;
}

#searchInput {
    border: 1px solid #808080;
    height: 32px;
    padding: 0px 10px;
    margin: 0;
    /*margin-right: -1px;*/
    opacity: 0.7;
    outline: none;
    width: 100px;
    border-radius: 2px 0 0 2px;
    opacity: 0.5;
}

@media only screen and (min-width: 600px) {
    #searchInput {
        width: 250px !important;
    }
}

#searchInput:hover {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
}

#searchInput:focus {
    border: 1px solid #808080;
    box-shadow: 0px 0px 5px 1px #94e2ff;
    opacity: 0.95;
}

#identifyBtn {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: #ddd;
    margin-left: 15px;
    height: 33px;
    /*box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);*/
    opacity: 0.9;
}

#searchBtn {
    border: 1px solid rgba(0, 0, 0, 0.5);
    background-color: rgba(242, 242, 242, 0.9);
    height: 31px;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.5);
    /*opacity: 0.9;*/
}

#identifyBtn img {
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 15px;
}

#searchBtn img {
    padding-top: 5px;
    padding-left: 15px;
    padding-right: 15px;
}

#searchBtn:hover, #identifyBtn:hover {
    background-color: #cfcfcf;
}

#searchBtn:active, #identifyBtn:active {
    background-color: #ddd;
}

#searchSuggDiv {
    border: 1px solid #808080;
    max-height: 200px;
    max-width: 120px;
    overflow-y: auto;
}

@media only screen and (min-width: 40em) {
    #searchSuggDiv {
        max-width: 270px;
    }
}

.searchSuggRowDiv {
    background-color: white;
    padding: 5px 10px;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: bold;
    opacity: 0.85;
}

.searchSuggRowDiv:hover, .searchSuggRowDiv:focus {
    background-color: #bfbfbf;
    opacity: 0.95;
    cursor: pointer;
}

#searchLoader {
    /*margin-left: -35px;
    margin-top: -2px;*/
    opacity: 0.7;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
}

#centerUpperDiv {
    position: absolute;
    font-family: sans-serif;
}

#infoDiv {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 100%;
    width: 100%;
    background-color: rgba(50, 50, 50, 0.7);
    z-index: 1000001;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

#info {
    background-color: rgba(242, 242, 242, 0.9);
    color: blavk;
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 1);
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -200px;
    width: 500px;
    height: 400px;
    padding: 15px;
}

#infoCloseImg {
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#infoCloseImg:hover {
    margin-top: -1px;
    box-shadow: 1px 1px 4px rgba(0, 0, 0, 1);
    transition: opacity 0.2s;
    -webkit-transition: opacity 0.2s;
}

#infoCloseImg:active {
    margin-right: 0px;
    margin-top: 0px;
    box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.5);
}

#infoHeaderDiv {
    width: 100%;
    height: 24px;
}

#infoResponseText {
    /*background-color: silver;*/
    font-family: sans-serif;
    width: 100%;
    height: 360px;
    margin-top: 15px;
    overflow: auto;
}

.infoRespTable {
    border-collapse: collapse;
    /*width: 100%;*/
    margin-bottom: 10px;
    table-layout: fixed;
}

.infoRespTable td {
    border-top: 1px solid #888;
    border-bottom: 1px solid #888;
    overflow: hidden;
    vertical-align: top;
}

.infoRespTable td, .infoRespTable tr {
    font-size: 12px;
    font-family: sans-serif;
}

.infoRespTable th {
    font-size: 14px;
    font-family: sans-serif;
    padding: 2px 5px;
    background-color: #444;
    color: white;
}

.infoRespTable td {
    /*padding: 5px 10px;*/
    color: black;
}

.infoRespTd {
    background-color: #F3F3F3;
}

.infoRespRd a {
	color: black;
}

/* Google override */
.gm-style div, .gm-style span, .gm-style label {
    text-decoration: none;
}

.gm-style > div:nth-child(2){
    bottom: 30px !important;
}


.gm-style img {
    border: 0 none;
    margin: 0;
    padding: 0;
}

#centerBottomDiv {
    display: none;
}

@media only screen and (min-width: 430px){
    #centerBottomDiv{
        display: block;
        position: absolute;
        left: 50%;
        bottom: 20px;
        margin-left: -210px;
        z-index: 1000000;
        transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        overflow: hidden;
        padding: 0px 5px;
    }
}

#sliderCtrlDiv {
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    border-right: 1px solid rgba(0, 0, 0, 0.5);
    border-top: 1px solid rgba(0, 0, 0, 0.5);
    padding-right: 5px;
    padding-top: 5px;
    background-color: rgba(80,80,80,0.9);
    color: white;
    height: 45px;
    overflow: visible;
    /*box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.5);*/
    transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
}

#sliderCtrlBase {
    margin-top: 2px;
    width: 400px;
    height: 5px;
    background-color: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

.sliderCtrlAttrsDiv {
    position: absolute;
    bottom: 25px;
    width: 402px;
}

#sliderCtrlMinAttr {
    float: left;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: black;
    padding: 2px 5px;
}

#sliderCtrlMaxAttr {
    float: right;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: 400;
    background-color: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.5);
    color: black;
    padding: 2px 5px;
}

.sliderCtrlLimiterBar {
    position: relative;
    bottom: 1px;
    height: 8px;
}

.sliderCtrlLimiterLabs {
    position: relative;
    float: left;
    width: 2px;
    height: 10px;
    background-color: #ccc;
    border: 1px solid rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

#sliderCtrlTick {
    border: 1px solid rgba(0, 0, 0, 0.5);
    position: relative;
    left: 200px;
    width: 10px;
    background-color: #ccc;
    cursor: pointer;
    height: 26px;
    bottom: 26px;
    z-index: 1000001;
    /*box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.5);*/
}

#sliderTooltip {
    position: relative;
    display: table;
    bottom: -21px;
    background-color: white;
    font-family: sans-serif;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 10px;
    opacity: 0.0;
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    z-index: 1000001;
    border: 1px solid #888;
    /*box-shadow:  0px -2px 1px 1px rgba(0, 0, 0, 0.5);*/
}

/* #fullLegendDiv { */
    /* position: fixed; */
    /* bottom: 30px; */
    /* right: -1500px; */
    /* background-color: rgba(242,242,242,0.9); */
    /* color: black;
    z-index: 1000000; */
    /* padding-top: 5px;
    padding-left: 5px;
    padding-bottom: 5px;
    padding-right: 5px; */
    /* box-shadow: 0px 2px 2px 0px #9f9f9f; */
    /* border-radius: 2px 2px 2px 2px; */
/*     display: none; */
    /* transition: right 0.5s; */
    /* -webkit-transition: right 0.5s; */
/* } */

#fullLegendDiv img {
	display:block;
}

#fullLegendDiv .inner {
	background-color: white;
	clear: both;
}

#openLegendDiv {
	display: none;
	position: fixed;
	bottom: 30px;
	right: -1px;
	background-color: rgba(242,242,242,0.9);
	border-radius: 5px 0px 0px 5px;
	padding: 2px;
	width: 30px;
	cursor: pointer;
}

#openLegendDiv:hover {
	background-color: #cfcfcf;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

#openLegendDiv img {
	position: relative;
	left: 5px;
	top: 2px;
	width: 20px;
}

#bottomRowDiv {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: rgba(242, 242, 242, 0.9);
    color: black;
    /*box-shadow: 0px -1px 2px -1px rgba(0, 0, 0, 0.5);*/
    /*border-left: 1px solid rgba(0, 0, 0, 0.5);*/
/*     border-top: 1px solid rgba(0, 0, 0, 0.5); */
    z-index: 1000000;
}

#disclaimerDiv {
    display: block;
    float: left;
    font-family: sans-serif;
    font-size: 11px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
}

#loginDiv {
    display: block;
    font-family: sans-serif;
    font-size: 12px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
}

.metaUrl {
    margin-right: 5px;
    margin-top: 1px;
    float: right;
    cursor: pointer;
}

.inputDiv {
	padding-top: 2px;
	padding-bottom: 2px;
}

.cqlFilterInput {
	width: 344px;
}

/* Common styling */

a {
    text-decoration: none;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}

#resultDiv a {
	color: gray;
}

li, ul, metaDataLiText {
	color: black;
}

a:hover, a:focus {
    color: black;
    text-decoration: underline;
}

a:active, a:hover {
    outline: 0 none;
}

input {
    margin: 0px 2px 0px 0px;
    user-select: text;
    -khtml-user-select: text;
    -o-user-select: text;
    -moz-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
}

