.datePicker {
	border:		1px solid #333333;
	background:	#FFFFFF;
	width:		170px;
	padding:	0px;
	cursor:		default;
	-moz-user-focus: normal;
}


.datePicker td {
	font:			smallcaption;
	font:			small-caption;
	text-align:		center;
	color:			#333333;
	cursor:			default;
	font-weight:	normal !important;
	-moz-user-select:	none;
	padding:		0;
}

.datePicker td.red {
	color:#FF0000;
}

.datePicker .header {
	background:		#333333;
	padding:		3px;
	border-bottom:	1px solid #333333;
}

.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%;
}

.datePicker .gridTable .daysRow td {
	font-weight:	bold !important;
	border-bottom:	1px solid #333333;
}

.datePicker .grid .gridTable .upperLine {
	width:		100%;
	height:		2px;
	overflow:	hidden;
	background:	transparent;
}

.datePicker td.today {
	font-weight:	bold !important;
}

.datePicker td.selected {
	background:		#FC5F09;
	color:			#FFFFFF; !important;
}

.datePicker td.labelContainer {
	width:	100%;
}

.datePicker td .topLabel {
	color:			#FFFFFF;
	display:		block;
	font-weight:	bold !important;
	width:			100%;
	text-decoration:	none;

}

.datePicker td.filler {
	width:			100%;
}

.datePicker button {
	border-width:	1px;
	color:#FFFFFF;
	font-weight:	bold !important;
	display:		block;
}

.datePicker .previousButton {
	background:url("../images/arrow.left.png") no-repeat center center;
	cursor:pointer;
}

.datePicker .nextButton {
	background:url("../images/arrow.right.png") no-repeat center center;
	cursor:pointer;
}
.datePicker .previousButton,
.datePicker .nextButton {
	width:			14px;
	height:			14px;
	border:0px;
}

.datePicker .todayButton,
.datePicker .noneButton {
	font-family:Tahoma, Arial, Geneva;
	font-size:11px;
	width:	65px;
	padding-top:0px;
	background-color:#333333;
	color:#ffffff;
	font-weight:bold;
	border:1px solid #333333;
	cursor:pointer;
}


.datePicker .labelPopup {
	position:	absolute;
	min-width:	130px;
	background:	#FFFFFF;
	border:		1px solid #9A9EA4;
	padding:	1px;
}

.datePicker .labelPopup a {
	width:				100%;
	display:			block;
	color:				#333333;
	text-decoration:	none;
	white-space:		nowrap;
}

.datePicker .labelPopup a:hover {
	background:	#FFFFFF;
	color:		#333333;
}

.datePicker .labelPopup a.selected {
	font-weight:	bold;
}

a.topLabel:active { color:#EE0000; }
a.topLabel:hover { color:#FFFFFF; }
a.topLabel:visited:hover { color:#FFFFFF; }
a.topLabel:visited { color:#EE0000; }
a.topLabel { color:#EE0000;}