	#ui-datepicker-div, .ui-datepicker-inline{
		padding:0px;
		FONT-SIZE: 12px;
		BACKGROUND: #fff;
		PADDING-BOTTOM: 0px;
		MARGIN: 0px;
		WIDTH: 185px;
		FONT-FAMILY: Arial;
	}
	
	#ui-datepicker-div {
		display: none;
		z-index: 1300; /*must have*/
	}
	.ui-datepicker-inline {
		float: left;
		display: block;
		border: 0;
	}
	.ui-datepicker-rtl {
		direction: rtl;
	}
	.ui-datepicker-dialog {
		padding: 5px !important;
		border: 4px ridge #ddd !important;
	}
	.ui-datepicker-disabled {
		position: absolute;
		z-index: 100;
		background-color: white;
		/*opacity: 0.5;*/
	}
	button.ui-datepicker-trigger {
		width: 20px;
	}
	img.ui-datepicker-trigger {
	
		vertical-align: middle;
	}
	.ui-datepicker-prompt {
		float: left;
		padding: 2px;
		background: #fff;
		color: #000;
	}
	* html .ui-datepicker-prompt {
		width: 185px;
	}
	.ui-datepicker-control, .ui-datepicker-links, .ui-datepicker-header, .ui-datepicker {
		clear: both;
		float: left;
		width: 100%;
		color: #fff;
	}
	.ui-datepicker-control {
		background: #f2f2f2;
		padding: 2px 0px;
	}
	.ui-datepicker-links {
		background: #dfe8ec;
		padding: 2px 0px;
	}
	.ui-datepicker-control, .ui-datepicker-links {
		font-weight: bold;
		font-size: 80%;
	}
	.ui-datepicker-links label { /* disabled links */
		padding: 2px 5px;
		color: #888;
	}
	.ui-datepicker-clear, .ui-datepicker-prev {
		float: left;
		width: 34%;
	}
	.ui-datepicker-rtl .ui-datepicker-clear, .ui-datepicker-rtl .ui-datepicker-prev {
		float: right;
		text-align: right;
	}
	.ui-datepicker-current {
		float: left;
		width: 30%;
		text-align: center;
	}
	.ui-datepicker-close, .ui-datepicker-next {
		float: right;
		width: 34%;
		text-align: right;
	}
	.ui-datepicker-rtl .ui-datepicker-close, .ui-datepicker-rtl .ui-datepicker-next {
		float: left;
		text-align: left;
	}
	.ui-datepicker-header {
		padding: 1px 0 3px;
		background: #75a9c7;
		text-align: center;
		font-weight: bold;
		height: 1.3em;
	}
	.ui-datepicker-header select {
		background:#fff;
		margin-right:3px;
		padding:0px;
		height:17px;
		color: #75a9c7;
		text-align:left;
		font-weight: normal;
		font-family:Arial;
		font-size:10px;
		border:solid 1px #7f9db9;
	}
	.ui-datepicker {
		background: #ccc;
		text-align: center;
		font-size: 100%;
	}
	.ui-datepicker a {
		display: block;
		width: 100%;
	}
	.ui-datepicker-title-row {
		background:#fff;
		color:#606060;
	}
	.ui-datepicker-days-row {
		background: #eee;
		color: #666;
	}
	.ui-datepicker-week-col {
		background:#fff;
		color: #606060;
	}
	.ui-datepicker-days-cell {
		color: #000;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
	}
	.ui-datepicker-days-cell a{
		display: block;
	}
	.ui-datepicker-week-end-cell {
		background: #ddd;
	}
	.ui-datepicker-title-row .ui-datepicker-week-end-cell {
		background: #fff;
	}
	.ui-datepicker-days-cell-over {
		background: #fff;
		border: 1px solid #5c869f;
	}
	.ui-datepicker-unselectable {
		color: #888;
	}
	.ui-datepicker-today {
		background: #fff !important;
	}
	.ui-datepicker-current-day {
		background: #fff !important;
	}
	.ui-datepicker-status {
		background: #ddd;
		width: 100%;
		font-size: 80%;
		text-align: center;
	}
	
	/* ________ Datepicker Links _______
	
	** Reset link properties and then override them with !important */
	#ui-datepicker-div a, .ui-datepicker-inline a {
		cursor: pointer;
		margin: 0;
		padding: 0;
		background: none;
		color: #606060;
	}
	.ui-datepicker-inline .ui-datepicker-links a {
		padding: 0 5px !important;
	}
	.ui-datepicker-control a, .ui-datepicker-links a {
		padding: 2px 5px !important;
		color: #296b91 !important;
	}
	.ui-datepicker-title-row a {
		color: #296b91 !important;
	}
	.ui-datepicker-control a:hover {
		background: #fdd !important;
		color: #333 !important;
	}
	.ui-datepicker-links a:hover, .ui-datepicker-title-row a:hover {
		background: #ddd !important;
		color: #333 !important;
	}
	
	/* ___________ MULTIPLE MONTHS _________*/
	
	.ui-datepicker-multi .ui-datepicker {
		border: 1px solid #777;
	}
	
	.ui-datepicker-one-month {
		float: left;
		width: 185px;
	}
	.ui-datepicker-new-row {
		clear: left;
	}
	
	/* ___________ IE6 IFRAME FIX ________ */
	
	.ui-datepicker-cover {
	    display: none; /*sorry for IE5*/
	    display/**/: block; /*sorry for IE5*/
	    position: absolute; /*must have*/
	    z-index: -1; /*must have*/
	    /*filter: mask();*/ /*must have*/
	    top: -4px; /*must have*/
	    left: -4px; /*must have*/
	    width: 200px; /*must have*/
	    height: 200px; /*must have*/
	}
	
	
	
	/*#ui-datepicker-div {
		BORDER-RIGHT: #777 1px solid; BORDER-TOP: #777 1px solid; DISPLAY: none; Z-INDEX: 100; BORDER-LEFT: #777 1px solid; BORDER-BOTTOM: #777 1px solid
	}
	
	.ui-datepicker-inline {
		BORDER-RIGHT: 0px; BORDER-TOP: 0px; DISPLAY: block; FLOAT: left; BORDER-LEFT: 0px; BORDER-BOTTOM: 0px
	}
	.ui-datepicker-rtl {
		DIRECTION: rtl
	}
	.ui-datepicker-dialog {
		BORDER-RIGHT: #ddd 4px ridge; PADDING-RIGHT: 5px! important; BORDER-TOP: #ddd 4px ridge; PADDING-LEFT: 5px! important; PADDING-BOTTOM: 5px! important; BORDER-LEFT: #ddd 4px ridge; PADDING-TOP: 5px! important; BORDER-BOTTOM: #ddd 4px ridge
	}
	.ui-datepicker-disabled {
		Z-INDEX: 100; 
		POSITION: absolute; 
		BACKGROUND-COLOR: white; 
		opacity: 0.5;
	}
	BUTTON.ui-datepicker-trigger {
		WIDTH: 25px
	}
	IMG.ui-datepicker-trigger {
		MARGIN: 2px; VERTICAL-ALIGN: middle
	}
	.ui-datepicker-prompt {
		PADDING-RIGHT: 2px; PADDING-LEFT: 2px; BACKGROUND: #ddd; FLOAT: left; PADDING-BOTTOM: 2px; COLOR: #000; PADDING-TOP: 2px
	}
	 HTML .ui-datepicker-prompt {
		WIDTH: 185px
	}
	.ui-datepicker-control {
		CLEAR: both; FLOAT: left; WIDTH: 100%; COLOR: #fff
	}
	.ui-datepicker-links {
		CLEAR: both; FLOAT: left; WIDTH: 100%; COLOR: #fff
	}
	.ui-datepicker-header {
		CLEAR: both; FLOAT: left; WIDTH: 100%; COLOR: #fff
	}
	.ui-datepicker {
		CLEAR: both; FLOAT: left; WIDTH: 100%; COLOR: #fff
	}
	.ui-datepicker-control {
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #400; PADDING-BOTTOM: 2px; PADDING-TOP: 2px
	}
	.ui-datepicker-links {
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: #000; PADDING-BOTTOM: 2px; PADDING-TOP: 2px
	}
	.ui-datepicker-control {
		FONT-WEIGHT: bold; FONT-SIZE: 80%
	}
	.ui-datepicker-links {
		FONT-WEIGHT: bold; FONT-SIZE: 80%
	}
	.ui-datepicker-links LABEL {
		PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; COLOR: #888; PADDING-TOP: 2px
	}
	.ui-datepicker-clear {
		FLOAT: left; WIDTH: 34%
	}
	.ui-datepicker-prev {
		FLOAT: left; WIDTH: 34%
	}
	.ui-datepicker-rtl .ui-datepicker-clear {
		FLOAT: right; TEXT-ALIGN: right
	}
	.ui-datepicker-rtl .ui-datepicker-prev {
		FLOAT: right; TEXT-ALIGN: right
	}
	.ui-datepicker-current {
		FLOAT: left; WIDTH: 30%; TEXT-ALIGN: center
	}
	.ui-datepicker-close {
		FLOAT: right; WIDTH: 34%; TEXT-ALIGN: right
	}
	.ui-datepicker-next {
		FLOAT: right; WIDTH: 34%; TEXT-ALIGN: right
	}
	.ui-datepicker-rtl .ui-datepicker-close {
		FLOAT: left; TEXT-ALIGN: left
	}
	.ui-datepicker-rtl .ui-datepicker-next {
		FLOAT: left; TEXT-ALIGN: left
	}
	.ui-datepicker-header {
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px; FONT-WEIGHT: bold; BACKGROUND: #333; PADDING-BOTTOM: 3px; PADDING-TOP: 1px; HEIGHT: 1.3em; TEXT-ALIGN: center
	}
	.ui-datepicker-header SELECT {
		BORDER-RIGHT: 0px; BORDER-TOP: 0px; FONT-WEIGHT: bold; BACKGROUND: #333; BORDER-LEFT: 0px; COLOR: #fff; BORDER-BOTTOM: 0px
	}
	.ui-datepicker {
		FONT-SIZE: 100%; BACKGROUND: #ccc; TEXT-ALIGN: center
	}
	.ui-datepicker A {
		DISPLAY: block; WIDTH: 100%
	}
	.ui-datepicker-title-row {
		BACKGROUND: #777
	}
	.ui-datepicker-days-row {
		BACKGROUND: #eee; COLOR: #666
	}
	.ui-datepicker-week-col {
		BACKGROUND: #777; COLOR: #fff
	}
	.ui-datepicker-days-cell {
		BORDER-RIGHT: #ddd 1px solid; BORDER-TOP: #ddd 1px solid; BORDER-LEFT: #ddd 1px solid; COLOR: #000; BORDER-BOTTOM: #ddd 1px solid
	}
	.ui-datepicker-days-cell A {
		DISPLAY: block
	}
	.ui-datepicker-week-end-cell {
		BACKGROUND: #ddd
	}
	.ui-datepicker-title-row .ui-datepicker-week-end-cell {
		BACKGROUND: #777
	}
	.ui-datepicker-days-cell-over {
		BORDER-RIGHT: #777 1px solid; BORDER-TOP: #777 1px solid; BACKGROUND: #fff; BORDER-LEFT: #777 1px solid; BORDER-BOTTOM: #777 1px solid
	}
	.ui-datepicker-unselectable {
		COLOR: #888
	}
	.ui-datepicker-today {
		BACKGROUND: #fcc
	}
	.ui-datepicker-current-day {
		BACKGROUND: #999
	}
	.ui-datepicker-status {
		FONT-SIZE: 80%; BACKGROUND: #ddd; WIDTH: 100%; TEXT-ALIGN: center
	}
	#ui-datepicker-div A {
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px; MARGIN: 0px; CURSOR: pointer; COLOR: #000; PADDING-TOP: 0px
	}
	.ui-datepicker-inline A {
		PADDING-RIGHT: 0px; PADDING-LEFT: 0px; BACKGROUND: none transparent scroll repeat 0% 0%; PADDING-BOTTOM: 0px; MARGIN: 0px; CURSOR: pointer; COLOR: #000; PADDING-TOP: 0px
	}
	.ui-datepicker-inline .ui-datepicker-links A {
		PADDING-RIGHT: 5px! important; PADDING-LEFT: 5px! important; PADDING-BOTTOM: 0px! important; PADDING-TOP: 0px! important
	}
	.ui-datepicker-control A {
		PADDING-RIGHT: 5px! important; PADDING-LEFT: 5px! important; PADDING-BOTTOM: 2px! important; COLOR: #eee! important; PADDING-TOP: 2px! important
	}
	.ui-datepicker-links A {
		PADDING-RIGHT: 5px! important; PADDING-LEFT: 5px! important; PADDING-BOTTOM: 2px! important; COLOR: #eee! important; PADDING-TOP: 2px! important
	}
	.ui-datepicker-title-row A {
		COLOR: #eee! important
	}
	.ui-datepicker-control A:hover {
		BACKGROUND: #fdd; COLOR: #333! important
	}
	.ui-datepicker-links A:hover {
		BACKGROUND: #ddd; COLOR: #333! important
	}
	.ui-datepicker-title-row A:hover {
		BACKGROUND: #ddd; COLOR: #333! important
	}
	.ui-datepicker-multi .ui-datepicker {
		BORDER-RIGHT: #777 1px solid; BORDER-TOP: #777 1px solid; BORDER-LEFT: #777 1px solid; BORDER-BOTTOM: #777 1px solid
	}
	.ui-datepicker-one-month {
		FLOAT: left; WIDTH: 185px
	}
	.ui-datepicker-new-row {
		CLEAR: left
	}
	.ui-datepicker-cover {
		DISPLAY: block; 
		Z-INDEX: -1; 
		FILTER: mask(); 
		LEFT: -4px; 
		WIDTH: 200px; 
		POSITION: absolute; 
		TOP: -4px; 
		HEIGHT: 200px
	}
	*/

