.igmv_MRIBControl
{
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px Silver;
	margin:0px;
	overflow: auto;
	position: relative;
}


.igmv_MRIBCaptionHeader
{
	background-color:#CECECE;
	background-repeat:repeat-x;
	background-image: url(images/monthview_header.jpg);
	font-weight:bold;
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width:0px;
	height: 1%;
	line-height: 20px;
	text-align:center;
}


.igmv_MRIBDayHeader
{
	background-color:#CECECE;
	background-repeat:repeat-x;
	background-image: url(images/monthview_header.jpg);
	font-size:xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top:solid 1px Silver;
	border-left:solid 1px Silver;
	padding-top:0px;
	padding-right:2px;
	height: 3%;
	line-height: 15px;
	text-align:right;
	vertical-align:top;
}


.igmv_MRIBDay
{
	background-color:White;
	background-position:bottom ;
	background-image: url(images/addnew.gif);
	border-left:solid 1px Silver;
	height: 10%;
	cursor:hand;
	color:Black;
	vertical-align:top;
}


.igmv_MRIBAppointment
{
	background-color:DarkGray;
	background-repeat:repeat-x;
	font-size:xx-small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	margin-top:1px;
	margin-right:1px;
	margin-left:1px;
	padding-left:1px;
	line-height: 15px;
	cursor:hand;
	text-align:left;
}


.igmv_MRIBAllDayEvent
{
	background-color:White;
	background-repeat:repeat-x;
	font-size:xx-small;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px #000000;
	margin-top:1px;
	margin-right:1px;
	margin-left:1px;
	line-height: 15px;
	cursor:hand;
	text-align:left;
}


.igmv_MRIBNavigationButton
{
	background-color:Transparent;
	border-width:0px;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 2px;
	width: 12px;
	cursor:hand;
}


.igmv_MRIBWeekNumber
{
	background-color:WhiteSmoke;
	font-size:xx-small;
	width: 18px;
	text-align:center;
}


.igmv_MRIBCompressedDay
{
	border-left:solid 1px Silver;
	height: 4%;
	vertical-align:top;
}


tr.igmv_MRIBCaptionHeader td.igmv_MRIBWeekNumber
{
	background-color:#CECECE;
	background-repeat:repeat-x;
	background-image: url(images/monthview_header.jpg);
	border-width:0px;
	line-height: 19px;
	height: 1%;
}


.igmv_MRIBMonthDayOfWeekHeader
{
	background-color:#F0F0F0;
	background-image:none;
	font-size:8pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-top:solid 1px Silver;
	border-bottom:solid 1px Silver;
	margin-top:1px;
	margin-right:1px;
	margin-left:1px;
	height: 1%;
	line-height: 24px;
	cursor:default;
	text-align:center;
}


.igmv_MRIBOtherMonthDayHeader
{
	background-color:#E1E1E1;
	font-size:xx-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-top:solid 1px Silver;
	border-left:solid 1px Silver;
	padding-top:0px;
	padding-right:2px;
	height: 3%;
	line-height: 15px;
	text-align:right;
	vertical-align:top;
}


.igmv_MRIBOtherMonthDay
{
	background-color:#F6F6F6;
	border-left:solid 1px Silver;
	height: 12%;
	cursor:hand;
	color:Black;
	vertical-align:top;
}


.igmv_MRIBOtherCompressedDay
{
	border-left:solid 1px Silver;
	height: 4%;
	vertical-align:top;
}


.igmv_MRIBTodayHeader
{
}


.igmv_MRIBToday
{
}


.igmv_MRIBSelectedAppointment
{
	background-color:#316AC5;
	color:White;
}


.igmv_MRIBActiveDayHeader
{
}


.igmv_MRIBActiveDay
{
	background-color:#F1F2F4;
	background-repeat:repeat-x;
	background-image: url(images/day_bg.gif);
	border-top-width:0px;
}


.igmv_MRIBControl table
{
	border-collapse:Collapse;
}


.igmv_NavigationButtonNext
{
	right: 3px;
}


.igmv_NavigationButtonPrev
{
	left: 3px;
}


