

#bondPanel .x-panel-header-text {
	overflow: hidden;
	display: block;
	white-space: nowrap;
	width: 150px;
	line-height: 16px;
	vertical-align: center;
}

#bondPanel .x-panel-collapsed .x-tool {
	display: none;
}

#bondPanel .x-panel-collapsed .x-panel-header-text {
	width: 166px;
}

.x-tool-toggle { 
	background-position: -60px -60px !important;
	height:15px;
	margin-top:1px;
	width:15px;
}
.x-panel-collapsed .x-tool-toggle {
	background-image: none;
	background-position:-60px -20px; 
}

.x-panel-collapsed .x-tool-toggle-over {
	background-position: -40px -60px !important;
}

#bondPanel .x-tool {
	width: 16px;
	height: 16px;
}

/* Tooltip */
.bondmap-tooltip {
	background-color: #FFFFFF;
	padding: 0.5em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	width: 250px;
}

.bondmap-tooltip .label {
	padding-right: 0.5em;
	white-space: nowrap;
}

.bondmap-tooltip td {
	font-size: 11px;
	font-family: tahoma,arial,helvetica,sans-serif;
	vertical-align: top;
}

/* Listing in Column */
.bondmap-listing {
	margin-bottom: 0.3em;
}

.bondmap-listing .header {
	font-weight: bold;
	background-color: rgb(238, 238, 238) !important;
	padding: 2px;
	border: 1px solid rgb(51, 51, 51);
	margin-top: 0.5em;
	margin-left: 0.6em;
	margin-right: 0.6em;
	margin-bottom: 0.2em;
    
    height: auto;
    background-image: none !important;
}

.bondmap-listing .value {
	margin-left: 0.6em;
	margin-right: 0.6em;
}

.bondmap-listing td {
	font-size: 11px;
	font-family: tahoma,arial,helvetica,sans-serif;
}
