@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(meebo.com) {
/* make the background black with no image */
  #body  {
    background: #333 url(none) !important;
  }
  
    /* buddy list window background */
  .uiDlgBg, .uiDlgW, .uiDlgE {background: #2A2A2A !important;}
  
    /* buddy list internal back */
  .BuddyListDlg .maBlBuddies  {
    background-color: #222 !important;
    border-color: transparent !important;
  }
  
  .BuddyListDlg .buddyRow {color: #4DB339 !important;}
   
  .uiTree .selected {background: transparent !important;}

  .BuddyListDlg .BuddyFilter, .ConsoleAccounts .StatusInput .top, .ConsoleAccounts .StatusInput .bottom, .uiDlgN, .uiDlgBarN, .uiDlgS, .uiDlgNW, .uiDlgNE, .uiDlgBarW, .uiDlgBarE, .uiDlgSW, .uiDlgSE
    {background: transparent !important}

    /* hide the new advertisment in the           */
    /* background                                 */
    #BackgroundImage { display: none !important; }

  /*-- Hide stuff */

  #meeboconsole, /* flush it all out */
  .innermeebologo, /* ugly logo */
  [id="61iconChooser"],   /* ugly icon */
  #preimg70,     /* Available Icon */
  .meeboGallery, /* chat rooms */
  #welcomewin, /* blog */
  .uiImFontbar, /* font options */
 /*  #buddies img, */ /* buddylist icons */
  .ConsoleExtension, /* Notifier */
  .meeboGreeting, /* Account Name Greeting */
  .uiToolbarButton ,
  .MediaBar ,
  .adText,
  .thumb,
  #welcomeWin,
  .roomsClose,
  #skin-promo-console,
  #buddyicon-promo-console,
  #room-promo-console,
  .ConsoleBubbleAd div {display:none !important}
  
  /* Ads */
  div[id="10-MediaBar"], div[id="4-consoleSparkAd"] {display: none !important;}

  #presenceMenu {margin-left: 10% !important;}
  #presenceMenu_label69 > span {margin-left: 20% !important;}

  .uiLabel, .uiTree div.img, [style="background-image: url(//s.meebo.com/skin/default/img/network/aim_14.gif);"] {opacity: 0.4 !important;}
  textarea {opacity: 0.8 !important;}

  a, .label {color: #006633 !important;}
  
  input {
    color: #006633 !important; 
    font-weight: bold !important;
  }
  
  #buddylistwincaption > span {color: #99CCFF !important;}
  
  /* should include all sent/received messages, */
  /* the text-entry control (textarea), and the */
  /* chat log model                             */
  font, span, form textarea, div.meeboChatLogTabContent, div.uiImHistory {
    font-size: 8pt !important;
    font-family: "Tahoma" !important;
  }

  /* should include the names in the buddy list */
  /* and above the individual im modals         */
  span.name, div.uiLabel span {
    font-size: 9pt !important;
  }

  /* hide the extra meeboness, including the    */
  /* new useless facts ("ice-breakers")         */
  div.overlay, div.TaskBar, div[id$=iceBreakers] {
    display: none !important;
  }

  /* keep from having to see any colors that    */
  /* try to show up in received messages        */
  /* font {
    color: #000 !important;
  } */

  /* put the buddy icon in the IM window at low */
  /* opacity and dont wrap text around it       */
  img.ImBuddyIcon {
    float: none;
    opacity: 0.4;
  }
}

@-moz-document domain('meebo.com') {

 

  /* START OPACITY CHANGES */

  #meeboTopContainer {opacity: .65 !important}
  
  #chatlogdlg div  {opacity: .99 !important}

  div.uiChildrenContainer img {opacity: .7 !important}
  /* END OPACITY */


  /* START FONT COLOURS*/
  .uiAccordion {color: #78afa4 !important}
  
  textarea.uiImMessage{
    color : #ffffff !important;
    background-color: #222222 !important;
   /*  border:  dotted !important;  */
  }

  div.uiImHistory  {border: none !important}
  div.uiImHistory span {color: #bfbfbf !important}

  div.uiImHistory font {color: #57af9d !important}

  .ImReceive {color: #4444ff !important}
  .ImSend {color: #44ff44 !important}

  div.maBlBuddies span  {color: #bfbfbf !important}
  /* END FONT COLOURS */


  div.uiImHistory a {
    color: #aa00aa !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #4c747a !important}
  div.uiImHistory a:hover {
    color: #ff00ff !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #779A9F !important}

  #chatlogdlg div a  {
    color: #9AA9A9 !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #9AA9A9 !important}
  #chatlogdlg div a:hover {
    color: #A8B8B8 !important;
    text-decoration: none !important;
    border-bottom: 1px dotted #A8B8B8 !important}


  div.maBlBuddies {
    background: #222222 !important;
    color: #bfbfbf !important}

  .uiImHistory, .uiAccordion div  {background: #222222 !important}
}