/*
 * 		Marc Grabanski ( http://marcgrabanski.com/ )
*/
#ui-datepicker-div,
#ui-datepicker-div table,
.ui-datepicker-div,
.ui-datepicker-div table,
.ui-datepicker-inline,
.ui-datepicker-inline table {
	font-size: 10px !important;
	font-family: Arial, sans-serif;

}
.ui-datepicker-div, .ui-datepicker-inline, #ui-datepicker-div {
	padding: 2.5em 0em .8em .8em;
	position: relative;
}
#ui-datepicker-div {
	z-index: 9999; /*must have*/
	display: none;
	/*background: #b3ddb3;*/
	
}


.ui-datepicker-inline {
	float: left;
	display: block;}
.ui-datepicker-control {
	display: none;
}
.ui-datepicker-current {
	display: none;
}
.ui-datepicker-next, .ui-datepicker-prev {
	position: absolute;
	z-index:1000;
	left: .7em;
	top: .5em;
}
.ui-datepicker-next {
	left: 9.3em;
}

.ui-datepicker-next a, .ui-datepicker-prev a {
	text-indent: -999999px;
	width: 1.3em;
	height: 1.1em;
	display: block;
	font-size: 1em;
	background: url(/layout/kalender_z.gif) 50% 50% no-repeat;
	border: none;
	cursor: pointer;
}
.ui-datepicker-next a {
	background: url(/layout/kalender_v.gif) 50% 50% no-repeat;
}
/*
.ui-datepicker-prev a:hover {
	background: url(images/ffd40f_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:hover {
	background: url(images/ffd40f_7x7_arrow_right.gif) 50% 50% no-repeat;
}
.ui-datepicker-prev a:active {
	background: url(images/8DC262_7x7_arrow_left.gif) 50% 50% no-repeat;
}
.ui-datepicker-next a:active {
	background: url(images/8DC262_7x7_arrow_right.gif) 50% 50% no-repeat;
}
*/
.ui-datepicker-header {
	
	color: #FFF;
	
	font-size: 11px;
	line-height: 12px;
	position: absolute;
	top: .6em;
	color:#008C00;
	left: 2.3em;
	text-align:center;
	/*border:1px solid yellow;*/
	width:82px;
}
.ui-datepicker-unselectable {
font-size:11px;
padding:1px 0px;
/*border:1px solid blue;*/
text-align: center;
height:16px;
}

table.ui-datepicker td a  {
  font-size:11px;
	padding: 0em 0em !important;
	display: block;
	color: #008c00;
	background: #FFF ;
	cursor: pointer;
	line-height:14px;
	/*border:1px solid fuchsia;*/
	text-align: center;
}
table.ui-datepicker td a:hover {
	color: #ffffff !important;
	background: #008c00 !important;
}

table.ui-datepicker .ui-datepicker-title-row td {
	padding: 0.4em 0em .2em 0em !important;
	text-align: center;
	font-size: 1em;
	color: #008c00;
	text-transform: uppercase;
	/*border:1px solid red;*/
	width:17px;
}

table.ui-datepicker .ui-datepicker-title-row td a {
	color: #008c00;
	
}

/* ___________ 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*/
}

img.bord {
border:5px solid #733928;
}