/* Custom layout for Dashboard module 
Copyright 2009 Palm, Inc.  All rights reserved.

*/

.dashboard-account-module	{
		width: 58px;
		height: 48px;
		background: url(../images/notification-large-generic.png) center left no-repeat;
		float: right;
		text-align: right;
		vertical-align: top;
  		color: #fff;
  		font-size: 14px;
		line-height: 20px;
  		font-weight: bold;
}

.dashboard-icon	{
		background: url(../images/notification-large.png) center left no-repeat;
}

/* to investigate... this fix may have something to do with the dashboard-account-module style */
.dashboard-newitem > span {
	top: 0;
	left: 1px;
}

/*.palm-dashboard-container .dashboard-newcount	{
		width: 60px;
		height: 48px;
		overflow: hidden;
		text-overflow: ellipsis;
  		color: #fff;
  		font-size: 14px;
		line-height: 48px;
  		font-weight: bold;
		display: table-cell;
		float: left;
		vertical-align: middle;
}
*/

.dashboard-account-module.aol		{ background: url(../images/notification-large-aol.png) center left no-repeat; }
.dashboard-account-module.eas		{ background: url(../images/notification-icon-outlook.png) center left no-repeat; }
.dashboard-account-module.gmail		{ background: url(../images/notification-large-gmail.png) center left no-repeat; }
.dashboard-account-module.yahoo		{ background: url(../images/notification-large-yahoo.png) center left no-repeat; }

.dashboard-account-module.icon-left {
	float: left;
}

/*.dashboard-unread {
		float: right;
		line-height: 26px;
		height: 24px;
		margin-top: 0px;
		margin-right: 0px;
		text-align: center;
		vertical-align: baseline;
		-webkit-border-image: url(../images/dashboard-unread.png) 0 12 0 12;
		-webkit-box-sizing: border-box;
		border-width: 0px 12px 0px 12px;
}
*/
/*.dashboard-unread span {
		margin: 0 -4px;
}*/




/*Updated Styles to Match Updated HTML*/
/*All Other Styles come from Framework*/

.palm-dashboard-icon.email			{ background: url(../images/notification-large-email.png) center left no-repeat; }
.palm-dashboard-icon.default		{ background: url(../images/notification-large-generic.png) center left no-repeat; }
.palm-dashboard-icon.eas			{ background: url(../images/notification-icon-outlook.png) center left no-repeat; }
.palm-dashboard-icon.gmail			{ background: url(../images/notification-large-gmail.png) center left no-repeat; }
.palm-dashboard-icon.yahoo			{ background: url(../images/notification-large-yahoo.png) center left no-repeat; }
.palm-dashboard-icon.aol			{ background: url(../images/notification-large-aol.png) center left no-repeat; }
