.datePicker {
	width:200px;
	border:1px #459add solid;
	background-color:#fff;
	padding:	0px;
	cursor:		default;
	z-index: 110;
	-moz-user-focus: normal;
}


.datePicker td {
	font:			small-caption;
	text-align:		center;
	color:			WindowText;
	cursor:			default;
	font-weight:	normal !important;
	-moz-user-select:	none;
	padding:		0;
}

.datePicker td.red {
	color:			red;
}

.datePicker .header {
	background:		#fff;
	padding:		3px;
	border-bottom:	1px solid WindowText;
}

.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 ThreeDDarkShadow;
}

.datePicker .grid .gridTable .upperLine {
	width:		100%;
	height:		2px;
	overflow:	hidden;
	background:	transparent;
}

.datePicker td.today {
	font-weight:	bold !important;
}

.datePicker td.selected {
	background:		Highlight;
	color:			HighlightText !important;
}

.datePicker td.labelContainer {
	width:	100%;
}

.datePicker td .topLabel {
	color:			CaptionText;
	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;
}

.datePicker .todayButton,
.datePicker .noneButton {
	width:	50px;
}


.datePicker .labelPopup {
	position:	absolute;
	min-width:	130px;
	background:	Window;
	border:		1px solid WindowText;
	padding:	1px;
}

.datePicker .labelPopup a {
	width:				100%;
	display:			block;
	color:				WindowText;
	text-decoration:	none;
	white-space:		nowrap;
}

.datePicker .labelPopup a:hover {
	background:	Highlight;
	color:		HighlightText;
}

.datePicker .labelPopup a.selected {
	font-weight:	bold;
}

#datev01 { float:left; width:200px; border:1px #459add solid; background-color:#fff;}
#datev01 .banner { float:left; width:100%; height:23px; background: url(../images/popupv01_bg.gif) left repeat-x; border-bottom:1px #459add solid; }
#datev01 .banner .title { float:left; width:100px; text-align:left; margin:2px; font-family: Tahoma, verdana,arial,helvetica,sans-serif;font-size:12px;font-weight:bold;color:#2e8bc3;}
#datev01 .banner .image { float:right; width:10px; margin:3px 10px 0 0 !important; margin:3px; text-align:right; }
#datev01 .con { float:left;  width:190px; background-color:#f7f6f3; padding:5px;}

.teble-data { background-color:#fff;}






.date-form-inputbox { width:75px; }
.date-select { height:35px;}


.date-wrap { border-top:#aca899 1px solid; border-right:#fff 1px solid; border-bottom:#fff 1px solid; border-left:#aca899 1px solid;
 }
.date-wrapin { border-top:#716f64 1px solid; border-right:#f1efe2 1px solid; border-bottom:#f1efe2 1px solid; border-left:#716f64 1px solid; width:100%;}

.week { height:25px; font-size:12px;  background-color:#e0e0e0;}
.day { font-size:12px; line-height:200%;}
.day-row { background-color:#f6f6f6;}
.day a:link, .day a:visited, .day a:hover, .day a:active  { color:#000; text-decoration:none;}


