body {
	margin: 0;
}

.iceCmdLnk a:link, .iceCmdLnk a:active, .iceCmdLnk a:focus {
	color: #2F8199;
	font-size: 0.9em;
	font-style: italic;
	font-weight: normal;
	margin: 0;
	text-decoration: underline;
}

img {
	border: 0;
	max-width: 800px;
	width: expression(this.width > 800 ? "800px" : true);
}

.content {
	width: 100%;
}

.regColumnGrid {
	width: 100%;
}

.regColumnGrid td {
	vertical-align: top;
}

.indexentry {
	line-height: 12px;
	width: 100%;
}

.indexentry a:link, .indexentry a:active, .indexentry a:focus, .indexentry a:visited {
	background-image: url('images/link.gif');
	background-repeat: no-repeat;
	padding-left: 12px;
	text-decoration: none;
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
}

.indexentry a:hover {
	background-color: #94F8FB;
}

.outputHeader {
	font-weight: bold;
}

.icePnlDvr {
	width: 99%;
	margin: auto;
	height: 99%
}

.iceCmdLnk a:hover {
	color: #3581A5;
}

.cacheSection {
	border: 1px solid #D9D9D9;
	padding: 5px;	
	vertical-align: top;
}
