.datePicker {
	border: 1px solid #000000;
	width: 170px;
	padding: 0px;
	cursor:	default;
	background-color:#FFFFFF;
	color:#000000;
}


.datePicker td {
	font: small-caption;
	text-align:center;
	color: #000000;
	cursor: default;
	font-weight: normal !important;
	padding: 0;
	background-color:#FFFFFF;
}

.datePicker td.red {
	color: red;
	background-color:#FFFFFF;
}

.datePicker .header {
	background-color:#0066FF;
	padding: 3px;
	border-bottom: 1px solid #000000;
	color:#000000;
}

.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 #999999;
}

.datePicker .grid .gridTable .upperLine {
	width: 100%;
	height: 2px;
	overflow: hidden;
	background:	transparent;
}

.datePicker td.today {
	font-weight: bold !important;
}

.datePicker td.selected {
	background:	#316AC5;
	color: #FFFFFF !important;
}

.datePicker td.labelContainer {
	width: 100%;
}

.datePicker td .topLabel {
	color: #FFFFFF;
	display: block;
	font-weight: bold !important;
	width: 100%;
	text-decoration: none;
	background-color:#0066FF;
}

.datePicker td.filler {
	width: 100%;
}

.datePicker button {
	border-width: 1px;
	font-weight: normal !important;
	display: block;
}

.datePicker .previousButton {
	background:	buttonface url("../images/arrowleft.png") no-repeat center center;
	color:#000000;
}

.datePicker .nextButton {
	background:	buttonface url("../images/arrowright.png") no-repeat center center;
	color:#000000;
}
.datePicker .previousButton,
.datePicker .nextButton {
	width: 14px;
	height: 14px;
}

.datePicker .todayButton,
.datePicker .closeButton,
.datePicker .noneButton {
	width: 52px;
}


.datePicker .labelPopup {
	position: absolute;
	min-width: 130px;
	border: 1px solid #000000;
	padding: 1px;
}

.datePicker .labelPopup a {
	width: 100%;
	display: block;
	color: #000000;
	text-decoration: none;
	white-space: nowrap;
	background-color:#FFFFFF;
}

.datePicker .labelPopup a:hover {
	background:	#316AC5;
	color: #FFFFFF;
}

.datePicker .labelPopup a.selected {
	font-weight: bold;
}

#dpic{
	position:absolute;
	left:610px;
	top:720px;

}