
input.calendar,
select.calendar {
}

button.calendar {
position:relative;
top:-5px;
	background: url(../images/cal.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: 0;
	cursor: pointer;
	height: 18px;
	width: 14px;
	margin-left:6px;
	display:inline;
}


div.calendar {
	background: url('../images/dashboard.png');
	height: 175px;
	padding: 0 12px;
	text-align: center;
	width: 147px;
	background-color:#b6d2e3;
	margin-left:15px;
}	

div.calendar * {
	margin: 0;
	padding: 0;
}	
div.calendar div {
	background: none !important;
	cursor: move;
	height: 165px;
	overflow: hidden;
	padding-top: 10px;
	position: relative;
	width: 147px;
}	

div.calendar caption {
	color: #FF7E20;
	font: normal 12px/17px Arial, Helvetica, sans-serif;
	padding-top: 4px;
	text-align: center;
	width: 100%;
	background-color:#638EB4;
	color:#FFFFFF;
	font-weight:bold;
}
div.calendar caption a {
	cursor: pointer;
	display: block;
	height: 11px;
	overflow: hidden;
	position: absolute;
	text-indent: -100px;
	top: 16px;
	width: 11px;
}
div.calendar caption a.prev {
margin-left:8px;
	background-image: url('../images/pfeil_links.png');
	left: 1px;
	background-repeat:no-repeat;
}
div.calendar caption a.next {
	background-image: url('../images/pfeil_rechts.png');
	right: 1px;
	background-repeat:no-repeat;
}

div.calendar caption span {
	height: 25px;
	position: relative;
	text-align: center;
}
div.calendar caption span.month {
	padding-right: 8px;
}


div.calendar table {
	border: 0;
	border-collapse: collapse;
	border-spacing: 0;
	cursor: default;
	margin: 0 auto;
	overflow: hidden;
	width: 147px;
}
div.calendar td,
div.calendar th {
	border: 0;
	font: normal 12px Arial, Helvetica, sans-serif;
	height: 19px;
	text-align: center;
	width: 21px;
	color:FFF;
}
div.calendar td {
	color: #333;
	font-size: 11px;
	padding-right: 5px;
	text-align: right;
	width: 16px;
	color:#999999;

}
div.calendar td.invalid {
color:#FF0000;
}
div.calendar td.valid {
	color: #FFF;
	cursor: pointer;
}
div.calendar td.active,
div.calendar td.hover {
background-color: #9FBBCC;
	cursor: pointer;
	color:#000000;
}