<?xml version="1.0"?>

<EventCalendar>
	<DefaultProperties>
		<General	BorderColor="Black"
					AutoSpan="False"
					AutoSwitchMode="True"
					CalendarWeekRule="FirstDay"
					CellPadding="2"
					CellSpacing="0"
					Culture="String.Empty"
					EnableCellNew="False"
					EndWorkDay="Friday"
					IndividualCellHeaderRow="False"
					IsAdmin="True"
					Mode="Day"
					MoreText="More..."
					NextPrevFormat="CustomText"
					NextText="&gt;"
					PrevText="&lt;"
					ShowDayOfYear="False"
					ShowGridLines="True"
					ShowNewLink="True"
					ShowNextPrev="True"
					ShowTitle="True"
					StartWorkDay="Monday"
					>
		</General>
		
		<!-- Eventbar Properties -->
		<Eventbar	BorderStyle="NotSet"
					ShowProgressbar="True"
					ShowTimebar="True"
					TimebarColor="Red">
		</Eventbar>

		<!-- Year Properties -->
		<Year	
			CellHeight="150"
			StartMonth="1"
			EndMonth="12">
		</Year>

  		<!-- MonthWeek Properties -->
		<MonthWeek
			ShowWeekOfYear="False">
		</MonthWeek>

		<!-- Week Properties -->
		<week 
			DisplayWeeks="1">
		</week>

		<!-- Day Properties -->
		<Day 
			StartWorkTime="9"
			EndWorkTime="18"
			DefaultDayMode="Day"
			TimeInterval="30"
			CellBackColor="#f5f5f5"
      WorkTimeCellBackColor ="#ffffff"
			ShowStartTimeOnly="True">
		</Day>
	   
		 <!-- Timeline Properties -->
		<Timeline 
			DisplayDays="20" 
			MonthFormat="MMMM,yyyy">
		</Timeline>
	</DefaultProperties>
</EventCalendar>