/*===========================================================================
*   Author:  Daigoro F. Toyama
*==========================================================================*/
@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul");

/*===========================================================================
*   Main Window Edits
*==========================================================================*/
window {
  font-size: 8pt !important;
  font-family: 'Bitstream Vera Sans' !important;
}

#sidebar {
  font-size: 8pt !important;
  font-family: 'Bitstream Vera Sans' !important;
}

/*===========================================================================
*   Dialog Box Edits
*==========================================================================*/
dialog, box, button, page {
    font-size: 8pt !important;
    font-family: 'Bitstream Vera Sans' !important;
}

label {
    font-size: 8pt !important;
    font-family: 'Bitstream Vera Sans' !important;
}

caption {
    font-size: 8pt !important;
    font-family: 'Bitstream Vera Sans' !important;
}

textbox {
    font-size: 8pt !important;
    font-family: 'Bitstream Vera Sans' !important;
}

/*===========================================================================
*   Menu Edits
*==========================================================================*/
menubar > menu {
  padding: 0px;
  font-size: 8pt !important;
  font-family: 'Bitstream Vera Sans' !important;
  /* font-weight: bold !important; */
}

menupopup > * {
  font-size: 8pt !important;
  font-family: 'Bitstream Vera Sans' !important;
}

/*===========================================================================
*    Toolbar Edits
*==========================================================================*/
/* Reduce the space between text and borders */
toolbarbutton.bookmark-item {
  padding: 1px !important;
}

/* Change the font style on the bookmark toolbar */
.toolbarbutton-text {
  font-size: 8pt !important;
  font-family: 'Bitstream Vera Sans' !important;
  /* color: #ffffff !important; */
  color: #000000 !important;
}

/*===========================================================================
*   Tab Edits
*==========================================================================*/
/* change the font style on the tabs */
.tab-text {
    font-size: 8pt !important;
    font-family: 'Bitstream Vera Sans' !important;
}

/* make inactive tabs hardly visible :) */
tab:not([selected="true"]) {
    -moz-opacity: 0.5 !important;
}

/*
.tabbrowser-strip tab:not([selected="true"]) .tab-text {
    font-size: 14pt !important;
    font-weight: bold !important;
}
*/

/* hide the text of the inactive tabs */
/*
.tabbrowser-strip tab:not([selected="true"]) .tab-text {
 display: none !important;
}
*/

/* never show "Open in New Window" when right clicking */
#context-openlink {
    display: none !important;
}

/*===========================================================================
*   Throbber Edits
*==========================================================================*/
/* change the throbber icons */
/*
#navigator-throbber {
    list-style-image : url("../../../../icons/icon20_s.jpg") !important;
}

#navigator-throbber[busy="true"] {
    list-style-image : url("inukag_gif.gif") !important;
}
*/

/*===========================================================================
*   Turn off the dropdown functionality of the URL and search bars
*==========================================================================*/
/*
autocomplete-history-dropmarker {
    display:none !important;
}
.autocomplete-tree {
    display:none !important;
}
*/


