@charset "utf-8";
/* CSS Document */

/* Sponsorships */
.dsSponsorshipPage
{
	text-align:left;
	
}

.dsSponsorshipContent
{
	margin-bottom:20px;	 
}

.dsSponsorshipPageTable
{
}

.dsSponsorshipImageContainer {
	vertical-align:top;
	text-align:left;
	width: 100px;
	padding-right: 10px;
	float: left; 
	overflow:auto;
}

.dsSponsorshipTitle
{
    font-weight:bold;
    padding-bottom:10px;
}

.dsSponsorshipImage
{
	overflow:hidden;
}
.dsSponsorshipImage img
{
	width: 100px;
	height: 100px;
	margin: 0px 10px 5px 0px;
	float: left; 
}

.dsSponsorshipDetails
{
	
}

.dsSponsorshipInfo
{
	vertical-align:top;
	text-align:left;
	padding: 0px;

/*    width:400px; */
}

.dsSponsorshipName
{
    color:#6DA6C2;
	font-size:1.5em;
	font-weight:bold;
	
}

.dsSponsorshipPageContent
{
	padding:15px 5px;
	width: 380px;
	height: 185px;
	overflow:hidden;
}

.dsSponsorshipDonateButton
{
    font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #c8ee81;
	background: url(images/buttons/btn_grad.png) #80b539 repeat-x;
	margin-top:5px;
}

.dsSponsorshipInfoContainer
{
    background-color: #e3e3e3;
	margin-bottom: 3px;
	padding: 15px;
	overflow:hidden;
	text-align: left;
	font-size: 12px;
	color: #333333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

/*  child sponsorship details page  */

.dsSponsorshipDetailPageContent
{
	padding:35px 5px;
	width: 550px;
	height: 300px;
}

.dsSponsorshipDetailPage
{
	text-align:left;
	
}

.dsSponsorshipInfoContainer
{
    background-color: #e3e3e3;
	margin-bottom: 3px;
	padding: 15px;
	text-align: left;
	font-size: 12px;
	color: #333333;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.dsSponsorshipDetailsImageContainer {
	vertical-align:top;
	text-align:left;
	width: 300px;
	padding-right: 10px;
	float: left;
}

.dsSponsorshipDetailsImage
{
	overflow:hidden;
}

.dsSponsorshipDetailsName
{
    font-size: 26px;
}

.dsPledgeAttributeDetails
{
    
}

.dsPledgeAttributeLabel
{
    width: 130px;
    height: 20px;
    text-align: right;
    display: inline-block;
    padding-right:10px;
    color: #C3C3C3;
}

.dsPledgeAttributeValue
{
    width: 20px;
    text-align: left;
    display: inline-block;
}

.dsSponsorshipDetailsDonateButton
{
    font-weight: bold;
	font-size: 12px;
	color: #ffffff;
	height: 24px;
	line-height: 24px;
	padding: 6px 10px 6px 10px;
	border: 1px solid #c8ee81;
	background: url(images/buttons/btn_grad.png) #80b539 repeat-x;
	margin-top: 85px;
    display: block;
    width: 59px;
    float: right;
}

