/*  

Google Maps and Mail Vista
(Version 1.1) 
February 3, 2007

If you're running Windows Vista you know that the SEGUE UI
font is really incredible.  There are certain Google services
that look so much better using Windows Vista.  

If you don't have Vista or SEGUE UI installed, this will not work

Change log:

Version 1.1
- Added Google Finance to the site list

Version 1.0
- First public release

Thank you for downloading
Nick Roberts

*/


@namespace url(http://www.w3.org/1999/xhtml);

@-moz-document domain("mail.google.com"),
domain("mail.google.com"),
domain("finance.google.com"),
domain("maps.google.com")
 {
	
	/* applies font to all generic HTML tags */
	html,
	body,
	span,
	div,
	td,
	br,
	input,
	font,
	button,
	select,
	option {
		font-family: Segue UI !important;
		font-size: 10pt !important;
	}
	
	/* specifies width of web search results column */
	td.j {
		width: 75% !important;
	}
}
	
@-moz-document domain(mail.google.com) {

	/* corrects navigation column width in gmail */
	#nav {
		width: 135px !important;
	}
	#co {
		margin-left: 135px !important;
	}
}