.datePicker {
	border:		1px solid #CCD5E4;
	background:	Window;
	width:		170px;
	padding:	0px;
	cursor:		default;
	/*-moz-user-focus: normal;*/
}


.datePicker td {
	/*font:			small-caption;*/
	text-align:		center;
	color:			#ff9A00;
	cursor:			default;
	font-weight:	normal !important;
	/*-moz-user-select:	none;*/
	padding:		0;
}

.datePicker td.red {
	color:			#dd0606;
}

.datePicker .header {
	background:		#FFF8ED;
	padding:		3px;
	border-bottom:	1px solid #CCD5E4;
}

.datePicker .headerTable {
	width:			100%;
}

.datePicker .footer {
	padding: 3px;
}

.datePicker .footerTable {
	width:		100%;
}

.datePicker .grid {
	padding:	3px;
}
.datePicker .gridTable {
	width:	100%;
}

.datePicker .gridTable td {
	width:	14.3%;
	border: 1px solid white;
}

.datePicker .gridTable .daysRow td {
	font-weight:	bold !important;
	border:	1px none;
	border-bottom:	1px solid #CCD5E4;
	color: #7088A8;
}

.datePicker .grid .gridTable .upperLine {
	width:		100%;
	height:		2px;
	overflow:	hidden;
	background:	transparent;
}

.datePicker td.today {
	font-weight:	bold !important;
}

.datePicker td.selected {
	background:		#FFF8ED;
	border:			1px solid #ff9A00;
	color:			#ff9A00 !important;
}

.datePicker td.labelContainer {
	width:	100%;
}

.datePicker td .topLabel {
	color:			#ff9A00;
	display:		block;
	font-weight:	bold !important;
	width:			100%;
	text-decoration:	none;

}

.datePicker td.filler {
	width:			100%;
}

.datePicker button {
	border-width:	1px;
	font:			Caption;
	font-weight:	normal !important;
	display:		block;
}

.datePicker .previousButton {
	/*background:	buttonface url("../images/arrow.left.png") no-repeat center center;*/
}

.datePicker .nextButton {
	/*background:	buttonface url("../images/arrow.right.png") no-repeat center center;*/
}
.datePicker .previousButton,
.datePicker .nextButton {
	width:			14px;
	height:			14px;
	font-size:		9px;
	line-height:		7px;
}

.datePicker .todayButton,
.datePicker .noneButton {
	width:	50px;
}


.datePicker .labelPopup {
	position:	absolute;
	min-width:	130px;
	background:	Window;
	border:		1px solid #CCD5E4;
	padding:	1px;
}

.datePicker .labelPopup a {
	width:				100%;
	display:			block;
	color:				#ff9A00;
	text-decoration:	none;
	white-space:		nowrap;
}

.datePicker .labelPopup a:hover {
	background:	Highlight;
	color:		HighlightText;
}

.datePicker .labelPopup a.selected {
	font-weight:	bold;
}

