@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain(mail.google.com) {

/**********************************************************************
 * GMail - Remove ads and relocate action links (Alternative version) *
 * Version 0.10 - by lOtR 2008-2010                                   *
 **********************************************************************/

/****************
 * Hide the ads *
 ****************/

/* Ads Area */
.iY .Bu:last-child > .nH {
	height: 0px !important;
	overflow: hidden !important;
	width: 0px !important;
}

/* Separator column */
.iY .Bu:first-child + .Bu {
	display: none !important;
}

/* Message area */
.iY {
	width: 100% !important;
}

/*******************************************************
 * Display the action links on top of the message area *
 *******************************************************/

/* Transform the message table to a block (used for relative positioning) */

/* Action Links Area (level 1) */
.iY .Bu:last-child .nH > .nH > .nH:first-child {
	position: absolute !important;
	left: 0px !important;
	top: -33px !important;
	width: 100% !important;
	font-size: 70% !important;
	z-index: 5 !important;
}

/* Action Links Area (level 2) */
.iY .Bu:last-child .hj {
	font-size: 100% !important;
	margin: 0px !important;
	float: right !important;
	position: relative;
}
.iY .Bu:last-child .hj:hover {
	z-index: 2 !important;
}

/* Action Links Area in a new window */
.iC .hj {
	font-size: 70% !important;
	margin-right: 4px !important;
}

/* Action Link container */
.hk {
	float: left !important;
	padding: 0px !important;
}

/* Action Link */
.hk span {
	display: block !important;
	width: auto !important;
	height: 1.8em !important;
	line-height: 1.8em !important;
	padding: 0 8px !important;
	border: 1px solid #BBBBBB !important;
	border-left-color: #FFFFFF !important;
	background: transparent url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAAAAAAa3c+rAAAAAXNSR0IArs4c6QAAABJJREFUCNdj+MnEQBT8CsUEIACgKQMyxVIz6AAAAABJRU5ErkJggg==) repeat-x left center !important;
	color: #000000 !important;
}
.hk:first-child span {
	-moz-border-radius-topleft: 3px !important;
	-moz-border-radius-bottomleft: 3px !important;
	-webkit-border-top-left-radius: 3px !important;
	-webkit-border-bottom-left-radius: 3px !important;
	border-left-color: #BBBBBB !important;
}
.hk:last-child span {
	-moz-border-radius-topright: 3px !important;
	-moz-border-radius-bottomright: 3px !important;
	-webkit-border-top-right-radius: 3px !important;
	-webkit-border-bottom-right-radius: 3px !important;
}
.hk u {
	text-decoration: none !important;
}
.hk img {
	margin-bottom: 2px !important;
}

/* Action Link - Hover */

.hk span:hover {
	border-top-color: #939393 !important;
	border-bottom-color: #939393 !important;
}
.hk:first-child span:hover {
	border-left-color: #939393 !important;
}
.hk:last-child span:hover {
	border-right-color: #939393 !important;
}

/* Action Link - Active */

.hk span:active {
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAoCAAAAAAa3c+rAAAAAXNSR0IArs4c6QAAABVJREFUCNdjeMzEQDTkZmJg+IlfDQBx9QI0/iX6wgAAAABJRU5ErkJggg==) !important;
	border-top-color: #444444 !important;
	border-bottom-color: #444444 !important;
}
.hk:first-child span:active {
	border-left-color: #444444 !important;
}
.hk:last-child span:active {
	border-right-color: #444444 !important;
}

/* Notifications */

.b8, .cd, .cc {
	padding: 3px 0 !important;
}

.b8 .ve, .cd .ve, .cc .ve {
	margin-left: 10px !important;
	position: relative !important;
	z-index: 1 !important;
	background-color: #FFFFFF !important;
	border: 2px solid #FFFFFF !important;
	border-collapse: separate !important;
	-moz-border-radius: 6px !important;
	-webkit-border-radius: 6px !important;
}

}