.tb {
	background: url("toolbar.gif") no-repeat scroll -20px -69px transparent;
    clear: both;
    float: right;
	height: 21px;
	padding: 3px 0;
}

.tb-ico {
	background: url("toolbar.gif") no-repeat;
	border-width: 0;
	cursor: pointer;
	float: left;
	margin: 0 3px;
	height: 21px;
	padding: 0;
	text-decoration: none;
	width: 23px;
}

.tb-ico-table {
	background-position: -23px 0;
}

.tb-ico-table-disabled {
	background-position: -23px -21px;
	cursor: default;
}

.tb-ico-chart {
	background-position: -46px 0;
}

.tb-ico-chart-disabled {
	background-position: -46px -21px;
	cursor: default;
}

.tb-ico-map {
	background-position: -69px 0;
}

.tb-ico-map-disabled {
	background-position: -69px -21px;
	cursor: default;
}

.tb-ico-gmap {
	background-position: -92px 0;
}

.tb-ico-gmap-disabled {
	background-position: -92px -21px;
	cursor: default;
}

.tb-ico-calc {
	background-position: -115px 0;
}

.tb-ico-calc-disabled {
	background-position: -115px -21px;
	cursor: default;
}
