.macDiv
{
	width:100%;
	text-align:justify;
	border:#C0C0C0 1px solid;
	background-color:#F0F0F0;
}

#summaryLink	{ visibility:hidden; }

a#summaryLink:link, a#summaryLink:visited	{ border-bottom:1px dotted; text-decoration:none; color:#202080; }
a#summaryLink:hover, a#summaryLink:active	{ border-bottom:1px solid; color:#404040; background-color:#F7D7F7; }
a#summaryLink:focus				{ border-bottom:1px solid; text-decoration:none; color:#202080; }

#detailDescriptionDiv
{
	display:none;
	font-size:11px;
	margin-bottom:12px;
}

.detailTitleClass
{
	margin-bottom:4px;
	padding-left:16px;
	background-image:url(../images/bullet.gif);
	background-repeat:no-repeat;
	background-position:3px 4px;
	color:#203D80;
	font-weight:bold;
}

.detailInfosClass
{
	margin-top:0px;
	margin-bottom:8px;
	margin-left:16px;
	color:#222222;
	font-weight:normal;
	background-repeat:no-repeat;
}

.detailBottomClass
{
	display:none;
	width:428px;
	height:16px;
	margin-left:4px;
	background-image:url(../images/tooltip_bottom.gif);
	background-repeat:no-repeat;
}