/*
 * general 
 * Copyright 2009 Palm, Inc.  All rights reserved.
 */

#alarm-noted-icon {
	background: url(../images/notification-alarm-small.png) center center no-repeat;
	position: fixed;
	width:24px;
	height:24px;
	right:10px;
	top:10px;
}

.palm-row-wrapper.textfield-group .sliding-toggle-container{
	position: static;
	float: right;
	margin: -16px -16px 0px 0px;
	z-index: 100000;
}

.palm-group .title-icon {
	margin: -55px -18px 14px -10px;
	width: 25px;
  	height: 25px;
}

.palm-group-title.with-icon {
	margin: -40px -18px 14px 6px;
}

.title-icon.mute {
	background: url(../images/prefs-mute.png) center center no-repeat;
}

.preview { 
	margin-top: -10px;
}

.palm-menu.command-menu.palm-default > .palm-menu-fade {
    background: none;       
}

/* frameworky styles */

.system-notification {                   
	overflow: hidden;
	-webkit-user-select:none;
	background: #000;
	left: 0px;
	right: 0px;
	/*border: 1px solid red;*/
}

.notification-message {  
	min-height:50px;
	position: relative;
	margin:15px 5px 5px 5px;
}

.notification-message .notification-text {      
	font-size: 16px;
	color: #fff;
}

.notification-message .notification-icon {
	width: 48px;
	height: 48px;
	margin-right: 8px;
	float: left;
	background: url(../images/notification-alarm-large.png) top left no-repeat;
}

.notification-message .notification-text .title {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	text-transform: capitalize;
	width: 240px;   
	height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
}

#option_buttons {
	width:100%;  
	display: -webkit-box;
}
/* standard (black) button */

.palm-notification-button {
	clear: both;
	margin: 5px 0 0 0;
	height: 52px;
	padding: 0;
	font-size: 20px;
	text-align: center;             
	text-transform: capitalize;
	color: #fff;
	line-height: 52px;
	background: none;
	border-width: 0 22px;
	-webkit-box-sizing: border-box;
	-webkit-border-image: url(../images/palm-notification-button.png) 0 22 104 22 repeat repeat;  
	-webkit-box-flex: 1;                   
} 


#option_buttons .halfsize {
	width: 50%;
	margin:0px 5px 0px 5px;
}

#option_buttons .halfsize .right-button {
	
}

#option_buttons .halfsize .left-button {
	
}

.palm-notification-button.selected.primary,
.palm-notification-button.selected {
	-webkit-border-image: url(../images/palm-notification-button.png) 52 22 52 22 repeat repeat;
}

.palm-notification-button.disabled.primary,
.palm-notification-button.disabled {
	-webkit-border-image: url(../images/palm-notification-button.png) 104 22 0 22 repeat repeat;
}

/* alternate (amber) button */

.palm-notification-button.alternate {
	color: #fff;
	-webkit-border-image: url(../images/palm-notification-button-alternate.png) 0 22 104 22 repeat repeat;
}

.palm-notification-button.alternate.selected {
	-webkit-border-image: url(../images/palm-notification-button-alternate.png) 52 22 52 22 repeat repeat;
}

.palm-notification-button.alternate.disabled {
	-webkit-border-image: url(../images/palm-notification-button-alternate.png) 104 22 0 22 repeat repeat;
}

/* affirmative (green) button */

.palm-notification-button.affirmative {
	color: #fff;
	-webkit-border-image: url(../images/palm-notification-button-affirmative.png) 0 22 104 22 repeat repeat;
}

.palm-notification-button.affirmative.selected {
	-webkit-border-image: url(../images/palm-notification-button-affirmative.png) 52 22 52 22 repeat repeat;
}

.palm-notification-button.affirmative.disabled {
	-webkit-border-image: url(../images/palm-notification-button-affirmative.png) 104 22 0 22 repeat repeat;
}

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

.icon.digital {
	background: url(../images/list-icon-digital.png) center center no-repeat;
}

.icon.analog {
	background: url(../images/list-icon-analog.png) center center no-repeat;
}

.icon.manualanalog {
	background: url(../images/list-icon-manualanalog.png) center center no-repeat;
}

body.palm-dark {
	background: url(../images/backdrop-dark.png) center center;
}

.palm-dark .preview,
.palm-dark .subtitle,
.palm-dark pre,
.palm-dark code {
	color: #ccc;
}