body {
	font-family:Georgia, Serif;
	color:#000;
	background:#FFF;
	font-size:11pt;
	line-height:1.6em;
	padding:20px;
	}
a {
	text-decoration:none;
	color:#000;
	}
 
img {border:none;}

h1 {
	margin:0;
	padding:0;
	font-weight:normal;
	font-family:Arial, sans-serif;
	font-size:150%;
	}
	html>body h1 {
		margin:12px 0 0;
		}

h2 {
	font-size:110%;
	color:#000;
	margin:10px 0 5px;
	}

strong {color:#000;}

table {font-size:11pt;}

.please-note {display:none;}

h2.registrant {
	float:left;
	margin:0;
	padding:0;
	font-size:100%;
	}
	
.event {float:right;}

.registry-list-image {
	display:none;
}

.registry-info {
	margin:16px 0;
}

/*-- Site Structure --*/
#wrap {}
#header {
	display:none;
	}
#logo {
	float:left;
	margin:4px 0 0;
	width:228px;
	height:49px;
	background:url(../images/logo.gif) left top no-repeat;
	}
	body.registry #logo {
		background:url(../images/logo-registry.jpg) left top no-repeat;
		}
	body.registry #header {
		height:50px;
	}
#nav {display:none;}
#content{margin:20px 0 0;}
#footer {display:none;}
	

/* List Details Table */
table.details {
	margin:10px 0 30px;
	border-bottom:1px solid #999;
	}

table.details tr.header-row {
	background:#94AFCA;
	background:#EAEAEA;
	color:#333;
	text-align:left;
}

table.details tr.header-row th {
	padding:4px;
	border-top:1px solid #999;
	white-space:nowrap;
	}

table.details td {
	padding:8px 4px;
	border-top:1px solid #999;
}

.registry-header {
	padding:0;
	background:none;
	height:inherit;
	margin:0 0 10px;
	}

.printer-friendly {display:none;}

.registry-list-sort {display:none;}

p.address-form {display:block;}

.print-header {
	display:block;
	margin:10px 0 30px;
	padding:0;
}

.screen-controls {
	float:right;
}

.registrant {
	float:left;
	font-weight:bold;
}

.event {
	float:right;
	font-weight:bold;
}

/*-- Utilities --*/
.clear {
	clear:both;
	}

.required {
	color:#C00;
	}

.warning {
	color:#C00;
	padding:1px 0 1px 18px;
	background:url(../images/warning.gif) left 3px no-repeat;
	}
	span.warning {
		display:block;
		margin-bottom:10px;
	}
	
span.validate {
	color:#C00;
	padding:1px 0 1px 18px;
	}
	
.left {
	float:left;
	}
	
.right {
	float:right;
	}
	
.border-bottom {
	border-bottom:1px solid #000;
	}
