/* @override http://localhost:3000/asset/fr-playground/stylesheets/date-picker.css 
Copyright 2009 Palm, Inc.  All rights reserved.

*/

/*  Unfocused Row  */

.dp-date-picker .palm-list .row {
	padding: 0px;
	height: 53px;
	/*background: url(../images/date-picker-images/background-unfocused.png) repeat-x;*/
	border-bottom: 0px solid transparent;
}

.dp-date-picker .palm-list .row .label {
	display: block;
	margin: 17px -3px 0px 10px;
	float: left;
	width: 50px;
	color: #3a9800;
	-webkit-user-select: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;
}

.dp-date-picker .palm-list .row .dp-month {
	float: left;
	margin: 2px 0px 0px 40px;
}

.dp-date-picker .palm-list .row .dp-month .dp-value {
	float: left;
	margin: 12px 0px 0px 20px;
}

.dp-date-picker .palm-list .row .dp-day {
	float: left;
	margin: 5px 0px 0px 15px;
}

.dp-date-picker .palm-list .row .dp-day .dp-value {
	margin: 9px 0px 0px -6px;
}

.dp-date-picker .palm-list .row .dp-year {
	float: left;
	margin: 5px 0px 0px 10px;
}

.dp-date-picker .palm-list .row .dp-year .dp-value {
	margin: 9px 0px 0px -4px;
}

.dp-date-picker .palm-list .row .dp-calendar-icon {
	float: right;
	width: 23px;
	height: 24px;
	background: url(../images/date-picker-images/icon-calendar.png) center center no-repeat;
	margin: 13px 10px 0px 0px;
}

/*  Focused Row */

.dp-date-picker .palm-list .row.focus {
	height: 23px;
	background: white;
	width: 290px;
	border-width: 15px;
	-webkit-border-image: url(../images/date-picker-images/background-focused-shadow.png) 17 15 15 15 stretch stretch;
}

.dp-date-picker .palm-list .row label {
	text-align: left;
	left: 11px;
	width: 50px;
	margin: 18px 0px 0px 15px;
	float: left;
	position: static;
	color: #3a9800;
	-webkit-user-select: none;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: normal;	
}

.dp-date-picker .palm-list .row.focus label {
	display: none;
}

.dp-date-picker .palm-list .row.focus .dp-value {
	color: white;
}

.dp-date-picker .palm-list .row.focus .dp-month.focus {
	margin: -30px 0px -2px -4px;
	float: left;
	width: 50px;
	height: 43px;
	border-width: 21px;
	-webkit-border-image: url(../images/date-picker-images/focused-border-image.png) 0 21 0 21 stretch stretch;
	-webkit-border-sizing: border-box;	
	position: absolute;
}

.dp-date-picker .palm-list .row.focus .dp-month {
	margin: -23px 0px 0px 0px;
	float: left;
	width: 50px;
	height: 35px;
	border-width: 17px;
	-webkit-border-image: url(../images/date-picker-images/unfocused-border-image.png) 0 17 0 17 stretch stretch;
	position: absolute;
}

.dp-date-picker .palm-list .row.focus .dp-month.focus .dp-value {
	margin-top: 10px;
	color: black;
	font-weight: bold;
	width: 55px;
	text-align: center;
}

.dp-date-picker .palm-list .row.focus .dp-month .dp-value {
	color: white;
	margin: 7px 0px 0px -3px;
	text-align: center;
	width: 55px;
}

.dp-date-picker .palm-list .row.focus .dp-day {
	margin: -23px 0px 0px 4px;
	float: left;
	height: 35px;
	width: 40px;
	border-width: 17px;
	-webkit-border-image: url(../images/date-picker-images/unfocused-border-image.png) 0 17 0 17 stretch stretch;
	text-align: center;
	position: absolute;
	left: 100px;
}

.dp-date-picker .palm-list .row.focus .dp-day.focus {
	margin: -30px 0px 4px 4px;
	float: left;
	height: 43px;
	width: 35px;
	border-width: 21px;
	-webkit-border-image: url(../images/date-picker-images/focused-border-image.png) 0 21 0 21 stretch stretch;
	text-align: center;
	position: absolute;
	left: 100px;
}

.dp-date-picker .palm-list .row.focus .dp-day .dp-value {
	margin-top: 7px;
}

.dp-date-picker .palm-list .row.focus .dp-day.focus .dp-value {
	margin-top: 10px;
	font-weight: bold;
	color: black;
}

.dp-date-picker .palm-list .row.focus .dp-year {
	margin: -23px 0px 0px 4px;
	float: left;
	height: 35px;
	width: 41px;
	border-width: 17px;
	-webkit-border-image: url(../images/date-picker-images/unfocused-border-image.png) 0 17 0 17 stretch stretch;
	position: absolute;
	left: 180px;
}

.dp-date-picker .palm-list .row.focus .dp-year.focus {
	margin: -30px 0px 0px 4px;
	float: left;
	height: 43px;
	width: 41px;
	border-width: 21px;
	-webkit-border-image: url(../images/date-picker-images/focused-border-image.png) 0 21 0 21 stretch stretch;
	position: absolute;
	left: 180px;
}

.dp-date-picker .palm-list .focus .dp-year .dp-value {
	margin-top: 7px;
}

.dp-date-picker .palm-list .row.focus .dp-year.focus .dp-value {
	margin-top: 10px;
	font-weight: bold;
	color: black;
}

.dp-date-picker .palm-list .row.focus .dp-calendar-icon {
	float: right;
	width: 23px;
	height: 24px;
	background: url(../images/date-picker-images/icon-calendar.png) center center no-repeat;
	margin: -2px -5px 0px 0px;
}

/* Focused Row with Expanded List */

.palm-list .row.focus .dp-month-open {
	margin: -87px 0px 0px -4px;
	float: left;
	width: 50px;
	height: 165px;
	border-width: 20px;
	-webkit-border-image: url(../images/date-picker-images/open-view-border-image.png) 20 20 20 20 stretch stretch;
	line-height: 48px;
	overflow: hidden;
	position: absolute;
	z-index: 10000;
}

.palm-list .row.focus .dp-month-open .dp-value {
	width: 50px;
	margin: 0px 0px 0px 0px;
	color: black;
	/*border: 1px solid black;*/
	text-align: center;
}

.palm-list .row.focus .dp-value .small-divider {
	height: 4px;
	background: url(../images/date-picker-images/small-divider.png) center center repeat-x;
}

.palm-list .row.focus .dp-day-open {
	margin: -87px 0px 0px 5px;
	float: left;
	width: 35px;
	height: 165px;
	border-width: 20px;
	-webkit-border-image: url(../images/date-picker-images/open-view-border-image.png) 20 20 20 20 stretch stretch;
	line-height: 48px;
	overflow: hidden;
	position: absolute;
	left: 100px;
	z-index: 10000;
}

.palm-list .row.focus .dp-day-open .dp-value {
	width: 35px;
	margin: 0px 0px 0px -3px;
	color: black;
	text-align: center;
}

.palm-list .row.focus .dp-year-open {
	margin: -87px 0px 0px 0px;
	float: left;
	width: 45px;
	height: 165px;
	border-width: 20px;
	-webkit-border-image: url(../images/date-picker-images/open-view-border-image.png) 20 20 20 20 stretch stretch;
	line-height: 48px;
	overflow: hidden;
	position: absolute;
	left: 180px;
	z-index: 10000;
}

.palm-list .row.focus .dp-year-open .dp-value {
	width: 50px;
	margin: 0px 0px 0px -2px;
	color: black;
	text-align: center;
}