.igwv_WeekViewFrame {
	margin-top: 2px;
	/* background-color: #FFFFD5; */
}

.igwv_CaptionHeader {	
	background-image: url(WebSchedule/MonthHeaderCaption_bg.png);
	background-repeat: repeat-x;
	border-width: 0px 1px 1px 1px;
	border: 1px solid #9199A4;
	
	overflow: hidden;

	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	text-align: center;
	color: #FFFFFF;

	line-height: 25px;
	height: 25px;	
}

.igwv_NavigationButton { 
	border:0px;
	width: 17px;
	background-color:transparent;
	vertical-align:middle;
	cursor: hand;
}
	
.igwv_DayHeader {
	background-color: #FFFFFF; 
	background-image: url(WebSchedule/MonthDayOfWeekHeader_bg.png);
	background-position:center;
	color: #000000;
	text-align: center;
	cursor:default;
	font-size: 8pt;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px solid #9199A4;
}

.igwv_TodayHeader 
{
	background-image: url(WebSchedule/TodayHeader_bg.png);
	background-repeat: repeat-x;
	background-position: bottom;
	background-color: #FFFFFF;
	color: #151C55;
}

.igwv_ActiveDayHeader 
{
	/*background-image: url(images/ActiveDayHeader_bg.png);*/
	background-repeat: repeat-x;
	background-position:center;
	background-color: #FFFFFF;
	color: #151C55;
}

.igwv_Day {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt;
	overflow-x:hidden;	
}

.igwv_DayArea {
	background-color: #FFFFFF;
	/*background-image: url(images/cell_bg.png);*/
	background-repeat: repeat-x;
	background-position: bottom;
	
	border-width: 0px 1px 1px 1px;
	border-style: solid;
	border-color: #9199A4;
}
		
.igwv_ActiveDay { 
	background-color: #4C535C;
	/*background-image: url(images/cellActive_bg.png);*/
	background-repeat: repeat-x;
	background-position: bottom;
	color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.igwv_Appointment {
	line-height:150%;
	white-space:nowrap;
	cursor: pointer;
	padding: 2px;
	margin: 1px 1px 0px 1px;
	overflow: hidden;
	
}

.igwv_SelectedAppointment { 
	line-height:150%;
	white-space:nowrap;
	cursor: pointer;
	padding: 2px;
	margin: 1px 1px 0px 1px;
	background-color: #151C55;
	color: #FFFFFF;
	overflow: hidden;
}

.igwv_ReminderIcon {
	background-image: url(WebSchedule/reminder.png);
	display: inline;
	margin-right: 5px;
	margin-left: 3px;
	width: 16px;
	height: 13px;	
}

.igwv_AllDayEvent { 
	border-style:solid;
	border-color:black;
	border-width:1px;
	background-color:#FFFFFF;
	overflow: hidden;
}


.igwv_MultiDayEventArrowLeft
{
      background-image: url(images/igws_arrowLeft.gif);
      background-repeat: no-repeat;
      background-position: center center;
      display: inline-block;
      width: 9px;
      height: 9px;
}

.igwv_MultiDayEventArrowRight
{
      background-image: url(images/igws_arrowRight.gif);
      background-repeat: no-repeat;
      background-position: center center;
      display: inline-block;
      width: 9px;
      height: 9px;
}