.ui-datepicker{
	left: 20px;
	top: 146px;
	display: none;
	visibility: visible; /*visible;*/
	zoom: 1;
	opacity: 1;
	cursor: move;

	position: absolute;
	font-size: 10px;
	font-family: "Lucida Grande", LucidaGrande, "Lucida Sans", Geneva, Verdana, sans-serif;
	color: #fff;
	line-height: normal;
	width: 172px;
	height: 135px;
	padding: 14px;
	background: url(frame.png) no-repeat;
	border: 0px;
}
.ui-datepicker-header, .ui-widget-header{
	position: relative;
	height: 15px;
	margin-bottom: 5px;
	padding-top: 1px;
	border: 0px;
	background: none;

}
.ui-datepicker-title{
	text-align: center;
	margin: 2px 18px 0 18px;
	color: #ccff00;
	font-weight: normal;
}
.ui-datepicker-prev-hover, .ui-datepicker-next-hover{
	border: 0px;
}
.ui-icon, .ui-widget-header .ui-icon{
	background: none;
	width: 12px;
	height: 12px;
}
.ui-datepicker table{
	font-size: 10px;
}
.ui-datepicker-calendar thead tr{
	height: 15px;
	margin-bottom: 2px;
	text-transform: uppercase;
	color: #aaa;
}
.ui-datepicker th{
	/*float: left;*/
	text-align: center;
	overflow: hidden;
	width: 23px;
	padding: 1px 0 0 0;
	height: 14px;
	margin: 0 1px 1px 0;
	font-weight: normal;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
	border: 0px;
	background: none;
	color: #fff;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active,.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
	background: none;
	border: 0px;
	color: #ccff00;
}
.ui-datepicker td{
	cursor: pointer;
	/*float: left;*/
	text-align: center;
	overflow: hidden;
	width: 23px;
	padding-top: 1px;
	height: 14px;
	margin: 0 1px 1px 0;
	font-weight: normal;
	color: #fff;
}
.ui-datepicker td span, .ui-datepicker td a{
	padding: 0;
	text-align: center;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
	color: #ccff00;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next{
	display: block;
	position: absolute;
	cursor: pointer;
	text-indent: -40px;
	overflow: hidden;
	width: 12px;
	height: 12px;
	top: 2px;
	background-image: url(buttons.png);
	background-position: left top;
	background-repeat: no-repeat;
}
.ui-datepicker-prev{
	left: 4px;
}
.ui-datepicker .ui-datepicker-prev-hover{
	left: 4px;
	background-position: 0px -13px;
}
.ui-datepicker .ui-datepicker-next{
	right: 4px;
	background-position: -13px top;
}
.ui-datepicker .ui-datepicker-next-hover{
	right: 4px;
	background-position: -13px -13px;
}
.ui-datepicker-trigger{
	/*background-image: url(icon.gif);*/
	vertical-align: bottom;

}