.CalendarSogeti
{
	font-family: Arial, sans-serif;
	margin-left: 40px;
	margin-top: 33px;
}

.CalendarSogeti a
{
	text-decoration: none;	
}

.CalendarSogeti .Title
{
	font-size: 1.2em;
	font-weight: bold;
}

.CalendarSogeti .Title .NextPrev
{
	padding-left: 10px;
	padding-right: 10px;
}

.CalendarSogeti .Title .NextPrev a
{
	font-size: 1.6em;
	font-weight: bold;
	text-decoration: none;
}

.CalendarSogeti .DayHeader, .CalendarSogeti .Day, .CalendarSogeti .WeekendDay, .CalendarSogeti .SelectedDay, .CalendarSogeti .OtherMonthDay, .CalendarSogeti .ActiveDay
{
	width: 30px;
	height: 25px;
	font-size: 11px;
}

.CalendarSogeti .DayHeader, .CalendarSogeti .Selector
{
	background-color: #dddddd;
	font-size: 1.2em;
	font-weight: bold;
}

.CalendarSogeti .Day, .CalendarSogeti .WeekendDay, .CalendarSogeti .OtherMonthDay, .CalendarSogeti .Selector
{
	background-color: #eeeeee;
}

.CalendarSogeti .TodayDay
{
	background-color: #ff3300;
	font-size: 11px;
}

.CalendarSogeti .ActiveDay
{

	color:Aqua;
	font-weight:bold;
	background-color: #ffa0a2;
	background-image: url(/Templates/Images/CalendarActiveDayBkgr.gif);
	background-position: left top;
	background-repeat: repeat-x;
}
.ActiveDay a
{
	color:Aqua;
	font-weight:bold;
	background-position: left top;
	background-repeat: repeat-x;
}

a.calendarListText:link , a.calendarListText:visited
{
	text-decoration: none;	
	line-height: 17px;
}
a.calendarListText:hover
{
	text-decoration: underline;	
	line-height: 17px;
}
.CalendarBody
{
	width:216px;
	height:168px; 
	margin-bottom:8px;	
	text-decoration:none;
}


.CalendarBody a
{
	text-decoration:none;
}

.CalendarLinkFront
{
	font-size:10px;
	margin-top: 10px;
    width: 206px;
    text-align:right;	
    
}

.CalendarLinkFront a
{
	text-decoration:underline;
	text-align: right;		
}

.FrontCalendarText
{
	margin-bottom: 13px;
}

.FrontCalendarText a:hover
{
	text-decoration:underline;	
}
.FrontCalendarText a:visited
{
	text-decoration:none;	
}
.CalendarDate
{
    font-size: 11px;
    color: #333333;	
    font-weight:bold;
}

