.coolButton, .coolButtonHover, .coolButtonActiveHover, .coolButtonActive, .coolButtonInactiveHover, .coolButtonInactive, .coolButtonActiveDisabled, .coolButtonDisabled, .coolButtonUpDisabled { cursor: Default; font-family: Arial; font-weight: normal; font-size: 11px; padding: 2px 3px 2px 3px; border: 0px solid ButtonFace; white-space: nowrap; vertical-align: middle; /* background-color: ButtonFace;*/ } .coolButton img { /* filter: gray();*/ } .coolButtonHover { border-width: 1px; border-left-color: ButtonHighlight; border-right-color: ButtonShadow; border-top-color: ButtonHighlight; border-bottom-color:ButtonShadow; padding: 1px 2px 1px 2px; opacity: 0.8; } .coolButtonActiveHover { font-weight: bold; border-width: 1px; border-left-color: ButtonHighlight; border-right-color: ButtonShadow; border-top-color: ButtonHighlight; padding: 1px 2px 1px 2px; opacity: 0.8; } .coolButtonActive { font-weight: bold; border-width: 1px; border-left-color: ButtonHighlight; border-right-color: ButtonShadow; border-top-color: ButtonHighlight; padding: 1px 2px 1px 2px; } .coolButtonInactiveHover { border-width: 1px; border-left-color: ButtonShadow; border-right-color: ButtonHighlight; border-top-color: ButtonShadow; border-bottom-color:ButtonHighlight; padding: 2px 1px 0px 3px; opacity: 0.8; } .coolButtonInactive { border-width: 1px; border-left-color: ButtonShadow; border-right-color: ButtonHighlight; border-top-color: ButtonShadow; border-bottom-color:ButtonHighlight; padding: 2px 1px 0px 3px; } .coolButtonUpDisabled, .coolButtonActiveDisabled, .coolButtonDisabled { padding: 2px 3px 2px 3px; color: GrayText; border-width: 0px; } .coolButtonActiveDisabled { border-width: 1px; border-left-color: ButtonShadow; border-right-color: ButtonHighlight; border-top-color: ButtonShadow; border-bottom-color:ButtonHighlight; padding: 2px 1px 0px 3px; } .coolButtonUpDisabled { border-width: 1px; border-left-color: ButtonHighlight; border-right-color: ButtonShadow; border-top-color: ButtonHighlight; border-bottom-color:ButtonShadow; padding: 2px 1px 0px 3px; } /* My latest build of mozilla crashed with the opacity */ .coolButtonUpDisabled img, .coolButtonActiveDisabled img, .coolButtonDisabled img { opacity: 0.3; }