/* STYLE FOR QUERY OUTPUT (SEARCH, IDENTIFY, SELECT) */

.pm-info {
    color: #D4D0C8;
    overflow: auto;
    background:#f5f5f5;
}

.pm-info {
    color: #D4D0C8;
    overflow: auto;
    background:#eeeeee;
    color: #000000;
}

.pm-info table {
    width: 100%;
    color: #D4D0C8;
    border-left:  1px solid #D4D0C8;
    border-bottom:  1px solid #D4D0C8;
    /*border-top:  1px solid #D4D0C8;*/
}


.pm-info td {
    font-size: 10px;
    text-align: center;
    color: #000000;
    background-color: #FBFBFB;
    padding: 1px 3px 1px 4px;
    border-top:    1px solid #D4D0C8;
    border-left:   none;
    border-right:  1px solid #D4D0C8;
    border-bottom: none;
}   

/* Link for zoom to feature */
.pm-info td.zoomlink {
    width: 22px;
    background-color:#EBEADB;
    border-top:  1px solid #D4D0C8;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ACA899;
    border-bottom: none;
}


/* FRAME for closing query win */
.pm-info table.close {
    border: none;
}

.pm-info td.close {
    text-align: right;
    background-color:#EBEADB;
    border-top:  1px solid #D4D0C8;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ACA899;
    border-bottom: none;
    padding: 1px;
}

/* Link for zoom to feature */
.sortable a {
    color: #000000;
    text-decoration: underline;
}

.pm-info img {
    border: 0;
    padding: 0px;
}


/* LAYER NAME */
.pm-info-layerheader  {
    font-weight: bold;
    text-align: left;
    padding: 6px 3px 1px 3px;
}


/** 
 * SORTABLE TABLES 
 */
 
 /* header line with <TH> */
table.sortable a.sortheader {
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    white-space: nowrap; 
    color:#003333;
    display: block;
    background-color:#EBEADB;
    padding: 2px;
    border-top: 0px solid #FFFFFF;
    border-left: 1px solid #FFFFFF;
    border-right: 1px solid #ACA899;
    border-bottom: 2px solid #D6D2C2;
}

table.sortable span.sortarrow {
    color: black;
    text-decoration: none;
}


/**
 * Styles related to attribute search
 */
.pm-searchcont {
    position:absolute;
    left: 0px;
    top:5px;
} 

.pm-searchoptions select{
    width:auto;
}

.pm-searchitem select {
    width: auto;
    max-width: 140px;
}

table.pm-searchitem td {
    padding: 0px 1px 0px 4px;
}

td.pm-searchdesc {
    /*width:80px;*/
}

input.pm-search-textinput-compare {
    width:6em;
}

table.pm-searchitem td div {
    display: inline;
}

table.pm-searchitem div img {
    vertical-align:bottom;
    padding: 0px 0px 1px 10px;
}

/**
 * Style for suggest box
 */
.ac_results {
    border: 1px solid gray;
    background-color: white;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    z-index: 10000;
    display: none;
    max-height: 300px;
    overflow: auto;
}

.ac_results li {
    padding: 2px 5px;
    white-space: nowrap;
    color: #101010;
    text-align: left;
}

.ac_over {
    cursor: pointer;
    background-color: #003366; /*#b6bdd2; #F0F0B8;*/
}

.ac_results li.ac_over {
    color: #ffffff;
}

.ac_match {
    text-decoration: underline;
} 

/*--- For treeview style ---*/
.jqmdMSG ul.treeview a { 
    color: #000000;
    text-decoration: underline;
}

.jqmdMSG ul.treeview a:hover { 
    color: #0000cc;
}
/*----------------------------*/


/*** IQuery ***/
#iqueryContainer {
	visibility: hidden;
    position: absolute;
    right: 34px;
    bottom: 1px;
	overflow: hidden;
    min-width: 150px;
    max-width: 250px;
    height: auto;
    z-index : 96;
}

.pm-iquery {
	background:#D1D1D1;
	layer-background-color:#D1D1D1;
	filter: alpha(opacity=80); 
	-moz-opacity:0.8;
	border-width:1px; 
	border-color:#AEAEAE; 
	border-style:inset;
	padding: 4px;
	
}
.pm-iquery th.pm-iquery-header {
	color: #000080;
	border-bottom: 2px groove #666666;
	padding-left: 1px;

}
.pm-iquery td {
	padding-left: 2px;
	vertical-align:top;
	/*border-top:  1px solid #000000;*/

}
.pm-iquery th {
	padding-left: 4px;
	vertical-align:top;	
}


