@charset "UTF-8";
/* CSS Document */

.centerBodyFundraising {
	width: 630px;
	padding: 20px 10px 10px 10px;
	margin-left: 150px;
	background: #E7E8EA;
	min-height: 210px;
}
.dcWrapper {
	padding-bottom: 5px;
}
.featuredWrapper {
	margin-top: 10px;
	background: white;
}
.dcHeader {
	height: 70px;
	cursor: pointer;
}
.dcImage, .featuredImage {
	max-height: 60px;
	max-width: 220px;
}
.featuredImage {
	margin: auto;
	padding-top: 15px;
	padding-bottom: 30px;
	text-align: center;
}
.dcImageWrapper {
	height: 60px;
	width: 220px;
	text-align: center;
	float: left;
}
.dcName {
	background: url(../images/FundButtonBack.png) repeat;
	height: 25px;
	padding: 10px 0 0 10px;
	margin-left: 250px;
	font-size: 1.25em;
	font-weight: bold;
}
.featuredName {
	font-size: 1.25em;
	font-weight: bold;
	text-align: center;
}
.dcDescriptionOff {
	margin-top: -35px;
	margin-left: 250px;
 	visibility: hidden;
	display: none;
}
.dcDescriptionOn {
	margin-top: -35px;
	margin-left: 250px;
	padding: 10px;
	background-color: white;
	visibility: visible;
	display: block;
}
.featuredDescription {
	padding: 10px;
}
.cReceived {
	padding-top: 10px;
	text-align: right;
}
.featuredReceived {
	padding-top: 10px;
	text-align: center;
}
.dcUrl {
	padding-top: 10px;
	font-size: 1.25em;
}
.featuredUrl {
	padding-top: 10px;
	padding-bottom: 15px;
	font-size: 1.25em;
	text-align: center;
}
