/*
 * Edit this file and copy it as userChrome.css into your
 * profile-directory/chrome/
 */

/*
 * This file can be used to customize the look of Mozilla's user interface
 * You should consider using !important on rules which you want to
 * override default settings.
 */

/*
 * Do not remove the @namespace line -- it's required for correct functioning
 */
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* set default namespace to XUL */
}

/* ::::: fixed font settings ::::: */

#urlbar {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-weight: normal !important;
  font-size: 15pt !important;
}

.textbox-input-box {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-weight: normal !important;
  font-size: 15pt !important;
  margin-bottom: 1px !important;
}

.searchbar-engine-image {
  margin-bottom: -1px !important;
}

.searchbar-dropmarker-image {
  margin-bottom: -1px !important;
}

.bookmark-item > .toolbarbutton-text {
  font-family: LucidaMacBold !important;
  font-weight: normal !important;
  font-size: 15pt !important;
  padding-top: 3px !important;
}

.autocomplete-treebody::-moz-tree-cell-text {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-weight: normal !important;
  font-size: 15pt !important;
}

tree {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-weight: normal !important;
  font-size: 15pt !important;
}

popup, menu, menuitem {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-size: 15pt !important;
  text-align: left !important;
}

menulist {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-size: 15pt !important;
}

#status-bar,
#bookmark-window statusbar {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-weight: normal !important;
  font-size: 15pt !important;
}

#FindToolbar {
  font-family: sans-serif,lucida grande, lucida grande !important;
  font-size: 15pt !important;
}

.tabbrowser-tabs .tab-text {
	margin: 3px 0px 0px 3px !important;
	-moz-opacity: 1 !important;
	color: Black !important;
	font-family: sans-serif,lucida grande, lucida grande !important;
   font-size: 15pt !important;
}
.tabbrowser-tabs *|tab[selected="true"] .tab-text {
  margin: 3px 0px 0px 3px !important;
  -moz-opacity: 1 !important;
  	color: Black !important;
	font-family: sans-serif,lucida grande, lucida grande !important;
  color:Black !important;
}
.tabbrowser-tabs *|tab[first-tab="true"] .tab-text {
  margin: 3px 0px 0px 3px !important;
  -moz-opacity: 1 !important;
  	color: Black !important;
	font-family: sans-serif,lucida grande, lucida grande !important;
  color:Black !important;
}
.tabbrowser-tabs *|tab[first-tab="true"][selected="true"] .tab-text {
  margin: 3px 0px 0px 3px !important;
  -moz-opacity: 1 !important;
  	color: Black !important;
	font-family: sans-serif,lucida grande, lucida grande !important;
  color:Black !important;
}

