#downloadContainer{
	margin-bottom: 20px;
}

#downloadCellHeader{
	background-color: #ddd;
	border-bottom: 1px solid #666;
	font-weight: bold;
	color: #333;
	padding: 6px 8px 6px 10px;
}

#downloadCell{
}
#downloadCell p{
	border-bottom: 1px solid #ddd;
	background-color: #fff;
	padding: 4px;
	margin: 0px;
	color: #333;
}

#downloadCell p a{
	color: #666;
}
#downloadCell p a:hover{
	color: #000;
	text-decoration: underline;
}
#downloadCellBottom{
	display: none;
}

