/* =Registration =============================================================*/
.registrationOption {
	padding: 0px 20px 20px 20px;
	margin: 0px 0 20px 0;	
	border-bottom: dashed 1px #DADADA;
}
.registrationOption h3, #myInformation h3, #guests h3, #secondConfirm h3, #confirmation h3 {
	color: #015294;
	text-transform: uppercase;
	font-size: 1.2em;
	margin: 0 0 5px 0;
	letter-spacing: -.5px;
	background: none;
}
.registrationOption ul {
	width: 240px;
	list-style-type: none;
	border: solid 1px #D0D793;
	padding: 3px;
	margin: 0;
}
.registrationOption ul li {
	padding: 2px;
	color: #565656;
}
.registrationOption ul li.selected, #guests .food ul li.selected {
	background-color: #CDF1FF;
}
#myInformation, #confirmation {	
	position: relative;
	padding: 20px;
	margin: 40px 0 20px 0;	
	background: #FFFFE7 url(images/fade-beige2.gif) repeat-x;
}
#myInformation h3, #confirmation h3 {
	position: absolute;
	top: -10px;
	left: 20px;
}

#myInformation label, #billingInformation label {
	clear: both;
	display: block;
	float: left;
	width: 150px;
	text-align: right;
}
#myInformation .textbox, #guestContactInfo .textbox, #billingInformation .textbox {
	width: 143px;
	padding: 2px;
	color: #B2B87A;
	font-weight: bold;
}
#myInformation .textbox, #myInformation .dropdown, #billingInformation .textbox {
	/*float: left;
	display: block;*/
	margin: 0 0 10px 10px;	
}
#myInformation table {
	border-collapse: collapse;
}
#myInformation table tr td {
	border-bottom: solid 1px #ccc;
	padding: 5px;
}
#myInformation table tr.last td {
	border-bottom: none;
}
#myInformation table tr.divider td {
	background-color: #F1F1BD;
}
#myInformation table td {

}	

.registrationOption .dropdown, #myInformation .dropdown {
	border: solid 1px #D0D793;
}

.registrationOption .radio {
	color: #FCAC01;
}
.bContinue {
	height: 20px;
	width: 100px;
	background: url(images/button-continue.gif) no-repeat;
	border: none;
	text-indent: -9999px;
	outline: none;
}
#firstSubmit, #secondSubmit {
	display: block;
	width: 100px;
	height: 20px;
	background: url(images/button-continue.gif) no-repeat;
	text-indent: -9999px;
	border: none;
	outline: none;
}
label.required {
	font-weight: bold;
}
/*// =Guests =================================================================*/
#guests {
	padding: 10px 20px 20px 20px;
	background: #B4D7EA url(images/fade-blue2.gif) repeat-x;
}
#guestStatus {
	text-align: center;
	margin: 10px 0 20px 0;
	padding: 6px 0 10px 0; /* -4 for the big number */
	border-top: dashed 1px #7EA1B4;
	border-bottom: dashed 1px #7EA1B4;	
	color: #686667;
}
#numberOfGuests {
	position: relative;
	top: 4px;
	font-size: 2em;
	font-weight: bold;
}
#addGuest {
	display: block;
	margin: 0 20px 0 20px;
	padding: 2px;
	text-align: center;
	color: #FFFFE7;
	background-color: #015294;
	outline: none;
}
#guests a {
  border-bottom: none;
}
#addGuestButton {
  vertical-align: middle;
}
#guestContactInfo {
	padding: 40px 0 20px 0;
	border-bottom: dashed 1px #7EA1B4;	
  margin-bottom: 20px;	
}
#guestContactInfo p {
	text-align: right;
	margin-bottom: 5px;
}
#guestForm div.food ul {
	list-style-type: none;
	border: solid 1px #D0D793;
	padding: 3px;
	margin: 0 0 20px 0;
	background-color: #fff;
}
#guests .food ul li {
	border: none;
	background-image: none;
	padding: 2px;
	color: #565656;
}
#cancelGuestButton:hover {
	cursor: pointer;
}
#guestList {
	margin-bottom: 20px;
}
body.inside #news #guestList ul {
	list-style-type: none;
}
body.inside #news #guestList ul li {
	position: relative;
	background-color: #BFE2F5;
	padding: 2px 20px 2px 10px;
	margin: 0 20px 5px 0;
	background-image: none;
	border: none;
	color: #015294;
}
body.inside #news #guestList ul li div {
	position: absolute;
	top: 0;
	width: 14px;
  height: 14px;
	right: -20px;
}
body.inside #news #guestList ul li div a {
  background: url(images/icon-remove.gif) no-repeat center center;
  text-indent:-9999px;
	outline: none;
	display: block;
}
#secondConfirm {
	margin: 20px 0 0 0;
}
/*// =Bread Crumbs ===========================================================*/
#registrationBreadCrumbs {
	list-style-type: none;
	margin: 0 0 40px 0;
}
#registrationBreadCrumbs li {
	display: inline;
	padding: 5px 5px 15px 5px;
	color: #777777;
	font-size: .8em;
	font-weight: bold;
}
#registrationBreadCrumbs li.on {
	background: #FCAC01 url(images/navigationArrow.gif) no-repeat center bottom;
	color: #fff;
}

/* =Confirmation =============================================================*/
#confirmation {
	padding-top: 0;
}
#confirmation table {
	border-collapse: separate;
	width: 100%;
	border-spacing: 0 10px;	
}
#confirmation table th {
	position: absolute;
	top: -9999px;
}
#confirmation table tr {
}
#confirmation table tr td {
	background-color: #F1F1BD;
}	
#confirmation table td.number {
	text-align: right;
}
#total {
	margin-top: 30px;
}
#total tr td.text, #total tr td.number {
	background-color: #FFFFE7;
}
#total tr td.text {
	font-size: 2em;
	line-height: 1.2em;
}
#total tr td.number {
	font-size: 3em;
	font-weight: bold;
	line-height: 1.2em;	
}
#confirmationForm div {
	text-align: right;
}
