/* ***** BEGIN LICENSE BLOCK *****
 * Version: NPL 1.1/GPL 2.0/LGPL 2.1
 *
 * The contents of this file are subject to the Netscape Public License
 * Version 1.1 (the "License"); you may not use this file except in
 * compliance with the License. You may obtain a copy of the License at
 * http://www.mozilla.org/NPL/
 *
 * Software distributed under the License is distributed on an "AS IS" basis,
 * WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
 * for the specific language governing rights and limitations under the
 * License.
 *
 * The Original Code is mozilla.org code.
 *
 * The Initial Developer of the Original Code is 
 * Netscape Communications Corporation.
 * Portions created by the Initial Developer are Copyright (C) 1998
 * the Initial Developer. All Rights Reserved.
 *
 * Contributor(s):
 *  Joe Hewitt <hewitt@netscape.com>
 *
 * Alternatively, the contents of this file may be used under the terms of
 * either the GNU General Public License Version 2 or later (the "GPL"), or 
 * the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
 * in which case the provisions of the GPL or the LGPL are applicable instead
 * of those above. If you wish to allow use of your version of this file only
 * under the terms of either the GPL or the LGPL, and not to allow others to
 * use your version of this file under the terms of the NPL, indicate your
 * decision by deleting the provisions above and replace them with the notice
 * and other provisions required by the GPL or the LGPL. If you do not delete
 * the provisions above, a recipient may use your version of this file under
 * the terms of any one of the NPL, the GPL or the LGPL.
 *
 * ***** END LICENSE BLOCK ***** */

/* ===== sidebar.css ====================================================
  == Styles used by the Sidebar panel and Sidebar tabs.
  ======================================================================= */

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

#sidebar-box {
  border-left: 1px solid #8998AA;
  background-color: #B9C4D0;
}

/* ::::: sidebar header ::::: */

.sidebar-header-text {
  color: #000000;
  font-weight: bold;
  -moz-box-align: center;
}

.sidebarheader-main {
  -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sidebarheader") !important;
  background-color: #B9C4D0;
  background-image: url("chrome://communicator/skin/sidebar/sbar-top.gif");
  background-repeat: no-repeat;
}

.sidebarheader-main[prefixhidden="false"] {
  background-image: url("chrome://communicator/skin/sidebar/sbar-top-tabopen.gif");
}

/* ..... picker button ..... */

#sidebar-panel-picker {
  margin-right: 1px;
  margin-top: 1px;
  padding: 2px;
  /** bugzilla 89144 - must be able to access tabs dropdown **/
  -moz-user-focus:normal !important;
}

#sidebar-panel-picker:hover {
  border: 1px outset #B1BDC9;
}

#sidebar-panel-picker[open="true"] {
  border-style: inset;
}

#sidebar-panel-picker > .toolbarbutton-menu-dropmarker {
  list-style-image: url("chrome://communicator/skin/sidebar/sbpicker-arrow.gif");
  padding-right: 2px;
  padding-left: 2px;
}

/* ..... close button ..... */

#sidebar-close-button {
  margin: 0px 1px;
  -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
  padding: 4px 2px 4px 4px;
  list-style-image: url("chrome://global/skin/icons/closebox.gif");
}

/* ::::: loading info ::::: */

.text-panel-loading {
  margin: 5px 0px;
}

.text-panel-loading[loading="false"] {
  margin-left: 11px;
}

.image-panel-loading {
  margin: 5px;
  list-style-image: url("chrome://communicator/skin/icons/loading.gif");
}

/* ::::: sidebar panel ::::: */

.iframe-panel {
  -moz-binding: url("chrome://global/skin/globalBindings.xml#iframe-miniscroll") !important;
  border-bottom: 6px solid;
  -moz-border-bottom-colors: #B9C4D0 #B9C4D0 #B9C4D0 #B9C4D0 #DAE3ED #96A7B8;
}

.browser-sidebar {
  border-bottom: 6px solid;
  -moz-border-bottom-colors: #B9C4D0 #B9C4D0 #B9C4D0 #B9C4D0 #DAE3ED #96A7B8;  
}


/* ::::: sidebar tabs ::::: */

/* ..... normal tabs ..... */
 
.box-texttab {
  -moz-binding: url("chrome://communicator/skin/sidebar/sidebarBindings.xml#sidebar-tab");
  color: #000000;
  border-left: 1px solid #DAE3ED;
}

.sidebar-tab-left-box,
.sidebar-tab-right-box {
  margin-bottom: 3px;
}

.sidebar-tab-left-box {
  border-top: 2px solid;
  border-bottom: 2px solid #B9C4D0;
  -moz-border-top-colors: #8A9DAF #D4E1EA;
  min-width: 90px;
}

