.CalendarSogeti
{
	font-family: Arial, sans-serif;
	margin-left: 40px;
	margin-top: 5px;
}

.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
{
	width: 30px;
	height: 25px;
	font-size: 1.1em;
}

.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;
}

.CalendarSogeti .ActiveDay
{
	background-color: #ffa0a2;
	background-image: url(/Templates/Images/CalendarActiveDayBkgr.gif);
	background-position: left top;
	background-repeat: repeat-x;
}

.CalendarBody
{
	width:216px;
	height:180px; 
	margin-bottom:8px;	 
	text-decoration:none;
}


.CalendarBody a
{
	text-decoration:none;
}

.CalendarLinkFront
{
	font-size:10px;
	margin-top: 0px;
    width: 206px;
    text-align:right;	
    
}

.CalendarLinkFront a
{
	text-decoration:underline;
	text-align: right;		
}

.FrontCalendarText
{
	margin-bottom: 13px;
}

.FrontCalendarText a:hover
{
	text-decoration:underline;	
}

.CalendarDate
{
    font-size: 11px;
    color: #333333;	
}