#downloadContainer{
	padding:0px;
}

#downloadCellHeader{
	background-color: #e5f7ff;
	border-bottom: 1px solid #fff;
	font-weight: bold;
	color: #eea32c;
	padding: 6px 8px 6px 10px;
}

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

#downloadCell p a{
	color: #7b7f09;
	text-decoration: none;
}
#downloadCell p a:hover{
	text-decoration: underline;
	color: #949901;
}
#downloadCellBottom{
	background-color: #e5f7ff;
	display: none;
}
