/* ========================================================================== */
/* iolap-classic.css                                                          */
/*                                                                            */
/* (c) 2003-2009 Thomas Behrends Softwarenentwicklung e.K.                    */
/* All rights reserved                                                        */
/* ========================================================================== */

/* tabs */
.iolap-TabPanel .tab-bar-container { background-color: #678;  }
.iolap-TabPanel .tab-bar .tab { border: none; }
.iolap-TabPanel .tab-bar .selected { background-color: #900; }

.iolap-TabbedWindow .tab-bar-container { background-color: #eee; background-image: none; }
.iolap-TabbedWindow .tab-bar TD { border: none; background-image: none; }
.iolap-TabbedWindow .tab-bar .tab { background-color: white; border: none; border-bottom: solid 1px #888; background-image: none; }
.iolap-TabbedWindow .tab-bar .selected { background-color: #fc3; background-image: none; }

/* window manager */
.iolap-WindowManagerControl { background-color: #789; border-left: solid 1px white; width: 40px; height: 23px; text-align: center; padding-top: 4px; }
.iolap-WindowManagerControl IMG { cursor: pointer; }

/* dialogs */
.iolap-Dialog .title { background-color: #900; }

/* buttons */
.iolap-Button { height: 21px; }
.iolap-Button .left{ padding: 2px; background-image: URL( images/classic_button_left.gif ); background-repeat: no-repeat; }
.iolap-Button .body{ background-image: URL( images/classic_button_middle.gif ); background-repeat: repeat-x; }
.iolap-Button .right{ padding: 2px; background-image: URL( images/classic_button_right.gif ); background-repeat: no-repeat; }

/* toolbars */
.iolap-Toolbar { height: 27px; background-image: URL( images/classic_toolbar.gif ); background-repeat: repeat-x; }
.iolap-Toolbar .iolap-ToolbarSpacer { width: 10px; height: 21px; background-image: URL( images/classic_toolbar_separator.gif ); background-position: 0px 4px; background-repeat: no-repeat; }
.iolap-Toolbar .gwt-ListBox { margin: 3px; }
.iolap-Toolbar .iolap-Button .left { background-image: none; }
.iolap-Toolbar .iolap-Button .body { background-image: none; }
.iolap-Toolbar .iolap-Button .right { background-image: none; }
.iolap-Toolbar .iolap-Button .gwt-Label { color: #444; }
.iolap-Toolbar .iolap-SelectedButton .left { background-image: URL( images/classic_button_left.gif ); background-repeat: no-repeat; }
.iolap-Toolbar .iolap-SelectedButton .body { background-image: URL( images/classic_button_middle.gif ); background-repeat: repeat-x; }
.iolap-Toolbar .iolap-SelectedButton .right { background-image: URL( images/classic_button_right.gif ); background-repeat: no-repeat; }
.iolap-Toolbar .iolap-SelectedButton .gwt-Label { color: black; }
.iolap-Toolbar .iolap-ClickedButton .left { background-image: URL( images/classic_button_left.gif ); background-repeat: no-repeat; }
.iolap-Toolbar .iolap-ClickedButton .body { background-image: URL( images/classic_button_middle.gif ); background-repeat: repeat-x; }
.iolap-Toolbar .iolap-ClickedButton .right { background-image: URL( images/classic_button_right.gif ); background-repeat: no-repeat; }
.iolap-Toolbar .iolap-ClickedButton .gwt-Label { color: black; }

.iolap-VerticalToolbar { background: #dddddd; height: 100%; }

/* navigation / explorers */
.iolap-Navigation .gwt-TabPanelBottom { background-color: white; }

