/* -------------------------------------------------------------------------- */
/* Basic GWT styles                                                           */
/* -------------------------------------------------------------------------- */

.gwt-Label { font-size: 11px; }

.gwt-Button { font-size: 11px; background: #DDD; padding: 2px; border: solid black 1px; }

.gwt-ListBox { font-size: 11px; }

/* ===== Dialogs ===== */

.gwt-DialogBox { font-family: sans-serif; font-size: 11px; border: 1px solid black; background-color: white; }

.gwt-DialogBox .Caption { background-color: #678; color: white; font-size: 11px; padding: 4px; font-weight: bold; cursor: move; }

.gwt-DialogBox .Button-Bar { background-color: #EEE; text-align: right; padding: 2px; }

/* -------------------------------------------------------------------------- */
/* LT styles                                                                  */
/* -------------------------------------------------------------------------- */

.licenseTool-LicenseTable { font-family: "serif"; font-size: 10px; border-collapse: collapse; }

.licenseTool-LicenseTable TD { padding: 2px; border-top: solid 1px black; border-bottom: solid 1px black; border-left: solid 1px #888; border-right: solid 1px #888; white-space: nowrap; }

.licenseTool-LicenseTable .title { background: black; color: white; font-weight: bold; }

.licenseTool-LicenseTable .gwt-TextBox { border: none; font-family: sans-serif; font-size: 10px; width: 200px; }

.licenseTool-LicenseTable .gwt-Button { border: outset 1px #CCC; font-family: sans-serif; font-size: 10px; padding: 2px; }

.licenseTool-LicenseTable .gwt-ToggleButton { font-size: 11px; background: #DDD; padding: 2px; border: outset 1px #CCC; cursor: pointer; }

.licenseTool-LicenseTable .disabledLicense { background: #FFCCCC; color: black }

.licenseTool-LicenseTable .demoLicense { background: #CCCCFF; color: black }

.licenseTool-LicenseTable .expiredLicense { background: yellow; color: black }

.licenseTool-LicenseTable .productiveLicense { background: #CCFFCC; color: black }
