/* MailSite ExpressPro 8.0.4.7 */
/* webmonthview.css Copyright 2005-2007 Rockliffe, Inc. */

.igmv_Month
{
	font-size: x-small;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.igmv_WeekNumber
{
	text-align: center;
	background-color: #ECE9D8;
	border-top: 1px solid #CEC79B;
	padding-right: 1px;
	width: 20px;
}
.igmv_MonthDayOfWeekHeader
{
	text-align: center;
	background-color: #A5C7EF;
	border-top: 1px solid #CEC79B;
	border-bottom: 1px solid #ACA899;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	cursor: default;
	height: 1%;
	line-height: 14px;
}

.igmv_CaptionHeader
{
	text-align: center;
	color: #000000;
	background-image: url(images/header_bg_repeat.gif);
	background-repeat: repeat-x;
	border: 0px;
	height: 1%;
	line-height: 20px;
}

/*****************************************
	Ensure CaptionHeader Styling
	----------------------------
	Table Location: first row, first column of table, igmv_CaptionHeader area
	
	Role: overrides igmv_WeekNumber styles that are
	unwanted in the igmv_CaptionHeader area.
	
	Need: igmv_WeekNumber is applied in the first row, first column of the
	table to ensure the WeekNumber width is applied 
	properly to the first column.
******************************************/
tr.igmv_CaptionHeader td.igmv_WeekNumber
{
	border: 0px;
	background-color: transparent;
	line-height: 19px;
	height: 1%;
}

/*
** Day Oriented Classes
*/
.igmv_Day
{
	color: #000000;
	background-color: #FBFEEC;
	border-left: 1px solid gray;
	height: 12%;
	vertical-align: top;
}

/*
** NOTE: OtherMonthDay does not inherit from Day because Day by definition is non-Trailing. 
*/
.igmv_OtherDay
{
	color: #000000;
	background-color: #FCF8CF;
	border-left: 1px solid gray;
	height: 12%;
	vertical-align: top;
}

.igmv_Today
{
}

.igmv_ActiveDay
{
}

/*
** The events are drawn inside one of these, which sits inside a Day/OtherDay
*/
.CalendarMonthEventListDayEvents
{
	height: 100%;
	width: 100%;
	white-space: nowrap;
	overflow-y: auto;
	overflow-x: hidden;
}


/*
** DayHeader Oriented Classes.
*/

.igmv_DayHeader
{
	font-size: xx-small;
	color: #000000;
	text-align: right;
	background-color: #FBFEEC;
	background-repeat: repeat-x;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding-right: 2px;
	padding-top: 0px;
	height: 3%;
	line-height: 15px;
	vertical-align: top;
}


/*
** NOTE: OtherMonthDayHeader does not inherit from DayHeader because DayHeader by definition is non-Trailing. 
*/
.igmv_OtherDayHeader
{
	font-size: xx-small;
	color: #000000;
	text-align: right;
	background-repeat: repeat-x;
	background-color: #FCF8CF;
	border-left: 1px solid gray;
	border-top: 1px solid gray;
	padding-right: 2px;
	padding-top: 0px;
	height: 3%;
	line-height: 15px;
	vertical-align: top;
}

.igmv_TodayHeader
{
	background-image: url(images/TodayHeader_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFD5;
}

.igmv_ActiveDayHeader
{
	color: #000000; 
	background: #cccccc;
}

/*
** Appointment Oriented Classes
*/
.igmv_Appointment
{
	font-size: xx-small;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-top: 2px;
	margin-left: 2px;
	margin-right: 2px;
	cursor: hand;
	line-height: 15px;
}

.CalendarEventListAllDayEvent
{
	font-size: xx-small;
	text-align: left;
	background-color: #FFFFFF;
	border: 1px solid #000000;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	cursor: hand;
	line-height: 15px;
}

.CalendarEventListActivityEdge
{
	font-size: 1px;
	height: 2px;
}

.CalendarEventListActivityEdgeLeft
{
	font-size: 2px;
	width: 6px;
	border-right: thin solid #808080;
}

/*
** SelectedAppointment inherits from Appointment and AllDayEvent
*/
.igmv_SelectedAppointment
{
	color: #FFFFFF;
	background-color: #316AC5;
}

/*
 igmv_NavigationButton is applied to both Previous and Next buttons
*/
.igmv_NavigationButton
{
	background-color: Transparent;
	cursor: hand;
	margin: 0px;
	padding: 0px;
	border: 0px;
	position: absolute;
	top: 4px;
}

.igmv_NavigationButtonPrev
{
	left: 6px;
}

.igmv_NavigationButtonNext
{
	right: 6px;
}
