body {
	margin: 0px;
	padding: 0px 0px 0px 49px;
	background-color: #FFFFFF;
	background-image: url('assets/gr_kidsbg.gif');
	background-repeat: repeat;
}

td, .maintext {
	font-family: Georgia, serif;
	color: #444444;
	font-size: 11px;
	font-style: normal;
	line-height: 20px
}

h1 {
	font-family: Georgia, serif;
	color: #444444;
	font-size: 17px;
	font-style: normal;
	line-height: 20px
}

a, a.maintext {
	font-family: Georgia, serif;
	color: #0078ca;
	font-size: 11px;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
}

a:hover, a.maintext:hover {
	text-decoration: underline;
	color: #AD6B63;
}

.registryblurbtext {
	font-family: Georgia, serif;
	color: #666666;
	font-size: 11px;
	font-style: normal;
	line-height: 20px
}

.title {
	font-weight: bold;
	color: #0078ca;
}

.eventtitle {
    font-size: 13px;
	font-weight: bold;
	color: #0078ca;
}

a.col1text:hover {
	text-decoration: underline;
}

img.insetright {
	float: right;
	display: inline;
	padding: 0px 0px 20px 20px;
}

img.insetleft {
	float: left;
	display: inline;
	padding: 0px 20px 20px 0px;
}

img.insetcenter {
	float: center;
	display: inline;
}

.signupform {
	background-color: #CBD2BA;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 3px;
	font-size: 10px;
	color: #666666;
}

.messagebox {
    width: 400px;
	background-color: #e9f39b;
	padding: 20px;
	border: medium double 0078ca;
}

#event_logobox {
	padding: 0px 20px 0px 0px;
}

#event_detailbox {
	padding: 0px 0px 0px 20px;
	border-left: 1px dotted #0078ca;
}

.registryform {
	background-color: #c9dd26;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 0px;
	padding: 3px;
	font-size: 10px;
	color: #222222;
}

.registrylogout {
	background-color: #0078ca;
	color: #ffffff;
}

.formbox {
	background-color: #FFF6DE;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

td.registryheaders {
	font-weight: bold;
	border-bottom: 1px solid #AAAAAA;
	border-top: 1px solid #AAAAAA;
}

td.registryfooter {
	border-top: 1px solid #AAAAAA;
}

td.registryrow {
	background-color: #e9f39b;
}

.copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

.copyrightserif {
	font-family: Georgia, serif;
	font-size: 11px;
	color: #999999;
	text-decoration: none;
}

a.copyrightserif:hover, a.copyright:hover {
	text-decoration: none;
	color: #666666;
}
	
.formerror {
    color: #C20000;
}