#donors-list a {
	text-decoration: none;
}
#donors-list th, #donors-list td {
	font-size: 12px;
}	

	#db dl dt {
		color: #fff;
		padding: 4px;
		border-top: 1px solid #7BACC1
		}
		#db dl dt span {
			font-size: 11px;
			font-weight: normal;
			display: block;
		}
	#db dl dd {
		color: #F8EBCB;
		padding: 0 4px 4px 4px;
		margin: -23px 0 0 300px;
		}
	#db form {
		width: 480px;
		margin: 0;
		}
	#db form dl dd {
		margin: -23px 0 0 300px;
		}


.logout, a.logout {
	font-weight: bold;
	color: #EF959B;
	}

.odd { background-color: #3294A6; }
.even { }

.interest { 
	font-weight: bold;
	background-color: #8EBE8C;
	}

.donor-add, .donor-remove, .success , .alert {
	padding-left: 22px;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	}

	.donor-add { background-image: url(../images/icons/add_blue.gif); }
	.donor-remove { background-image: url(../images/icons/delete_blue.gif); }

	.alert { background-image: url(../images/icons/alert_blue.gif); }
	.message .alert { background-image: url(../images/icons/alert.gif); }
		
	.success { background-image: url(../images/icons/success_blue.gif); }
	.message .success { background-image: url(../images/icons/success.gif); }

	/* --- error message --- */
	#flashMessage, .error_message {
		padding: 5px;
		line-height: 1.2em;
		font-weight: bold;
		border-width: 2px;
		border-style: solid;
		text-align: center;
		background-color: #fff;
	}
	#flashMessage {
		margin: 0 0 6px 0;
		border-color: #044659;
		color: #044659;
	}

	.error_message {
		border-color: red;
		color: red;
		width: 150px;
	}
		.error_message a, .message a {
			color: #1B8FA4;
		}
		.error_message a:hover, .message a:hover {
			color: red;
		}
