.igmv_TrendyControl
{
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border:solid 1px Silver;
	margin:0px;
	overflow: auto;
	position: relative;
}


.igmv_TrendyCaptionHeader
{
	background-color:#CECECE;
	background-position:center ;
	background-image: url(images/header.gif);
	font-weight:bold;
	font-size:x-small;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border-width:0px;
	height: 1%;
	line-height: 20px;
	color:White;
	text-align:center;
}


.igmv_TrendyDayHeader
{
	/*background-color:Gainsboro;*/
	background-color: #D2D2D2;
	background-image: url(images/header.gif);
	font-size:xx-small;
	color:white;
	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%;*/
	height:14px;
	text-align:center;
	vertical-align:middle;
}


.igmv_TrendyDay
{
	background-color: #ffffff;
	background-position:left top;
	background-repeat:no-repeat;
	/*background-color:#D2D2D2;
	background-color: #CBD9B8;
	background-position: bottom;
	background-image: url(images/footer.gif);
	background-repeat:repeat-x;
	background: #CBD9B8 url(images/footer.gif) repeat-x;*/
	
	/*height: 9%;*/
	color:Black;
	min-height:60px;
	height:auto !important;	
	height:60px;		
	padding:1px;
	
}

.igmv_TrendyDayTableCell
{
	background-color: #ffffff;	
	border-left:solid 1px Silver;
	vertical-align:top;
	min-height:60px;
	height:auto;
	padding:2px;
}


.igmv_TrendyAppointment
{
	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_TrendyAllDayEvent
{
	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_TrendyNavigationButton
{
	background-color:Transparent;
	border-width:0px;
	margin:0px;
	padding:0px;
	position: absolute;
	top: 2px;
	width: 12px;
	cursor:hand;
}


.igmv_TrendyWeekNumber
{
	background-color:#EAF4DD;
	font-size:10pt;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	border-top:solid 1px Silver;
	padding-right:1px;
	width: 20px;
	text-align:center;
}


.igmv_TrendyCompressedDay
{
	border-left:solid 1px Silver;
	height: 4%;
	vertical-align:top;
}


tr.igmv_TrendyCaptionHeader td.igmv_TrendyWeekNumber
{
	background-color:#CECECE;
	background-position:center ;
	background-image: url(images/header.gif);
	border-width:0px;
	line-height: 19px;
	height: 1%;
}


.igmv_TrendyMonthDayOfWeekHeader
{
	background-position:bottom ;
	/*background-image: url(images/footer.gif);*/
	background-color: #b8cff4;
	font-size:x-small;
	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: 5%;*/
	height: 16px;
	line-height: 14px;
	cursor:default;
	text-align:center;
}


.igmv_TrendyOtherMonthDayHeader
{
	background-image: url(images/header.gif);
	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_TrendyOtherMonthDay
{
	background-image: url(images/bg_diagonal.gif);
	border-left:solid 1px Silver;
	height: 12%;
	cursor:hand;
	color:Black;
	vertical-align:top;
}


.igmv_TrendyOtherCompressedDay
{
	border-left:solid 1px Silver;
	height: 4%;
	vertical-align:top;
}


.igmv_TrendyTodayHeader
{
}


.igmv_TrendyToday
{
}


.igmv_TrendySelectedAppointment
{
	background-color:#316AC5;
	color:White;
}


.igmv_TrendyActiveDayHeader
{
	background-position:center ;
	background-image: url(images/header.gif);
	font-weight:bold;
	color:White;
}


.igmv_TrendyActiveDay
{
	background-color:White;
	background-image:none;
}


.igmv_TrendyControl table
{
	border-collapse:Collapse;
}


.igmv_NavigationButtonNext
{
	right: 3px;
}


.igmv_NavigationButtonPrev
{
	left: 3px;
}


