.ui-custom-calendar{
	position: absolute;
	display: none;
	left: 0px;
	top: 0px;
	margin: 0px;
	padding: 2px;
	min-width: 190px;
	width: 190px;
	font: normal normal 11px Lucida Grande,Lucida Sans,Arial,sans-serif !important;
	-moz-user-select: none;
	-moz-user-focus: ignore;
	-khtml-user-select: none;
	-o-user-select: none;
}
.ui-custom-calendar .ui-custom-calendar-header{
	position: relative;
	padding-top: 4px;
	height: 16px;
}
.ui-custom-calendar .ui-custom-calendar-header .ui-icon{
	position: absolute;
	top: 1px;
	cursor: pointer;
}
.ui-custom-calendar .ui-custom-calendar-header .ui-icon.ui-icon-circle-triangle-w{
	left: 0px;
}
.ui-custom-calendar .ui-custom-calendar-header .ui-icon.ui-icon-circle-triangle-e{
	right: 0px;
}
.ui-custom-calendar .ui-custom-calendar-body{
	margin: 2px 0px 0px 0px;
	padding: 0px;
}
.ui-custom-calendar .ui-custom-calendar-body th, .ui-custom-calendar .ui-custom-calendar-body td{
	font: inherit;
	padding: 1px;
}
.ui-custom-calendar .ui-custom-calendar-body th.spacer, .ui-custom-calendar .ui-custom-calendar-body td.spacer{
	width: 3px;
	font-size: 1px;
}
.ui-custom-calendar .ui-custom-calendar-body a{
	font: inherit;
}
.ui-custom-calendar .ui-custom-calendar-body th{
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	background: #C3D9FF;
}
.ui-custom-calendar .ui-custom-calendar-body thead td{
	background: #C3D9FF;
	width: 25px;
	text-align: center;
}
.ui-custom-calendar .ui-custom-calendar-body thead td.spacer{
	background: #FFFFFF;
}
.ui-custom-calendar .ui-custom-calendar-body td{
	text-align: right;
	line-height: 12px;
}
.ui-custom-calendar .ui-state-default{
	font-weight: bold;
}
.ui-custom-calendar .ui-custom-calendar-body td .ui-state-default{
	cursor: pointer;
}
.ui-custom-calendar .ui-custom-calendar-body td.ui-state-disabled .ui-state-default{
	cursor: default;
	text-decoration: line-through;
}
.ui-custom-calendar .ui-custom-calendar-body td span{
	display: block;
	padding: 2px;
}
.ui-custom-calendar .ui-custom-calendar-body td span.ui-custom-calendar-special{
	background: url(star.png) no-repeat right center;
}


.ui-custom-calendar-title{
	position: absolute;
	left: 18px;
	right: 18px;
	top: 2px;
}
.ui-custom-calendar-title select{
	margin: 0px;
	/*width: 53px;*/
}
