/**
	High density display
**/

.logo 
{
	background-image: url("../../../images/themes/mobile/logo-high.png");
}

#folder_drafts a span.folder-name {
	background-image: url("../../../images/themes/mobile/drafts-high.png");
	background-size: 16px 18px;
}

#folder_inbox a span.folder-name {
	background-image: url("../../../images/themes/mobile/inbox-high.png");
	background-size: 18px 17px;	
}

#folder_sent a span.folder-name {
	background-image: url("../../../images/themes/mobile/sent-high.png");
	background-size: 18px 16px;
}

#folder_spam a span.folder-name  {
	background-image: url("../../../images/themes/mobile/spam-high.png");
	background-size: 19.5px 15px;	
}

#folder_trash a span.folder-name { 
	background-image: url("../../../images/themes/mobile/trash-high.png");
	background-size: 16px 18px;
}

#list_mail_folder .custom-folder a span.folder-name {
	background-image: url("../../../images/themes/mobile/folder-high.png");
	background-size: 16px 14px;	
}

.ui-icon-refresh {
    background: url("../../../images/themes/mobile/refresh-high.png") no-repeat scroll center 0 transparent;
	background-size: 26px 28px;	
}

.ui-icon-compose {
    background: url("../../../images/themes/mobile/compose-high.png") no-repeat scroll center 0 transparent;
	background-size:26px 26px;	
}

.ui-icon-logout {
	background: url("../../../images/themes/mobile/logout-high.png") no-repeat scroll center 1px transparent;
	background-size:24px 26px;		
}

.ui-icon-delete {
	background: url("../../../images/themes/mobile/trash-high-tb.png") no-repeat scroll center 2px transparent;
	background-size:18px 23px;
}

.ui-icon-move {
	background: url("../../../images/themes/mobile/folder-move-high.png") no-repeat scroll center 3px transparent;
	background-size:26px 22px;
}

.ui-icon-arrow-r {
	background: url("../../../images/themes/mobile/grey-arrow-high.png") no-repeat scroll 0 2px transparent;
	background-size:9px 12px;
}

.mobile-contacts-icon span {
    background: url("../../../images/themes/mobile/contact-icon-high.png") no-repeat scroll 12px 5px transparent;
	background-size:16px 16px;
}