summaryrefslogtreecommitdiff
path: root/public/jsme_bak/gwt/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'public/jsme_bak/gwt/chrome')
-rw-r--r--public/jsme_bak/gwt/chrome/chrome.css1155
-rw-r--r--public/jsme_bak/gwt/chrome/chrome_rtl.css1155
-rw-r--r--public/jsme_bak/gwt/chrome/images/button/menu-button-arrow-disabled.pngbin173 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/button/menu-button-arrow.pngbin173 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/button/split-button-arrow-active.pngbin280 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/button/split-button-arrow-disabled.pngbin185 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/button/split-button-arrow-focus.pngbin185 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/button/split-button-arrow-hover.pngbin185 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/button/split-button-arrow.pngbin185 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/combobox/arrow-down-disabled.pngbin170 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/combobox/arrow-down.pngbin170 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/combobox/ellipsis-disabled.pngbin165 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/combobox/ellipsis.pngbin166 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/corner.pngbin1181 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/corner_ie6.pngbin397 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/fastree/selectionBar.gifbin154 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/fastree/treeClosed.gifbin199 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/fastree/treeLoading.gifbin847 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/fastree/treeOpen.gifbin198 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/glasspanel/blue_ridge.pngbin263 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/hborder.pngbin1591 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/hborder_ie6.pngbin970 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topleft.pngbin213 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topright.pngbin258 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/ie6/hborder_blue_shadow.pngbin150 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/ie6/hborder_gray_shadow.pngbin153 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/ie6/vborder_blue_shadow.pngbin144 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/ie6/vborder_gray_shadow.pngbin148 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/scrolltable/bg_header_gradient.gifbin146 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/splitPanelThumb.pngbin308 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/valuespinner/bg_textbox.pngbin193 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/vborder.pngbin188 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/images/vborder_ie6.pngbin201 -> 0 bytes
-rw-r--r--public/jsme_bak/gwt/chrome/mosaic.css1252
-rw-r--r--public/jsme_bak/gwt/chrome/mosaic_rtl.css1252
35 files changed, 0 insertions, 4814 deletions
diff --git a/public/jsme_bak/gwt/chrome/chrome.css b/public/jsme_bak/gwt/chrome/chrome.css
deleted file mode 100644
index 1dac4a2..0000000
--- a/public/jsme_bak/gwt/chrome/chrome.css
+++ /dev/null
@@ -1,1155 +0,0 @@
-/**
- * The file contains styles for GWT widgets in the chrome theme.
- *
- * In order to maintain cross-browser compatibility, the following syntax is
- * used to create IE6 specific style rules:
- * .gwt-Widget {
- * property: rule applies to all browsers
- * -property: rule applies only to IE6 (overrides previous rule)
- * }
- * * html .gwt-Widget {
- * property: rule applies to all versions of IE
- * }
- */
-
-/*
-body, table td, select {
- font-family: Arial Unicode MS, Arial, sans-serif;
- font-size: small;
-}
-pre {
- font-family: "courier new", courier;
- font-size: small;
-}
-body {
- color: black;
- margin: 0px;
- border: 0px;
- padding: 0px;
- background: #fff;
- direction: ltr;
-}
-
-a, a:visited, a:hover {
- color: #0000AA;
-}
-*/
-/**
- * The reference theme can be used to determine when this style sheet has
- * loaded. Create a hidden div element with absolute position, assign the style
- * name below, and attach it to the DOM. Use a timer to detect when the
- * element's height and width are set to 5px.
- */
-.gwt-Reference-chrome {
- height: 5px;
- width: 5px;
- zoom: 1;
-}
-
-.gwt-Button {
- margin: 0;
- padding: 3px 5px;
- text-decoration: none;
- font-size: small;
- cursor: pointer;
- cursor: hand;
- background: url("images/hborder.png") repeat-x 0px -27px;
- border: 1px outset #ccc;
-}
-.gwt-Button:active {
- border: 1px inset #ccc;
-}
-.gwt-Button:hover {
- border-color: #9cf #69e #69e #7af;
-}
-.gwt-Button[disabled] {
- cursor: default;
- color: #888;
-}
-.gwt-Button[disabled]:hover {
- border: 1px outset #ccc;
-}
-
-.gwt-CheckBox {
-}
-.gwt-CheckBox-disabled {
- color: #888;
-}
-
-.gwt-DecoratorPanel {
-}
-.gwt-DecoratorPanel .topCenter,
-.gwt-DecoratorPanel .bottomCenter {
- background: url(images/hborder.png) repeat-x;
-}
-.gwt-DecoratorPanel .middleLeft,
-.gwt-DecoratorPanel .middleRight {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-DecoratorPanel .topLeftInner,
-.gwt-DecoratorPanel .topRightInner,
-.gwt-DecoratorPanel .bottomLeftInner,
-.gwt-DecoratorPanel .bottomRightInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-DecoratorPanel .topLeft {
- background: url(images/corner.png) no-repeat 0px 0px;
- -background: url(images/corner_ie6.png) no-repeat 0px 0px;
-}
-.gwt-DecoratorPanel .topRight {
- background: url(images/corner.png) no-repeat -5px 0px;
- -background: url(images/corner_ie6.png) no-repeat -5px 0px;
-}
-.gwt-DecoratorPanel .bottomLeft {
- background: url(images/corner.png) no-repeat 0px -5px;
- -background: url(images/corner_ie6.png) no-repeat 0px -5px;
-}
-.gwt-DecoratorPanel .bottomRight {
- background: url(images/corner.png) no-repeat -5px -5px;
- -background: url(images/corner_ie6.png) no-repeat -5px -5px;
-}
-* html .gwt-DecoratorPanel .topLeftInner,
-* html .gwt-DecoratorPanel .topRightInner,
-* html .gwt-DecoratorPanel .bottomLeftInner,
-* html .gwt-DecoratorPanel .bottomRightInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-
-.gwt-DialogBox .Caption {
- background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
- padding: 4px 4px 4px 8px;
- cursor: default;
- border-bottom: 1px solid #bbbbbb;
- border-top: 5px solid #e3e3e3;
-}
-.gwt-DialogBox .dialogContent {
-}
-.gwt-DialogBox .dialogMiddleCenter {
- padding: 3px;
- background: white;
-}
-.gwt-DialogBox .dialogBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -4px;
- -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
-}
-.gwt-DialogBox .dialogMiddleLeft {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-DialogBox .dialogMiddleRight {
- background: url(images/vborder.png) repeat-y -4px 0px;
- -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
-}
-.gwt-DialogBox .dialogTopLeftInner {
- width: 5px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogTopRightInner {
- width: 8px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogBottomRightInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogTopLeft {
- background: url(images/corner.png) no-repeat -13px 0px;
- -background: url(images/corner_ie6.png) no-repeat -13px 0px;
-}
-.gwt-DialogBox .dialogTopRight {
- background: url(images/corner.png) no-repeat -18px 0px;
- -background: url(images/corner_ie6.png) no-repeat -18px 0px;
-}
-.gwt-DialogBox .dialogBottomLeft {
- background: url(images/corner.png) no-repeat 0px -15px;
- -background: url(images/corner_ie6.png) no-repeat 0px -15px;
-}
-.gwt-DialogBox .dialogBottomRight {
- background: url(images/corner.png) no-repeat -5px -15px;
- -background: url(images/corner_ie6.png) no-repeat -5px -15px;
-}
-* html .gwt-DialogBox .dialogTopLeftInner {
- width: 5px;
- overflow: hidden;
-}
-* html .gwt-DialogBox .dialogTopRightInner {
- width: 8px;
- overflow: hidden;
-}
-* html .gwt-DialogBox .dialogBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-DialogBox .dialogBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-DisclosurePanel {
-}
-.gwt-DisclosurePanel-open {
-}
-.gwt-DisclosurePanel-closed {
-}
-.gwt-DisclosurePanel .header,
-.gwt-DisclosurePanel .header a,
-.gwt-DisclosurePanel .header td {
- text-decoration: none; /* Remove underline from header */
- color: black;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-DisclosurePanel .content {
- border-left: 3px solid #e3e3e3;
- padding: 4px 0px 4px 8px;
- margin-left: 6px;
-}
-
-.gwt-FileUpload {
-}
-
-.gwt-Frame {
- border-top: 2px solid #666;
- border-left: 2px solid #666;
- border-right: 2px solid #bbb;
- border-bottom: 2px solid #bbb;
-}
-
-.gwt-HorizontalSplitPanel {
-}
-.gwt-HorizontalSplitPanel .hsplitter {
- cursor: move;
- border: 0px;
- background: #91c0ef url(images/vborder.png) repeat-y;
- line-height: 0px;
-}
-.gwt-VerticalSplitPanel {
-}
-.gwt-VerticalSplitPanel .vsplitter {
- cursor: move;
- border: 0px;
- background: #91c0ef url(images/hborder.png) repeat-x;
- line-height: 0px;
-}
-
-.gwt-HTML {
-}
-
-.gwt-Hyperlink {
- cursor: pointer;
-}
-
-.gwt-Image {
-}
-
-.gwt-Label {
-}
-
-.gwt-ListBox {
-}
-
-.gwt-MenuBar {
- cursor: default;
-}
-.gwt-MenuBar .gwt-MenuItem {
- cursor: default;
-}
-.gwt-MenuBar .gwt-MenuItem-selected {
- background: #cdcdcd;
-}
-.gwt-MenuBar .gwt-MenuItem-disabled {
- color: #cdcdcd;
-}
-.gwt-MenuBar-horizontal {
- background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
- border: 1px solid #BBBBBB;
-}
-.gwt-MenuBar-horizontal .gwt-MenuItem {
- padding: 0px 10px;
- vertical-align: bottom;
- color: #666666;
- font-weight: bold;
-}
-.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
- width: 1px;
- padding: 0px;
- margin: 0px;
- border: 0px;
- border-left: 1px solid #888888;
- background: white;
-}
-.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
- width: 1px;
- height: 1px;
- background: white;
-}
-.gwt-MenuBar-vertical {
- margin-top: 0px;
- margin-left: 0px;
- background: white;
-}
-.gwt-MenuBar-vertical table {
- border-collapse: collapse;
-}
-.gwt-MenuBar-vertical .gwt-MenuItem {
- padding: 4px 14px 4px 1px;
-}
-.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
- padding: 2px 0px;
-}
-.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
- height: 1px;
- padding: 0px;
- border: 0px;
- border-top: 1px solid #777777;
- background: #ddddee;
- overflow: hidden;
-}
-.gwt-MenuBar-vertical .subMenuIcon {
- padding-right: 4px;
-}
-.gwt-MenuBar-vertical .subMenuIcon-selected {
- background: #cdcdcd;
-}
-.gwt-MenuBarPopup {
- margin: 0px 0px 0px 3px;
-}
-.gwt-MenuBarPopup .menuPopupTopCenter {
- background: url(images/hborder.png) 0px -12px repeat-x;
-}
-.gwt-MenuBarPopup .menuPopupBottomCenter {
- background: url(images/hborder.png) 0px -13px repeat-x;
- -background: url(images/hborder_ie6.png) 0px -13px repeat-x;
-}
-.gwt-MenuBarPopup .menuPopupMiddleLeft {
- background: url(images/vborder.png) -12px 0px repeat-y;
- -background: url(images/vborder_ie6.png) -12px 0px repeat-y;
-}
-.gwt-MenuBarPopup .menuPopupMiddleRight {
- background: url(images/vborder.png) -13px 0px repeat-y;
- -background: url(images/vborder_ie6.png) -13px 0px repeat-y;
-}
-.gwt-MenuBarPopup .menuPopupTopLeftInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupTopRightInner {
- width: 8px;
- height: 5px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupBottomRightInner {
- width: 8px;
- height: 8px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupTopLeft {
- background: url(images/corner.png) no-repeat 0px -36px;
- -background: url(images/corner_ie6.png) no-repeat 0px -36px;
-}
-.gwt-MenuBarPopup .menuPopupTopRight {
- background: url(images/corner.png) no-repeat -5px -36px;
- -background: url(images/corner_ie6.png) no-repeat -5px -36px;
-}
-.gwt-MenuBarPopup .menuPopupBottomLeft {
- background: url(images/corner.png) no-repeat 0px -41px;
- -background: url(images/corner_ie6.png) no-repeat 0px -41px;
-}
-.gwt-MenuBarPopup .menuPopupBottomRight {
- background: url(images/corner.png) no-repeat -5px -41px;
- -background: url(images/corner_ie6.png) no-repeat -5px -41px;
-}
-* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-MenuBarPopup .menuPopupTopRightInner {
- width: 8px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-PasswordTextBox {
- padding: 2px;
-}
-.gwt-PasswordTextBox-readonly {
- color: #888;
-}
-
-.gwt-PopupPanel {
- border: 3px solid #e3e3e3;
- padding: 3px;
- background: white;
-}
-
-.gwt-DecoratedPopupPanel .popupContent {
-}
-.gwt-DecoratedPopupPanel .popupMiddleCenter {
- padding: 3px;
- background: #e3e3e3;
-}
-.gwt-DecoratedPopupPanel .popupTopCenter {
- background: url(images/hborder.png) repeat-x;
-}
-.gwt-DecoratedPopupPanel .popupBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -4px;
- -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
-}
-.gwt-DecoratedPopupPanel .popupMiddleLeft {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-DecoratedPopupPanel .popupMiddleRight {
- background: url(images/vborder.png) repeat-y -4px 0px;
- -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
-}
-.gwt-DecoratedPopupPanel .popupTopLeftInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupTopRightInner {
- width: 8px;
- height: 5px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupBottomRightInner {
- width: 8px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupTopLeft {
- background: url(images/corner.png) no-repeat 0px -10px;
- -background: url(images/corner_ie6.png) no-repeat 0px -10px;
-}
-.gwt-DecoratedPopupPanel .popupTopRight {
- background: url(images/corner.png) no-repeat -5px -10px;
- -background: url(images/corner_ie6.png) no-repeat -5px -10px;
-}
-.gwt-DecoratedPopupPanel .popupBottomLeft {
- background: url(images/corner.png) no-repeat 0px -15px;
- -background: url(images/corner_ie6.png) no-repeat 0px -15px;
-}
-.gwt-DecoratedPopupPanel .popupBottomRight {
- background: url(images/corner.png) no-repeat -5px -15px;
- -background: url(images/corner_ie6.png) no-repeat -5px -15px;
-}
-* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-DecoratedPopupPanel .popupTopRightInner {
- width: 8px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-PopupPanelGlass {
- background-color: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-
-.gwt-PushButton-up,
-.gwt-PushButton-up-hovering,
-.gwt-PushButton-up-disabled,
-.gwt-PushButton-down,
-.gwt-PushButton-down-hovering,
-.gwt-PushButton-down-disabled {
- margin: 0;
- text-decoration: none;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.gwt-PushButton-up,
-.gwt-PushButton-up-hovering,
-.gwt-PushButton-up-disabled {
- padding: 3px 5px 3px 5px;
-}
-.gwt-PushButton-up {
- border: 1px outset #ccc;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-up-hovering {
- border: 1px outset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-up-disabled {
- border: 1px outset #ccc;
- cursor: default;
- opacity: .5;
- filter: alpha(opacity=40);
- zoom: 1;
-}
-.gwt-PushButton-down,
-.gwt-PushButton-down-hovering,
-.gwt-PushButton-down-disabled {
- padding: 4px 4px 2px 6px;
-}
-.gwt-PushButton-down {
- border: 1px inset #666;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-down-hovering {
- border: 1px inset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-down-disabled {
- border: 1px outset #ccc;
- cursor: default;
- opacity: 0.5;
- filter: alpha(opacity=40);
- zoom: 1;
-}
-
-.gwt-RadioButton {
-}
-.gwt-RadioButton-disabled {
- color: #888;
-}
-
-.gwt-RichTextArea {
-}
-.hasRichTextToolbar {
- border: 0px;
-}
-.gwt-RichTextToolbar {
- background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
- border-bottom: 1px solid #BBBBBB;
- padding: 3px;
- margin: 0px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-up {
- padding: 0px 1px 0px 0px;
- margin-right: 4px;
- margin-bottom: 4px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
- margin-right: 4px;
- margin-bottom: 4px;
- padding: 0px 1px 0px 0px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-down {
- margin-right: 4px;
- margin-bottom: 4px;
- padding: 0px 0px 0px 1px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
- margin-right: 4px;
- margin-bottom: 4px;
- padding: 0px 0px 0px 1px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-up {
- margin-right: 4px;
- margin-bottom: 4px;
- padding: 0px 1px 0px 0px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
- margin-right: 4px;
- margin-bottom: 4px;
- padding: 0px 1px 0px 0px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-down {
- margin-right: 4px;
- margin-bottom: 4px;
- padding: 0px 0px 0px 1px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
- margin-right: 4px;
- margin-bottom: 4px;
- padding: 0px 0px 0px 1px;
- border-width: 1px;
-}
-
-.gwt-StackPanel {
- border-bottom: 1px solid #bbbbbb;
-}
-.gwt-StackPanel .gwt-StackPanelItem {
- cursor: pointer;
- cursor: hand;
- font-weight: bold;
- font-size: 1.3em;
- padding: 3px;
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-}
-.gwt-StackPanel .gwt-StackPanelContent {
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: white;
- padding: 2px 2px 10px 5px;
-}
-
-.gwt-DecoratedStackPanel {
- border-bottom: 1px solid #bbbbbb;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelContent {
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: white;
- padding: 2px 2px 10px 5px;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelItem {
- cursor: pointer;
- cursor: hand;
-}
-.gwt-DecoratedStackPanel .stackItemTopLeft,
-.gwt-DecoratedStackPanel .stackItemTopRight {
- height: 6px;
- width: 6px;
- zoom: 1;
-}
-.gwt-DecoratedStackPanel .stackItemTopLeft {
- border-left: 1px solid #bbbbbb;
- background: #e4e4e4 url(images/corner.png) no-repeat 0px -49px;
- -background: #e4e4e4 url(images/corner_ie6.png) no-repeat 0px -49px;
-}
-.gwt-DecoratedStackPanel .stackItemTopRight {
- border-right: 1px solid #bbbbbb;
- background: #e4e4e4 url(images/corner.png) no-repeat -6px -49px;
- -background: #e4e4e4 url(images/corner_ie6.png) no-repeat -6px -49px;
-}
-.gwt-DecoratedStackPanel .stackItemTopLeftInner,
-.gwt-DecoratedStackPanel .stackItemTopRightInner {
- width: 1px;
- height: 1px;
-}
-* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
-* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
- width: 6px;
- height: 6px;
- overflow: hidden;
-}
-.gwt-DecoratedStackPanel .stackItemTopCenter {
- background: url(images/hborder.png) 0px -21px repeat-x;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleLeft {
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
- border-left: 1px solid #bbbbbb;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
-.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
- width: 1px;
- height: 1px;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleRight {
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
- border-right: 1px solid #bbbbbb;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleCenter {
- font-weight: bold;
- font-size: 1.3em;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
- border: 0px;
- background-color: white;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
- background-color: white;
-}
-
-.gwt-SuggestBox {
- padding: 2px;
-}
-.gwt-SuggestBoxPopup {
- margin-left: 3px;
-}
-.gwt-SuggestBoxPopup .item {
- padding: 2px 6px;
- color: #424242;
- cursor: default;
-}
-.gwt-SuggestBoxPopup .item-selected {
- background: #cdcdcd;
-}
-.gwt-SuggestBoxPopup .suggestPopupContent {
- background: white;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopCenter {
- background: url(images/hborder.png) repeat-x;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -4px;
- -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
-}
-.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
- background: url(images/vborder.png) repeat-y -4px 0px;
- -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
- width: 8px;
- height: 5px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
- width: 8px;
- height: 8px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopLeft {
- background: url(images/corner.png) no-repeat 0px -23px;
- -background: url(images/corner_ie6.png) no-repeat 0px -23px;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopRight {
- background: url(images/corner.png) no-repeat -5px -23px;
- -background: url(images/corner_ie6.png) no-repeat -5px -23px;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
- background: url(images/corner.png) no-repeat 0px -28px;
- -background: url(images/corner_ie6.png) no-repeat 0px -28px;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomRight {
- background: url(images/corner.png) no-repeat -5px -28px;
- -background: url(images/corner_ie6.png) no-repeat -5px -28px;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
- width: 8px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-TabBar {
-}
-.gwt-TabBar .gwt-TabBarFirst {
- width: 5px; /* first tab distance from the left */
-}
-.gwt-TabBar .gwt-TabBarRest {
-}
-.gwt-TabBar .gwt-TabBarItem {
- margin-left: 6px;
- padding: 3px 6px 3px 6px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #e3e3e3;
-}
-.gwt-TabBar .gwt-TabBarItem-selected {
- cursor: default;
- background: #bcbcbc;
-}
-.gwt-TabBar .gwt-TabBarItem-disabled {
- cursor: default;
- color: #999999;
-}
-.gwt-TabPanel {
-}
-.gwt-TabPanelBottom {
- border-color: #bcbcbc;
- border-style: solid;
- border-width: 3px 2px 2px;
- overflow: hidden;
- padding: 6px;
-}
-
-.gwt-DecoratedTabBar {
-}
-.gwt-DecoratedTabBar .gwt-TabBarFirst {
- width: 5px; /* first tab distance from the left */
-}
-.gwt-DecoratedTabBar .gwt-TabBarRest {
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem {
- border-collapse: collapse;
- margin-left: 6px;
-}
-.gwt-DecoratedTabBar .tabTopCenter {
- padding: 0px;
- background: #e3e3e3;
-}
-.gwt-DecoratedTabBar .tabTopLeft,
-.gwt-DecoratedTabBar .tabTopRight {
- padding: 0px;
- zoom: 1;
-}
-.gwt-DecoratedTabBar .tabTopLeftInner,
-.gwt-DecoratedTabBar .tabTopRightInner {
- width: 6px;
- height: 6px;
-}
-.gwt-DecoratedTabBar .tabTopLeft {
- background: url(images/corner.png) no-repeat 0px -55px;
- -background: url(images/corner_ie6.png) no-repeat 0px -55px;
-}
-.gwt-DecoratedTabBar .tabTopRight {
- background: url(images/corner.png) no-repeat -6px -55px;
- -background: url(images/corner_ie6.png) no-repeat -6px -55px;
-}
-* html .gwt-DecoratedTabBar .tabTopLeftInner,
-* html .gwt-DecoratedTabBar .tabTopRightInner {
- width: 6px;
- height: 6px;
- overflow: hidden;
-}
-.gwt-DecoratedTabBar .tabMiddleLeft,
-.gwt-DecoratedTabBar .tabMiddleRight {
- width: 6px;
- padding: 0px;
- background: #e3e3e3 url(images/hborder.png) repeat-x 0px -1463px;
-}
-.gwt-DecoratedTabBar .tabMiddleLeftInner,
-.gwt-DecoratedTabBar .tabMiddleRightInner {
- width: 1px;
- height: 1px;
-}
-.gwt-DecoratedTabBar .tabMiddleCenter {
- padding: 0px 4px 2px 4px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #e3e3e3 url(images/hborder.png) repeat-x 0px -1463px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
- background: #747474;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
- background-position: 0px -61px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
- background-position: -6px -61px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
- background: #bcbcbc url(images/hborder.png) repeat-x 0px -2511px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
- cursor: default;
- background: #bcbcbc url(images/hborder.png) repeat-x 0px -2511px;
- color: white;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
- cursor: default;
- color: #999999;
-}
-
-.gwt-TextArea {
- padding: 2px;
-}
-.gwt-TextArea-readonly {
- color: #888;
-}
-
-.gwt-TextBox {
- padding: 2px;
-}
-.gwt-TextBox-readonly {
- color: #888;
-}
-
-.gwt-ToggleButton-up,
-.gwt-ToggleButton-up-hovering,
-.gwt-ToggleButton-up-disabled,
-.gwt-ToggleButton-down,
-.gwt-ToggleButton-down-hovering,
-.gwt-ToggleButton-down-disabled {
- margin: 0;
- text-decoration: none;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.gwt-ToggleButton-up,
-.gwt-ToggleButton-up-hovering,
-.gwt-ToggleButton-up-disabled {
- padding: 3px 5px 3px 5px;
-}
-.gwt-ToggleButton-up {
- border: 1px outset #ccc;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-up-hovering {
- border: 1px outset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-up-disabled {
- border: 1px outset #ccc;
- cursor: default;
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-.gwt-ToggleButton-down,
-.gwt-ToggleButton-down-hovering,
-.gwt-ToggleButton-down-disabled {
- padding: 4px 4px 2px 6px;
-}
-.gwt-ToggleButton-down {
- background-position: 0 -513px;
- border: 1px inset #ccc;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-down-hovering {
- background-position: 0 -513px;
- border: 1px inset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-down-disabled {
- background-position: 0 -513px;
- border: 1px inset #ccc;
- cursor: default;
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-
-.gwt-Tree .gwt-TreeItem {
- padding: 1px 0px;
- margin: 0px;
- white-space: nowrap;
- cursor: hand;
- cursor: pointer;
-}
-.gwt-Tree .gwt-TreeItem-selected {
- background: #93c2f1 url(images/hborder.png) repeat-x 0px -1463px;
-}
-.gwt-TreeItem .gwt-RadioButton input,
-.gwt-TreeItem .gwt-CheckBox input {
- margin-left: 0px;
-}
-* html .gwt-TreeItem .gwt-RadioButton input,
-* html .gwt-TreeItem .gwt-CheckBox input {
- margin-left: -4px;
-}
-
-.gwt-DateBox input {
- width: 8em;
-}
-.dateBoxFormatError {
- background: #eed6d6;
-}
-.dateBoxPopup {
-}
-
-.gwt-DatePicker {
- border: 1px solid #888;
- cursor: default;
-}
-.gwt-DatePicker td,
-.datePickerMonthSelector td:focus {
- outline: none
-}
-.datePickerDays {
- width: 100%;
- background: white;
-}
-.datePickerDay,
-.datePickerWeekdayLabel,
-.datePickerWeekendLabel {
- font-size: 75%;
- text-align: center;
- padding: 4px;
- outline: none;
-}
-.datePickerWeekdayLabel,
-.datePickerWeekendLabel {
- background: #c1c1c1;
- padding: 0px 4px 2px;
- cursor: default;
-}
-.datePickerDay {
- padding: 4px;
- cursor: hand;
- cursor: pointer;
-}
-.datePickerDayIsToday {
- border: 1px solid black;
- padding: 3px;
-}
-.datePickerDayIsWeekend {
- background: #EEEEEE;
-}
-.datePickerDayIsFiller {
- color: #888888;
-}
-.datePickerDayIsValue {
- background: #abf;
-}
-.datePickerDayIsDisabled {
- color: #AAAAAA;
- font-style: italic;
-}
-.datePickerDayIsHighlighted {
- background: #dde;
-}
-.datePickerDayIsValueAndHighlighted {
- background: #ccf;
-}
-.datePickerMonthSelector {
- background: #c1c1c1;
- width: 100%;
-}
-td.datePickerMonth {
- text-align: center;
- vertical-align: center;
- white-space: nowrap;
- font-size: 70%;
- font-weight: bold;
-}
-.datePickerPreviousButton,
-.datePickerNextButton {
- font-size: 120%;
- line-height: 1em;
- cursor: hand;
- cursor: pointer;
- padding: 0px 4px;
-}
-
-.gwt-StackLayoutPanel {
- border-bottom: 1px solid #bbbbbb;
-}
-.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
- cursor: pointer;
- cursor: hand;
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-
- font-weight: bold;
- font-size: 1.3em;
- padding: 3px;
- text-align: center;
-}
-.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
- background: #d3def6 url(images/hborder.png) repeat-x 0px -1464px;
-}
-.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: white;
- padding: 2px 2px 10px 5px;
-}
-
-.gwt-TabLayoutPanel {
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
-}
-.gwt-TabLayoutPanelContentContainer {
- border-color: #bcbcbc;
- border-style: solid;
- border-width: 2px 1px 1px;
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
- border-color: #bcbcbc;
- border-style: solid;
- border-width: 1px;
- overflow: hidden;
- padding: 6px;
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
- margin-left: 6px;
- padding: 3px 6px 3px 6px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #e3e3e3;
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
- cursor: default;
- background: #bcbcbc;
-}
-
-.gwt-SplitLayoutPanel-HDragger {
- background: white url(images/splitPanelThumb.png) center center no-repeat;
- cursor: col-resize;
-}
-
-.gwt-SplitLayoutPanel-VDragger {
- background: white url(images/splitPanelThumb.png) center center no-repeat;
- cursor: row-resize;
-}
diff --git a/public/jsme_bak/gwt/chrome/chrome_rtl.css b/public/jsme_bak/gwt/chrome/chrome_rtl.css
deleted file mode 100644
index 3d8e80e..0000000
--- a/public/jsme_bak/gwt/chrome/chrome_rtl.css
+++ /dev/null
@@ -1,1155 +0,0 @@
-/**
- * The file contains styles for GWT widgets in the chrome theme, in RTL mode.
- *
- * In order to maintain cross-browser compatibility, the following syntax is
- * used to create IE6 specific style rules:
- * .gwt-Widget {
- * property: rule applies to all browsers
- * -property: rule applies only to IE6 (overrides previous rule)
- * }
- * * html .gwt-Widget {
- * property: rule applies to all versions of IE
- * }
- */
-
-/*
-body, table td, select {
- font-family: Arial Unicode MS, Arial, sans-serif;
- font-size: small;
-}
-pre {
- font-family: "courier new", courier;
- font-size: small;
-}
-body {
- color: black;
- margin: 0px;
- border: 0px;
- padding: 0px;
- background: #fff;
- direction: rtl;
-}
-a, a:visited, a:hover {
- color: #0000AA;
-}
-*/
-/**
- * The reference theme can be used to determine when this style sheet has
- * loaded. Create a hidden div element with absolute position, assign the style
- * name below, and attach it to the DOM. Use a timer to detect when the
- * element's height and width are set to 5px.
- */
-.gwt-Reference-chrome-rtl {
- height: 5px;
- width: 5px;
- zoom: 1;
-}
-
-.gwt-Button {
- margin: 0;
- padding: 3px 5px;
- text-decoration: none;
- font-size: small;
- cursor: pointer;
- cursor: hand;
- background: url("images/hborder.png") repeat-x 0px -27px;
- border: 1px outset #ccc;
-}
-.gwt-Button:active {
- border: 1px inset #ccc;
-}
-.gwt-Button:hover {
- border-color: #9cf #69e #69e #7af;
-}
-.gwt-Button[disabled] {
- cursor: default;
- color: #888;
-}
-.gwt-Button[disabled]:hover {
- border: 1px outset #ccc;
-}
-
-.gwt-CheckBox {
-}
-.gwt-CheckBox-disabled {
- color: #888;
-}
-
-.gwt-DecoratorPanel {
-}
-.gwt-DecoratorPanel .topCenter,
-.gwt-DecoratorPanel .bottomCenter {
- background: url(images/hborder.png) repeat-x;
-}
-.gwt-DecoratorPanel .middleLeft,
-.gwt-DecoratorPanel .middleRight {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-DecoratorPanel .topLeftInner,
-.gwt-DecoratorPanel .topRightInner,
-.gwt-DecoratorPanel .bottomLeftInner,
-.gwt-DecoratorPanel .bottomRightInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-DecoratorPanel .topLeft {
- background: url(images/corner.png) no-repeat 0px 0px;
- -background: url(images/corner_ie6.png) no-repeat 0px 0px;
-}
-.gwt-DecoratorPanel .topRight {
- background: url(images/corner.png) no-repeat -5px 0px;
- -background: url(images/corner_ie6.png) no-repeat -5px 0px;
-}
-.gwt-DecoratorPanel .bottomLeft {
- background: url(images/corner.png) no-repeat 0px -5px;
- -background: url(images/corner_ie6.png) no-repeat 0px -5px;
-}
-.gwt-DecoratorPanel .bottomRight {
- background: url(images/corner.png) no-repeat -5px -5px;
- -background: url(images/corner_ie6.png) no-repeat -5px -5px;
-}
-* html .gwt-DecoratorPanel .topLeftInner,
-* html .gwt-DecoratorPanel .topRightInner,
-* html .gwt-DecoratorPanel .bottomLeftInner,
-* html .gwt-DecoratorPanel .bottomRightInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-
-.gwt-DialogBox .Caption {
- background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
- padding: 4px 8px 4px 4px;
- cursor: default;
- border-bottom: 1px solid #bbbbbb;
- border-top: 5px solid #e3e3e3;
-}
-.gwt-DialogBox .dialogContent {
-}
-.gwt-DialogBox .dialogMiddleCenter {
- padding: 3px;
- background: white;
-}
-.gwt-DialogBox .dialogBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -4px;
- -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
-}
-.gwt-DialogBox .dialogMiddleLeft {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-DialogBox .dialogMiddleRight {
- background: url(images/vborder.png) repeat-y -4px 0px;
- -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
-}
-.gwt-DialogBox .dialogTopLeftInner {
- width: 5px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogTopRightInner {
- width: 8px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogBottomRightInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DialogBox .dialogTopLeft {
- background: url(images/corner.png) no-repeat -13px 0px;
- -background: url(images/corner_ie6.png) no-repeat -13px 0px;
-}
-.gwt-DialogBox .dialogTopRight {
- background: url(images/corner.png) no-repeat -18px 0px;
- -background: url(images/corner_ie6.png) no-repeat -18px 0px;
-}
-.gwt-DialogBox .dialogBottomLeft {
- background: url(images/corner.png) no-repeat 0px -15px;
- -background: url(images/corner_ie6.png) no-repeat 0px -15px;
-}
-.gwt-DialogBox .dialogBottomRight {
- background: url(images/corner.png) no-repeat -5px -15px;
- -background: url(images/corner_ie6.png) no-repeat -5px -15px;
-}
-* html .gwt-DialogBox .dialogTopLeftInner {
- width: 5px;
- overflow: hidden;
-}
-* html .gwt-DialogBox .dialogTopRightInner {
- width: 8px;
- overflow: hidden;
-}
-* html .gwt-DialogBox .dialogBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-DialogBox .dialogBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-DisclosurePanel {
-}
-.gwt-DisclosurePanel-open {
-}
-.gwt-DisclosurePanel-closed {
-}
-.gwt-DisclosurePanel .header,
-.gwt-DisclosurePanel .header a,
-.gwt-DisclosurePanel .header td {
- text-decoration: none; /* Remove underline from header */
- color: black;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-DisclosurePanel .content {
- border-right: 3px solid #e3e3e3;
- padding: 4px 8px 4px 0px;
- margin-right: 6px;
-}
-
-.gwt-FileUpload {
-}
-
-.gwt-Frame {
- border-top: 2px solid #666;
- border-left: 2px solid #666;
- border-right: 2px solid #bbb;
- border-bottom: 2px solid #bbb;
-}
-
-.gwt-HorizontalSplitPanel {
-}
-.gwt-HorizontalSplitPanel .hsplitter {
- cursor: move;
- border: 0px;
- background: #91c0ef url(images/vborder.png) repeat-y;
- line-height: 0px;
-}
-.gwt-VerticalSplitPanel {
-}
-.gwt-VerticalSplitPanel .vsplitter {
- cursor: move;
- border: 0px;
- background: #91c0ef url(images/hborder.png) repeat-x;
- line-height: 0px;
-}
-
-.gwt-HTML {
-}
-
-.gwt-Hyperlink {
- cursor: pointer;
-}
-
-.gwt-Image {
-}
-
-.gwt-Label {
-}
-
-.gwt-ListBox {
-}
-
-.gwt-MenuBar {
- cursor: default;
-}
-.gwt-MenuBar .gwt-MenuItem {
- cursor: default;
-}
-.gwt-MenuBar .gwt-MenuItem-selected {
- background: #cdcdcd;
-}
-.gwt-MenuBar .gwt-MenuItem-disabled {
- color: #cdcdcd;
-}
-.gwt-MenuBar-horizontal {
- background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
- border: 1px solid #BBBBBB;
-}
-.gwt-MenuBar-horizontal .gwt-MenuItem {
- padding: 0px 10px;
- vertical-align: bottom;
- color: #666666;
- font-weight: bold;
-}
-.gwt-MenuBar-horizontal .gwt-MenuItemSeparator {
- width: 1px;
- padding: 0px;
- margin: 0px;
- border: 0px;
- border-right: 1px solid #888888;
- background: white;
-}
-.gwt-MenuBar-horizontal .gwt-MenuItemSeparator .menuSeparatorInner {
- width: 1px;
- height: 1px;
- background: white;
-}
-.gwt-MenuBar-vertical {
- margin-top: 0px;
- margin-right: 0px;
- background: white;
-}
-.gwt-MenuBar-vertical table {
- border-collapse: collapse;
-}
-.gwt-MenuBar-vertical .gwt-MenuItem {
- padding: 4px 1px 4px 14px;
-}
-.gwt-MenuBar-vertical .gwt-MenuItemSeparator {
- padding: 2px 0px;
-}
-.gwt-MenuBar-vertical .gwt-MenuItemSeparator .menuSeparatorInner {
- height: 1px;
- padding: 0px;
- border: 0px;
- border-top: 1px solid #777777;
- background: #ddddee;
- overflow: hidden;
-}
-.gwt-MenuBar-vertical .subMenuIcon {
- padding-left: 4px;
-}
-.gwt-MenuBar-vertical .subMenuIcon-selected {
- background: #cdcdcd;
-}
-.gwt-MenuBarPopup {
- margin: 0px 3px 0px 0px;
-}
-.gwt-MenuBarPopup .menuPopupTopCenter {
- background: url(images/hborder.png) 0px -12px repeat-x;
-}
-.gwt-MenuBarPopup .menuPopupBottomCenter {
- background: url(images/hborder.png) 0px -13px repeat-x;
- -background: url(images/hborder_ie6.png) 0px -13px repeat-x;
-}
-.gwt-MenuBarPopup .menuPopupMiddleLeft {
- background: url(images/vborder.png) -12px 0px repeat-y;
- -background: url(images/vborder_ie6.png) -12px 0px repeat-y;
-}
-.gwt-MenuBarPopup .menuPopupMiddleRight {
- background: url(images/vborder.png) -13px 0px repeat-y;
- -background: url(images/vborder_ie6.png) -13px 0px repeat-y;
-}
-.gwt-MenuBarPopup .menuPopupTopLeftInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupTopRightInner {
- width: 8px;
- height: 5px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupBottomRightInner {
- width: 8px;
- height: 8px;
- zoom: 1;
-}
-.gwt-MenuBarPopup .menuPopupTopLeft {
- background: url(images/corner.png) no-repeat 0px -36px;
- -background: url(images/corner_ie6.png) no-repeat 0px -36px;
-}
-.gwt-MenuBarPopup .menuPopupTopRight {
- background: url(images/corner.png) no-repeat -5px -36px;
- -background: url(images/corner_ie6.png) no-repeat -5px -36px;
-}
-.gwt-MenuBarPopup .menuPopupBottomLeft {
- background: url(images/corner.png) no-repeat 0px -41px;
- -background: url(images/corner_ie6.png) no-repeat 0px -41px;
-}
-.gwt-MenuBarPopup .menuPopupBottomRight {
- background: url(images/corner.png) no-repeat -5px -41px;
- -background: url(images/corner_ie6.png) no-repeat -5px -41px;
-}
-* html .gwt-MenuBarPopup .menuPopupTopLeftInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-MenuBarPopup .menuPopupTopRightInner {
- width: 8px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-MenuBarPopup .menuPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-MenuBarPopup .menuPopupBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-PasswordTextBox {
- padding: 2px;
-}
-.gwt-PasswordTextBox-readonly {
- color: #888;
-}
-
-.gwt-PopupPanel {
- border: 3px solid #e3e3e3;
- padding: 3px;
- background: white;
-}
-
-.gwt-DecoratedPopupPanel .popupContent {
-}
-.gwt-DecoratedPopupPanel .popupMiddleCenter {
- padding: 3px;
- background: #e3e3e3;
-}
-.gwt-DecoratedPopupPanel .popupTopCenter {
- background: url(images/hborder.png) repeat-x;
-}
-.gwt-DecoratedPopupPanel .popupBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -4px;
- -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
-}
-.gwt-DecoratedPopupPanel .popupMiddleLeft {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-DecoratedPopupPanel .popupMiddleRight {
- background: url(images/vborder.png) repeat-y -4px 0px;
- -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
-}
-.gwt-DecoratedPopupPanel .popupTopLeftInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupTopRightInner {
- width: 8px;
- height: 5px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupBottomRightInner {
- width: 8px;
- height: 8px;
- zoom: 1;
-}
-.gwt-DecoratedPopupPanel .popupTopLeft {
- background: url(images/corner.png) no-repeat 0px -10px;
- -background: url(images/corner_ie6.png) no-repeat 0px -10px;
-}
-.gwt-DecoratedPopupPanel .popupTopRight {
- background: url(images/corner.png) no-repeat -5px -10px;
- -background: url(images/corner_ie6.png) no-repeat -5px -10px;
-}
-.gwt-DecoratedPopupPanel .popupBottomLeft {
- background: url(images/corner.png) no-repeat 0px -15px;
- -background: url(images/corner_ie6.png) no-repeat 0px -15px;
-}
-.gwt-DecoratedPopupPanel .popupBottomRight {
- background: url(images/corner.png) no-repeat -5px -15px;
- -background: url(images/corner_ie6.png) no-repeat -5px -15px;
-}
-* html .gwt-DecoratedPopupPanel .popupTopLeftInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-DecoratedPopupPanel .popupTopRightInner {
- width: 8px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-DecoratedPopupPanel .popupBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-DecoratedPopupPanel .popupBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-PopupPanelGlass {
- background-color: #000;
- opacity: 0.3;
- filter: alpha(opacity=30);
-}
-
-.gwt-PushButton-up,
-.gwt-PushButton-up-hovering,
-.gwt-PushButton-up-disabled,
-.gwt-PushButton-down,
-.gwt-PushButton-down-hovering,
-.gwt-PushButton-down-disabled {
- margin: 0;
- text-decoration: none;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.gwt-PushButton-up,
-.gwt-PushButton-up-hovering,
-.gwt-PushButton-up-disabled {
- padding: 3px 5px 3px 5px;
-}
-.gwt-PushButton-up {
- border: 1px outset #ccc;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-up-hovering {
- border: 1px outset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-up-disabled {
- border: 1px outset #ccc;
- cursor: default;
- opacity: .5;
- filter: alpha(opacity=40);
- zoom: 1;
-}
-.gwt-PushButton-down,
-.gwt-PushButton-down-hovering,
-.gwt-PushButton-down-disabled {
- padding: 4px 4px 2px 6px;
-}
-.gwt-PushButton-down {
- border: 1px inset #666;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-down-hovering {
- border: 1px inset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-PushButton-down-disabled {
- border: 1px outset #ccc;
- cursor: default;
- opacity: 0.5;
- filter: alpha(opacity=40);
- zoom: 1;
-}
-
-.gwt-RadioButton {
-}
-.gwt-RadioButton-disabled {
- color: #888;
-}
-
-.gwt-RichTextArea {
-}
-.hasRichTextToolbar {
- border: 0px;
-}
-.gwt-RichTextToolbar {
- background: #ebebeb url(images/hborder.png) repeat-x 0px -2003px;
- border-bottom: 1px solid #BBBBBB;
- padding: 3px;
- margin: 0px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-up {
- padding: 0px 0px 0px 1px;
- margin-left: 4px;
- margin-bottom: 4px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-up-hovering {
- margin-left: 4px;
- margin-bottom: 4px;
- padding: 0px 0px 0px 1px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-down {
- margin-left: 4px;
- margin-bottom: 4px;
- padding: 0px 1px 0px 0px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-PushButton-down-hovering {
- margin-left: 4px;
- margin-bottom: 4px;
- padding: 0px 1px 0px 0px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-up {
- margin-left: 4px;
- margin-bottom: 4px;
- padding: 0px 0px 0px 1px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-up-hovering {
- margin-left: 4px;
- margin-bottom: 4px;
- padding: 0px 0px 0px 1px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-down {
- margin-left: 4px;
- margin-bottom: 4px;
- padding: 0px 1px 0px 0px;
- border-width: 1px;
-}
-.gwt-RichTextToolbar .gwt-ToggleButton-down-hovering {
- margin-left: 4px;
- margin-bottom: 4px;
- padding: 0px 1px 0px 0px;
- border-width: 1px;
-}
-
-.gwt-StackPanel {
- border-bottom: 1px solid #bbbbbb;
-}
-.gwt-StackPanel .gwt-StackPanelItem {
- cursor: pointer;
- cursor: hand;
- font-weight: bold;
- font-size: 1.3em;
- padding: 3px;
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-}
-.gwt-StackPanel .gwt-StackPanelContent {
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: white;
- padding: 2px 2px 10px 5px;
-}
-
-.gwt-DecoratedStackPanel {
- border-bottom: 1px solid #bbbbbb;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelContent {
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: white;
- padding: 2px 5px 10px 2px;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelItem {
- cursor: pointer;
- cursor: hand;
-}
-.gwt-DecoratedStackPanel .stackItemTopLeft,
-.gwt-DecoratedStackPanel .stackItemTopRight {
- height: 6px;
- width: 6px;
- zoom: 1;
-}
-.gwt-DecoratedStackPanel .stackItemTopLeft {
- border-left: 1px solid #bbbbbb;
- background: #e4e4e4 url(images/corner.png) no-repeat 0px -49px;
- -background: #e4e4e4 url(images/corner_ie6.png) no-repeat 0px -49px;
-}
-.gwt-DecoratedStackPanel .stackItemTopRight {
- border-right: 1px solid #bbbbbb;
- background: #e4e4e4 url(images/corner.png) no-repeat -6px -49px;
- -background: #e4e4e4 url(images/corner_ie6.png) no-repeat -6px -49px;
-}
-.gwt-DecoratedStackPanel .stackItemTopLeftInner,
-.gwt-DecoratedStackPanel .stackItemTopRightInner {
- width: 1px;
- height: 1px;
-}
-* html .gwt-DecoratedStackPanel .stackItemTopLeftInner,
-* html .gwt-DecoratedStackPanel .stackItemTopRightInner {
- width: 6px;
- height: 6px;
- overflow: hidden;
-}
-.gwt-DecoratedStackPanel .stackItemTopCenter {
- background: url(images/hborder.png) 0px -21px repeat-x;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleLeft {
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
- border-left: 1px solid #bbbbbb;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleLeftInner,
-.gwt-DecoratedStackPanel .stackItemMiddleRightInner {
- width: 1px;
- height: 1px;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleRight {
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
- border-right: 1px solid #bbbbbb;
-}
-.gwt-DecoratedStackPanel .stackItemMiddleCenter {
- font-weight: bold;
- font-size: 1.3em;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopRight,
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-first .stackItemTopLeft {
- border: 0px;
- background-color: white;
-}
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopLeft,
-.gwt-DecoratedStackPanel .gwt-StackPanelItem-below-selected .stackItemTopRight {
- background-color: white;
-}
-
-.gwt-SuggestBox {
- padding: 2px;
-}
-.gwt-SuggestBoxPopup {
- margin-right: 3px;
-}
-.gwt-SuggestBoxPopup .item {
- padding: 2px 6px;
- color: #424242;
- cursor: default;
-}
-.gwt-SuggestBoxPopup .item-selected {
- background: #cdcdcd;
-}
-.gwt-SuggestBoxPopup .suggestPopupContent {
- background: white;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopCenter {
- background: url(images/hborder.png) repeat-x;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomCenter {
- background: url(images/hborder.png) repeat-x 0px -4px;
- -background: url(images/hborder_ie6.png) repeat-x 0px -4px;
-}
-.gwt-SuggestBoxPopup .suggestPopupMiddleLeft {
- background: url(images/vborder.png) repeat-y;
-}
-.gwt-SuggestBoxPopup .suggestPopupMiddleRight {
- background: url(images/vborder.png) repeat-y -4px 0px;
- -background: url(images/vborder_ie6.png) repeat-y -4px 0px;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
- width: 5px;
- height: 5px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopRightInner {
- width: 8px;
- height: 5px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
- width: 8px;
- height: 8px;
- zoom: 1;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopLeft {
- background: url(images/corner.png) no-repeat 0px -23px;
- -background: url(images/corner_ie6.png) no-repeat 0px -23px;
-}
-.gwt-SuggestBoxPopup .suggestPopupTopRight {
- background: url(images/corner.png) no-repeat -5px -23px;
- -background: url(images/corner_ie6.png) no-repeat -5px -23px;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomLeft {
- background: url(images/corner.png) no-repeat 0px -28px;
- -background: url(images/corner_ie6.png) no-repeat 0px -28px;
-}
-.gwt-SuggestBoxPopup .suggestPopupBottomRight {
- background: url(images/corner.png) no-repeat -5px -28px;
- -background: url(images/corner_ie6.png) no-repeat -5px -28px;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupTopLeftInner {
- width: 5px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupTopRightInner {
- width: 8px;
- height: 5px;
- overflow: hidden;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupBottomLeftInner {
- width: 5px;
- height: 8px;
- overflow: hidden;
-}
-* html .gwt-SuggestBoxPopup .suggestPopupBottomRightInner {
- width: 8px;
- height: 8px;
- overflow: hidden;
-}
-
-.gwt-TabBar {
-}
-.gwt-TabBar .gwt-TabBarFirst {
- width: 5px; /* first tab distance from the left */
-}
-.gwt-TabBar .gwt-TabBarRest {
-}
-.gwt-TabBar .gwt-TabBarItem {
- margin-left: 6px;
- padding: 3px 6px 3px 6px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #e3e3e3;
-}
-.gwt-TabBar .gwt-TabBarItem-selected {
- cursor: default;
- background: #bcbcbc;
-}
-.gwt-TabBar .gwt-TabBarItem-disabled {
- cursor: default;
- color: #999999;
-}
-.gwt-TabPanel {
-}
-.gwt-TabPanelBottom {
- border-color: #bcbcbc;
- border-style: solid;
- border-width: 3px 2px 2px;
- overflow: hidden;
- padding: 6px;
-}
-
-.gwt-DecoratedTabBar {
-}
-.gwt-DecoratedTabBar .gwt-TabBarFirst {
- width: 5px; /* first tab distance from the left */
-}
-.gwt-DecoratedTabBar .gwt-TabBarRest {
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem {
- border-collapse: collapse;
- margin-right: 6px;
-}
-.gwt-DecoratedTabBar .tabTopCenter {
- padding: 0px;
- background: #e3e3e3;
-}
-.gwt-DecoratedTabBar .tabTopLeft,
-.gwt-DecoratedTabBar .tabTopRight {
- padding: 0px;
- zoom: 1;
-}
-.gwt-DecoratedTabBar .tabTopLeftInner,
-.gwt-DecoratedTabBar .tabTopRightInner {
- width: 6px;
- height: 6px;
-}
-.gwt-DecoratedTabBar .tabTopLeft {
- background: url(images/corner.png) no-repeat 0px -55px;
- -background: url(images/corner_ie6.png) no-repeat 0px -55px;
-}
-.gwt-DecoratedTabBar .tabTopRight {
- background: url(images/corner.png) no-repeat -6px -55px;
- -background: url(images/corner_ie6.png) no-repeat -6px -55px;
-}
-* html .gwt-DecoratedTabBar .tabTopLeftInner,
-* html .gwt-DecoratedTabBar .tabTopRightInner {
- width: 6px;
- height: 6px;
- overflow: hidden;
-}
-.gwt-DecoratedTabBar .tabMiddleLeft,
-.gwt-DecoratedTabBar .tabMiddleRight {
- width: 6px;
- padding: 0px;
- background: #e3e3e3 url(images/hborder.png) repeat-x 0px -1463px;
-}
-.gwt-DecoratedTabBar .tabMiddleLeftInner,
-.gwt-DecoratedTabBar .tabMiddleRightInner {
- width: 1px;
- height: 1px;
-}
-.gwt-DecoratedTabBar .tabMiddleCenter {
- padding: 0px 4px 2px 4px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #e3e3e3 url(images/hborder.png) repeat-x 0px -1463px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopCenter {
- background: #747474;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopLeft {
- background-position: 0px -61px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabTopRight {
- background-position: -6px -61px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleRight {
- background: #bcbcbc url(images/hborder.png) repeat-x 0px -2511px;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
- cursor: default;
- background: #bcbcbc url(images/hborder.png) repeat-x 0px -2511px;
- color: white;
-}
-.gwt-DecoratedTabBar .gwt-TabBarItem-disabled .tabMiddleCenter {
- cursor: default;
- color: #999999;
-}
-
-.gwt-TextArea {
- padding: 2px;
-}
-.gwt-TextArea-readonly {
- color: #888;
-}
-
-.gwt-TextBox {
- padding: 2px;
-}
-.gwt-TextBox-readonly {
- color: #888;
-}
-
-.gwt-ToggleButton-up,
-.gwt-ToggleButton-up-hovering,
-.gwt-ToggleButton-up-disabled,
-.gwt-ToggleButton-down,
-.gwt-ToggleButton-down-hovering,
-.gwt-ToggleButton-down-disabled {
- margin: 0;
- text-decoration: none;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.gwt-ToggleButton-up,
-.gwt-ToggleButton-up-hovering,
-.gwt-ToggleButton-up-disabled {
- padding: 3px 5px 3px 5px;
-}
-.gwt-ToggleButton-up {
- border: 1px outset #ccc;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-up-hovering {
- border: 1px outset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-up-disabled {
- border: 1px outset #ccc;
- cursor: default;
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-.gwt-ToggleButton-down,
-.gwt-ToggleButton-down-hovering,
-.gwt-ToggleButton-down-disabled {
- padding: 4px 4px 2px 6px;
-}
-.gwt-ToggleButton-down {
- background-position: 0 -513px;
- border: 1px inset #ccc;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-down-hovering {
- background-position: 0 -513px;
- border: 1px inset;
- border-color: #9cf #69e #69e #7af;
- cursor: pointer;
- cursor: hand;
-}
-.gwt-ToggleButton-down-disabled {
- background-position: 0 -513px;
- border: 1px inset #ccc;
- cursor: default;
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-
-.gwt-Tree .gwt-TreeItem {
- padding: 1px 0px;
- margin: 0px;
- white-space: nowrap;
- cursor: hand;
- cursor: pointer;
- zoom: 1;
-}
-.gwt-Tree .gwt-TreeItem-selected {
- background: #93c2f1 url(images/hborder.png) repeat-x 0px -1463px;
-}
-.gwt-TreeItem .gwt-RadioButton input,
-.gwt-TreeItem .gwt-CheckBox input {
- margin-right: 0px;
-}
-* html .gwt-TreeItem .gwt-RadioButton input,
-* html .gwt-TreeItem .gwt-CheckBox input {
- margin-right: -4px;
-}
-
-.gwt-DateBox input {
- width: 8em;
-}
-.dateBoxFormatError {
- background: #eed6d6;
-}
-.dateBoxPopup {
-}
-
-.gwt-DatePicker {
- border: 1px solid #888;
- cursor: default;
-}
-.gwt-DatePicker td,
-.datePickerMonthSelector td:focus {
- outline: none
-}
-.datePickerDays {
- width: 100%;
- background: white;
-}
-.datePickerDay,
-.datePickerWeekdayLabel,
-.datePickerWeekendLabel {
- font-size: 75%;
- text-align: center;
- padding: 4px;
- outline: none;
-}
-.datePickerWeekdayLabel,
-.datePickerWeekendLabel {
- background: #c1c1c1;
- padding: 0px 4px 2px;
- cursor: default;
-}
-.datePickerDay {
- padding: 4px;
- cursor: hand;
- cursor: pointer;
-}
-.datePickerDayIsToday {
- border: 1px solid black;
- padding: 3px;
-}
-.datePickerDayIsWeekend {
- background: #EEEEEE;
-}
-.datePickerDayIsFiller {
- color: #888888;
-}
-.datePickerDayIsValue {
- background: #abf;
-}
-.datePickerDayIsDisabled {
- color: #AAAAAA;
- font-style: italic;
-}
-.datePickerDayIsHighlighted {
- background: #dde;
-}
-.datePickerDayIsValueAndHighlighted {
- background: #ccf;
-}
-.datePickerMonthSelector {
- background: #c1c1c1;
- width: 100%;
-}
-td.datePickerMonth {
- text-align: center;
- vertical-align: center;
- white-space: nowrap;
- font-size: 70%;
- font-weight: bold;
-}
-.datePickerPreviousButton,
-.datePickerNextButton {
- font-size: 120%;
- line-height: 1em;
- cursor: hand;
- cursor: pointer;
- padding: 0px 4px;
-}
-
-.gwt-StackLayoutPanel {
- border-bottom: 1px solid #bbbbbb;
-}
-.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
- cursor: pointer;
- cursor: hand;
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-
- font-weight: bold;
- font-size: 1.3em;
- padding: 3px;
- text-align: center;
-}
-.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
- background: #d3def6 url(images/hborder.png) repeat-x 0px -1464px;
-}
-.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
- border: 1px solid #bbbbbb;
- border-bottom: 0px;
- background: white;
- padding: 2px 5px 10px 2px;
-}
-
-.gwt-TabLayoutPanel {
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelTabs {
-}
-.gwt-TabLayoutPanelContentContainer {
- border-color: #bcbcbc;
- border-style: solid;
- border-width: 2px 1px 1px;
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelContent {
- border-color: #bcbcbc;
- border-style: solid;
- border-width: 1px;
- overflow: hidden;
- padding: 6px;
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab {
- margin-left: 6px;
- padding: 3px 6px 3px 6px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #e3e3e3;
-}
-.gwt-TabLayoutPanel .gwt-TabLayoutPanelTab-selected {
- cursor: default;
- background: #bcbcbc;
-}
-
-.gwt-SplitLayoutPanel-HDragger {
- background: white url(images/splitPanelThumb.png) center center no-repeat;
- cursor: col-resize;
-}
-
-.gwt-SplitLayoutPanel-VDragger {
- background: white url(images/splitPanelThumb.png) center center no-repeat;
- cursor: row-resize;
-}
diff --git a/public/jsme_bak/gwt/chrome/images/button/menu-button-arrow-disabled.png b/public/jsme_bak/gwt/chrome/images/button/menu-button-arrow-disabled.png
deleted file mode 100644
index 8cef2ab..0000000
--- a/public/jsme_bak/gwt/chrome/images/button/menu-button-arrow-disabled.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/button/menu-button-arrow.png b/public/jsme_bak/gwt/chrome/images/button/menu-button-arrow.png
deleted file mode 100644
index f03dfee..0000000
--- a/public/jsme_bak/gwt/chrome/images/button/menu-button-arrow.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-active.png b/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-active.png
deleted file mode 100644
index fa58c50..0000000
--- a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-active.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-disabled.png b/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-disabled.png
deleted file mode 100644
index 0a6a82c..0000000
--- a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-disabled.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-focus.png b/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-focus.png
deleted file mode 100644
index 167d71e..0000000
--- a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-focus.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-hover.png b/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-hover.png
deleted file mode 100644
index 167d71e..0000000
--- a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow-hover.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow.png b/public/jsme_bak/gwt/chrome/images/button/split-button-arrow.png
deleted file mode 100644
index b33a93f..0000000
--- a/public/jsme_bak/gwt/chrome/images/button/split-button-arrow.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/combobox/arrow-down-disabled.png b/public/jsme_bak/gwt/chrome/images/combobox/arrow-down-disabled.png
deleted file mode 100644
index 3c5f5ec..0000000
--- a/public/jsme_bak/gwt/chrome/images/combobox/arrow-down-disabled.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/combobox/arrow-down.png b/public/jsme_bak/gwt/chrome/images/combobox/arrow-down.png
deleted file mode 100644
index b298d6e..0000000
--- a/public/jsme_bak/gwt/chrome/images/combobox/arrow-down.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/combobox/ellipsis-disabled.png b/public/jsme_bak/gwt/chrome/images/combobox/ellipsis-disabled.png
deleted file mode 100644
index a9a225d..0000000
--- a/public/jsme_bak/gwt/chrome/images/combobox/ellipsis-disabled.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/combobox/ellipsis.png b/public/jsme_bak/gwt/chrome/images/combobox/ellipsis.png
deleted file mode 100644
index aca78e7..0000000
--- a/public/jsme_bak/gwt/chrome/images/combobox/ellipsis.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/corner.png b/public/jsme_bak/gwt/chrome/images/corner.png
deleted file mode 100644
index f57b153..0000000
--- a/public/jsme_bak/gwt/chrome/images/corner.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/corner_ie6.png b/public/jsme_bak/gwt/chrome/images/corner_ie6.png
deleted file mode 100644
index fd1ccf0..0000000
--- a/public/jsme_bak/gwt/chrome/images/corner_ie6.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/fastree/selectionBar.gif b/public/jsme_bak/gwt/chrome/images/fastree/selectionBar.gif
deleted file mode 100644
index 11e3caf..0000000
--- a/public/jsme_bak/gwt/chrome/images/fastree/selectionBar.gif
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/fastree/treeClosed.gif b/public/jsme_bak/gwt/chrome/images/fastree/treeClosed.gif
deleted file mode 100644
index 7bda586..0000000
--- a/public/jsme_bak/gwt/chrome/images/fastree/treeClosed.gif
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/fastree/treeLoading.gif b/public/jsme_bak/gwt/chrome/images/fastree/treeLoading.gif
deleted file mode 100644
index 371963f..0000000
--- a/public/jsme_bak/gwt/chrome/images/fastree/treeLoading.gif
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/fastree/treeOpen.gif b/public/jsme_bak/gwt/chrome/images/fastree/treeOpen.gif
deleted file mode 100644
index 0fcf791..0000000
--- a/public/jsme_bak/gwt/chrome/images/fastree/treeOpen.gif
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/glasspanel/blue_ridge.png b/public/jsme_bak/gwt/chrome/images/glasspanel/blue_ridge.png
deleted file mode 100644
index cb96282..0000000
--- a/public/jsme_bak/gwt/chrome/images/glasspanel/blue_ridge.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/hborder.png b/public/jsme_bak/gwt/chrome/images/hborder.png
deleted file mode 100644
index f11658c..0000000
--- a/public/jsme_bak/gwt/chrome/images/hborder.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/hborder_ie6.png b/public/jsme_bak/gwt/chrome/images/hborder_ie6.png
deleted file mode 100644
index 4f4dea1..0000000
--- a/public/jsme_bak/gwt/chrome/images/hborder_ie6.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topleft.png b/public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topleft.png
deleted file mode 100644
index a0b04f0..0000000
--- a/public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topleft.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topright.png b/public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topright.png
deleted file mode 100644
index 16f3d0e..0000000
--- a/public/jsme_bak/gwt/chrome/images/ie6/corner_dialog_topright.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/ie6/hborder_blue_shadow.png b/public/jsme_bak/gwt/chrome/images/ie6/hborder_blue_shadow.png
deleted file mode 100644
index d8c41d3..0000000
--- a/public/jsme_bak/gwt/chrome/images/ie6/hborder_blue_shadow.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/ie6/hborder_gray_shadow.png b/public/jsme_bak/gwt/chrome/images/ie6/hborder_gray_shadow.png
deleted file mode 100644
index f4d1844..0000000
--- a/public/jsme_bak/gwt/chrome/images/ie6/hborder_gray_shadow.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/ie6/vborder_blue_shadow.png b/public/jsme_bak/gwt/chrome/images/ie6/vborder_blue_shadow.png
deleted file mode 100644
index bd154ae..0000000
--- a/public/jsme_bak/gwt/chrome/images/ie6/vborder_blue_shadow.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/ie6/vborder_gray_shadow.png b/public/jsme_bak/gwt/chrome/images/ie6/vborder_gray_shadow.png
deleted file mode 100644
index fccce49..0000000
--- a/public/jsme_bak/gwt/chrome/images/ie6/vborder_gray_shadow.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/scrolltable/bg_header_gradient.gif b/public/jsme_bak/gwt/chrome/images/scrolltable/bg_header_gradient.gif
deleted file mode 100644
index 48e5c32..0000000
--- a/public/jsme_bak/gwt/chrome/images/scrolltable/bg_header_gradient.gif
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/splitPanelThumb.png b/public/jsme_bak/gwt/chrome/images/splitPanelThumb.png
deleted file mode 100644
index d2ef025..0000000
--- a/public/jsme_bak/gwt/chrome/images/splitPanelThumb.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/valuespinner/bg_textbox.png b/public/jsme_bak/gwt/chrome/images/valuespinner/bg_textbox.png
deleted file mode 100644
index 8f66df8..0000000
--- a/public/jsme_bak/gwt/chrome/images/valuespinner/bg_textbox.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/vborder.png b/public/jsme_bak/gwt/chrome/images/vborder.png
deleted file mode 100644
index b9f7ddc..0000000
--- a/public/jsme_bak/gwt/chrome/images/vborder.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/images/vborder_ie6.png b/public/jsme_bak/gwt/chrome/images/vborder_ie6.png
deleted file mode 100644
index c5596d3..0000000
--- a/public/jsme_bak/gwt/chrome/images/vborder_ie6.png
+++ /dev/null
Binary files differ
diff --git a/public/jsme_bak/gwt/chrome/mosaic.css b/public/jsme_bak/gwt/chrome/mosaic.css
deleted file mode 100644
index 0b66569..0000000
--- a/public/jsme_bak/gwt/chrome/mosaic.css
+++ /dev/null
@@ -1,1252 +0,0 @@
-/**
- * The file contains styles for GWT widgets in the standard theme.
- *
- * In order to maintain cross-browser compatibility, the following syntax is
- * used to create IE6 specific style rules:
- * html>body .gwt-Widget {
- * Rule applies to all browsers (including IE7), except IE6
- * }
- * * html .gwt-Widget {
- * Rule applied to IE6 only (not to IE7)
- * }
- *
- * Specifically, IE6 does not support images with multiple transparent colors,
- * so we need to use the AlphaImageLoader in IE6 only.
- */
-
-/**
- * The reference theme can be used to determine when this style sheet has
- * loaded. Create a hidden div element with absolute position, assign the style
- * name below, and attach it to the DOM. Use a timer to detect when the
- * element's height and width are set to 5px.
- */
-.mosaic-Reference-chrome {
- height: 5px;
- width: 5px;
- zoom: 1;
-}
-/*
-body {
- font-family: arial,sans-serif;
-}
-
-div,td {
- color: #000000;
-}
-
-a:link {
- color:#0000cc;
-}
-
-a:visited {
- color:#551a8b;
-}
-
-a:active {
- color:#ff0000;
-}
-
-*/
-/*** Button ***/
-
-.gwt-Button {
- /* IE hack */
- overflow: visible;
-}
-
-/*** TextBox & TextArea */
-
-.gwt-TextBox,
-.gwt-PasswordTextBox,
-.gwt-TextArea {
- margin: 0px;
- padding: 0px;
- text-decoration: none;
- font-size: 10pt;
- border: 1px inset #ccc;
-}
-
-/*** DecoratedButton ***/
-
-.mosaic-DecoratedButton {
- margin: 0px;
- text-decoration: none;
- font-size: small;
- cursor: pointer;
- cursor: hand;
- background: url("images/hborder.png") repeat-x 0px -27px;
- border: none;
- border-collapse: collapse;
- table-layout: fixed;
-}
-.mosaic-DecoratedButton .buttonTopCenter,
-.mosaic-DecoratedButton .buttonBottomCenter {
- height: 1px !important;
- background: #444;
-}
-.mosaic-DecoratedButton .buttonTopCenterInner,
-.mosaic-DecoratedButton .buttonBottomCenterInner {
- height: 1px !important;
- background: #f00;
-}
-.mosaic-DecoratedButton .buttonMiddleLeft,
-.mosaic-DecoratedButton .buttonMiddleRight {
- width: 1px;
- background: #444;
-}
-.mosaic-DecoratedButton .buttonTopLeftInner,
-.mosaic-DecoratedButton .buttonTopRightInner,
-.mosaic-DecoratedButton .buttonBottomLeftInner,
-.mosaic-DecoratedButton .buttonBottomRightInner {
- width: 1px;
- height: 1px;
-}
-.mosaic-DecoratedButton .buttonMiddleCenterInner {
- width: 100%;
- height: 100%;
- background: #0ff;
-}
-
-/*** ComboBox ***/
-
-.mosaic-ComboBox {
- border: 1px inset #ccc;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-
-.mosaic-ComboBox input {
- border: 0px;
- text-align: middle;
-}
-.mosaic-ComboBox button {
- width: 17px !important;
- border: 0px;
- border-left: 1px solid #ccc;
- padding: 0px;
- background-position: center center;
- background-repeat: no-repeat;
- background-image: url(images/combobox/arrow-down.png);
-}
-
-/*** ToolButton ***/
-
-.mosaic-ToolButton {
- margin: 0px;
- padding: 0px;
- border: 0px;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.mosaic-ToolButton .mosaic-Button {
- margin: 0;
- padding: 3px 5px;
- text-decoration: none;
- font-size: small;
- cursor: pointer;
- cursor: hand;
- background: url("images/hborder.png") repeat-x 0px -27px;
- border: 1px outset #ccc;
-}
-.mosaic-ToolButton .mosaic-Button:active {
- border: 1px inset #ccc;
-}
-.mosaic-ToolButton .mosaic-Button:hover {
- border-color: #9cf #69e #69e #7af;
-}
-.mosaic-ToolButton .mosaic-Button[disabled] {
- cursor: default;
- color: #888;
-}
-.mosaic-ToolButton .mosaic-Button[disabled]:hover {
- border: 1px outset #ccc;
-}
-.mosaic-ToolButton .mosaic-Button {
- background: none;
-}
-.mosaic-ToolButton .mosaic-Menu-Button,
-.mosaic-ToolButton .mosaic-Split-Button {
- padding-right: 20px;
- background-position: right center;
- background-repeat: no-repeat;
-}
-.mosaic-ToolButton .mosaic-Menu-Button {
- background-image: url(images/button/menu-button-arrow.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button {
- background-image: url(images/button/split-button-arrow.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button-focus {
- background-image: url(split-button-arrow-focus.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button-hover {
- background-image: url(images/button/split-button-arrow-hover.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button-activeoption {
- background-image: url(images/button/split-button-arrow-active.png);
-}
-
-/* Checked state */
-
-.mosaic-ToolButton .mosaic-Checkbox-Button-checked {
- border: 1px inset #ccc;
- background-color: #ccc;
-}
-
-/* Disabled state */
-
-.mosaic-ToolButton .mosaic-Menu-Button-disabled {
- background-image: url(images/button/menu-button-arrow-disabled.png);
-}
-
-.mosaic-ToolButton .mosaic-Split-Button-disabled {
- background-image: url(images/button/split-button-arrow-disabled.png);
-}
-
-.mosaic-ToolButton .mosaic-Checkbox-Button-checked[disabled] {
- border: 1px inset #ccc;
-}
-
-/*** Caption ***/
-
-.mosaic-Caption {
- background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
- border-bottom: 1px solid #bbbbbb;
-}
-.mosaic-Caption-iconBoxLeft {
- padding: 0px 0px 0px 2px;
-}
-.mosaic-Caption-iconBoxRight {
- padding: 0px 2px 0px 0px;
-}
-.mosaic-Caption-text {
- padding: 4px 4px 4px 4px;
- text-align: left !important;
- font-weight: bold;
- white-space: nowrap;
- overflow: hidden;
-}
-
-/*** DropDownPanel ***/
-
-.mosaic-DropDownPanel {
-
-}
-
-.mosaic-DropDownPanel .mosaic-ComboBoxList {
- background: white;
- border: none;
- margin: 0px;
- padding: 0px;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable,
-.mosaic-DropDownPanel .mosaic-ColumnWidget,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable {
- border-color: #aaa;
- border-style: solid;
- border-width: 1px 0px 1px 1px;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .headerWrapper,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .headerWrapper,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .headerWrapper {
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .footerWrapper,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .footerWrapper,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .footerWrapper {
- border-top: 1px solid #aaa;
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable td,
-.mosaic-DropDownPanel .gwt-ScrollTable .headerTable td,
-.mosaic-DropDownPanel .gwt-ScrollTable .footerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .headerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .footerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .headerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .footerTable td {
- border-color: #aaa;
- border-style: solid;
- border-width: 0px 0px 0px 0px;
- white-space: nowrap;
- overflow: hidden;
- padding: 1px 3px;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .headerTable td,
-.mosaic-DropDownPanel .gwt-ScrollTable .footerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .headerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .footerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .headerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .footerTable td {
- color: #fff;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.highlighted {
- background: #C3D9FF;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.highlighted {
- /*background: #FFFFAA;*/
- cursor: hand;
- cursor: pointer;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.selected td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.selected td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.selected td {
- background: #7AA5D6;
-}
-
-/*** WindowPanel ***/
-
-.mosaic-WindowPanel {
-}
-.mosaic-WindowPanel .mosaic-CaptionLayoutPanel .dragdrop-handle {
- cursor: move;
- user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
-}
-.mosaic-WindowPanel .mosaic-CaptionLayoutPanel {
- padding: 0px;
- margin: 0px;
-
- /* debug */
- /*border: 1px solid #00f;*/
-}
-.mosaic-WindowPanel .Body {
- background: white;
-}
-.mosaic-MessageBox .Body {
- background: none;
-}
-.mosaic-WindowPanel .Footer {
-}
-.mosaic-WindowPanel .popupMiddleCenter {
- padding: 0px;
- margin: 0px;
-}
-.mosaic-WindowPanel .Resize-nw {
- cursor: nw-resize;
-}
-.mosaic-WindowPanel .Resize-n {
- cursor: n-resize;
-}
-.mosaic-WindowPanel .Resize-ne {
- cursor: ne-resize;
-}
-.mosaic-WindowPanel .Resize-e {
- cursor: e-resize;
-}
-.mosaic-WindowPanel .Resize-se {
- cursor: se-resize;
-}
-.mosaic-WindowPanel .Resize-s {
- cursor: s-resize;
-}
-.mosaic-WindowPanel .Resize-sw {
- cursor: sw-resize;
-}
-.mosaic-WindowPanel .Resize-w {
- cursor: w-resize;
-}
-
-/*** GlassPanel ***/
-
-.mosaic-GlassPanel-loading,
-.gwt-GlassPanel {
- /* Override glass panel color to be `green` */
- background-color: #000 !important;
- background-repeat: repeat;
-
- /* Override glass panel to 10% opacity (= 90% transparency) */
- filter: alpha(opacity = 10) !important; /* IE */
- opacity: 0.1 !important; /* non-IE */
-
- /*
- NOTE: Please do NOT use either CSS 'width' or 'height' here, as
- this would defeat much of the effort that went into GlassPanel
- in order to get it to work consistently in a variety of
- circumstances. Specifically, please resist the urge to use
- 'width/height: 100%' or similar constructs.
- */
-}
-.mosaic-GlassPanel-invisible {
- /* Override glass panel color to be `green` */
- background-color: #000 !important;
- background-repeat: repeat;
-
- /* Override glass panel to 0% opacity (= 100% transparency) */
- filter: alpha(opacity = 0) !important; /* IE */
- opacity: 0.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-default,
-.mosaic-GlassPanel-blue_ridge {
- background-image: url("images/glasspanel/blue_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 33) !important; /* IE */
- opacity: 0.3 !important; /* non-IE */
-}
-.mosaic-GlassPanel-countertop {
- background-image: url("images/glasspanel/countertop.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 40) !important; /* IE */
- opacity: 0.4 !important; /* non-IE */
-}
-.mosaic-GlassPanel-fish {
- background-image: url("images/glasspanel/fish.png");
- background-repeat: repeat;
-}
-.mosaic-GlassPanel-fleur_de_lis {
- background-image: url("images/glasspanel/fleur_de_lis.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-floral {
- background-image: url("images/glasspanel/floral.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-moss_ridge {
- background-image: url("images/glasspanel/moss_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-numbers {
- background-image: url("images/glasspanel/numbers.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-sky_ridge {
- background-image: url("images/glasspanel/sky_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-snow_ridge {
- background-image: url("images/glasspanel/snow_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-
-/*** ImageButton ***/
-
-.mosaic-ImageButton {
- cursor: pointer;
-}
-
-.mosaic-ImageButton img {
- display: block;
-
- /*
- * Unfortunately, in IE, border-color: transparent is rendered as black.
- * We get around the border on hover displacement of content by adjusting
- * the margin/padding at the same time.
- */
- border: 0px solid transparent;
- margin: 1px;
-}
-.mosaic-ImageButton img:hover {
- /*
- * Unfortunately, in IE, border-color: transparent is rendered as black.
- * We get around the border on hover displacement of content by adjusting
- * the margin/padding at the same time.
- */
- border: 1px solid #4d4d4d;
- margin: 0px;
-
- background-color: #ccc;
-}
-.mosaic-ImageButton img:active {
- background-color: #dcc;
-}
-
-/*** InfoPanel ***/
-
-.mosaic-InfoPanel {
-}
-.mosaic-InfoPanel-panel {
-}
-.mosaic-InfoPanel-caption {
- font-weight: bold;
- display: block;
-}
-.mosaic-InfoPanel-description {
-}
-
-/*** TabLayoutPanel ***/
-
-.mosaic-TabLayoutPanel {
-}
-
-.mosaic-TabLayoutPanelBottom {
-/*
- border-color: #92c1f0;
- border-style: solid;
- border-width: 3px 2px 2px 2px;
-*/
-}
-
-/*** ScrollTabBar ***/
-
-.mosaic-ScrollTabBar {
-}
-
-.mosaic-ScrollTabBar .mosaic-ScrollTabBar-NavBar {
- margin: 0px 2px !important;
-}
-
-.mosaic-ScrollTabBar button {
- padding: 0px !important;
- margin: 0px 0px 2px 0px !important;
- border: 1px solid #ccc;
-}
-
-/*** ScrollTable ***/
-
-.gwt-ScrollTable,
-.mosaic-ColumnWidget,
-.mosaic-ScrollTreeTable {
- border-color: #aaa;
- border-style: solid;
- border-width: 1px 0px 1px 1px;
-}
-
-.gwt-ScrollTable .headerWrapper,
-.mosaic-ColumnWidget .headerWrapper,
-.mosaic-ScrollTreeTable .headerWrapper {
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.gwt-ScrollTable .footerWrapper,
-.mosaic-ColumnWidget .footerWrapper,
-.mosaic-ScrollTreeTable .footerWrapper {
- border-top: 1px solid #aaa;
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.gwt-ScrollTable .dataTable td,
-.gwt-ScrollTable .headerTable td,
-.gwt-ScrollTable .footerTable td,
-.mosaic-ColumnWidget .dataTable td,
-.mosaic-ColumnWidget .headerTable td,
-.mosaic-ColumnWidget .footerTable td,
-.mosaic-ScrollTreeTable .dataTable td,
-.mosaic-ScrollTreeTable .headerTable td,
-.mosaic-ScrollTreeTable .footerTable td {
- border-color: #aaa;
- border-style: solid;
- border-width: 0px 1px 1px 0px;
- white-space: nowrap;
- overflow: hidden;
-}
-
-.gwt-ScrollTable .headerTable td,
-.gwt-ScrollTable .footerTable td,
-.mosaic-ColumnWidget .headerTable td,
-.mosaic-ColumnWidget .footerTable td,
-.mosaic-ScrollTreeTable .headerTable td,
-.mosaic-ScrollTreeTable .footerTable td {
- color: #fff;
-}
-
-.gwt-ScrollTable .dataTable tr.highlighted, /* gen2 */
-.gwt-ScrollTable .dataTable tr.hovering,
-.mosaic-ColumnWidget .dataTable tr.hovering,
-.mosaic-ScrollTreeTable .dataTable tr.hovering {
- background: #C3D9FF;
-}
-
-.gwt-ScrollTable .dataTable td.highlighted, /* gen2 */
-.gwt-ScrollTable .dataTable td.hovering,
-.mosaic-ColumnWidget .dataTable td.hovering,
-.mosaic-ScrollTreeTable .dataTable td.hovering {
- background: #FFFFAA;
- cursor: hand;
- cursor: pointer;
-}
-
-.gwt-ScrollTable .dataTable tr.selected,
-.mosaic-ColumnWidget .dataTable tr.selected,
-.mosaic-ScrollTreeTable .dataTable tr.selected {
- background: #7AA5D6;
-}
-
-.gwt-ScrollTable .pagingOptions {
- background: #e8eef7;
- border-top: 1px solid #aaa;
- border-right: 1px solid #aaa;
- padding: 1px 0px;
-}
-
-.gwt-ScrollTable .pagingOptions .errorMessage {
- color: red;
-}
-
-.gwt-PagingOptions .gwt-Image {
- cursor: hand;
- cursor: pointer;
-}
-
-.gwt-InlineCellEditor {
- border: 3px solid #7AA5D6;
- padding: 4px;
- background: white;
- overflow: auto;
-}
-.gwt-InlineCellEditor .accept {
- cursor: pointer;
- cursor: hand;
-}
-.gwt-InlineCellEditor .cancel {
- cursor: pointer;
- cursor: hand;
-}
-
-/*** CaptionLayoutPanel ***/
-
-.mosaic-CaptionLayoutPanel {
- padding: 0px;
- margin: 0px;
-
- /* debug */
- /*border: 1px dotted #00f;*/
-}
-.mosaic-CaptionLayoutPanel .Body {
-
- /* debug */
- /*border: 1px dotted #0f0;*/
-}
-
-/** DisclosureLayoutPanel */
-
-.mosaic-DisclosureLayoutPanel {
-}
-.mosaic-DisclosureLayoutPanel-open {
-}
-.mosaic-DisclosureLayoutPanel-close {
-}
-.mosaic-DisclosureLayoutPanel .mosaic-Caption {
- background: none;
- border: none;
-}
-.mosaic-DisclosureLayoutPanel .mosaic-Caption-text a {
- text-decoration: none; /* Remove underline from header */
- color: black;
- cursor: pointer;
- cursor: hand;
- padding: 1px;
-}
-.mosaic-DisclosureLayoutPanel .Body {
- border-left: 3px solid #e3e3e3;
- padding: 4px 0px 4px 8px;
- margin-left: 6px;
-}
-
-/*** LayoutPanel ***/
-
-.mosaic-LayoutPanel {
- padding: 5px;
- margin: 0px;
-
- /* debug */
- /*
- margin: 1px;
- border: 1px dotted #f00;
- */
-}
-.mosaic-LayoutPanel-FormLayout .mosaic-LayoutPanel {
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
-}
-.mosaic-LayoutPanel-FillLayout {
- padding: 0px;
-}
-.mosaic-LayoutPanel-BoxLayout {
-}
-.mosaic-LayoutPanel-BorderLayout {
-}
-.mosaic-LayoutPanel-BorderLayout .NorthCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-top: none;
- height: 18px !important;
- padding: 0px 1px 1px 1px;
- overflow: hidden;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-bottom: none;
- height: 18px !important;
- padding: 1px 1px 0px 1px;
- overflow: hidden;
-}
-/* TODO
-html>body .mosaic-LayoutPanel-BorderLayout .NorthCollapsedImageButton img,
-html>body .mosaic-LayoutPanel-BorderLayout .SouthCollapsedImageButton img {
- position: absolute;
- top: 0px;
- right: 0px;
-}
-*/
-.mosaic-LayoutPanel-BorderLayout .WestCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-left: none;
-
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
- width: 18px !important;
-
- padding: 1px 1px 1px 0px;
- overflow: hidden;
-}
-.mosaic-LayoutPanel-BorderLayout .EastCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-right: none;
-
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
- width: 18px !important;
-
- padding: 1px 0px 1px 1px;
- overflow: hidden;
-}
-.mosaic-LayoutPanel-BorderLayout .NorthSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: n-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .NorthSplitBar:hover {
- border-top: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .NorthSplitBar-Movable {
- background: #000;
- cursor: n-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: s-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthSplitBar:hover {
- border-bottom: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthSplitBar-Movable {
- background: #000;
- cursor: s-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .WestSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: w-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .WestSplitBar:hover {
- border-left: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .WestSplitBar-Movable {
- background: #000;
- cursor: w-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .EastSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: w-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .EastSplitBar:hover {
- border-right: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .EastSplitBar-Movable {
- background: #000;
-}
-
-/*** ToolBar ***/
-
-.mosaic-ToolBar {
- cursor: default;
- padding: 3px;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.mosaic-ToolBar .mosaic-ToolButton {
- background: none;
- white-space: nowrap;
-}
-.mosaic-ToolBar .mosaic-ToolBarSeparator {
- border-left: 1px solid #ccc;
- background: white;
-
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
- width: 1px;
-
- padding: 0px;
- margin: 5px 3px;
-}
-
-/*** WidgetWrapper ***/
-
-.mosaic-WidgetWrapper {
- /* debug */
- /*border: 1px solid;*/
-}
-
-/*** DateTimePicker ***/
-
-.mosaic-DateTimePicker {
- border: none;
- padding: 0px;
- margin: 0px;
- cursor: default;
- background: #dbe6de;
-}
-
-/*** mosaic-DecoratedBottomTabBar ***/
-
-.mosaic-DecoratedBottomTabBar {
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarFirst {
- width: 5px; /* first tab distance from the left */
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarRest {
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem {
- border-collapse: collapse;
- margin-left: 6px;
-}
-.mosaic-DecoratedBottomTabBar .tabBottomCenter {
- padding: 0px;
- background: #d0e4f6;
-}
-.mosaic-DecoratedBottomTabBar .tabBottomLeft,
-.mosaic-DecoratedBottomTabBar .tabBottomRight {
- padding: 0px;
- zoom: 1;
-}
-.mosaic-DecoratedBottomTabBar .tabBottomLeftInner,
-.mosaic-DecoratedBottomTabBar .tabBottomRightInner {
- width: 6px;
- height: 6px;
-}
-html>body .mosaic-DecoratedBottomTabBar .tabBottomLeft {
- background: url(images/corner2.png) no-repeat 0px -6px;
-}
-html>body .mosaic-DecoratedBottomTabBar .tabBottomRight {
- background: url(images/corner2.png) no-repeat -6px -6px;
-}
-* html .mosaic-DecoratedBottomTabBar .tabBottomLeftInner {
- width: 5px;
- height: 61px;
- margin-top: -55px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-* html .mosaic-DecoratedBottomTabBar .tabBottomRightInner {
- width: 12px;
- height: 61px;
- margin-top: -55px;
- margin-left: -6px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-.mosaic-DecoratedBottomTabBar .tabMiddleLeft,
-.mosaic-DecoratedBottomTabBar .tabMiddleRight {
- width: 6px;
- padding: 0px;
- background: #d0e4f6;
-}
-.mosaic-DecoratedBottomTabBar .tabMiddleLeftInner,
-.mosaic-DecoratedBottomTabBar .tabMiddleRightInner {
- width: 1px;
- height: 1px;
-}
-.mosaic-DecoratedBottomTabBar .tabMiddleCenter {
- padding: 0px 4px 2px 4px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #d0e4f6;
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomCenter {
- background: #92c1f0;
-}
-html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomLeft {
- background-position: 0px 0px;
-}
-html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRight {
- background-position: -6px 0px;
-}
-* html .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomLeftInner {
- width: 5px;
- height: 67px;
- margin-top: -61px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-* html .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRightInner {
- width: 12px;
- height: 67px;
- margin-top: -61px;
- margin-left: -6px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabMiddleRight {
- background: #92c1f0;
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
- cursor: default;
- background: #92c1f0;
-}
-
-/*** StackLayoutPanel ***/
-
-.mosaic-StackLayoutPanel {
- /*border: 1px solid #bbbbbb;*/
-}
-.mosaic-StackLayoutPanel .mosaic-StackLayoutPanelItem {
- cursor: pointer;
- cursor: hand;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-}
-.mosaic-StackLayoutPanel .mosaic-StackLayoutPanelItem-selected {
- cursor: pointer;
- cursor: hand;
-}
-.mosaic-StackLayoutPanel .mosaic-StackLayoutPanelContent {
- /*border: 1px solid #bbbbbb;*/
- /*border-bottom: 0px;*/
-}
-
-/*** FastTree ***/
-
-/* --- Structural CSS --- */
-
-.gwt-FastTree {
- -moz-user-select: none;
- position: relative;
-}
-.gwt-FastTreeItem {
- min-width: 18px;
-}
-.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed {
- width: 100%;
-}
-.gwt-FastTree .selection-bar {
- font-size: 0;
- position: absolute;
- left: 0;
- width: 1px;
- z-index: -1;
- outline: none;
- -moz-outline: none;
-}
-.gwt-FastTree .selection-bar :focus {
- outline: none
-}
-
-/* --- Visual styling --- */
-
-.gwt-FastTree .open .treeItemContent,.gwt-FastTree .closed .treeItemContent {
- margin-left: 18px;
-}
-.gwt-FastTreeItem-leaf {
- display: block;
- padding: 2px;
- padding-left: 18px;
-}
-.gwt-FastTreeItem .children {
- margin-left: 10px;
-}
-.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed,.gwt-FastTreeItem-leaf {
- color: black;
-}
-.gwt-FastTreeItem .open {
- background: url('images/fasttree/treeOpen.gif') no-repeat center left;
-}
-.gwt-FastTreeItem .closed {
- background: url('images/fasttree/treeClosed.gif') no-repeat center left;
-}
-.gwt-FastTreeItem-loading .open {
- background: url('images/fasttree/treeLoading.gif') no-repeat center left;
-}
-.gwt-FastTreeItem-leaf {
-}
-.gwt-FastTree .treeItemContent {
- padding: 2px;
-}
-.gwt-FastTree .selected .treeItemContent {
- background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
-}
-
-/*** FastTreeTable ***/
-
-/* --- Structural CSS --- */
-
-.gwt-FastTreeTable {
- -moz-user-select: none;
- position: relative;
-}
-.gwt-FastTreeTable td {
- white-space: nowrap;
-}
-.gwt-FastTreeTableItem {
- min-width: 18px;
-}
-.gwt-FastTreeTableItem .open,.gwt-FastTreeTableItem .closed {
- width: 100%;
-}
-.gwt-FastTreeTable .selection-bar {
- font-size: 0;
- position: absolute;
- left: 0;
- width: 1px;
- z-index: -1;
- outline: none;
- -moz-outline: none;
-}
-.gwt-FastTreeTable .selection-bar :focus {
- outline: none
-}
-
-/* --- Visual styling --- */
-
-.gwt-FastTreeTable .open .treeItemContent,.gwt-FastTreeTable .closed .treeItemContent {
- margin-left: 18px;
-}
-.gwt-FastTreeTableItem-leaf {
- display: block;
- padding: 2px;
- padding-left: 18px;
-}
-.gwt-FastTreeTableItem-children {
- margin-left: 10px;
-}
-.gwt-FastTreeTableItem .open,.gwt-FastTreeTableItem .closed,.gwt-FastTreeTableItem-leaf {
- color: black;
-}
-.gwt-FastTreeTableItem .open {
- background: url('images/fasttree/treeOpen.gif') no-repeat center left;
-}
-.gwt-FastTreeTableItem .closed {
- background: url('images/fasttree/treeClosed.gif') no-repeat center left;
-}
-.gwt-FastTreeTableItem-loading .open {
- background: url('images/fasttree/treeLoading.gif') no-repeat center left;
-}
-.gwt-FastTreeTableItem-leaf {
-}
-.gwt-FastTreeTable .treeItemContent {
- padding: 2px;
-}
-/*
-.gwt-FastTreeTable .selected .treeItemContent {
- background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
-}
-*/
-
-/*** gwt-MenuItem ***/
-
-.gwt-MenuBar .gwt-MenuItem-disabled {
- cursor: default;
- background: none;
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-
-/*** gwt-MenuBarPopup ***/
-
-.gwt-MenuBarPopup {
- z-index: 2147483647; /* Integer.MAX_VALUE */
-}
-
-/*** gwt-InlineCellEditor **/
-
-.gwt-InlineCellEditor {
- z-index: 2147483647; /* Integer.MAX_VALUE */
-}
-
-/*** gwt-PopupPanel **/
-.gwt-PopupPanel,
-.gwt-DecoratedPopupPanel {
- z-index: 2147483647; /* Integer.MAX_VALUE */
-}
-
-/*** mosaic-FormSeparator **/
-
-.mosaic-FormSeparator {
- font-weight: bold;
-}
-
-.mosaic-FormSeparator div {
- border: 1px solid #4d4d4d;
-}
-
-/*** Basic Button with Images ***/
-
-.gwt-Button[disabled] table,
-.gwt-Button[disabled] img {
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-
-.gwt-Button {
- white-space: nowrap;
-}
-
-/*** GWT Incubator SliderBar ***/
-
-.gwt-SliderBar-shell {
- height: 34pt;
- width: 256px;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-line {
- border: 1px solid #4d4d4d;
- background-color: #cdcdcd;
- height: 4px;
- width: 95%;
- top: 22pt;
- overflow: hidden;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-line-disabled {
- border: 1px solid #8d8d8d;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-knob {
- top: 14pt;
- z-index: 1;
- cursor: pointer;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-tick {
- top: 16pt;
- width: 1px;
- height: 6pt;
- background: #4d4d4d;
- overflow: hidden;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-tick-disabled {
- background: #8d8d8d;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-label {
- top: 2pt;
- font-size: 8pt;
- cursor: default;
-}
-
-.gwt-SliderBar-shell-focused {
-
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
- cursor: pointer;
-}
-
-/*** GWT Incubator ProgressBar ***/
-
-.gwt-ProgressBar-shell {
- border: 1px solid #4d4d4d;
- background-color: #AAAAAA;
- height: 1em;
- width: 256px;
-}
-.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
- background-color: #67A7E3;
-}
-.gwt-ProgressBar-shell .gwt-ProgressBar-text {
- padding: 0px;
- margin: 0px;
- color: white;
-}
-
-/*** GWT Incubator Value Spinner ***/
-
-.gwt-ValueSpinner .arrows {
- width: 17px;
- height: 18px;
- margin-left: 1px;
-}
-
-.gwt-ValueSpinner .textBox {
- border: 0px;
- text-align: right;
- font-family: sans-serif;
- font-weight: bold;
- border: 1px solid #7F9DB9;
-}
-
-.gwt-TimePicker {
- padding: 1px;
-}
-
-.gwt-TimePicker .textBox {
- border: 0px;
- width: 22px;
- text-align: center;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 11px;
- color: #506374;
- border: 1px solid #7F9DB9;
- background: url('images/valuespinner/bg_textbox.png') repeat-x;
-}
-
-.gwt-VolumeSlider .gwt-ProgressBar-shell {
- border: 1px solid #faf9f7;
- border-right: 1px solid #848280;
- border-bottom: 1px solid #848280;
- background-color: #AAAAAA;
- width: 50%;
- height: 12pt;
-}
-
-.gwt-VolumeSlider .gwt-ProgressBar-shell .gwt-ProgressBar-bar {
- background-color: #67A7E3;
-}
-
-.gwt-VolumeSlider .gwt-ProgressBar-shell .gwt-ProgressBar-text {
- padding: 0px;
- margin: 0px;
- color: white;
-}
-
-.gwt-VolumeSlider .decreaseArrow {
- margin: 4px;
-}
-
-.gwt-VolumeSlider .increaseArrow {
- margin: 4px;
-}
diff --git a/public/jsme_bak/gwt/chrome/mosaic_rtl.css b/public/jsme_bak/gwt/chrome/mosaic_rtl.css
deleted file mode 100644
index 1c53423..0000000
--- a/public/jsme_bak/gwt/chrome/mosaic_rtl.css
+++ /dev/null
@@ -1,1252 +0,0 @@
-/**
- * The file contains styles for GWT widgets in the standard theme.
- *
- * In order to maintain cross-browser compatibility, the following syntax is
- * used to create IE6 specific style rules:
- * html>body .gwt-Widget {
- * Rule applies to all browsers (including IE7), except IE6
- * }
- * * html .gwt-Widget {
- * Rule applied to IE6 only (not to IE7)
- * }
- *
- * Specifically, IE6 does not support images with multiple transparent colors,
- * so we need to use the AlphaImageLoader in IE6 only.
- */
-
-/**
- * The reference theme can be used to determine when this style sheet has
- * loaded. Create a hidden div element with absolute position, assign the style
- * name below, and attach it to the DOM. Use a timer to detect when the
- * element's height and width are set to 5px.
- */
-.mosaic-Reference-chrome-rtl {
- height: 5px;
- width: 5px;
- zoom: 1;
-}
-
-/*
-body {
- font-family: arial,sans-serif;
-}
-
-div,td {
- color: #000000;
-}
-
-a:link {
- color:#0000cc;
-}
-
-a:visited {
- color:#551a8b;
-}
-
-a:active {
- color:#ff0000;
-}
-*/
-/*** Button ***/
-
-.gwt-Button {
- /* IE hack */
- overflow: visible;
-}
-
-/*** TextBox & TextArea */
-
-.gwt-TextBox,
-.gwt-PasswordTextBox,
-.gwt-TextArea {
- margin: 0px;
- padding: 0px;
- text-decoration: none;
- font-size: 10pt;
- border: 1px inset #ccc;
-}
-
-/*** DecoratedButton ***/
-
-.mosaic-DecoratedButton {
- margin: 0px;
- text-decoration: none;
- font-size: small;
- cursor: pointer;
- cursor: hand;
- background: url("images/hborder.png") repeat-x 0px -27px;
- border: none;
- border-collapse: collapse;
- table-layout: fixed;
-}
-.mosaic-DecoratedButton .buttonTopCenter,
-.mosaic-DecoratedButton .buttonBottomCenter {
- height: 1px !important;
- background: #444;
-}
-.mosaic-DecoratedButton .buttonTopCenterInner,
-.mosaic-DecoratedButton .buttonBottomCenterInner {
- height: 1px !important;
- background: #f00;
-}
-.mosaic-DecoratedButton .buttonMiddleLeft,
-.mosaic-DecoratedButton .buttonMiddleRight {
- width: 1px;
- background: #444;
-}
-.mosaic-DecoratedButton .buttonTopLeftInner,
-.mosaic-DecoratedButton .buttonTopRightInner,
-.mosaic-DecoratedButton .buttonBottomLeftInner,
-.mosaic-DecoratedButton .buttonBottomRightInner {
- width: 1px;
- height: 1px;
-}
-.mosaic-DecoratedButton .buttonMiddleCenterInner {
- width: 100%;
- height: 100%;
- background: #0ff;
-}
-
-/*** ComboBox ***/
-
-.mosaic-ComboBox {
- border: 1px inset #ccc;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-
-.mosaic-ComboBox input {
- border: 0px;
- text-align: middle;
-}
-.mosaic-ComboBox button {
- width: 17px !important;
- border: 0px;
- border-left: 1px solid #ccc;
- padding: 0px;
- background-position: center center;
- background-repeat: no-repeat;
- background-image: url(images/combobox/arrow-down.png);
-}
-
-/*** ToolButton ***/
-
-.mosaic-ToolButton {
- margin: 0px;
- padding: 0px;
- border: 0px;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.mosaic-ToolButton .mosaic-Button {
- margin: 0;
- padding: 3px 5px;
- text-decoration: none;
- font-size: small;
- cursor: pointer;
- cursor: hand;
- background: url("images/hborder.png") repeat-x 0px -27px;
- border: 1px outset #ccc;
-}
-.mosaic-ToolButton .mosaic-Button:active {
- border: 1px inset #ccc;
-}
-.mosaic-ToolButton .mosaic-Button:hover {
- border-color: #9cf #69e #69e #7af;
-}
-.mosaic-ToolButton .mosaic-Button[disabled] {
- cursor: default;
- color: #888;
-}
-.mosaic-ToolButton .mosaic-Button[disabled]:hover {
- border: 1px outset #ccc;
-}
-.mosaic-ToolButton .mosaic-Button {
- background: none;
-}
-.mosaic-ToolButton .mosaic-Menu-Button,
-.mosaic-ToolButton .mosaic-Split-Button {
- padding-right: 20px;
- background-position: right center;
- background-repeat: no-repeat;
-}
-.mosaic-ToolButton .mosaic-Menu-Button {
- background-image: url(images/button/menu-button-arrow.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button {
- background-image: url(images/button/split-button-arrow.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button-focus {
- background-image: url(split-button-arrow-focus.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button-hover {
- background-image: url(images/button/split-button-arrow-hover.png);
-}
-.mosaic-ToolButton .mosaic-Split-Button-activeoption {
- background-image: url(images/button/split-button-arrow-active.png);
-}
-
-/* Checked state */
-
-.mosaic-ToolButton .mosaic-Checkbox-Button-checked {
- border: 1px inset #ccc;
- background-color: #ccc;
-}
-
-/* Disabled state */
-
-.mosaic-ToolButton .mosaic-Menu-Button-disabled {
- background-image: url(images/button/menu-button-arrow-disabled.png);
-}
-
-.mosaic-ToolButton .mosaic-Split-Button-disabled {
- background-image: url(images/button/split-button-arrow-disabled.png);
-}
-
-.mosaic-ToolButton .mosaic-Checkbox-Button-checked[disabled] {
- border: 1px inset #ccc;
-}
-
-/*** Caption ***/
-
-.mosaic-Caption {
- background: #e3e8f3 url(images/hborder.png) repeat-x 0px -2003px;
- border-bottom: 1px solid #bbbbbb;
-}
-.mosaic-Caption-iconBoxLeft {
- padding: 0px 0px 0px 2px;
-}
-.mosaic-Caption-iconBoxRight {
- padding: 0px 2px 0px 0px;
-}
-.mosaic-Caption-text {
- padding: 4px 4px 4px 4px;
- text-align: left !important;
- font-weight: bold;
- white-space: nowrap;
- overflow: hidden;
-}
-
-/*** DropDownPanel ***/
-
-.mosaic-DropDownPanel {
-
-}
-
-.mosaic-DropDownPanel .mosaic-ComboBoxList {
- background: white;
- border: none;
- margin: 0px;
- padding: 0px;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable,
-.mosaic-DropDownPanel .mosaic-ColumnWidget,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable {
- border-color: #aaa;
- border-style: solid;
- border-width: 1px 0px 1px 1px;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .headerWrapper,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .headerWrapper,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .headerWrapper {
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .footerWrapper,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .footerWrapper,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .footerWrapper {
- border-top: 1px solid #aaa;
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable td,
-.mosaic-DropDownPanel .gwt-ScrollTable .headerTable td,
-.mosaic-DropDownPanel .gwt-ScrollTable .footerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .headerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .footerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .headerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .footerTable td {
- border-color: #aaa;
- border-style: solid;
- border-width: 0px 0px 0px 0px;
- white-space: nowrap;
- overflow: hidden;
- padding: 1px 3px;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .headerTable td,
-.mosaic-DropDownPanel .gwt-ScrollTable .footerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .headerTable td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .footerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .headerTable td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .footerTable td {
- color: #fff;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.highlighted {
- background: #C3D9FF;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.highlighted,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.hovering,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.highlighted {
- /*background: #FFFFAA;*/
- cursor: hand;
- cursor: pointer;
-}
-
-.mosaic-DropDownPanel .gwt-ScrollTable .dataTable tr.selected td,
-.mosaic-DropDownPanel .mosaic-ColumnWidget .dataTable tr.selected td,
-.mosaic-DropDownPanel .mosaic-ScrollTreeTable .dataTable tr.selected td {
- background: #7AA5D6;
-}
-
-/*** WindowPanel ***/
-
-.mosaic-WindowPanel {
-}
-.mosaic-WindowPanel .mosaic-CaptionLayoutPanel .dragdrop-handle {
- cursor: move;
- user-select: none;
- -khtml-user-select: none;
- -moz-user-select: none;
-}
-.mosaic-WindowPanel .mosaic-CaptionLayoutPanel {
- padding: 0px;
- margin: 0px;
-
- /* debug */
- /*border: 1px solid #00f;*/
-}
-.mosaic-WindowPanel .Body {
- background: white;
-}
-.mosaic-MessageBox .Body {
- background: none;
-}
-.mosaic-WindowPanel .Footer {
-}
-.mosaic-WindowPanel .popupMiddleCenter {
- padding: 0px;
- margin: 0px;
-}
-.mosaic-WindowPanel .Resize-nw {
- cursor: nw-resize;
-}
-.mosaic-WindowPanel .Resize-n {
- cursor: n-resize;
-}
-.mosaic-WindowPanel .Resize-ne {
- cursor: ne-resize;
-}
-.mosaic-WindowPanel .Resize-e {
- cursor: e-resize;
-}
-.mosaic-WindowPanel .Resize-se {
- cursor: se-resize;
-}
-.mosaic-WindowPanel .Resize-s {
- cursor: s-resize;
-}
-.mosaic-WindowPanel .Resize-sw {
- cursor: sw-resize;
-}
-.mosaic-WindowPanel .Resize-w {
- cursor: w-resize;
-}
-
-/*** GlassPanel ***/
-
-.mosaic-GlassPanel-loading,
-.gwt-GlassPanel {
- /* Override glass panel color to be `green` */
- background-color: #000 !important;
- background-repeat: repeat;
-
- /* Override glass panel to 10% opacity (= 90% transparency) */
- filter: alpha(opacity = 10) !important; /* IE */
- opacity: 0.1 !important; /* non-IE */
-
- /*
- NOTE: Please do NOT use either CSS 'width' or 'height' here, as
- this would defeat much of the effort that went into GlassPanel
- in order to get it to work consistently in a variety of
- circumstances. Specifically, please resist the urge to use
- 'width/height: 100%' or similar constructs.
- */
-}
-.mosaic-GlassPanel-invisible {
- /* Override glass panel color to be `green` */
- background-color: #000 !important;
- background-repeat: repeat;
-
- /* Override glass panel to 0% opacity (= 100% transparency) */
- filter: alpha(opacity = 0) !important; /* IE */
- opacity: 0.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-default,
-.mosaic-GlassPanel-blue_ridge {
- background-image: url("images/glasspanel/blue_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 33) !important; /* IE */
- opacity: 0.3 !important; /* non-IE */
-}
-.mosaic-GlassPanel-countertop {
- background-image: url("images/glasspanel/countertop.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 40) !important; /* IE */
- opacity: 0.4 !important; /* non-IE */
-}
-.mosaic-GlassPanel-fish {
- background-image: url("images/glasspanel/fish.png");
- background-repeat: repeat;
-}
-.mosaic-GlassPanel-fleur_de_lis {
- background-image: url("images/glasspanel/fleur_de_lis.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-floral {
- background-image: url("images/glasspanel/floral.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-moss_ridge {
- background-image: url("images/glasspanel/moss_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-numbers {
- background-image: url("images/glasspanel/numbers.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-sky_ridge {
- background-image: url("images/glasspanel/sky_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-.mosaic-GlassPanel-snow_ridge {
- background-image: url("images/glasspanel/snow_ridge.png");
- background-repeat: repeat;
-
- filter: alpha(opacity = 100) !important; /* IE */
- opacity: 1.0 !important; /* non-IE */
-}
-
-/*** ImageButton ***/
-
-.mosaic-ImageButton {
- cursor: pointer;
-}
-
-.mosaic-ImageButton img {
- display: block;
-
- /*
- * Unfortunately, in IE, border-color: transparent is rendered as black.
- * We get around the border on hover displacement of content by adjusting
- * the margin/padding at the same time.
- */
- border: 0px solid transparent;
- margin: 1px;
-}
-.mosaic-ImageButton img:hover {
- /*
- * Unfortunately, in IE, border-color: transparent is rendered as black.
- * We get around the border on hover displacement of content by adjusting
- * the margin/padding at the same time.
- */
- border: 1px solid #4d4d4d;
- margin: 0px;
-
- background-color: #ccc;
-}
-.mosaic-ImageButton img:active {
- background-color: #dcc;
-}
-
-/*** InfoPanel ***/
-
-.mosaic-InfoPanel {
-}
-.mosaic-InfoPanel-panel {
-}
-.mosaic-InfoPanel-caption {
- font-weight: bold;
- display: block;
-}
-.mosaic-InfoPanel-description {
-}
-
-/*** TabLayoutPanel ***/
-
-.mosaic-TabLayoutPanel {
-}
-
-.mosaic-TabLayoutPanelBottom {
-/*
- border-color: #92c1f0;
- border-style: solid;
- border-width: 3px 2px 2px 2px;
-*/
-}
-
-/*** ScrollTabBar ***/
-
-.mosaic-ScrollTabBar {
-}
-
-.mosaic-ScrollTabBar .mosaic-ScrollTabBar-NavBar {
- margin: 0px 2px !important;
-}
-
-.mosaic-ScrollTabBar button {
- padding: 0px !important;
- margin: 0px 0px 2px 0px !important;
- border: 1px solid #ccc;
-}
-
-/*** ScrollTable ***/
-
-.gwt-ScrollTable,
-.mosaic-ColumnWidget,
-.mosaic-ScrollTreeTable {
- border-color: #aaa;
- border-style: solid;
- border-width: 1px 0px 1px 1px;
-}
-
-.gwt-ScrollTable .headerWrapper,
-.mosaic-ColumnWidget .headerWrapper,
-.mosaic-ScrollTreeTable .headerWrapper {
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.gwt-ScrollTable .footerWrapper,
-.mosaic-ColumnWidget .footerWrapper,
-.mosaic-ScrollTreeTable .footerWrapper {
- border-top: 1px solid #aaa;
- background: #8bd url(images/scrolltable/bg_header_gradient.gif) repeat-x bottom left;
-}
-
-.gwt-ScrollTable .dataTable td,
-.gwt-ScrollTable .headerTable td,
-.gwt-ScrollTable .footerTable td,
-.mosaic-ColumnWidget .dataTable td,
-.mosaic-ColumnWidget .headerTable td,
-.mosaic-ColumnWidget .footerTable td,
-.mosaic-ScrollTreeTable .dataTable td,
-.mosaic-ScrollTreeTable .headerTable td,
-.mosaic-ScrollTreeTable .footerTable td {
- border-color: #aaa;
- border-style: solid;
- border-width: 0px 1px 1px 0px;
- white-space: nowrap;
- overflow: hidden;
-}
-
-.gwt-ScrollTable .headerTable td,
-.gwt-ScrollTable .footerTable td,
-.mosaic-ColumnWidget .headerTable td,
-.mosaic-ColumnWidget .footerTable td,
-.mosaic-ScrollTreeTable .headerTable td,
-.mosaic-ScrollTreeTable .footerTable td {
- color: #fff;
-}
-
-.gwt-ScrollTable .dataTable tr.highlighted, /* gen2 */
-.gwt-ScrollTable .dataTable tr.hovering,
-.mosaic-ColumnWidget .dataTable tr.hovering,
-.mosaic-ScrollTreeTable .dataTable tr.hovering {
- background: #C3D9FF;
-}
-
-.gwt-ScrollTable .dataTable td.highlighted, /* gen2 */
-.gwt-ScrollTable .dataTable td.hovering,
-.mosaic-ColumnWidget .dataTable td.hovering,
-.mosaic-ScrollTreeTable .dataTable td.hovering {
- background: #FFFFAA;
- cursor: hand;
- cursor: pointer;
-}
-
-.gwt-ScrollTable .dataTable tr.selected,
-.mosaic-ColumnWidget .dataTable tr.selected,
-.mosaic-ScrollTreeTable .dataTable tr.selected {
- background: #7AA5D6;
-}
-
-.gwt-ScrollTable .pagingOptions {
- background: #e8eef7;
- border-top: 1px solid #aaa;
- border-right: 1px solid #aaa;
- padding: 1px 0px;
-}
-
-.gwt-ScrollTable .pagingOptions .errorMessage {
- color: red;
-}
-
-.gwt-PagingOptions .gwt-Image {
- cursor: hand;
- cursor: pointer;
-}
-
-.gwt-InlineCellEditor {
- border: 3px solid #7AA5D6;
- padding: 4px;
- background: white;
- overflow: auto;
-}
-.gwt-InlineCellEditor .accept {
- cursor: pointer;
- cursor: hand;
-}
-.gwt-InlineCellEditor .cancel {
- cursor: pointer;
- cursor: hand;
-}
-
-/*** CaptionLayoutPanel ***/
-
-.mosaic-CaptionLayoutPanel {
- padding: 0px;
- margin: 0px;
-
- /* debug */
- /*border: 1px dotted #00f;*/
-}
-.mosaic-CaptionLayoutPanel .Body {
-
- /* debug */
- /*border: 1px dotted #0f0;*/
-}
-
-/** DisclosureLayoutPanel */
-
-.mosaic-DisclosureLayoutPanel {
-}
-.mosaic-DisclosureLayoutPanel-open {
-}
-.mosaic-DisclosureLayoutPanel-close {
-}
-.mosaic-DisclosureLayoutPanel .mosaic-Caption {
- background: none;
- border: none;
-}
-.mosaic-DisclosureLayoutPanel .mosaic-Caption-text a {
- text-decoration: none; /* Remove underline from header */
- color: black;
- cursor: pointer;
- cursor: hand;
- padding: 1px;
-}
-.mosaic-DisclosureLayoutPanel .Body {
- border-left: 3px solid #e3e3e3;
- padding: 4px 0px 4px 8px;
- margin-left: 6px;
-}
-
-/*** LayoutPanel ***/
-
-.mosaic-LayoutPanel {
- padding: 5px;
- margin: 0px;
-
- /* debug */
- /*
- margin: 1px;
- border: 1px dotted #f00;
- */
-}
-.mosaic-LayoutPanel-FormLayout .mosaic-LayoutPanel {
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
-}
-.mosaic-LayoutPanel-FillLayout {
- padding: 0px;
-}
-.mosaic-LayoutPanel-BoxLayout {
-}
-.mosaic-LayoutPanel-BorderLayout {
-}
-.mosaic-LayoutPanel-BorderLayout .NorthCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-top: none;
- height: 18px !important;
- padding: 0px 1px 1px 1px;
- overflow: hidden;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-bottom: none;
- height: 18px !important;
- padding: 1px 1px 0px 1px;
- overflow: hidden;
-}
-/* TODO
-html>body .mosaic-LayoutPanel-BorderLayout .NorthCollapsedImageButton img,
-html>body .mosaic-LayoutPanel-BorderLayout .SouthCollapsedImageButton img {
- position: absolute;
- top: 0px;
- right: 0px;
-}
-*/
-.mosaic-LayoutPanel-BorderLayout .WestCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-left: none;
-
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
- width: 18px !important;
-
- padding: 1px 1px 1px 0px;
- overflow: hidden;
-}
-.mosaic-LayoutPanel-BorderLayout .EastCollapsedImageButton {
- border: 1px solid #d0e4f6;
- border-right: none;
-
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
- width: 18px !important;
-
- padding: 1px 0px 1px 1px;
- overflow: hidden;
-}
-.mosaic-LayoutPanel-BorderLayout .NorthSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: n-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .NorthSplitBar:hover {
- border-top: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .NorthSplitBar-Movable {
- background: #000;
- cursor: n-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: s-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthSplitBar:hover {
- border-bottom: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .SouthSplitBar-Movable {
- background: #000;
- cursor: s-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .WestSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: w-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .WestSplitBar:hover {
- border-left: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .WestSplitBar-Movable {
- background: #000;
- cursor: w-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .EastSplitBar {
- overflow: hidden; /* required by IE6 */
- background: #fff;
- cursor: w-resize;
-}
-.mosaic-LayoutPanel-BorderLayout .EastSplitBar:hover {
- border-right: 1px dashed #888;
-}
-.mosaic-LayoutPanel-BorderLayout .EastSplitBar-Movable {
- background: #000;
-}
-
-/*** ToolBar ***/
-
-.mosaic-ToolBar {
- cursor: default;
- padding: 3px;
- background: url("images/hborder.png") repeat-x 0px -27px;
-}
-.mosaic-ToolBar .mosaic-ToolButton {
- background: none;
- white-space: nowrap;
-}
-.mosaic-ToolBar .mosaic-ToolBarSeparator {
- border-left: 1px solid #ccc;
- background: white;
-
- /* required by Safari to handle the 'width' attribute */
- position: absolute !important;
- width: 1px;
-
- padding: 0px;
- margin: 5px 3px;
-}
-
-/*** WidgetWrapper ***/
-
-.mosaic-WidgetWrapper {
- /* debug */
- /*border: 1px solid;*/
-}
-
-/*** DateTimePicker ***/
-
-.mosaic-DateTimePicker {
- border: none;
- padding: 0px;
- margin: 0px;
- cursor: default;
- background: #dbe6de;
-}
-
-/*** mosaic-DecoratedBottomTabBar ***/
-
-.mosaic-DecoratedBottomTabBar {
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarFirst {
- width: 5px; /* first tab distance from the left */
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarRest {
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem {
- border-collapse: collapse;
- margin-left: 6px;
-}
-.mosaic-DecoratedBottomTabBar .tabBottomCenter {
- padding: 0px;
- background: #d0e4f6;
-}
-.mosaic-DecoratedBottomTabBar .tabBottomLeft,
-.mosaic-DecoratedBottomTabBar .tabBottomRight {
- padding: 0px;
- zoom: 1;
-}
-.mosaic-DecoratedBottomTabBar .tabBottomLeftInner,
-.mosaic-DecoratedBottomTabBar .tabBottomRightInner {
- width: 6px;
- height: 6px;
-}
-html>body .mosaic-DecoratedBottomTabBar .tabBottomLeft {
- background: url(images/corner2.png) no-repeat 0px -6px;
-}
-html>body .mosaic-DecoratedBottomTabBar .tabBottomRight {
- background: url(images/corner2.png) no-repeat -6px -6px;
-}
-* html .mosaic-DecoratedBottomTabBar .tabBottomLeftInner {
- width: 5px;
- height: 61px;
- margin-top: -55px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-* html .mosaic-DecoratedBottomTabBar .tabBottomRightInner {
- width: 12px;
- height: 61px;
- margin-top: -55px;
- margin-left: -6px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-.mosaic-DecoratedBottomTabBar .tabMiddleLeft,
-.mosaic-DecoratedBottomTabBar .tabMiddleRight {
- width: 6px;
- padding: 0px;
- background: #d0e4f6;
-}
-.mosaic-DecoratedBottomTabBar .tabMiddleLeftInner,
-.mosaic-DecoratedBottomTabBar .tabMiddleRightInner {
- width: 1px;
- height: 1px;
-}
-.mosaic-DecoratedBottomTabBar .tabMiddleCenter {
- padding: 0px 4px 2px 4px;
- cursor: pointer;
- cursor: hand;
- color: black;
- font-weight: bold;
- text-align: center;
- background: #d0e4f6;
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomCenter {
- background: #92c1f0;
-}
-html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomLeft {
- background-position: 0px 0px;
-}
-html>body .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRight {
- background-position: -6px 0px;
-}
-* html .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomLeftInner {
- width: 5px;
- height: 67px;
- margin-top: -61px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-* html .mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabBottomRightInner {
- width: 12px;
- height: 67px;
- margin-top: -61px;
- margin-left: -6px;
- overflow: hidden;
- filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='gwt/standard/images/corner2.png',sizingMethod='crop');
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabMiddleLeft,
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabMiddleRight {
- background: #92c1f0;
-}
-.mosaic-DecoratedBottomTabBar .gwt-TabBarItem-selected .tabMiddleCenter {
- cursor: default;
- background: #92c1f0;
-}
-
-/*** StackLayoutPanel ***/
-
-.mosaic-StackLayoutPanel {
- /*border: 1px solid #bbbbbb;*/
-}
-.mosaic-StackLayoutPanel .mosaic-StackLayoutPanelItem {
- cursor: pointer;
- cursor: hand;
- background: #d3def6 url(images/hborder.png) repeat-x 0px -989px;
-}
-.mosaic-StackLayoutPanel .mosaic-StackLayoutPanelItem-selected {
- cursor: pointer;
- cursor: hand;
-}
-.mosaic-StackLayoutPanel .mosaic-StackLayoutPanelContent {
- /*border: 1px solid #bbbbbb;*/
- /*border-bottom: 0px;*/
-}
-
-/*** FastTree ***/
-
-/* --- Structural CSS --- */
-
-.gwt-FastTree {
- -moz-user-select: none;
- position: relative;
-}
-.gwt-FastTreeItem {
- min-width: 18px;
-}
-.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed {
- width: 100%;
-}
-.gwt-FastTree .selection-bar {
- font-size: 0;
- position: absolute;
- left: 0;
- width: 1px;
- z-index: -1;
- outline: none;
- -moz-outline: none;
-}
-.gwt-FastTree .selection-bar :focus {
- outline: none
-}
-
-/* --- Visual styling --- */
-
-.gwt-FastTree .open .treeItemContent,.gwt-FastTree .closed .treeItemContent {
- margin-left: 18px;
-}
-.gwt-FastTreeItem-leaf {
- display: block;
- padding: 2px;
- padding-left: 18px;
-}
-.gwt-FastTreeItem .children {
- margin-left: 10px;
-}
-.gwt-FastTreeItem .open,.gwt-FastTreeItem .closed,.gwt-FastTreeItem-leaf {
- color: black;
-}
-.gwt-FastTreeItem .open {
- background: url('images/fasttree/treeOpen.gif') no-repeat center left;
-}
-.gwt-FastTreeItem .closed {
- background: url('images/fasttree/treeClosed.gif') no-repeat center left;
-}
-.gwt-FastTreeItem-loading .open {
- background: url('images/fasttree/treeLoading.gif') no-repeat center left;
-}
-.gwt-FastTreeItem-leaf {
-}
-.gwt-FastTree .treeItemContent {
- padding: 2px;
-}
-.gwt-FastTree .selected .treeItemContent {
- background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
-}
-
-/*** FastTreeTable ***/
-
-/* --- Structural CSS --- */
-
-.gwt-FastTreeTable {
- -moz-user-select: none;
- position: relative;
-}
-.gwt-FastTreeTable td {
- white-space: nowrap;
-}
-.gwt-FastTreeTableItem {
- min-width: 18px;
-}
-.gwt-FastTreeTableItem .open,.gwt-FastTreeTableItem .closed {
- width: 100%;
-}
-.gwt-FastTreeTable .selection-bar {
- font-size: 0;
- position: absolute;
- left: 0;
- width: 1px;
- z-index: -1;
- outline: none;
- -moz-outline: none;
-}
-.gwt-FastTreeTable .selection-bar :focus {
- outline: none
-}
-
-/* --- Visual styling --- */
-
-.gwt-FastTreeTable .open .treeItemContent,.gwt-FastTreeTable .closed .treeItemContent {
- margin-left: 18px;
-}
-.gwt-FastTreeTableItem-leaf {
- display: block;
- padding: 2px;
- padding-left: 18px;
-}
-.gwt-FastTreeTableItem-children {
- margin-left: 10px;
-}
-.gwt-FastTreeTableItem .open,.gwt-FastTreeTableItem .closed,.gwt-FastTreeTableItem-leaf {
- color: black;
-}
-.gwt-FastTreeTableItem .open {
- background: url('images/fasttree/treeOpen.gif') no-repeat center left;
-}
-.gwt-FastTreeTableItem .closed {
- background: url('images/fasttree/treeClosed.gif') no-repeat center left;
-}
-.gwt-FastTreeTableItem-loading .open {
- background: url('images/fasttree/treeLoading.gif') no-repeat center left;
-}
-.gwt-FastTreeTableItem-leaf {
-}
-.gwt-FastTreeTable .treeItemContent {
- padding: 2px;
-}
-/*
-.gwt-FastTreeTable .selected .treeItemContent {
- background: #e3e8f3 url('images/fasttree/selectionBar.gif') repeat-x;
-}
-*/
-
-/*** gwt-MenuItem ***/
-
-.gwt-MenuBar .gwt-MenuItem-disabled {
- cursor: default;
- background: none;
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-
-/*** gwt-MenuBarPopup ***/
-
-.gwt-MenuBarPopup {
- z-index: 2147483647; /* Integer.MAX_VALUE */
-}
-
-/*** gwt-InlineCellEditor **/
-
-.gwt-InlineCellEditor {
- z-index: 2147483647; /* Integer.MAX_VALUE */
-}
-
-/*** gwt-PopupPanel **/
-.gwt-PopupPanel,
-.gwt-DecoratedPopupPanel {
- z-index: 2147483647; /* Integer.MAX_VALUE */
-}
-
-/*** mosaic-FormSeparator **/
-
-.mosaic-FormSeparator {
- font-weight: bold;
-}
-
-.mosaic-FormSeparator div {
- border: 1px solid #4d4d4d;
-}
-
-/*** Basic Button with Images ***/
-
-.gwt-Button[disabled] table,
-.gwt-Button[disabled] img {
- opacity: .5;
- zoom: 1;
- filter: alpha(opacity=40);
-}
-
-.gwt-Button {
- white-space: nowrap;
-}
-
-/*** GWT Incubator SliderBar ***/
-
-.gwt-SliderBar-shell {
- height: 34pt;
- width: 256px;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-line {
- border: 1px solid #4d4d4d;
- background-color: #cdcdcd;
- height: 4px;
- width: 95%;
- top: 22pt;
- overflow: hidden;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-line-disabled {
- border: 1px solid #8d8d8d;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-knob {
- top: 14pt;
- z-index: 1;
- cursor: pointer;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-tick {
- top: 16pt;
- width: 1px;
- height: 6pt;
- background: #4d4d4d;
- overflow: hidden;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-tick-disabled {
- background: #8d8d8d;
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-label {
- top: 2pt;
- font-size: 8pt;
- cursor: default;
-}
-
-.gwt-SliderBar-shell-focused {
-
-}
-
-.gwt-SliderBar-shell .gwt-SliderBar-line-sliding {
- cursor: pointer;
-}
-
-/*** GWT Incubator ProgressBar ***/
-
-.gwt-ProgressBar-shell {
- border: 1px solid #4d4d4d;
- background-color: #AAAAAA;
- height: 1em;
- width: 256px;
-}
-.gwt-ProgressBar-shell .gwt-ProgressBar-bar {
- background-color: #67A7E3;
-}
-.gwt-ProgressBar-shell .gwt-ProgressBar-text {
- padding: 0px;
- margin: 0px;
- color: white;
-}
-
-/*** GWT Incubator Value Spinner ***/
-
-.gwt-ValueSpinner .arrows {
- width: 17px;
- height: 18px;
- margin-left: 1px;
-}
-
-.gwt-ValueSpinner .textBox {
- border: 0px;
- text-align: right;
- font-family: sans-serif;
- font-weight: bold;
- border: 1px solid #7F9DB9;
-}
-
-.gwt-TimePicker {
- padding: 1px;
-}
-
-.gwt-TimePicker .textBox {
- border: 0px;
- width: 22px;
- text-align: center;
- font-family: sans-serif;
- font-weight: bold;
- font-size: 11px;
- color: #506374;
- border: 1px solid #7F9DB9;
- background: url('images/valuespinner/bg_textbox.png') repeat-x;
-}
-
-.gwt-VolumeSlider .gwt-ProgressBar-shell {
- border: 1px solid #faf9f7;
- border-right: 1px solid #848280;
- border-bottom: 1px solid #848280;
- background-color: #AAAAAA;
- width: 50%;
- height: 12pt;
-}
-
-.gwt-VolumeSlider .gwt-ProgressBar-shell .gwt-ProgressBar-bar {
- background-color: #67A7E3;
-}
-
-.gwt-VolumeSlider .gwt-ProgressBar-shell .gwt-ProgressBar-text {
- padding: 0px;
- margin: 0px;
- color: white;
-}
-
-.gwt-VolumeSlider .decreaseArrow {
- margin: 4px;
-}
-
-.gwt-VolumeSlider .increaseArrow {
- margin: 4px;
-}