#snapshots {
	margin-top: 10px;
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

#history .icon {
}

#snapshots .filename {
	width: 25%;
}

#snapshots .filesize {
	width: 20%;
}

#snapshots .filedate {
	width: 30%;
}

#snapshots .filechecksum {
	width: 25%;
}

#snapshots .topic {
	margin-top: 20px;
	margin-bottom: 5px;
	font-weight: bold;
	text-decorationx: underline;
}

#snapshots table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #666666;
}

#snapshots th {
	background: #EEEEEE;
	border-bottom: 1px solid #666666;
	text-align: left;
	color: #000000;
	height: 23px;
	width: 180px;
	vertical-align: middle;
	padding-left: 4px;
}

#snapshots td { 
	vertical-align: top;
	overflow: hidden;
	border-bottom: 1px solid #666666;
	color: #666666;
	text-align: left;
	height: 23px;
	width: 180px;
	vertical-align: middle;
	padding-left: 4px;
}






