/*
Copyright (c) 2009, Jarkko Laine.

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

.donation_can_notice {
	padding: 10px;
	margin: 10px 0px 10px 0px;
	border: 1px solid #ccc;
	background-color: rgb(255, 254, 235);
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
}

#donation_can_dashboard .inside  {
margin-top: 0px !important;
}

#donation_can_dashboard .inside p.sub {
color: rgb(119, 119, 119);
font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
font-size: 13px;
font-style: italic;
padding: 5px 0px 0px 0px;
margin: 0px;
}

#donation_can_dashboard .table {
background: rgb(249, 249, 249);
border-bottom: 1px solid rgb(236, 236, 236);
border-top: 1px solid rgb(236, 236, 236);
margin: 0px -9px 10px;
padding: 0px 10px;
}

#donation_can_dashboard table {
	width: 100%;
}

#donation_can_dashboard table td {
border-top: 1px solid rgb(236, 236, 236);
padding: 3px 0px;
white-space: nowrap;
}

#donation_can_dashboard table tr.first td {
border-top: none;
}

#donation_can_dashboard td.waiting {
color: rgb(230, 111, 0);
}

#donation_can_dashboard td.failed {
color: red;
}

#donation_can_dashboard td.success {
color: green;
}

#donation_can_dashboard td.b {
font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif;
font-size: 14px;
padding-right: 6px;
text-align: right;
}

#donation_can_dashboard .t {
color: rgb(119, 119, 119);
font-size: 12px;
padding-right: 12px;
padding-top: 6px;
}

.goal-id-column {
	width: 150px;
}

.goal-sum-column {
	width: 100px;
}

#goal-id-div input, #goal-name-div input, #goal-div input, #page-id-div input, #goal-description-div textarea, #continue-button-text-div input, #notify-email-div input {
	width: 100%;
}

.donation_progress {
	height: 20px;
	padding: 4px;
	border: 1px solid #333;
	background-color: #fff;
	margin: 10px 0px 10px 0px;	
}

.donation_progress_container {
	padding: 0px;
	height: 28px;
}

.donation_progress_bar {
	background-color: #8a8;
	height: 20px;
}

.donation_meter {
	font-size: 10pt;
	padding: 5px 0px 10px 0px;
	margin: auto;
	overflow: auto;
}

#donation-submit-div div.inside {
	margin: 0px;
	padding: 0px;
}
