.CalendarInstance table.Month
{
	font-size: 11px;
}

.CalendarInstance table.Month th
{
	background-color: #CCCCCC;
/*	border-top: 1px solid White; */
	border-bottom: 1px solid White;
	border-left: 1px solid White;
	padding: 2px;
}

.CalendarInstance table.Month th.WeekViewLink
{
	border-left: none;
}


.CalendarInstance table.Month td.WeekViewLink
{
	writing-mode: tb-rl;
	filter:	flipH() flipV(); /* progid:DXImageTransform.Microsoft.Gradient(GradientType = 1, StartColorStr = #E0EAEF, EndColorStr = White); */
/*	background-color: #E0EAEF; */
	background-color: #CCCCCC;
	border-top: 1px solid White;
	font-size: 80%;
	padding: 2px;
	text-align: center;
}

.CalendarInstance table.Month td.WeekViewLink a
{
	color: Black;
}

.CalendarInstance table.Month td.DayData
{
	width: 14%;
/*	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr = White, EndColorStr = #E0EAEF); */
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	vertical-align: top;
	height: 75px;
}

.CalendarInstance table.Month td.OtherMonth
{
/*	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr = White, EndColorStr = #EEEEEE); */
	background-color: #EEEEEE;
}

.CalendarInstance table.Month td.Today
{
	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr = White, EndColorStr = #E9B2BB);
}

.CalendarInstance table.Month td.DayData table
{
	height: 100%;
	width: 100%;
}


.CalendarInstance table.Month td.DayData td.Day
{
	width: 100%;
	vertical-align: top;
	padding: 2px;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
}

.CalendarInstance table.Month td.DayData td.Tools
{
	text-align: right;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	vertical-align: bottom;
}

.CalendarInstance table.Month td.DayData td.Tools a
{
	padding: 2px;
	color: Black;
}

.CalendarInstance table.Month td.DayData td.Tools a:hover
{
	background-color: #AAAAAA;
	text-decoration: none;
}

.CalendarInstance table.Month td.DayData a.NumericDay
{
	padding: 2px;
	color: Black;
}

.CalendarInstance table.Month td.DayData a.NumericDay:hover
{
	background-color: #CCCCCC;
	text-decoration: none;
}

.CalendarInstance table.Month td.OtherMonth a.NumericDay
{
	color: #CCCCCC;
}

.CalendarInstance table.Month td.OtherMonth a.NumericDay:hover
{
	color: #EEEEEE;
}

.CalendarInstance table.Month td.OtherMonth td.Tools a
{
	color: #CCCCCC;
}

.CalendarInstance table.Month td.OtherMonth td.Tools a:hover
{
	color: #EEEEEE;
}

.CalendarInstance table.Month td.DayData td.Day div.Event
{
	font-size: 90%;
	padding: 4px;
	font-weight: normal;
}

.CalendarInstance table.Month td.DayData td.Day div.Event span.StartTime
{
	color: #66669A;
}


.CalendarInstance table.Month td.DayData td.Day div.Event a
{
	color: Black;
	text-decoration: none;
}

.CalendarInstance table.Month td.DayData td.Day div.Event a:hover
{
	text-decoration: underline;
}

.CalendarInstance table.Month td.OtherMonth td.Day div.Event span.StartTime
{
	color: #CCCCCC;
}

.CalendarInstance table.Month td.OtherMonth td.Day div.Event a
{
	color: #CCCCCC;
}

.CalendarInstance div.EventView div.Title
{
	font-weight: bold;
}

.CalendarInstance div.EventView div.Property
{
	padding-bottom: 10px;
}

.CalendarInstance div.EventView div.Category
{
	padding-left: 20px;
}

.CalendarInstance div.Separator
{
/*	filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr = #CCCCCC, EndColorStr = #FFFFFF); */
	background-color: #CCCCCC;
	height: 7px;
	font-size: 1px;
}

.CalendarInstance div.DayView
{
	font-size: 0.8em;
}

.CalendarInstance div.DayView a
{
	color: #000000;
	font-weight: bold;
}

.CalendarInstance div.DayView span.StartTime
{
	padding-left: 10px;
}

.CalendarInstance div.EventView
{
	margin-left: 10px;
}

/* BEGIN: Calendar[view = 'list'] */

	/* BEGIN: DateRange */

	span#DateRange
	{
		display: block;
		padding: 5px;
		font-size: 11px;
		background: #EEEEEE url(http://images.academicengine.com/vaimages/upj/images/BottomDottedBackground.gif) repeat-x bottom;
	}

	span#DateRange div.DateOnly
	{
		behavior: url(http://images.academicengine.com/vaimages/upj/images/Property.DateTime.htc);	
		display: inline;
	}

	span#DateRange select
	{
		font-size: 11px;
		color: #FFFFFF;
		background-color: #498AB4;	
	}

	span#DateRange input.Submit
	{
		font-size: 11px;
		background-color: #EEEEEE;
	}

	/* END: DateRange */
	
	/* BEGIN: EventList */
	
	span#EventList
	{
		height: 350px;
		padding: 0px 10px 0px 10px;
		font-family: Arial;
		font-size: 12px;
	}
	
	span#EventList ul
	{
		list-style: none;
		margin-left: 0px;
	}
	
	span#EventList ul.Week
	{
		padding-bottom: 5px;
		margin-bottom: 5px;
		border-bottom: 1px solid #CCCCCC;		
		width: 100%;
	}
	
	span#EventList strong
	{
		margin-top: 5px;
		display: block;
		margin-bottom: 5px;
		background-color: #F9F9F9;
	}
	
	span#EventList a
	{
		color: #000000;
		text-decoration: none;
		font-weight: bold;
	}
	
	span#EventList a:hover
	{
		text-decoration: underline;
	}
	
	span#EventList ul.Day
	{
		padding-left: 20px;
	}
	
	span#EventList ul.Day span.StartTime
	{
		width: 55px;
		text-align: right;
	}
	
	span#EventList ul.Day span.EndTime
	{
		width: 55px;
		text-align: right;
		margin-right: 5px;
	}
	
	span#EventList span.Continuation
	{
		color: #999999;
	}
	
	span#EventList span.Importance
	{
		text-align: center;
		width: 10px;
	}
	
	span#EventList span.Importance span.Low
	{
		color: #3333FF;
	}
	
	span#EventList span.Importance span.High
	{
		font-weight: bold;
		color: #FF0000;
	}
	
	span#EventList div.Description
	{
		padding-left: 134px;
		padding-bottom: 3px;
	}
	
	span#EventList div.Description p
	{
		margin: 0px 0px 5px 0px;
	}
	
	/* END: EventList */

/* END: Calendar[view = 'list'] */

