@charset "utf-8";

/* -------------------- */
/*  Kalender stylesheet */
/* -------------------- */

/* Egenskaber for indhold af eventCalendar */
#eventCalendar { width:360px; height:355px; background:#c7b69e url(/gfx/objects/calendarBg.gif) no-repeat bottom right; float:left; margin:auto 14px auto 0px; padding:5px 0px 0px 0px; }
	
	#eventCalendar * { font-family:Arial, Verdana, Helvetica, sans-serif; }
		
	#eventCalendar #eventPicker { float:left; width:190px; height:135px; margin:10px 0px 0px 0px; }
		#eventCalendar #eventPicker ul { list-style:none; margin:20px 3px 0px 0px; padding:0px;}
			#eventCalendar #eventPicker ul li { list-style:none; margin:0px; padding:0px 0px 0px 35px; clear:both; font-weight:bold; height:20px; position:relative; }
				#eventCalendar #eventPicker ul li input { position:absolute; left:5px; top:-4px;  }
		
		
		
		#eventCalendar #calendar {  float:left;}
		#eventCalendar #calendar .calendarWrapper_taseralik { margin:0px 10px 0px 0px; }
			#eventCalendar #calendar .titlebar_taseralik { margin:auto; width:100%; }
				#eventCalendar #calendar .titlebar_taseralik * { background:#c7b69e; color:#303b51; font-weight:bold; text-transform:uppercase; }
			
			#eventCalendar #calendar .TableLayout_taseralik { background:#c7b69e; text-align:center; border-width: 0px; border-collapse: collapse;}
				#eventCalendar #calendar .TableLayout_taseralik td {  width:21px; height:18px; }
			#eventCalendar #calendar .DaysOfWeek_taseralik { background:#c7b69e; color:#ffffff; text-transform:uppercase; border-width:0px; }
			#eventCalendar #calendar .otherMonth_taseralik { background:#ffffff; border:1px solid #494949; }
				
				#eventCalendar #calendar .today * { color:#9e0117; font-weight:bold; }
				#eventCalendar #calendar .radCalHover_taseralik { background:#28374d; border:1px solid #494949; }
					#eventCalendar #calendar .radCalHover_taseralik a { color:#ffffff; }
				#eventCalendar #calendar .radCalSelect_taseralik { color:#ffffff;  background:#d6ccb3; color:#28374d; border:1px solid #494949; }
				
				#eventCalendar #calendar .otherMonth_taseralik { background:#c7b69e; }
					#eventCalendar #calendar .otherMonth_taseralik a { color:#e7dfd1; }
				#eventCalendar #calendar .radCalDefault_taseralik { background:#ffffff; border:1px solid #494949; }
				#eventCalendar #calendar .radCalWeekendDefault_taseralik { background:#ffffff; border:1px solid #494949; }
				
				/* Popup Fast Navigation */
				.MonthYearFastNav_taseralik { background:#ffffff; border:1px solid #b9cbe3; cursor:default; text-align:center; }
				.MonthYearFastNav_taseralik td { border:1px solid #b9cbe3; }
				.MonthYearFastNav_taseralik  .bottom_taseralik { background:#b9cbe3; }
				.MonthYearFastNav_taseralik .selected_taseralik { background:#b9cbe3; }
		

/* Egenskaber for indhold af eventCalendar */
#eventViewer { width:350px; margin:0px auto 0px auto; clear:both; }

	#eventViewer .info { display:block; margin:0px 0px 6px 5px; padding-top:5px; color:#FFFFFF; font-style:italic; font-weight:900; }
	
	#eventViewer #ulEventsList { height:155px; margin-top:13px; }
	#eventViewer li a { display:block; margin:0px 0px 5px 0px; height:32px; overflow:hidden; padding:5px; }
	#eventViewer li .date { display:block; float:left; color:#303b51; margin:0px 10px 0px 0px; height:12px; }
	#eventViewer li h3 { color:#303b51; margin:0px; }
	
	
	#eventViewer li a:hover { background:#d4c7b4; }

	#eventViewer #pickSite { margin:0px auto 0px 5px; width:200px; clear:both; }
		#eventViewer #pickSite #calPagerRwd, #eventViewer #pickSite #calPagerFwd { float:left; font-weight:bold; color:#ffffff; }
		#eventViewer #pickSite #pageCounter { float:left; width:80px; text-align:center; color:#ffffff; }





