
/* Datumsfeld
************************************************/

a.date-picker {
    width: 21px;
    height: 20px;
    border: none;
    color: #fff;
    padding: 0px;
    margin: 0;
    float: left;
    overflow: hidden;
    cursor: pointer;
    background: url(/images/cms/datepicker/cal1.png) no-repeat 0 50%;
}

a.date-picker span { margin: 0 0 0 -2000px; }

div.date-picker-holder {
	position: relative;
	/*float: left;*/
	padding-left: 0px;
	/*padding-top: 2px;*/

	/*width: 100%;*/
}

div.date-picker-holder input {
	float: left;
	height: 100%;
	margin-right: 0.2em;
}
div.popup-calendar {
    display: none;
    overflow: hidden;
    position: absolute;
    z-index: 2;
    top: 0;
    left: -16px; /* value for IE */
    width: 13.5em;
    padding: 1em;
    border: 1px solid #ccc;
    border-right: 1px solid #333;
    border-bottom: 1px solid #333;
    background-color: #242D74;
    color: #000;
}

html>body div.popup-calendar {
	left: 99px; /* value for decent browsers */
}

div.popup-calendar iframe {
	display: none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter: mask();
	width: 3000px;
	height: 3000px;
}


div.popup-calendar h3 {
    font-weight: normal;
	font-size: 110%;
	margin-top: 0;
	margin-bottom: 0.5em;
}

div.popup-calendar div.link-close {
    width: 18px;
    height: 18px;
    text-indent: -200em;
}

div.popup-calendar div.link-close a, div.popup-calendar div.link-prev a, div.popup-calendar div.link-next a {
    display: block;
    cursor: pointer;
    font-size: 90%;
    text-decoration: none;
    color: #888;
}

div.popup-calendar div.link-close { float: right; }
div.popup-calendar div.link-close a { background: url(/images/cms/datepicker/dp_close.png) no-repeat 0 0; padding: 2px 40px 2px 0; }

div.popup-calendar div.link-prev { float: left; }
div.popup-calendar div.link-prev a { background: url(/images/cms/datepicker/leftarrow.png) no-repeat 0 0; padding: 2px 0 2px 25px; }

div.popup-calendar div.link-next { float: right; }
div.popup-calendar div.link-next a { background: url(/images/cms/datepicker/rightarrow.png) no-repeat 100% 0; padding: 2px 25px 2px 0; }

div.popup-calendar table {
    margin-bottom: 0.5em !important;
}

* html div.popup-calendar table {
	display: inline;
}

div.popup-calendar table tr th, div.popup-calendar table tr td {
    height: 1.6em;
    height: 1.6em;
	text-align: right;
	padding: 0;
}

div.popup-calendar table tr th, div.popup-calendar table tr td.inactive, div.popup-calendar table tr td a {
	padding: 0.2em 0.4em;
}

div.popup-calendar table tr td.weekday { background-color: #c8cbea; }
div.popup-calendar table tr td.weekend { background-color: #787fbb; }
div.popup-calendar table tr td.inactive { color: #aaa; }

div.popup-calendar table tr td a {
	display: block;
	text-decoration: none;
	color: #333;
}

div.popup-calendar table tr td a.selected, div.popup-calendar table tr td a:hover {
	background-color: #035;
	color: #fff;
}

div.popup-calendar table tr td.today a {
	background-color: #d00;
	font-weight: bold;
	color: #fff;
}