/* 
    Document   : UnreadCounter
    Created on : Aug 20, 2009, 9:29:19 AM
    Author     : avk
    Description:
        Purpose of the stylesheet follows.
*/

.MailUnreadCounter {
	/* Right image from theme */
	height: 20px;
	padding: 0  6px 0 0;
	font-size: 12px;
	font-weight: normal; /* Spec says bold but to have similar appearance we need normal */
	margin: 3px 8px 2px 0;
}

.dj_gecko .MailUnreadCounter {
	margin-top: 0;
}

.MailUnreadCounter div {
	/* Left image from theme */
	height: 20px;
	padding: 0px 6px 0 12px;
	line-height: 20px;
}

.dj_webkit .MailUnreadCounter div {
	padding-top: 1px;
}

.dj_ie .MailUnreadCounter div {
	line-height: 19px;
}

.MailUnreadCounter .busyIcon12 {
	display: none;
	/* Icon defined in icons.css */
}

.busy .busyIcon12 {
	margin: 4px 0 0 0;
	display: inline-block;
}

.busy .unreadCount {
	display: none;
}

.MailUnreadCounter .unreadCount {
	vertical-align: baseline;
}

/* See theme for color and backround! */


