
div.cal_note_width {
   width: expression(maxwidthiehack(this));
   max-width: 50%;
}

div.cal_note_popup
{
	color: #000000;
	font-size: 12px;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: expression(maxwidthiehack(this));
	max-width: 330px;
	background-color: #FFFFFF;
}

div.cal_note_popup a:link, div.cal_note_popup a:visited
{
   color: #003969;
   text-decoration: underline;
}
