@import url("../css/infoBox.css") screen;
@import url("../css/tooltips.css") screen;

td.navigation-list a[href$='donate.html'] {
	background-color: rgb(253, 210, 57) !important;
    background-image:    linear-gradient(to bottom, rgb(252, 231, 162) 0%, rgb(253, 210, 57) 46%, rgb(234, 183, 0) 62%, rgb(251, 223, 123) 100%);
    background-image: -webkit-linear-gradient(center top , rgb(252, 231, 162) 0%, rgb(253, 210, 57) 46%, rgb(234, 183, 0) 62%, rgb(251, 223, 123) 100%);
    border-bottom-color:  #900000 !important;
    color: #FFF !important;
}
p.quote {
	margin-left: 50px;
	font: 10pt #333;
}
#paymentForm {
	border-radius: 0.75em;
	padding:8px;
	background-color:  rgb(240, 246, 200);
	background-image:    linear-gradient(to bottom, rgb(240, 246, 200) 0%, rgb(227, 240, 134) 34%, rgb(210, 229, 64) 58%, rgb(233, 246, 140) 100%);
	background-image: -webkit-linear-gradient(center top , rgb(240, 246, 200) 0%, rgb(227, 240, 134) 34%, rgb(210, 229, 64) 58%, rgb(233, 246, 140) 100%);
	box-shadow: 2px 2px 6px -1px rgba(0,0,0,0.4);
}
#paymentForm th{
	font: #000 10pt Arial,Non-Serif ;
	text-align: right;
}

#paymentForm td {
	text-align: left;
}
#usDonate {
	padding: 1px 5px;
}
#noDationLink:not(:hover) {
  color: #266;
}

.mini,
.miniquote {
	font-style: italic;
	font-size: 11pt;
	color: #707070;
}

.emp {
    color: #404060 !important;
	text-shadow: rgba(0,0,0,0.5) 2px 2px 1px;
}

.miniquote {
	max-width: 400px;
	text-align: justify;
}


h2.page-header a {
	font-weight: normal;
	color: #FFFF40 !important;
	text-shadow: #777 2px 2px 3px;
	margin: 0 2px 2px 0;
}

h2.page-header a:hover {
	margin:2px 0 0 2px;
	text-shadow: #777 1px 1px 2px;
	text-decoration: none;
}
h2.page-header a:active {
	margin:2px 0 0 2px;
	text-shadow: #777 0px 0px 2px;
	text-decoration: none;
}

.payLabel { white-space:nowrap; min-width:100px; }
.payLink, .payLabel { vertical-align: middle; }

