/* original by somebody at mozilla */
/* heavily modified by james at cookiecrook */

/* For more examples see http://www.mozilla.org/unix/customizing.html */

blink { text-decoration:none !important; }

/* disable most ads */
*[href*="adfarm"],
*[href*="advert"],
*[href*="/ads."],
*[href*="atdmt."],
*[href*="/ar.atwo"],
*[href*="?banner"],
*[href*="bluestreak"],
*[href*="=click"],
*[href*="/click"],
*[href*="?click"],
*[href*="doubleclick"],
*[href*="servedby"],
*[href*="spinbox."],
*[href*="transfer.go"],
*[href*="valueclick"] {
	display:none !important;
	}
*[src*="adfarm"],
*[src*="advert"],
*[src*="/ads."],
*[src*="atdmt."],
*[src*="/ar.atwo"],
*[src*="?banner"],
*[src*="bluestreak"],
*[src*="=click"],
*[src*="/click"],
*[src*="?click"],
*[src*="doubleclick"],
*[src*="servedby"],
*[src*="spinbox."],
*[src*="transfer.go"],
*[src*="valueclick"] {
	display:none !important;
	}

/* common sizes for ad banners */
*[width="468"][height="60"],
*[width="336"][height="280"],
*[width="300"][height="250"],
*[width="180"][height="150"],
*[width="240"][height="200"],
*[width="120"][height="600"],
*[width="160"][height="600"] {
	display: none !important;
	}
a img[width="486"], iframe[width="486"], td[width="486"] iframe {
	display:none !important;
	}

/* turning some false positives back on */
*[href*="download"],
*[href*="click.mp3"] {
	display:inline !important;
	}

.tooltip-label {
	color:#fff;
	background-color:#900;
	padding:2px;
	}

marquee {
	-moz-binding:none;
	display:block;
	height:auto !important;
	}

/* Kill bookmark icons in the Personal Toolbar */
toolbarbutton.bookmark-item > .toolbarbutton-icon {
	/* display: none; */
	}
/* Kill all tab icons, no matter what */
.tabbrowser-tabs .tab-icon {
	display: none;
	}
/* Change the background colour of the messages (top right hand
 * pane in 3-pane view) of Mail/News from gray to white.
 */
outliner {
	background-color:#fff !important;
	}

/*
 * Ignore user-specified style in mail messages.
 * See http://bugzilla.mozilla.org/show_bug.cgi?id=18427 for details.
 */
/*
.moz-text-html font, .moz-text-html div, .moz-text-html body {
	font-size: inherit !important;
	font-family: inherit !important;
	color: inherit !important;
	background-color: inherit !important;
	background-image: inherit !important;
	text-align: inherit !important;
	text-indent: inherit !important;
	}
*/

body {
	background-color:#fff; /* may want to change this to #eee to double-check background colors */
	}
/*
a[href^="mailto:"]:after,
a[target="_blank"]:after,
a[href^="javascript:"]:after,
a[href$=".doc"]:after,
a[href$=".DOC"]:after,
a[href$=".pdf"]:after,
a[href$=".PDF"]:after {
	position:absolute !important;
	vertical-align:bottom !important;
	margin:2px auto auto 3px !important;
	position:absolute !important;
	text-decoration:none !important;
	-moz-opacity:0.6;
	}
a[href^="mailto:"]:after { content: url("mailto.gif") !important; }
a[target="_blank"]:after { content: url("pop2.gif") !important; }
a[href^="javascript:"]:after { content: url("js.gif") !important; }
a[href$=".doc"]:after, a[href$=".DOC"]:after { content: url("doc.gif") !important; }
a[href$=".pdf"]:after, a[href$=".PDF"]:after { content: url("pdf.gif") !important; }

*[accesskey]:after {
	text-transform:uppercase;
	position:absolute;
	margin-top:-0.1em;
	margin-left:5px;
	padding:0 3px;
	content: attr(accesskey) !important;
	font-size:10px;
	font-family:"courier new",monospace;
	border: outset 1px #fff;
	color:#000 !important;
	background-color:#eee !important;
	-moz-opacity:0.6;
	}
*/
