

@media All    
{

#ui-datepicker-div {
	DISPLAY: none
}
#ui-datepicker-div .ui-datepicker-header {
	COLOR: #000;
	background-color: #E0E0E0;
}
#ui-datepicker-div A.ui-state-default {
	COLOR: #4c3529;
	background-color: #CCC;
}
#ui-datepicker-div A.ui-state-active {
	BACKGROUND: #4c3529; COLOR: #e1d7be
}
#ui-datepicker-div A.ui-state-hover {
	BORDER-BOTTOM-COLOR: #4c3529; BORDER-TOP-COLOR: #4c3529; BORDER-RIGHT-COLOR: #4c3529; BORDER-LEFT-COLOR: #4c3529
}

}


