/*
 * Copyright 2008 Palm Inc. Confidential until public release.
 */

.notification-panel	{
    background: #000;
    color: #fff;
    overflow: hidden;
    width: 100%;
}

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

#reminder-email,
#reminder-dismiss,
#reminder-snooze {
    height: 45px;
	position: fixed;
	-webkit-box-sizing: border-box;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
}

.button-wrapper {
 	border-width: 0px 15px 0px 15px;   
}

#reminder-email {
    width: 100%;
    bottom: 65px;
}

#reminder-email .button-wrapper { -webkit-border-image:url(../images/button-contact.png) 0 15 45 15 repeat repeat; }
#reminder-email:active .button-wrapper { -webkit-border-image:url(../images/button-contact.png) 45 15 0 15 repeat repeat; }

#reminder-dismiss,
#reminder-snooze {
	width: 50%;
    bottom: 10px;
}

#reminder-dismiss .button-wrapper { -webkit-border-image:url(../images/button-dismiss.png) 0 15 45 15 repeat repeat; }
#reminder-dismiss:active .button-wrapper { -webkit-border-image:url(../images/button-dismiss.png) 45 15 0 15 repeat repeat; }

#reminder-snooze {
 	right: 0px; 
 	padding-left: 5px;
}

#reminder-dismiss {
    padding-right: 5px;
}

#reminder-snooze .button-wrapper { -webkit-border-image:url(../images/button-snooze.png) 0 15 45 15 repeat repeat; }
#reminder-snooze:active .button-wrapper { -webkit-border-image:url(../images/button-snooze.png) 45 15 0 15 repeat repeat; }

.notification-event-container {
	width: 290px;
	height: 48px;
	padding: 0;
	position: fixed;
	top: 10px;
	display: table-cell;
	vertical-align: middle;
}

.notification-panel .notification-event-icon {
	width: 48px;
	height: 48px;
	margin-right: 5px;
	margin-left:-2px;
	float: left;
	background: url(../images/notification-large-calendar.png) top left no-repeat;
}

.notification-event-container .notification-event-title	{
    width: 230px;
    height: 18px;
    margin-top: 5px;
    margin-bottom: 3px;
    padding-bottom:5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}

.notification-event-container .notification-event-subtitle	{
    margin-top:-5px;
    width: 230px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.notification-event-container .notification-event-title span,
.notification-event-container .notification-event-subtitle span {
	font-weight: normal;
}

/* Dashboard container */

.dashboard-event-container {
	width: 100%;
	height: 48px;
	padding: 2px 0px 0 0;
	vertical-align: middle;
}

.dashboard-event-container .dashboard-event-icon {
	width: 48px;
	height: 48px;
	margin-right: 5px;
	float: left;
	background: url(../images/notification-large-calendar.png) top left no-repeat;
}

.reminder-list.dashboard-event-container .dashboard-event-icon {
	margin-left:10px;
}

.dashboard-event-container .dashboard-event-title {
    height: 18px;
	width: inherit;
    margin-top: 7px;
    margin-bottom: 3px;
	padding-right: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
}
.reminder-list.dashboard-event-container .dashboard-event-title	{
    color: #000000;
    padding-bottom:3px;
    margin-top:5px;
    width:auto;
}

.dashboard-event-container .dashboard-event-subtitle {
    width: 250px;
    height: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #fff;
    font-size: 14px;
    white-space: nowrap;
}

.reminder-list.dashboard-event-container .dashboard-event-subtitle {
    color: #000000;
    margin-top:-3px;
    width:auto;
}

.dashboard-event-container .dashboard-event-title span,
.dashboard-event-container .dashboard-event-subtitle span {
	font-weight: normal;
}

#remindersScroller {
	width: 320px;
}

.notification-panel.reminder .single .palm-dashboard-text-container {
	overflow: visible;
	margin-left:57px;
	height:70px;
	max-width: none;
}

.notification-panel.reminder .single .palm-dashboard-icon-container {
	overflow: visible;
	height:70px;
}
.notification-panel.reminder .single .palm-dashboard-icon-container > .notification-event-icon {
	margin-top:-11px;
	margin-left:-10px;
}

.notification-panel.reminder .single .palm-dashboard-icon-container .palm-dashboard-icon-wrapper {
	margin:-11px 0px -11px -10px;
}
.notification-panel.reminder .single .palm-dashboard-text-container .palm-dashboard-text-wrapper {
	margin:-22px -10px -11px 12px;
}

.notification-panel.reminder .single .palm-dashboard-icon-container {
	-webkit-border-image: url(../images/dashboard-container-left.png) 22 0 22 20 / 22px 0px 22px 20px repeat repeat;
}
.notification-panel.reminder .single .palm-dashboard-text-container {
	-webkit-border-image: url(../images/dashboard-container-right.png) 22 20 22 0 / 22px 20px 22px 0px repeat repeat;
}
.notification-panel.reminder .single.selected .palm-dashboard-icon-container,
.notification-panel.reminder .single:active .palm-dashboard-icon-container {
	-webkit-border-image: url(../images/dashboard-container-left-active.png) 22 0 22 20 / 22px 0px 22px 20px repeat repeat;
}
.notification-panel.reminder .single.selected .palm-dashboard-text-container,
.notification-panel.reminder .single:active .palm-dashboard-text-container {
	-webkit-border-image: url(../images/dashboard-container-right-active.png) 22 20 22 0 / 22px 20px 22px 0px repeat repeat;
}

.notification-panel.reminder .dashboard-title {
	font-size:18px;
	line-height:22px;
}
.notification-panel.reminder .palm-dashboard-text {
	font-size:16px;
	line-height:20px;
}
.notification-panel.reminder .dashboard-notification-module {
    padding-top: 14px;
    margin-top: 0px;
	height: 70px;
}