.sidebar-tab-left {
  width: 10px;
  background: url("chrome://communicator/skin/sidebar/sbtab-lft.gif") no-repeat;
}

.sidebar-tab-text {
  margin: 0px !important;
  background: url("chrome://communicator/skin/sidebar/sbtab-mid.gif") repeat-x top;
}

.sidebar-tab-right-img {
  width: 32px;
  height: 13px;
  list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top.gif");
}

.sidebar-tab-right-btm {
  min-height: 5px;
}

.sidebar-tab-right-line {
  border-bottom: 2px solid;
  -moz-border-bottom-colors: #DAE3ED #96A7B8;
}

/* ..... hover state ..... */

.box-texttab:hover > .sidebar-tab-left-box {
  border-bottom: 2px solid;
  -moz-border-bottom-colors: #CCD7E2 #9CADBB;
}

.box-texttab:hover > .sidebar-tab-right-box > .sidebar-tab-right-top-box 
    > .sidebar-tab-right-img 
{
  list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top-hov.gif");
}

.box-texttab:hover > .sidebar-tab-right-box > .sidebar-tab-right-btm {
  background: url("chrome://communicator/skin/sidebar/sbtab-rit-btm-hov.gif") no-repeat bottom left;
}

/* ..... active state ..... */

.box-texttab:hover:active {
  border-left: none;
  color: #FFFFFF;
}

.box-texttab:hover:active > .sidebar-tab-left-box {
  border-left: 2px solid;
  -moz-border-bottom-colors: #D8E2EC #A1B1BE	;
  -moz-border-top-colors: #8A9DAF #748490;
  -moz-border-left-colors: #737E8A #90A0AD;
  background-color: #A1B1BE;
}

.box-texttab:hover:active > .sidebar-tab-left-box > .sidebar-tab-left {
  background-image: url("chrome://communicator/skin/sidebar/sbtab-lft-act.gif");
}

.box-texttab:hover:active > .sidebar-tab-left-box > .sidebar-tab-text {
  background-image: url("chrome://communicator/skin/sidebar/sbtab-mid-act.gif");
}

.box-texttab:hover:active > .sidebar-tab-right-box > .sidebar-tab-right-top-box 
    > .sidebar-tab-right-img 
{
  list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top-act.gif");
}

.box-texttab:hover:active > .sidebar-tab-right-box > .sidebar-tab-right-btm {
  background-image: url("chrome://communicator/skin/sidebar/sbtab-rit-btm-act.gif");
}

/* ..... selected state ..... */

.box-texttab[selected] {
  border-left: 1px solid #E8EEF5 !important;
  border-bottom: 1px solid #CBD5E0 !important;
  color: #000000 !important;
}

.box-texttab[selected] > .sidebar-tab-left-box {
  border-bottom: none !important;
  border-left: none !important;
  -moz-border-top-colors: #8A9DAF #DFEBF2 !important;
  background-color: #CBD5E0 !important;
}

.box-texttab[selected] > .sidebar-tab-left-box,
.box-texttab[selected] > .sidebar-tab-right-box {
  margin-bottom: 0 !important;
}

.box-texttab[selected] > .sidebar-tab-left-box > .sidebar-tab-left {
  background-image: url("chrome://communicator/skin/sidebar/sbtab-lft-sel.gif") !important;
}

.box-texttab[selected] > .sidebar-tab-left-box > .sidebar-tab-text {
  background-image: url("chrome://communicator/skin/sidebar/sbtab-mid-sel.gif") !important;
}

.box-texttab[selected] > .sidebar-tab-right-box > .sidebar-tab-right-top-box 
    > .sidebar-tab-right-img 
{
  list-style-image: url("chrome://communicator/skin/sidebar/sbtab-rit-top-sel.gif") !important;
}

.box-texttab[selected] > .sidebar-tab-right-box > .sidebar-tab-right-btm {
  background: #CBD5E0 !important;
}

.box-texttab[selected] > .sidebar-tab-right-box > .sidebar-tab-right-top-box > .sidebar-tab-right-line 
{
  -moz-border-bottom-colors: #E2EAF4 #8CA2B3 !important;
}

/* ::::: sidebar navigation buttons ::::: */

.sidebar-nav-button {
  -moz-binding: url("chrome://global/content/bindings/toolbarbutton.xml#toolbarbutton-image");
  padding: 5px 0px 5px 0px;
}

.tab-fwd {
  list-style-image: url("chrome://global/skin/arrow/arrow-up.gif");
}

.tab-back {
  list-style-image: url("chrome://global/skin/arrow/arrow-dn.gif");
}
