.ui-datepicker
{
	width: 296px;
	/* padding: .2em .2em 0; */
	padding: 0;
	display: block;	
}
.myui-datepicker, .ui-widget, .ui-widget-content, .ui-helper-clearfix, .ui-corner-all
{
	width: 296px;
	
}
table.myui-datepicker-calendar 
{
	display: table;
	border-collapse: separate;
	border-spacing: 2px;
	border-color: grey;
	width: 296px;
}
table.myui-datepicker-calendar  thead tr, .thd 
{
	background-color: #DCDCDC;
	/*border: 1px solid gray;*/
	text-align: center;
	font-family: Tahoma, Courier, monospace;
	font-size: 16px;
	color: #646464;
	
}
table.myui-datepicker-calendar  tbody tr td
{
	background: #dfeffc url(images/ui-bg_glass_85_dfeffc_1x400.png) 50% 50% no-repeat;
	text-align: center;
	border: 1px solid #cccccc;
	text-decoration: none;
	font-family: Tahoma, Courier, monospace;
	font-size: 16px;
	color: #646464;
}
table.myui-datepicker-calendar  tbody tr td[data-handler="selectDay"] a
{
	border: none;	
	background-color: #dfeffc;
}
table.myui-datepicker-calendar  tbody tr td:hover
{
	background: #fad42e;
}
table.myui-datepicker-calendar  tbody tr td:hover a
{
	background: #fad42e;
}
.myui-datepicker-week-end
{
	color: red;
}
.myui-datepicker-week-end a
{
	border: none;
	background-color: #dfeffc;
}
.myui-datepicker-week-end a.ui-state-default
{
	color: red;
	background-color: #dfeffc;
}
.myui-datepicker-week-end a.ui-state-hover
{
	background-color: #fad42e;
}
.ui-widget-header
{
	border: 1px solid #4297d7;
	background: #5c9ccc url(images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) 50% 50% no-repeat;
	color: #fff;
	font-weight: bold;
	vertical-align: middle;
}
.myui-datepicker-title
{
	font-size: 20px;
	text-align: center;
	padding: 5px;
	width: 258px;
}
.ui-widget 
{
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
	font-size: 1.1em;
}
.ui-datepicker-title 
{
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br 
{
	border-bottom-right-radius: 5px;
}
.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl 
{
	border-bottom-left-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
	border-top-right-radius: 5px;
}
.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
	border-top-left-radius: 5px;
}
.ui-widget-content
{
	border: 1px solid #a6c9e2;
	background: #fcfdfd;
}
a.myui-datepicker-prev
{
	width: 50px;
	height:20px;
}
a.myui-datepicker-prev span.ui-icon-circle-triangle-w
{
	color: #fff;
	width: 50px;
	float:left;
	/* padding: 5px; */
	background-image: none;
}
a.myui-datepicker-prev:hover span.ui-icon-circle-triangle-w
{
	color: red;
	width: 50px;
	float:left;
	/* padding: 5px; */
	background-image: none;
}
a.myui-datepicker-next span.ui-icon-circle-triangle-e
{
	color: #fff;
	width: 50px;
	float: right;
	/* padding: 5px; */
	background-image: none;
}
a.myui-datepicker-next:hover span.ui-icon-circle-triangle-e
{
	color: red;
	width: 50px;
	float: right;
	/* padding: 5px; */
	background-image: none;
}
table.myui-datepicker-calendar  tbody tr td a
{
	text-decoration: none;		
}
table.myui-datepicker-calendar  tbody tr td.myui-datepicker-today,
table.myui-datepicker-calendar  tbody tr td.myui-datepicker-today:hover
{
	background-color: #fffa90;
}
table.myui-datepicker-calendar  tbody tr td.myui-datepicker-today a
{
	color: green;
	text-decoration: none;
	background-color: #fffa90;		
}
.ui-icon, .ui-datepicker .ui-icon
{
	text-indent: 1px;
	width: 46px;
	margin: 0;
	position: 0;
}
.ui-widget-header a{
	color: #fff;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 50px;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 4px;
  margin: 0;
  top: 4px;
}
.myui-datepicker .myui-datepicker-prev span
{
	display: block;
	position: 0;
	margin: 0px;
	top: 6%;
}
.myui-datepicker .myui-datepicker-next span
{
	display: block;
	position: 0;
	margin: 0px;
	top: 6%;
}