/* __________________________________
   || BUTTONS - DEFAULT             ||
   __________________________________ */
#tabSection a.button{
	background: url(http://www.pentaho.com/images/btn_right_active.png) scroll top right no-repeat;
	color: #444;
	display: block;
	float: left;
	margin-right: 9px;
	padding-right: 9px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	height: 32px;
	letter-spacing: 1px;
	cursor:pointer;
}
#tabSection a.button:hover{
	background: url(http://www.pentaho.com/images/btn_right_hover.png) scroll top right no-repeat;
	color: #444;
	display: block;
	float: left;
	height: 32px;
	margin-right: 9px;
	padding-right: 9px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
}
#tabSection a.button span {
	background: url(http://www.pentaho.com/images/btn_left_active.png) no-repeat;
	display: block;
	padding: 8px 3px 10px 14px;
	float: left;
	cursor:pointer;
}
#tabSection a.button:hover span {
	background: url(http://www.pentaho.com/images/btn_left_hover.png) no-repeat;
	display: block;
	padding: 8px 3px 10px 14px;
	float: left;
	cursor:pointer;
}
/* __________________________________
   || BUTTONS - LOCKED             ||
   __________________________________ */
#tabSection a.button_locked{
	background: url(http://www.pentaho.com/images/btn_right_active_lock.png) scroll top right no-repeat;
	color: #444;
	display: block;
	float: left;
	margin-right: 9px;
	padding-right: 9px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	height: 32px;
	letter-spacing: 1px;
	cursor:pointer;
}
#tabSection a.button_locked:hover{
	background: url(http://www.pentaho.com/images/btn_right_hover_lock.png) scroll top right no-repeat;
	color: #444;
	display: block;
	float: left;
	height: 32px;
	margin-right: 9px;
	padding-right: 9px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
}
#tabSection a.button_locked span {
	background: url(/images/btn_left_active.png) no-repeat;
	display: block;
	padding: 8px 3px 10px 14px;
	margin-right:14px;
	float: left;
	cursor:pointer;
}
#tabSection a.button_locked:hover span {
	background: url(http://www.pentaho.com/images/btn_left_hover.png) no-repeat;
	display: block;
	padding: 8px 3px 10px 14px;
	margin-right:14px;
	float: left;
	cursor:pointer;
}
/* __________________________________
   || BUTTONS - UNLOCKED           ||
   __________________________________ */
#tabSection a.button_unlocked{
	background: url(http://www.pentaho.com/images/btn_right_active_unlock.png) scroll top right no-repeat;
	color: #444;
	display: block;
	float: left;
	margin-right: 9px;
	padding-right: 9px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	height: 32px;
	letter-spacing: 1px;
	cursor:pointer;
}
#tabSection a.button_unlocked:hover{
	background: url(http://www.pentaho.com/images/btn_right_hover_unlock.png) scroll top right no-repeat;
	color: #444;
	display: block;
	float: left;
	height: 32px;
	margin-right: 9px;
	padding-right: 9px;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration: none;
	cursor:pointer;
}
a.button_unlocked span {
	background: url(http://www.pentaho.com/images/btn_left_active.png) no-repeat;
	display: block;
	padding: 8px 3px 10px 14px;
	margin-right:14px;
	float: left;
	cursor:pointer;
}
a.button_unlocked:hover span {
	background: url(http://www.pentaho.com/images/btn_left_hover.png) no-repeat;
	display: block;
	padding: 8px 3px 10px 14px;
	margin-right:14px;
	float: left;
	cursor:pointer;
}
.buttonGroup {
	clear:both;
	margin:0px 0px 12px 0px;
	border:none;
	display:table;
}


