#ictContents{
	padding: 5px;
}
#ictContents hr{
	border: 0;
	background-color: gainsboro;
	height: 1px;
	margin: 0px;
}
#ictContents button{
	width: 85px;
	height: 30px;
	margin-top: 4px;
}
#ictContents img{
	border-width: 0;
}
.iconblock{
	float: left;
	margin-right: 4px;
}
td .iconblock:last-child{
	margin-right: 0px;
}
#ictContents .bb{
	border: 1px solid black;
	width:24px;
	height:24px;
}
#ictContents .il{
	cursor: pointer;
}
acronym{
	border-bottom: 1px dotted black; /* Because IE */
}
acronym:hover{
	cursor: help; /* I need somebody */
}
a.icontooltip
{
	outline:none;
	text-decoration:none;
}

a.icontooltip span
{
	margin-top: 26px;
	margin-left: -26px;
	z-index:10;
	display:none;
	border-bottom: 1px solid dimgray;
	border-right: 1px solid dimgray;
}

a.icontooltip.blue span{
	/*outline: 1px solid #96afd0;*/
	background-color: #c3d5e9;
}

a.icontooltip.red span{
	/*outline: 1px solid #e22020;*/
	background-color: #f6b6b6;
}

a.icontooltip:hover span
{
	display:inline;
	position:absolute;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}