.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next
{
	background-image: url(../imgs/css_kalendarium.png);
	background-repeat: no-repeat;
}

.ui-datepicker {width: 215px; padding: 4px; display: none; background-color: #fff; border: 1px solid #e6e6e6; font: bold 10px Tahoma; color: #333;}
.ui-datepicker .ui-datepicker-header { position:relative; padding:.2em 0; background-color:#F0F0F0;}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next { position:absolute; top: 2px; width: 1.8em; height: 18px; display: block; text-indent: 999em; cursor: pointer; overflow: hidden;}
.ui-datepicker .ui-datepicker-prev { left:2px; background-position: -510px -42px;}
.ui-datepicker .ui-datepicker-next { right:2px; background-position: -595px -42px;}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span { display: block; position: absolute; left: 50%; margin-left: -8px; top: 50%; margin-top: -8px; width:1.8em; }
.ui-datepicker .ui-datepicker-title { margin: 0 2.3em; text-align: center; font:bold 10px/18px Tahoma; color:#333;}
.ui-datepicker .ui-datepicker-title select { font-size:1em; margin:1px 0; }
.ui-datepicker select.ui-datepicker-month-year {width: 100%;}
.ui-datepicker select.ui-datepicker-month, 
.ui-datepicker select.ui-datepicker-year { width: 49%;}
.ui-datepicker table {width: 100%; font-size: .9em; border-collapse: collapse; margin:0 0 .4em; }
.ui-datepicker th { padding: .7em .3em; text-align: center; font-weight: bold; border: 0;  }
.ui-datepicker td { border: 0; padding: 1px; }
.ui-datepicker td span, .ui-datepicker td a { display: block; padding: .2em; text-align: right; text-decoration: none; text-align:center; border: 1px solid #e6e6e6;}
.ui-datepicker td span {color:#c6c6c6;}
 .ui-datepicker td a:hover{background-color: #F0F0F0;}
.ui-datepicker .ui-datepicker-buttonpane { background-image: none; margin: .7em 0 0 0; padding:0 .2em; border-left: 0; border-right: 0; border-bottom: 0; }
.ui-datepicker .ui-datepicker-buttonpane button{ float: right; 
	margin: .5em .2em .4em; 
	cursor: pointer; 
	padding: .2em .6em .3em .6em; 
	width:auto; 
	overflow:visible; 
	border: solid 1px #d00101;
	background: #ff4a4a; /* Old browsers */
	background: -moz-linear-gradient(top,  #ff4a4a 0%, #b40101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff4a4a), color-stop(100%,#b40101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ff4a4a 0%,#b40101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ff4a4a 0%,#b40101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ff4a4a 0%,#b40101 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ff4a4a 0%,#b40101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff4a4a', endColorstr='#b40101',GradientType=0 ); /* IE6-9 */
	font-size: 11px;
	font-family: Tahoma;
	color: #fff;
	cursor: pointer;
	line-height: 20px;
	padding: 0px;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 1px 0 #C9C9C9;
	box-shadow: 1px 1px 1px 0 #C9C9C9;
}
.ui-datepicker .ui-datepicker-buttonpane button:hover{
	background: #ea4646; /* Old browsers */
	background: -moz-linear-gradient(top,  #ea4646 0%, #b40101 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ea4646), color-stop(100%,#b40101)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ea4646 0%,#b40101 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ea4646 0%,#b40101 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ea4646 0%,#b40101 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ea4646 0%,#b40101 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ea4646', endColorstr='#b40101',GradientType=0 ); /* IE6-9 */
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current { float:left; }
.ui-datepicker-today{font-weight: bold;}

/* IE6 IFRAME FIX (taken from datepicker 1.5.3 */
.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*/}