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