/**
 * Style sheet for CalendarPickerControl
 * System-colors theme
 */

div.calendarbutton{
	position: absolute;
	width: 16px;
	height: 16px;
	background: url(../images/btn-suchen.gif) no-repeat center;
}

#CalendarPickerControl{
	background-color: transparent;
	width: 250px;
	height: 200px;
}

#CalendarPickerControl table.calframe{
	width: 100%;
	border: 1px solid #afd6f6;
	background-color: #FFFFFF;
	text-align: center;
}

#CalendarPickerControl td.monthname{
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	color: #0061a7;
	font-weight: bold;
	background-color: #FFFFFF;
}

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font-weight: normal;
	font-size: 13px;
	color: #0061a7;
	font-weight: bold;
	background-color: #FFFFFF;
}

#CalendarPickerControl table.navigation{
	width: 100%;
	text-align: center;
}

#CalendarPickerControl td.navbutton{
	font-weight: normal;
	font-size: 11px;
	color: #666674;
	font-weight: bold;
	background-color: buttonface;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3ba;
	cursor: pointer;
}

#CalendarPickerControl td.navbutton:hover{
	text-decoration: none;
	border-color: #b3b3ba;
	background-color: buttonshadow;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.dayname{
	font-weight: normal;
	font-size: 11px;
	color: #666674;
	font-weight: bold;
	background-color: #FFFFFF;
}

#CalendarPickerControl td.daynameLNX{
	font-weight: normal;
	font-size: 11px;
	color: #666674;
	font-weight: bold;
	background-color: #FFFFFF;
}

#CalendarPickerControl td.today{
	font-size: 11px;
	font-weight: bold;
	background-color: buttonface;
	color: #0061a7;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3ba;
}

#CalendarPickerControl td.today:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: #b3b3ba;
}

#CalendarPickerControl td.current{
	font-size: 11px;
	font-weight: bold;
	background-color: highlight;
	color: highlighttext;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3ba;
}

#CalendarPickerControl td.current:hover{
	text-decoration: underline;
}

#CalendarPickerControl td.day{
	font-weight: normal;
	font-size: 11px;
	background-color: buttonface;
	color: #666674;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3ba;
}

#CalendarPickerControl td.day:hover{
	text-decoration: underline;
	background-color: threedshadow;
	border-color: #b3b3ba;
}

#CalendarPickerControl td.weekend{
	font-weight: normal;
	font-size: 11px;
	color: #666674;
	text-decoration: none;
	background-color: threedshadow;
	font-style: italic;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #b3b3ba;
}

#CalendarPickerControl td.weekend:hover{
	background-color: buttonshadow;
	text-decoration: underline;
	border-color: #b3b3ba;
}

#CalendarPickerControl td.dayothermonth{
	font-weight: normal;
	font-size: 11px;
	background-color: buttonhighlight;
	color: #cbcbcb;
	border: 1px solid buttonhighlight;
}

#CalendarPickerControl td.weeknumber{
	font-weight: normal;
	font-size: 9px;
	background-color: buttonface;
	color: #cbcbcb;
	border-width: 0px;
}
