@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document url("http://www.google.com/ig") {
	/* Hide the Google Search bar */
	#gsea,#gbar,#nhdrwrapsizer{ display:none !important; }
	/* Hide Footer */
	#footerwrap { display:none !important; }
	/* Set a non-white bg */
	body,#modules { background-color:#eee !important; }

	/* Condense whitespace */
	#modules { padding: 5px !important }
	div.modboxin { padding:0px !important; }
	.modboxin, .modtitle { border-width:2px !important; }
	.modbox { border:none !important;margin-top:4px !important;margin-bottom:0px !important; }

	#new_user_demo { display:none; }

	/* Make sure column widths are as we want them */
	#c_1 { width:32% !important; }
	#c_2 { width:32% !important; }
	#c_3 { width:32% !important; }
	#c_2, #c_3 { margin-left: 5px !important; }

	/* Hide the enlarge icons */
	.v2enlargebox { display:none !important; }

	/* Compact headers */
	.modtitle, .modtitle_s { padding:0px 5px 1px !important; }

	/* Get rid of the rounded borders to save more space */
	.rnd1,.rnd2,.rnd3 { display:none !important; }
	.modtitle { border-top:1px solid #87AFDA !important; }
	.modboxin { border-bottom:1px solid #87AFDA !important; }
}