#datepick-div {
	/* display: none; */
	z-index: 100; /*must have*/
	background-color: #d2d2d2;
	margin-left: 36px;
	 /* rounded corners */
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	 /* shadow */
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	-khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);		
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

#filter-calendar {
    position: relative;
    width: 194px;
}
#datepick-div a {
	color: #000;
}
#filter-calendar a {
    color: white;
    display: block;
    background-color: #42494F;
    margin: 2px;
    
    /* rounded corners */
    -webkit-border-radius: 3px;
	 -khtml-border-radius: 3px;
	   -moz-border-radius: 3px;
	    -ms-border-radius: 3px;
	     -o-border-radius: 3px;
	        border-radius: 3px;
}
#filter-calendar .datepick-control,
#datepick-div .datepick-control {
	position: relative;
}
#filter-calendar .datepick-control .datepick-clear a,
#datepick-div .datepick-control .datepick-clear a {
	display: none;
}
#filter-calendar .datepick-control .datepick-close,
#datepick-div .datepick-control .datepick-close {
	position: absolute;
	top: 12px; right: 12px;
	z-index: 101;
}
#filter-calendar .datepick-control .datepick-close a,
#datepick-div .datepick-control .datepick-close a {
	display: block;
	width: 12px; height: 12px;
	background: url('http://static7.lgcdn.net/lakeparty.de/a553/styles/tobel/img/sprites/calendar.gif') -13px 0 no-repeat;
	overflow: hidden;
	text-indent: 20px;
}
#datepick-div .datepick-links {
	background-color: #d2d2d2;
	padding: 12px 24px;
	position: relative;
}
#filter-calendar .datepick-links .datepick-prev a,
#datepick-div .datepick-links .datepick-prev a {
	position: absolute;
	top: 27px; left: 24px;
	width: 6px; height: 12px;
	background: url('http://static7.lgcdn.net/lakeparty.de/a553/styles/tobel/img/sprites/calendar.gif') 0 0 no-repeat;
	overflow: hidden;
	text-indent: 20px;
}
#filter-calendar .datepick-links .datepick-prev a {
    width: 7px; height: 14px;
	background: url('http://static0.lgcdn.net/lakeparty.de/a553/styles/tobel/img/sprites/calendar-arrow.gif') 0 0 no-repeat;
}
#filter-calendar .datepick-links .datepick-current,
#datepick-div .datepick-links .datepick-current {
	display: none;
}
#filter-calendar .datepick-links .datepick-next a,
#datepick-div .datepick-links .datepick-next a {
	position: absolute;
	top: 27px; right: 24px;
	width: 6px; height: 12px;
	background: url('http://static7.lgcdn.net/lakeparty.de/a553/styles/tobel/img/sprites/calendar.gif') -7px 0 no-repeat;
	overflow: hidden;
	text-indent: 20px;
}
#filter-calendar .datepick-links .datepick-next a {
    width: 7px; height: 14px;
	background: url('http://static0.lgcdn.net/lakeparty.de/a553/styles/tobel/img/sprites/calendar-arrow.gif') -8px 0 no-repeat;
}
#datepick-div .datepick-one-month {
	clear: left;
	background-color: #d2d2d2;
}
#filter-calendar .datepick-header,
#datepick-div .datepick-header {
	font-weight: bold;
	font-family: "Georgia", serif;
	font-style: oblique;
	border-bottom: 1px solid #fff;
	margin: 0 24px;
	padding-bottom: 12px;
	text-align: center;
}
#filter-calendar .datepick-header {
    margin: 0 0 0 5px;
    width: 184px;
	border-bottom: 1px solid #353a3f; /* CSS2 */
	border-bottom: 1px solid rgba(0,0,0,0.2); /* CSS3 */
}
#filter-calendar .datepick,
#datepick-div .datepick {
	border-top: 1px solid #000;
	margin: 0 24px;
	width:162px;
	padding-bottom: 18px;
	padding-top: 12px;
}
#filter-calendar .datepick {
    margin: 0 0 0 5px;
    padding-bottom: 0;
    width: 184px;
    border-top: 1px solid #586269; /* CSS2 */
	border-top: 1px solid rgba(174,199,207,0.2); /* CSS3 */
}
#filter-calendar .datepick-title-row th,
#datepick-div .datepick-title-row th {
	font-family: "Georgia", serif;
	font-style: oblique;
	text-align: center;
}
#filter-calendar .datepick-title-row th {
    color: #ADB3BB;
}
#filter-calendar .datepick-days-cell,
#datepick-div .datepick-days-cell {
	text-align: center;
}
#datepick-div .datepick-today a {
	color: #e5550e;
	font-weight: bold;
}
#filter-calendar .datepick-today a {
    color: #42494F;
    background-color: white;
}
#filter-calendar .datepick-current-day a {
    color: white;
    background-color: #E5550E;
}
#filter-calendar .datepick-current-day.datepick-today a {
    font-weight: bold;
}
#filter-calendar .datepick-links  .datepick-prev a,
#filter-calendar .datepick-links .datepick-next a {
    top:0;
}
img.datepick-trigger {
	margin-bottom: 2px;
	vertical-align: middle;
}
/* ___________ IE6 IFRAME FIX ________ */
.datepick-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: -1px; /*must have*/
    left: -1px; /*must have*/
    width: 187px; /*must have*/
    height: 187px; /*must have*/
}

