/* 
		Old class names: iwcMailFolders
		New class names: MailFolders
*/


.MailFolders {
	overflow-x: hidden;
	overflow-y: auto;
}

/* Prevent the Tree node from overflowing left and right */
.MailFolders .dijitTreeContainer .dijitTreeRow {
	overflow-x: hidden;
}

.MailFolders .FolderHasUnread {
	font-weight: bold;
}

.dj_ios .MailFolders {
	-webkit-overflow-scrolling: touch;
}
