.expanded .content {
	display:block;
}

.shrunk .content {
	display:none;
}

.itnnetwork {
	border:1px solid #408080;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#990000;
}
.spacer {
	background-color:#CCCCCC;
}


img {
	max-height:50px;

	height:expression(document.body.clientHeight > 50? "50px": "auto" );
}
