/* @override http://www.belwin.org/media/css/carbon.css */

/* @group Results */

#result {
	width: 570px;
	height: 250px;
	background-image: url(/media/carbon/traffic_bg.jpg);
}

#result, table#restore #prairie_restore, table#restore #forest_restore, table#restore #carbon {
	color: #fff;
	font: bold 25px Helvetica, Arial, Geneva, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-repeat: no-repeat;
	text-shadow: #000 0 0 5px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#restore {
	width: 500px;
	border-collapse: seperate;
}
#restore #carbon {
	width: 500px;
	height: 250px;
	background-image: url(/media/carbon/sky_bg.jpg);
}
#restore #prairie_restore {
	background-image: url(/media/carbon/prairie_bg.jpg);
	width: 250px;
	height: 250px;
}
#restore #forest_restore {
	background-image: url(/media/carbon/forest_bg.jpg);
	width: 250px;
	height: 250px;
}
#c, #restore #prairie_acres, #restore #forest_acres, #restore #carbon_tons {
	font-size: 75px;
}



/* @end */

/* @group Donation Details */

#donation_details {
}

#donation_details .title {
	font-size: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 10px
}

#donation_details th {
	padding-right: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	text-align: right;
}

#donation_details .data {
	font-size: 14px;
	padding-bottom: 5px;
}

#donation_details #carbon_donation td {
	padding-right: 10px;
}

#donation_details #contact_info th {
	padding-left: 10px;
}

#donation_details #dedication_info th {
	width: 150px;
}

#donation_details .bold th, #donation_details .bold td {
	font-weight: bold;
}
#donation_details .total th, #donation_details .total td {
	font: bold 20px Helvetica, Arial, sans-serif;
	background-color: #e6e6e6;
	padding-top: 5px;
	padding-bottom: 5px;
}
#donation_details td.right {
	text-align: right;
}



/* @end */

/* @group Buttons */

.buttons {
	width: 100%;
	margin-top: 10px;
}

.buttons a, .buttons button {
	font: bold 20px Helvetica, Arial, sans-serif;
	text-decoration: none;
	padding: 3px 5px;
	background-color: #ccc;
    border: 1px solid #999;
    color: #666;
}
.buttons a:active{
    background-color: #666;
    border: 1px solid #ccc;
    color: #fff;
}

.buttons a.positive, .buttons button.positive {
	color: #529214;
}
.buttons a.positive:hover, .buttons button.positive:hover {
	background-color: #E6EFC2;
    border: 1px solid #C6D880;
    color: #529214;
}
.buttons a.positive:active{
    background-color: #529214;
    border: 1px solid #529214;
    color: #fff;
}

.buttons a.negative, .buttons button.negative {
	color: #d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background: #fbe3e4;
    border: 1px solid #fbc2c4;
    color: #d12f19;
}
.buttons a.negative:active{
    background-color: #d12f19;
    border: 1px solid #d12f19;
    color: #fff;
}
/* @end */

#footnotes {
	font-style: italic;
	font-size: 12px;
	margin-top: 10px;
}