﻿body, th, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
}

a { 
	text-decoration: none;
}

h1 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 24px;
	font-weight: bold;
	color: #32496C;
}

a.DevButton {
    bottom: 10px;
    position: fixed;
    left: 10px;
}

a.LoginButton {
    bottom: 10px;
    position: fixed;
    right: 10px;
}

/* BEGIN Used by the Donate page to highlight the selected payment amount */
.radio-toolbar input[type="radio"] {
	opacity: 0;
	position: fixed;
	width: 0;
}

.radio-toolbar label {
	cursor: pointer;
	display: inline-block;
	background-color: #eee;
	padding: 10px 15px;
	font-family: sans-serif, Arial;
	font-size: 16px;
	border: 1px solid #ccc;
	border-radius: 4px;
}

	.radio-toolbar label:hover {
		background-color: #dfd;
	}

.radio-toolbar input[type="radio"]:checked + label {
	background-color: #bfb;
	border-color: #4c4;
}

.textbox-bad span {
	background-color: #fbb;
	border-color: #c44;
}

.textbox-bad input[type="text"] {
	border-color: #c44;
}

.textbox-good span {
	background-color: #bfb;
	border-color: #4c4;
}

.textbox-good input[type="text"] {
	border-color: #4c4;
}
/* END Used by the Donate page to highlight the selected payment amount */
