/* IBM Confidential                 */
/* PID 5900-AN1                     */
/* © Copyright IBM Corp. 2012, 2025 */

/* Corner button classes */
.cornerButton {
	width: 31px;
	height: 32px;
	position: absolute;
	top: 0px;
	cursor: pointer;
}

.cornerButton_zoomout {
	background: url( '../../images/trigger_zoomout.png' ) no-repeat 0 0 transparent;
}

.cornerButton_zoomin {
	background: url( '../../images/trigger_zoomin.png' ) no-repeat 0 0 transparent;
}

.cornerButton_range {
	background: url( '../../images/trigger_range.png' ) no-repeat 0 0 transparent;
}

.cornerButton_recenter {
	background: url( '../../images/trigger_target.png' ) no-repeat 0 0 transparent;
}

/* Actual button donut styles */
.buttons {
	width: 143px;
	height: 143px;
	top: -143px;
	position: absolute;
	cursor: pointer;
}

.buttons_recenter {
	background: url( '../../images/SURF/carousel_sprite.png' ) no-repeat -286px 0 transparent;
}

.buttons_zoomin {
	background: url( '../../images/SURF/carousel_sprite.png' ) no-repeat 0 0 transparent;
}

.buttons_zoomout {
	background: url( '../../images/SURF/carousel_sprite.png' ) no-repeat -429px 0 transparent;
}

.buttons_range {
	background: url( '../../images/SURF/carousel_sprite.png' ) no-repeat -143px 0 transparent;
}

.graph_actions_div {
	text-align: left;
	background-color: white;
	border: 1px solid #999;
	box-shadow: 0px 3px 2px #999;
	-moz-box-shadow: 0px 3px 2px #999;
	-webkit-box-shadow: 0px 3px 2px #999;
}

.graph_actions_div a:link, .graph_actions_div a:visited {
	display: block;
	text-decoration: none;
	color: #333;
	padding: 4px;
}

.graph_actions_div a:hover {
	background-color: #CCC;
}

.icon-magnifier {
	background: url( '../../images/search.png' ) no-repeat 0 0 transparent;
	width: 16px;
	height: 16px;
}

.optionChild {
	padding: 0px 0px 0px 5px;
}

.optionGroup {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
}
