/* 
    Document   : QuotaBar
    Created on : Apr 8, 2009, 6:17:47 PM
    Author     : paul
    Description:

		Old class names: QuotaBar
		New class names: MailOpenMessage

		Note: all styles prepended .MailNavigator
*/


.MailQuotaBar {
        height: 16px;
        padding: 0;
        overflow:hidden;
}

.MailQuotaBar-QuotaSet {
	width: 10em;
	position:relative;
	height:14px;
	overflow:hidden;
	background: #FFF; /*Not themed */
	border: 1px solid; 
}

.MailQuotaBar-Legend {
        margin: 0 0 0 1em;
        padding: 2px 0 0 0;
        font-size: 11px;
        height: 14px;
}

.MailQuotaBar-Usage {
	background: url("../../images/quotaUsedBar.png") repeat-x center left; /*Not themed */
	border-right: 1px solid #A0BAD8; /*Not themed */
        height: 14px;
}

.MailQuotaBar-Folder {
	background: url("../../images/quotaThisBar.png") repeat-x center left; /*Not themed */
	border-right: 1px solid #E4CC3C; /*Not themed */
        height: 14px;
}

.MailQuotaBar-Text {
	background: none;
        position: absolute;
        top: 0;
        left: 0;
        height: 14px;
        text-align: center;
        font-size: 11px;
        padding: 1px 0 0 0;
}

.MailQuotaBar-Text span {
        text-align: center;
}

.dj_gecko .MailQuotaBar-Text span {
        margin: 1px 0 0 0;
}