.igmv_Control
{
	font-size:10px;
	font-family: Verdana;
	border:solid 1px #020e7c;
	margin:0px;
	overflow: auto;
	position: relative;
	height: 100%;
}


.igmv_CaptionHeader
{
	background-repeat:repeat-x;
	background-position:center ;
	background-image: none;
	font-weight:bold;
	font-size:11px;
	font-family: Verdana;
	height: 6.5%;
	background-color:#020e7c;
	color:#fff;
	text-align:center;
}


.igmv_DayHeader
{
	background-color:#020e7c;
	background-image: none;
	font-weight:bold;
	font-size:10px;
	font-family: Verdana;
	padding:0px 2px 0px 0px;
	color:#fff;
	text-align:right;
	border:solid 1px #F6CECE;
	height:auto;
}


.igmv_Day
{
	background-color:#fff;
	background-image: none;
	border:solid 1px #020e7c;
/*	border-top:solid 1px #020e7c;
	border-right:solid 1px White;
	border-bottom:solid 1px #E1E1E1; */
	cursor:hand;
	color:Black;
	height:50px;
}


.igmv_Appointment
{
	/*background-color:#020e7c;*/
	/*background-repeat:repeat-x;*/
	font-size:10px;
	font-family: Verdana;
	margin-top:1px;
	margin-right:1px;
	margin-left:1px;
	padding-left:1px;
	line-height: 15px;
	cursor:hand;
	text-align:left;
	/*color:#fff;*/
}


.igmv_AllDayEvent
{
	/*background-color:#020e7c;*/
	/*background-repeat:repeat-x;*/
	font-size:10px;
	font-family: Verdana;
	/*border:solid 1px black;*/
	margin-top:1px;
	margin-right:1px;
	margin-left:1px;
	line-height: 15px;
	cursor:hand;
	text-align:left;
}


.igmv_NavigationButton
{
	background-color:#F6CECE;
	border-width:0px;
	margin:0px;
	padding:5px 0px 0px 0px;
	position: absolute;
	top: 2px;
	width: 12px;
	height:24px;
	cursor:hand;
	vertical-align:middle;
}


.igmv_WeekNumber
{
	background-color:#F0F0F0;
	background-position:bottom ;
	background-image: url(images/panel_body.gif);
	font-weight:bold;
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	border-right:solid 1px #F0F0F0;
	border-top-width:0px;
	border-top-style:outset;
	border-bottom-width:0px;
	border-bottom-style:outset;
	width: 20px;
	color:#052684;
	text-align:center;
}


.igmv_CompressedDay
{
	border-left:solid 1px Silver;
	height: 2%;
	vertical-align:top;
}


tr.igmv_CaptionHeader td.igmv_WeekNumber
{
	background-color:#020e7c;
	background-position:center ;
	background-image: none;
	border-width:0px;
	line-height: 19px;
	height: 1%;
}


.igmv_MonthDayOfWeekHeader
{
	background-image: none;
	font-weight:bold;
	font-size:11px;
	font-family: Verdana;
	border-style:solid;
	border-width:1px;
	border-right-width:0px;
	border-bottom-width:0px;
	border-bottom-color:#052684;
	border-left-width:0px;
	margin-top:1px;
	margin-right:1px;
	margin-left:1px;
	height: 5%;
	cursor:default;
	background-color:#020e7c;
	color:#fff;
	text-align:center;
}


.igmv_OtherMonthDayHeader
{
	background-color:#F6CECE;
	background-repeat:repeat-x;
	background-position:top ;
	background-image: none;
	border: solid 1px Gray;
	font-size:10px;
	font-family: Verdana;
	padding:0px 2px 0px 0px;
	line-height: 16px;
	color:Gray;
	text-align:right;
}


.igmv_OtherMonthDay
{
	background-color:#F6F6F6;
	border-top:solid 1px #F6CECE;
	border-right:solid 1px #F6CECE;
	cursor:hand;
	color:#B4B4B4;
}


.igmv_OtherCompressedDay
{
	border-left:solid 1px Silver;
	height: 4%;
	vertical-align:top;
}


.igmv_TodayHeader
{
	background-repeat:repeat-x;
	background-position:center bottom ;
	background-image: none;
	font-size:11px;
	font-family: Verdana;
	border:solid 2px #020e7c;
	background-color: #ffcd00;
	padding:0px 2px 0px 0px;
	line-height: 16px;
	color:#020e7c;
	text-align:right;
}


.igmv_Today
{
	
}


.igmv_SelectedAppointment
{
	background-color:#316AC5;
	color:White;
}


.igmv_ActiveDayHeader
{
	background-repeat:repeat-x;
	background-position:center bottom ;
	background-image: url(images/panel_body.gif);
	font-size:8pt;
	font-family: Arial, Helvetica, sans-serif;
	border-right:solid 1px #FFFFFF;
	border-top-color:White;
	padding:0px 2px 0px 0px;
	line-height: 16px;
	color:White;
	text-align:right;
}


.igmv_ActiveDay
{
	background-color:White;
	background-image: url(images/bg_diagonal.gif);
	border:solid 0px Transparent;
	border-right-width:1px;
	border-bottom-width:1px;
	cursor:hand;
}


.igmv_NavigationButtonNext
{
	right: 3px;
}


.igmv_Control table
{
	border-collapse:Collapse;
	height: 700px;
}


.igmv_NavigationButtonPrev
{
	left: 3px;
}



