/* -------------------------------------------------------------------- */
/* ---- Control Component Stylesheet ---------------------------------- */
/* -------------------------------------------------------------------- */
/* ---- Author: Heikki Gruner ----------------------------------------- */
/* ---- Created: 12 Sep, 2008 ----------------------------------------- */
/* -------------------------------------------------------------------- */

.floating {
	position: absolute;
	/*visibility: hidden;*/
	display: none;
}



/* ----------------------------------------- */
/* ---- Button Control Style --------------- */
/* ----------------------------------------- */
.button { cursor: pointer; }
.button.disabled { cursor: default; }

/* ----------------------------------------- */
/* ---- Toolbar Control Style -------------- */
/* ----------------------------------------- */
div.toolbar div.button img { display: block; margin-left: auto; margin-right: auto; }
div.toolbar div.button div.buttonLabel { text-align: center; }
