/* -------------------------------------------------------------------------- */
/*                                 gsCalendar                                 */
/*                         Version 2.2.3 (2005-05-08)                         */
/* -------------------------------------------------------------------------- */
/*                                                                            */
/*                      Author: Gerhard Schlager, Austria                     */
/*                       http://www.gerhard-schlager.at/                      */
/*                                                                            */
/* -------------------------------------------------------------------------- */

div.calendar {
	font:9px Verdana, "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	top:300px;
	left:350px;
	background-color: #ffffff;
	color: #000000;
	display: none;
	position: absolute;
	}

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

tr.calendar-header {
	background-color: #AA0000;
	color: #FFFFFF;
	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: #ccff99;
	border: solid 1px #CC0000;
	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 #CC0000;
	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: #CC0000;
	color:#FFFFFF!important;
	font-weight: bold;
}

a.calendar-selected-day {
	background-color: #91AEBD;
	color: #FFFFFF!important;
	font-weight: bold;
}

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

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

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

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

input.calendar-button-image {
	border:none;
	background-color: #ffffff;
	background-image: url(../images/nav/kalender2.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 2em;
}

input.calendar-button-text {
	font-weight: bold;
}

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