/* -------------------------------------------------------------------------- */
/*                                 gsCalendar                                 */
/*                         Version 2.2.1 (2004-02-26)                         */
/* -------------------------------------------------------------------------- */
/*                                                                            */
/*                      Author: Gerhard Schlager, Austria                     */
/*                       http://www.gerhard-schlager.at/                      */
/*                                                                            */
/* -------------------------------------------------------------------------- */

div.calendar {
	background-color: #ffffff;
	color: #000000;
	display: none;
	position: absolute;
}

table.calendar-table {
	border: solid 1px #a56908;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
	text-align: center;
	width: 14em;
}

tr.calendar-header {
	background-color: #a56908;
	color: #000000;
	cursor: default;
	font-weight: bold;
}

tr.calendar-header th {
	line-height: 130%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

tr.calendar-footer td {
	background-color: #a56908;
	border: solid 1px #c6a631;
	color: #000000;
	cursor: default;
	font-size: 0.8em;
	padding: 0.3em;
}

tr.calendar-day-name th {
	background-color: #ffffff;	/* workaround for Opera, otherwise Opera paints a transparent background */
	border-bottom: solid 1px #c6a631;
	color: #000000;
	cursor: default;
	font-weight: bold;
	line-height: 150%;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	width: 14.3%;
}

tr.calendar-day td {
	background-color: #ffffff;	/* workaround for Opera, otherwise Opera paints a transparent background */
	color: #000000;
	border: none;
	line-height: 1.7em;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

a.calendar-day {
	background-color: #ffffff;
	border: solid 1px #ffffff;	/* workaround for Opera */
	display: block;
	font-weight: normal;
	text-decoration: none;
}

a.calendar-day-active {
	color: #000000 !important;
}

a.calendar-day-inactive {
	color: #c0c0c0 !important;
	cursor: default;
}

a.calendar-current-day {
	background-color: #c6a631;
	font-weight: bold;
}

a.calendar-selected-day {
	background-color: #ffff66;
	font-weight: bold;
}

a.calendar-day-active:hover, .calendar-current-day:hover, .calendar-selected-day:hover {
	border: solid 1px #ff9900;
}

tr.calendar-header a, tr.calendar-footer a {
	background-color: inherit;
	color: #000000 !important;
	font-weight: normal;
	text-decoration: none;
}

tr.calendar-header a:hover {
	background-color: inherit;
	color: red !important;
}

tr.calendar-footer a:hover {
	background-color: inherit;
	color: red !important;
	text-decoration: underline;
}

input.calendar-button-image  { background: #ffffff url(/bilder/arrow.gif) no-repeat center; width: 2em }

input.calendar-button-text {
	
}

input.calendar-year {
	background-color: transparent;
	border: 0 solid transparent;
	font-weight: bold;
	padding: 0;
	text-align: center;
	width: 5ex;
}