.datepick {
	cursor: pointer;
	width: 43px;
	height: 17px !important;
	height: 20px;
	background: url(../../images/modules/datepick/dat.gif) no-repeat;
	display: block;
	text-align: center;
	color: #000000;
	padding-top: 3px;
}

.datepick_hover {
	cursor: pointer;
	width: 43px;
	height: 17px !important;
	height: 20px;
	background: url(../../images/modules/datepick/dat.gif) no-repeat 0 -20px;
	display: block;
	text-align: center;
	color: #cc0000;
	text-decoration: underline;
	padding-top: 3px;
}

.datepick_selected {
	cursor: pointer;
	width: 43px;
	height: 17px !important;
	height: 20px;
	background: url(../../images/modules/datepick/dat.gif) no-repeat 0 -40px;
	display: block;
	text-align: center;
	color: white;
	padding-top: 3px;
}

.datepick_disabled {
	cursor: default;
	width: 43px;
	height: 17px !important;
	height: 20px;
	background: url(../../images/modules/datepick/dat.gif) no-repeat;
	display: block;
	text-align: center;
	color: #e0e0e0;
	padding-top: 3px;
}

.datepick_w {
	cursor: pointer;
	width: 234px;
	height: 18px !important;
	height: 20px;
	background: url(../../images/modules/datepick/dat_w.gif) no-repeat;
	display: block;
	text-align: center;
	color: black;
	padding-top: 2px;
}

.datepick_w_hover {
	cursor: pointer;
	width: 234px;
	height: 18px !important;
	height: 20px;
	background: url(../../images/modules/datepick/dat_w.gif) no-repeat 0 -20px;
	display: block;
	text-align: center;
	color: black;
	padding-top: 2px;
}

.datepick_w_selected {
	cursor: pointer;
	width: 234px;
	height: 18px !important;
	height: 20px;
	background: url(../../images/modules/datepick/dat_w.gif) no-repeat 0 -40px;
	display: block;
	text-align: center;
	color: white;
	padding-top: 2px;
}

tr.date_pick_day_names {
	background: #282828;
}

#date_pick_content td {
	padding-bottom: 2px;
}

#date_pick_content {
	background: #fafafa;
	padding-top: 2px;
	padding-left: 2px;
}
