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

div.calendarbutton{
	position: absolute;
	width: 15px;
	height: 16px;
	background: transparent url("calendar_icon.png") no-repeat center;
}

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

/*Tabellenhintergrund*/

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

/*Überschrifthintergrund*/

#CalendarPickerControl td.monthname{
	width: 100%;
	font: normal 13px Arial;
	color: #fabb00;
	font-weight: bold;
	text-transform:capitalize;
	background-color: #7b003b;
}

/*???*/

#CalendarPickerControl td.monthnameLNX{
	width: 100%;
	font: normal 13px Arial;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

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

/*Monat-Heute-Monat Hintergrund*/

#CalendarPickerControl td.navbutton{
	font: normal 11px Arial;
	color: black;
	font-weight: bold;
	background-color: #cbc9b3;
	border-width: 1px;
	border-style: solid;
	border-color: black;
	cursor: pointer;
}

/*Monat-Heute-Monat Hintergrund Hover*/

#CalendarPickerControl td.navbutton:hover{
	text-decoration: none;
	border-color: black;
	color:#7b003b;
	background-color: #fabb00;
}

#CalendarPickerControl span.yearbutton{
	cursor: pointer;
}

/*???*/

#CalendarPickerControl span.yearbutton:hover{
	text-decoration: none;
	font-weight: bold;
}

/*Tagesnamen*/

#CalendarPickerControl td.dayname{
	font: normal 11px Arial;
	color: #fabb00;
	font-weight: bold;
	background-color: #7b003b;
}

/*???*/

#CalendarPickerControl td.daynameLNX{
	font: normal 11px Arial;
	color: highlighttext;
	font-weight: bold;
	background-color: highlight;
}

/*Heutiger Tag, nicht ausgewählt*/

#CalendarPickerControl td.today{
	font: normal 11px Arial;
	background-color: #7b003b;
	color: white;
	font-weight:bold;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #7b003b;
}

/*Heutiger Tag, Hover*/

#CalendarPickerControl td.today:hover{
	text-decoration: none;
	color: #7b003b;
	background-color: #fabb00;
	border-color: black;
}

#CalendarPickerControl td.current{
	font: normal 11px Arial;
	font-weight: bold;
	background-color: #fabb00;
	color: #7b003b;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: black;
}

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

/*Anderer Tag, nicht ausgewählt*/

#CalendarPickerControl td.day{
	font: normal 11px Arial;
	background-color: #cbc9b3;
	color: black;
	text-decoration: none;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #7b003b;
}

#CalendarPickerControl td.day:hover{
	text-decoration: none;
	color: #7b003b;
	background-color: #fabb00;
	border-color: black;
	font-weight:bold;
}

/*Wochenendtag, nicht ausgewählt*/

#CalendarPickerControl td.weekend{
	font: normal 11px Arial;
	color: black;
	text-decoration: none;
	background-color: #b7b49d;
	font-weight:bold;
	cursor: pointer;
	border-width: 1px;
	border-style: solid;
	border-color: #7b003b;
}

#CalendarPickerControl td.weekend:hover{
	text-decoration: none;
	color: #7b003b;
	background-color: #fabb00;
	border-color: black;
	font-weight:bold;
}

#CalendarPickerControl td.dayothermonth{
	font:normal 11px Arial;
	background-color: #7b003b;
	color: #7b003b;
	border: 1px solid #7b003b;
}

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

