table {
	width: 630px;
	border-spacing: 0;
}

table caption {
	color: #022845;
	font-size: 130%;
	padding: 0.5em 0.2em 0.5em 0;
	text-align: left;
}

thead th, tbody th {
	background: #5591C4;
	color: #333;
	font-weight: bold;
	padding: .2em .7em .2em .8em;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
}

thead th {
	font-size: 1em;
		color: #fff;
		padding:9px 5px;
}

tbody th {
	background: #dee2e9 url(images/bg_col1.gif) repeat-x;
}

tbody tr.odd th {
	background: #e2e2e2;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tbody th a, tbody th a:link, tbody th a:visited, tbody th a:hover, tbody th a:active {
	color: #2442b1;
	font-weight: bold;
	text-decoration: none;
	font-size: 1.1em;
}

tbody th a:hover {
	text-decoration: underline;
}

td a:link {
	color: #537fc3;
}

tbody th a:visited, td a:visited {
	color: #444;
}

th a:hover, td a:hover {
	text-decoration: none;
}

td {
	background: #f3f8fd url(images/bg_col2.gif) repeat-x;
	color: #07406B;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	padding: 0.5em 0.5em 0.5em 0.8em;
	vertical-align:top;
}

tr.odd td {
	background: #f8f8f8 url(images/bg_col3.gif) repeat-x;
	color: #444;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

tfoot th, tfoot td {
	background: #A0BFDC !important;
	padding: .5em .5em .5em .8em !important;
	color: #fff;
	text-align: left;
	border-top: 1px solid #fff;
	border-right: 1px solid #c6cdd8;
	border-bottom: 1px solid #c6cdd8;
	border-left: 1px solid #fff;
	
}

.greyblock {
	margin:5px 50px 10px 56px;
	padding:0 20px;
	background-color:#EEE;
	border:1px solid #AAA;
	width: 590px;
	float:left;
}

.greyblock h3 {
	font-size: 1.2em;
}

.infoblock {
	margin:5px 50px 10px 56px;
	padding:10px 20px;
	background-color:#FFF;
	border:1px solid #0045B0;
	color: #0045B0;
	font-size:1.1em;
	width: 590px;
	float:left;
	clear:left;
}

.orderBack {
	font-size:1.3em;
	font-weight:bold;
}

#donation-summary {
	font-size: 1.1em;
	margin-left: 56px;
	padding:10px 20px;
	background-color:#FFF;
	border:1px solid #0045B0;
	width: 300px;
}

#donation-summary .label {
	font-weight: bold;
	color: #0045B0;
	font-style: italic;
}

.edit-info {
	float: left;
}

.summary-item {
	position: relative;
}

/* --------- styles for fValidate ---------- */
input.errHilite, textarea.errHilite, select.errHilite {
	color:red;
	border:2px solid red;
}
.errHilite {
	color:red;
}

input.errHilite + label {
	color: red;
}

/* --------- /styles for fValidate ---------- */
