/*
//-----------------------------------------------------------------------------

	myaccount.css
	
	version:	1.0
	date:		04/27/09
	author:		Dreamten Studios

	version history: [1.0]
	

// -----------------------------------------------------------------------------
*/


/*	My Account
-----------------------------------------------------------------------------*/

#account {
	margin-top:30px;
}

#account .line {
	margin-bottom:10px;
}

#first, #last {
	width:125px;
}

.please {
	padding-top:20px;
	font:12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	margin:0 0 10px 170px;
	clear:both;
}

#account #nickname, #account #email, #account #password, #account #password2 {
	width:270px;
}

.namespan {
	float:left;
	margin-right:10px;
}

.namespan label {
	display:block;
	font:italic 11px Georgia, "Times New Roman", Times, serif;
	color:#929292;
	margin:2px 0 8px;
}

#updateprofile {
	margin-top:20px;
}



/*	My Donation History
-----------------------------------------------------------------------------*/

.title-history {
	background:url(../images/title-history.gif) no-repeat;
	width:184px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:10px;
}

.title-recurring {
	background:url(../images/title-recurring.gif) no-repeat;
	width:220px;
	height:21px;
	overflow:hidden;
	text-indent:-9999px;
	margin-bottom:10px;
}

#history {
	width:580px;
	margin:15px 0 35px;
}

#history th {
	border-bottom:1px solid #a1a1a1;
	text-align:left;
	font:12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight:bold;
	color:#4a4a4a;
	padding:0 0 10px;
}

#history th a {
	color:#d48a1d;
	font:italic 11px Georgia, "Times New Roman", Times, serif;
	text-decoration:underline;
	margin:-15px 0 0 10px;
	float:right;
}

#history th a:hover, #history th a:active {
	color:#9e1d33;
	text-decoration:none;
}

#history td {
	font:11px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#4a4a4a;
	padding:5px 0;
	background:url(../images/dot.gif) 0% 100% repeat-x;
}

#history td a {
	text-decoration:none;
	color:#4a4a4a;
}

#history .total {
	background:none;
	color:#d48a1d;
	font:italic 14px Georgia, "Times New Roman", Times, serif;
	text-align:right;
	padding-top:10px;
}

#history .instructions {
	background:none;
	color:#929292;
	font:italic 11px Georgia, "Times New Roman", Times, serif;
	text-align:left;
	padding-top:10px;
}

#history .right {
	text-align:right;
}

#history tr.last td {
	border-bottom:1px solid #a1a1a1;
	background:none;
}

.over {
	background-color:#fff0db;
	color:#9e1d33 !important;
}

.over td, .over td a {
	color:#9e1d33 !important;
	text-decoration:none;
}



/*	My Donation Detail
-----------------------------------------------------------------------------*/

.title {
	text-indent:-9999px;
	overflow:hidden;
}

#title-donation {
	background:url(../images/title-donationinfo.gif) no-repeat;
	width:231px;
	height:19px;
}

#title-memorial {
	background:url(../images/title-memorialgiftinfo.gif) no-repeat;
	width:281px;
	height:19px;
}

#title-billing {
	background:url(../images/title-enterbillinginfo.gif) no-repeat;
	width:322px;
	height:23px;
}

#title-shipping {
	background:url(../images/title-entermailinginfo.gif) no-repeat;
	width:333px;
	height:23px;
}

#title-payment {
	background:url(../images/title-paymentinfo.gif) no-repeat;
	width:225px;
	height:23px;
}

.donation-table {
	width:580px;
	border-top:1px solid #a1a1a1;
	border-bottom:1px solid #a1a1a1;
	margin-bottom:30px;
}

.donation-table .left {
	width:170px;
	font-weight:bold;
}

.donation-table td {
	font:12px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color:#4a4a4a;
	padding:5px 0;
	background:url(../images/dot.gif) 0% 100% repeat-x;
	vertical-align:top;
}

.donation-table td.last {
	background:0;
}


/*	Edit Recurring Donation
-----------------------------------------------------------------------------*/

#recurring p {
	font:italic 11px/16px Georgia, "Times New Roman", Times, serif;
	margin-bottom:25px;
}

#recurring #recurring-left {
	float:left;
	display:inline;
	width:430px;
}

#recurring-right {
	float:left;
	display:inline;
	width:145px;
	padding-top:3px;
}

#recurring .line {
	margin-bottom:10px;
}

#recurring-card {
	width:230px;
}

#recurring-card-img img {
	margin:4px 0 5px 25px;
	float:left;
}

#recurring-name {
	width:230px;
}

#recurring-card-img {
	margin-left:10px;
}

#recurring-cvv2 {
	width:50px;
}

#recurring-cvv2-img {
	background:url(../images/cvv2.gif) no-repeat 250px 2px;
}

#recurring-exp-month {
	margin-right:5px;
}

#recurring-exp-month, #recurring-exp-year {
	width:115px;
	padding:5px;
	font-size:14px;
}