#downloadContainer{
	margin-bottom: 20px;
}

#downloadCellHeader{
	background-color: #33b4ba;
	border-bottom: 2px solid #fff;
	font-weight: bold;
	color: #fff;
	padding: 6px 8px 6px 10px;
}

#downloadCell{
	padding-left: 4px;
	background-color: #ecf8f8;
}
#downloadCell p{
	border-bottom: 1px solid fff;
	padding: 4px;
	margin: 0px;
	color: #4a4a4a;
}

#downloadCell p a{
	color: #342375;
	text-decoration: none;
}
#downloadCell p a:hover{
	text-decoration: underline;
	color: #342375;
}
#downloadCellBottom{
	display: none;
}

