/**
 * Customer-specific
 */

body {
	font-family: verdana,tahoma,arial;
	font-size: 13px;
	color: #000;
	margin: 0; padding: 0;
	background: transparent;
}

div#container {
	margin: 20px;
}

td {
	font-size: 13px;
}

.fixedValue {
	margin: 2px 0;
}

#courseinfo th {
	font-weight: bold;
}

#courseinfo td, #courseinfo th {
	text-align: left;
	font-size: 13px;
	vertical-align: top;
	padding: 4px;
}

.thanks p {
	font-size: 13px;
}

h1, h2, h3 {
	color: #000; /* #9A1C1F */
}

h2 {
	font-size: 16px;
}

h3 {
	font-size: 14px;
	margin: 12px 0;
	color: #000;
}

/*
tr.fieldRow:hover td {
	border: 1px #000 dotted;
}
*/

.curFocus input, .curFocus textarea {
	background-color: #fff;  /* #fefcde; */
}

.curFocus {
	/* background: #eee; */
}

div.inputHint {
	font-size: 13px;
	margin: 10px 0 20px 0;
}

div.error {
	/* visibility: hidden; */
	font-size: 15px;
	margin: 5px 0;
}

.fieldRow div.error {
	visibility: visible;
	font-size: 13px;
	font-weight: bold;
	color: #9A1C1F;
	margin: 8px 8px 10px 4px;
}

.hasError input {
	
}

.fs {
	border: 0;
	margin: 0;
}


a, a:visited {
	color: #9A1C1F;
	text-decoration: none;
}

td.startDate {
	text-align: right;
}

.memberNote {
	font-size: 16px;
	background-color: #eee;
	padding: 10px;
}

.memberNote a, .memberNote a:visited {
	color: #9A1C1F;
}

.eventProgram {
	margin: 20px 0 20px 30px;
}


div#logo {
	float: right;
	margin-left: 10px;
}

#logo img {
	
}

ul.links li {
	margin-top: 5px;
}

.error {
	color: #9A1C1F;
}

td.name {
	font-weight: bold;
}

.required_asterisk {
	color: #000;
}

.thanks table {
	width: 100%;
}

.thanks table td {
	padding: 3px 0px;
}
