/* replace logo */
img[src="/mail/help/images/logo1.gif"] {
    content: url(http://promote.opera.com/logos/Opera_logo2_t.png);
}
body {
    background: #fff !important;
}
td {
	font-family: Arial !important;
	color: #000 !important;
}
/* inbox outline */
table[bgcolor="#C3D9FF"], td[bgcolor="#C3D9FF"] {
	background: #ccc !important;
}
/* contact list outline */
table[bgcolor="#FAD163"], td[bgcolor="#FAD163"] {
	background: #ccc !important;
}
/*  background in compose window */
td[bgcolor="#e0ecff"] {
	background: #ccc !important;
}
/* marked as read */
tr[bgcolor="#E8EEF7"] {
	
}
/* outline for label view */
table[bgcolor="#74D982"], td[bgcolor="#74D982"] {
	background: #ccc !important;
}
a {
	color: #000 !important;
}
/* basic version warning */
#bm {
	display: none !important;
}
/* folder list */
.m {
	background: #fff !important;
}
/* labels */
.lb {
	background: #fff !important;
}
/* contact list */
.th {
	background: #fff !important;
}
/* attachment pic ( paper clip) */
.p {
	background: transparent !important;
}
.ar {
	background: transparent !important;
}
/* footer ( space usage ) */
.ft {
	background: inherit !important;
}
/* hide some foort stuff */
.ft tr:first-child, .ft div, .ft font[size="1"] {
	display: none !important;
}

