#registrationBlock {
	position: absolute;
	width: 680px;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;	
	overflow: visible;
	background-color: White;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: .75em;
	
}

#registrationBlock .header {
margin-bottom: 5px;
	padding-left: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-right: 0px;
	background-color: #0A8B53;
	color: White;
	font-size: 1.15em;
	font-weight: bold;
}

#regSummary table{
	position: relative;
	width: inherit;
	font-family: "Trebuchet MS", "Bitstream Vera Sans", verdana, lucida, arial, helvetica, sans-serif;
	font-size: .75em;
}



#parentContainer {
	position: relative;
	top: 5px;
	left: 10px;
	width: 660px;
	background-color: White;
}

.parentHeader {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.10em;
	font-weight: bold;
	color: #ccc;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}

#floatSection {
	float: left;
	border: 1px solid #ccc;
	width: 320px;
	margin-right: 2px;
	padding: 2px 0px 2px 5px;
}

#floatSection.parents {
	height: auto;
}

.sameButton {
	background-color: #F7CB33;
	font-size: .85em;
	font-weight: normal;
	border: .01em solid black;
	cursor: pointer;
}

.sameButton2 {
	background-color: #009933;
	padding: 3px 0px 3px 2px;
	color: white;
	font-size: .85em;
	font-weight: bold;
	border: .01em solid black;
	cursor: pointer;
}

.sameButton3 {
	background-color: #FF0000;
	padding: 3px 0px 3px 2px;
	color: white;
	font-size: .85em;
	font-weight: bold;
	border: .01em solid black;
	cursor: pointer;
}

.sameButton4 {
	background-color: #F7CB33;
	margin-left: 3px;
	padding: 3px 0px 3px 2px;
	color: black;
	font-size: .85em;
	font-weight: bold;
	border: .01em solid black;
	cursor: pointer;
}

#floatSection .subheader {
margin: 0;
padding-left: 3px;
padding-right: 5px;
	background-color: #0A838B;
	color: White;
	font-size: 1.15em;
	font-weight: bold;
}

.subheader .help {
float: right;
margin-top: -18px;
text-align: right;
font-size: inherit;
font-weight: bolder;
background-color: Blue;
color: white;
padding-left: 3px;
padding-right: 3px;
cursor: help;
}

.subheader .remove {
float: right;
margin-top: -18px;
text-align: right;
font-size: .70em;
font-weight: normal;
background-color: red;
color: white;
border: 1px solid white;
padding-left: 3px;
padding-right: 3px;
cursor: help;
}

.small {
	font-size: .90em;
	background-color: Red;
	border: .01em solid #000;
	color: White;
	display: block;
	padding: 2px;
}

#floatSection table{
clear: both;
padding: 5px 3px 5px 3px;
font-size: 1em;
}

#clearFloat {
	clear: left;
}

#playerContainer {
	position: relative;
	top: 5px;
	left: 10px;

	width: 660px;
	background-color: White;
	}

.playerHeader {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.10em;
	font-weight: bold;
	color: #ccc;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}

.playerHeader .addChild {
float: right;
margin-top: -22px;
margin-right: 10px;
text-align: right;
font-size: inherit;
font-weight: bolder;
color: white;
padding-left: 3px;
cursor: help;
}

#LineContainer {
	clear: right;
	font-size: .75em;
	width: 600px;
	
}

#LineContainer .subheader {
	margin: 0px;
	padding-left: 5px;
	padding-right: 0px;
	background-color: #0A838B;
	color: White;
	font-size: 1.15em;
	font-weight: bolder;
	display: block;
}

#LineContainer table {
	border: .01em solid #ccc;
	width: 650px;
	font-size: 1em;
}

#payContainer {
	position: relative;
	top: 5px;
	left: 10px;
	width: 660px;
	background-color: White;
	font-size: 1em;
	display: none;
}

.payHeader {
	padding: 5px;
	margin-left: 5px;
	margin-right: 5px;
	margin-bottom: 5px;
	font-size: 1.10em;
	font-weight: bold;
	color: #ccc;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #F7CB33;
}

#payContainer #float {
	float: left;
	width: 48%;
	padding-right: 1%;
	}
	
#payContainer #payClear {
clear: left;
}

	table#formtables{
	margin: 2px 0 2px 5px;
	width: 400px;
	padding-left: 5px;
	padding-right: 5px;
	}
	
	#formtables th{
	margin: 0;
	font-size: 75%;
	font-weight: normal;
	color: #7B573F;
	padding: 2px 5px 2px 2px;
	text-align: right;
	}
	
	#formtables td {
	font-size: 70%;
	}
	
	td.formnames {
	font-size: 75%;
	width: 100px;
	font-weight: normal;
	color: #7B573F;
	padding: 2px 5px 2px 2px;
	text-align: right;
	}

	#ccdetails {
	display: none;
	float: left;
	width: 48%;
	padding-right: 1%;
	}
	
	
	#cdetails {
	display: none;
	float: left;
	width: 48%;
	padding-right: 1%;
	}
