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

/* Time-stamp: "2006-06-17 23:46:54 ADT" */

/* Kill all tab icons, no matter what */
.tabbrowser-tabs .tab-icon { display: none; }

/* Now start the scrunchification! */
tab {
  color: white !important;
  font-family: "Small Fonts", Tahoma, Arial, sans-serif !important;
  font-size: 70% !important;
  font-weight: normal !important;

  height: 12px !important;
  padding: 0 !important;
  margin:  -5px 0 -4px 0  !important;
}

tab                  > * { background-color: #888 !important; }
tabs                 > * { background-color: #666 !important; }
tab[selected="true"] > * { background-color: #449 !important; }
 /* ^^ the active tab */

tab > hbox { border-right: 1px #ddd solid !important; }

.tabs-closebutton, .tabs-closebutton-box { 
  margin:  0 !important;
  padding: 0 !important;
  border: none !important;
}
.tabs-closebutton > .toolbarbutton-icon { 
  margin:  0 !important;
  padding: 0 !important;
   margin-start-value: 0 !important;
   margin-end-value:   0 !important;
  padding-start-value: 0 !important;
  padding-end-value:   0 !important;
  border: none !important;
}

/* Scrunch up some other UI elememenemenents. */

#urlbar-container { 
  font-size: smaller;
}

#menubar-items {
  padding: 0;
  margin: -16px 0 -9px 0;
}

#nav-bar {
  padding: 0;
  margin: -8px 0 -4px 0;
}

#status-bar {
  padding: 0;
  margin: -7px 0 -10px 0;
}

#statusbar-display {
  font-size: 17px;
  margin-top: -4px;
}

#history-panel *	{ font-size: 12px; font-family: Arial, sans; }

#urlbar * {
  border: none;
  margin-top: 0;
  margin-bottom: 0;
}


/* Make some DOM Inspector things a bit tighter */
#bxDocPanel,
#bxObjectPanel,
#trDOMTree
   { font-size: smaller !important; }


/* END!!! */
