/* ***** BEGIN LICENSE BLOCK *****
 * Version: MPL 1.1/GPL 2.0/LGPL 2.1
 *
 * The contents of this file are subject to the Mozilla 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/MPL/
 *
 * 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 Communicator client code, released
 * March 31, 1998.
 *
 * The Initial Developer of the Original Code is
 * Netscape Communications Corporation.
 * Portions created by the Initial Developer are Copyright (C) 1998-1999
 * the Initial Developer. All Rights Reserved.
 *
 * Contributor(s):
 *
 * Alternatively, the contents of this file may be used under the terms of
 * either of 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 MPL, 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 MPL, the GPL or the LGPL.
 *
 * ***** END LICENSE BLOCK ***** */

/* ===== messageHeader.css ==============================================
  == Styles for the header toolbars of a mail message.
  ======================================================================= */

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

/* ::::: msg header toolbars ::::: */

#collapsedHeaderView,
#expandedHeaderView {
  min-width: 1px;
}

/* ::::: msg header buttons ::::: */

#expandedAttachmentBox {
  width: 20em;
  height: 0;
  list-style-image: url("chrome://messenger/skin/icons/attach.gif");
}

#attachmentTree {
  margin: 3px 0;
  border: none;
  height: 0;
  width: 20em;
}

#attachmentText {
  font-weight: bold;
}

/* ::::: msg header captions ::::: */

#msgHeaderView {
  border-right: 1px solid ThreeDShadow;
  border-left: 1px solid ThreeDShadow;
}

#collapsedHeaderView,
#expandedHeaderView {
  border-bottom: 1px solid ThreeDDarkShadow;
  min-width: 1px;
}

.headerNameBox {
  width: 7.7em;
}

.headerName {
  margin: 0 .5em 5px 0;
  font-weight: bold;
  text-align: right;
}

.headerValue {
  margin: 0;
  min-width: 50px;
  white-space: normal;
}

.headerValueBox {
  margin: 0 0 5px 0;
}

.headerValueBox[singleline="true"] {
  overflow: hidden;
}

.subjectvalue {
  font-weight: bold;
}

.tagvalue {
  margin-top: 0;
  margin-left: 0;
}

/* ::::: msg header email addresses ::::: */

.emailDisplayButton {
  cursor: pointer;
  color: #0000FF;
  text-decoration: underline;
  margin: 0;
}

.emailDisplayButton:hover {
  color: #FF0000;
}

.emailDisplayImage {
  padding-left: 2px;
  -moz-box-pack: end;
}
 
/* ::::: email address twisty ::::: */

.addresstwisty {
  margin: 2px;
  list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}

.addresstwisty[open] {
  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}

/* ::::: view expand and collapse twisties  ::::: */

.expandHeaderViewButton,
.collapsedHeaderViewButton  {
  margin: 2px .5em 0 .5em;
}

.expandHeaderViewButton {
  list-style-image: url("chrome://global/skin/tree/twisty-open.gif");
}

.collapsedHeaderViewButton  {
  list-style-image: url("chrome://global/skin/tree/twisty-clsd.gif");
}

/* ::::: collapsed view styles ::::: */

#collapsedAttachmentBox {
  -moz-box-pack: center;
}

#collapseddateValue {
  margin: 0 .5em;
  text-align: right;
}

#collapseddateValue > .textbox-input-box menupopup { 
  text-align: left;
}

#collapsedfromBox {
  width: 18em;
}

#collapseddateBox {
  width: 12em;
}

.collapsedHeaderDisplayName { 
  margin: 0 .5em 0 .55em;
  min-height: 16px;
  font-weight: bold;
}

.collapsedHeaderValue {
  margin: 0;
}

.collapsedAttachmentButton {
  list-style-image: url("chrome://messenger/skin/icons/message-mail-attach.gif");
  margin-right: .5em;
}
