﻿body {
}


.Calendar
{
	border-collapse: separate;
}

.calendarCell, .calendarCellWithContent
{
	width: 100px;
	height: 80px;
	vertical-align:top;
	text-align:left;
	padding: 5px 5px 5px 5px;
	margin: 3px;
}

.TitleStyle td
{
	font-weight:bold;
	background: #F3EEF4;
	color: #660460;
	padding: 5px 5px 5px 5px;
	border: none;
}

.NextPrevStyle
{
	padding: 0px 10px 0px 10px;
	text-align:center;
}

.DayHeaderStyle
{
	color: #660460;
	padding: 3px 0px 3px 0px;
}


body.details
{
	background-color: #660460;
}

a.calendarLink
{
	color: #660460;
	text-decoration:none;
	display:block;
	border-top: solid 1px #660460;
	padding: 4px 0px 4px 3px;
}

	a.calendarLink:hover
	{
		/* text-decoration:underline; */
		font-weight:bold;
	}



.detailBackground
{
	background-color: #F3EEF4;
	border: solid 1px #660460;	
}

.Title
{
	color: #660460;
}

.Date
{
	color: #660460;
}


.BodyText
{
	background: #FFFFFF;
	height: 450px;
}


a.CloseLink
{
	color: #660460;
	text-decoration: none;
}

a.CloseLink:hover
{
	text-decoration: underline;
}


div.CalendarExtended
{
	position: relative;
	height: 3px;
	width: 100%;	
}


.NextPrevStyle a
{
	text-decoration:none;
}

div.CalendarJump
{
	position:absolute;
	float:left;
	left: 30px;
	top:4px;
}
