@charset "utf-8";
/* CSS Document */



/* Page Layout */

body {
	padding:0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	height: 100%;
	background-image: url(../images/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: center bottom;
}

#Outer {
	margin:0 auto;
	width:1170px;
	overflow: hidden;
	background-image: url(../images/bg_line.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

/* Header Layout */
#H1GlobalPageHeader {
	width: 1070px;
	height: 20px;
	margin: 0px;
	text-align: center;
	padding-right: 50px;
	padding-left: 50px;
}
#H1GlobalPageHeader h1{
	height: 20px;
	color: #B7DDE1;
	font-style: normal;
	font-weight: normal;
	text-align: right;
	margin: 0px;
	padding: 0px 7px 0px 0px;
	background-image: url(../images/bg_Headerh1.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: #0099CC;
}
#Header{
	width: 1070px;
	margin: 0px 50px 0px 50px;
	position: relative;
}

#LogoContainer a{
	height: 58px;
	width: 350px;
	display:block
	position: absolute;
	left: 60px;
	top: 0px;
	position: absolute;
	background-image: url(../images/HeaderLogogif.gif);
	background-repeat: no-repeat;
	text-indent: -5555px;
	z-index: 40;
	overflow: hidden;
}
#LogoContainer a:hover{
	height: 58px;
	width: 350px;
	position: absolute;
	left: 60px;
	top: 0px;
	background-image: url(../images/HeaderLogogif_f2.gif);
}
#HeaderMenu p.EngLink a{
	display: block;
	height: 17px;
	width: 75px;
	position: absolute;
	z-index: 30;
	top: 18px;
	right: 0px;
	background-image: url(../images/HeaderMenu_en.gif);
	background-repeat: no-repeat;
	text-indent: -5555px;
	overflow: hidden;
}
#HeaderMenu p.EngLink a:hover{
	background-image: url(../images/HeaderMenu_en_f2.gif);
}

#HeaderMenu p.JpnLink a{
	display: block;
	height: 17px;
	width: 75px;
	position: absolute;
	z-index: 30;
	top: 18px;
	right: 0px;
	background-image: url(../images/HeaderMenu_jp.gif);
	background-repeat: no-repeat;
	text-indent: -5555px;
	overflow: hidden;
}
#HeaderMenu p.JpnLink a:hover{
	background-image: url(../images/HeaderMenu_jp_f2.gif);
}


#Home #Header{
	width: 1070px;
	margin: 0px 50px 0px 50px;
	position: relative;
}
#Viewer{
	width: 1070px;
	height: 394px;
	background-color:#FFF;
	z-index: 10;
	margin-left:50px;
}


/*  Main content layout */

#Content{
	width: 950px;
	margin: 30px 110px 40px 110px;
	text-align:left;
	overflow: hidden;
}

#Column1{
	float:left;
	width:200px;
	min-width:200px;
	padding: 0px;
}
#Column2{
	float:right;
	width:680px;
	min-width:680px;
	text-align:left;
}

/*  Footer layout */
#Footer {
	height: 80px;
	margin: 0px;
	padding: 0;
	width: 100%;
	clear: both;
}


/* Global Elements
-----------------------------------------------------------------*/

#Column2 h1{
	color: #F45E6C;
	margin-bottom: 35px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 2px;
	border-top: 3px solid #E43034;
	border-bottom: 1px dotted #E43034;
	background-color: #FCFEF0;
}
#Column2 h2{
	color: #F45E6C;
	margin-top: 35px;
	margin-bottom: 18px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#Column2 h3{
	padding-bottom: 0px;
	border-bottom: 1px dotted #E43034;
	font-weight: bold;
	color: #333333;
	margin-top: 25px;
	margin-bottom: 10px;
}
#Column2 h4{
	color: #666666;
	margin-top: 20px;
	margin-bottom: 13px;
	border-left: 2px solid #E43034;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#Column2 p{
	margin-top: 0px;
	margin-bottom: 15px;
}
#Column2 em {
	font-weight: bold;
}
#Column2 a{
	text-decoration: none;
}
#Column2 a:hover{
	text-decoration: underline;
}
#Column2 ul {
	margin-top: 0px;
	margin-bottom: 16px;
}
#Column2 ul li{
	margin-bottom: 0.1em;
	margin-top: 0em;
	padding: 0px;
	line-height: 168%;
}
.red {
	color: #FF0033;
}
.blue {
	color: #3366CC;
}
.green {
	color: #009933;
}
.orange {
	color: #FF6633;
}

.Clear {
	clear:both;
}


/* PageNavigation 
-----------------------------------------------------------------*/
#PageNavigation {
	list-style:none;
	list-style-image:none;
	list-style-type:none;
	padding:0px;
}

.PageNavigationHead {
	display:block;
	border-bottom:dashed 1px #CC0000;
	color:#FFFFFF;
	font-size: 1.045em;
	line-height: 30px;
	background-color: #E43034;
	height: 30px;
	margin-bottom: 1px;
	padding-left: 28px;
	margin-top: -1px;
}

#PageNavigation ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 200px;
    zoom:1;
}

#PageNavigation li#Nav_home a{
	text-decoration: none;
	font-size: 1.045em;
	line-height: 44px;
	color: #FFFFFF;
	height: 44px;
	margin-bottom: 2px;
	padding-left: 28px;
	background-image: url(../images/Nav_home.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	background-color: #E43034;
	display: block;
}
#PageNavigation li#Nav_home a:hover{
	background-image: url(../images/Nav_home_f2.gif);
	background-color: #F45E6C;
}

#PageNavigation li#LangToggle a{
	text-decoration: none;
	font-size: 1.045em;
	line-height: 30px;
	color: #FFFFFF;
	height: 30px;
	margin-bottom: 2px;
	padding-left: 28px;
	background-repeat: no-repeat;
	background-position: 6px center;
	background-color: #E43034;
	display: block;
	margin-top:-1px;
}
#PageNavigation li#LangToggle a:hover{
	background-color: #F45E6C;
}

#PageNavigation li ul li a{
	display: block;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 28px;
	color: #787878;
	background-image: url(../images/Nav_circle.gif);
	background-repeat: no-repeat;
	background-position: 6px center;
	border-bottom: 1px dotted #CC6633;
	text-decoration: none;
	margin:0;
	margin-bottom:0px;
}
#PageNavigation li ul li.SelectedLong {
	color: #E43034;
	background-image: url(../images/Nav_circle_f2.gif);
	background-repeat: no-repeat;
	background-color: #FBFBEC;
	display: block;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 28px;
	background-position: 6px center;
	border-bottom: 1px dotted #CC6633;
	text-decoration: none;
	margin:0;
	margin-bottom:0px;
}

#PageNavigation li ul li.Selected {
	color: #E43034;
	background-image: url(../images/Nav_circle_f2.gif);
	background-repeat: no-repeat;
	background-color: #FBFBEC;
	display: block;
	padding-top: 12px;
	padding-bottom: 13px;
	padding-left: 28px;
	background-position: 6px center;
	border-bottom: 1px dotted #CC6633;
	text-decoration: none;
	margin:0;
	margin-bottom:0px;
}

#PageNavigation li ul li a:hover{
	color:#E43034;
	background-image: url(../images/Nav_circle_f2.gif);
	background-repeat: no-repeat;
}
#PageNavigation li ul li.DoubleLine a{
	padding-top: 8px;
	padding-bottom: 9px;
}
#PageNavigation a:hover{
	color:#E43034;
}


/* Home
-----------------------------------------------------------------*/
#Home h2 {
	line-height: 100%;
	font-weight: normal;
	color: #E43034;
	background-image: url(../images/top_h2_bar.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 120px;			
	margin-top: 0px;
	margin-bottom: 6px;
	/*padding-top: 18px;*/
	padding-left: 18px;		
	border-style: none;
}
#Home #Column2 h3 {
	font-weight: bold;
	color: #E43034;
	margin-bottom: 6px;
	clear: both;
	padding-top: 3px;
	margin-top: 1px;
	border-bottom-style: none;
}
#Home #Column2 h4 {
	padding-bottom: 1px;
	clear: both;
	border-bottom: 1px solid #CCCCCC;
	margin: 0px;
	border-left-style: none;
	padding-left: 1px;
}
#Home #Column2 h4 span{
	font: bold 14px Verdana, "Helvetica 55 Roman";
}
#Home #Column2 .LeadingArea {
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
}
#Home #Column2 .LeadingArea .RegistAreaHome {
	width: 168px;
	float: right;
	text-align: center;
	margin-right: 40px;
	background-image: url(../images/RegistHome_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding: 0px auto;
}
#Home #Column2 .LeadingArea .RegistAreaHome h3{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #0099CC;
	width: 168px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-image: url(../images/RegistHome_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	margin: 0px;
}
#Home #Column2 .LeadingArea .RegistAreaHome p{
	font-size: 12px;
	line-height: 140%;
	padding: 10px 13px;
	text-align:left;
}
#Home #Column2 .LeadingArea .RegistAreaHome .RegistAreaHome_btn a{
	height: 30px;
	width: 138px;
	text-indent: -9999px;
	display: block;
	margin-top: 12px;
	margin-right: 14px;
	margin-left: 14px;
	padding-bottom: 19px;
	padding-top: 6px;
	border-top: 1px dotted #0099CC;
	background-image: url(../images/RegistHome_btn.gif);
	background-repeat: no-repeat;
	background-position: center 10px;
	overflow: hidden;
}
#Home #Column2 .LeadingArea .RegistAreaHome .RegistAreaHome_btn a:hover{
	background-image: url(../images/RegistHome_btn_f2.gif);
}
#Home #Column2 .LeadingArea .RegistAreaHome_01 {
	margin: 0px;
	padding: 0px;
}
#Home #Column2 dl {
	margin-top: 0px;
	margin-bottom: 50px;
	overflow: hidden;
	width: 680px;
	background-color: #FFCC99;
}
#Home #Column2 dt {
	float: left;
	width: 412px;
}
#Home #Column2 dd {
	width: 242px;
	background-image: url(../images/home_bg_img_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 9px;
	float: right;
}
#Home #Column2 dd img{
	background-image: url(../images/home_bg_img_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 224px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

#Home #Column2 .innerBox {
	margin-top: 0px;
	margin-bottom: 20px;
	overflow: hidden;
	width: 680px;
}

#Home #Column2 .innerBoxLeft {
	float: left;
	width: 412px;
}
#Home #Column2 .innerBoxRight {
	width: 242px;
	float: right;
	text-align: center;
	background-image: url(../images/home_bg_img_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 9px;
}
#Home #Column2 .innerBoxRight img {
	background-image: url(../images/home_bg_img_bottom.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	width: 224px;
	padding-top: 0px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 9px;
}

/* Program
------------------------------------------------------------------------*/
#Program {
	width: 680px;
}
#Program h1{
	line-height: 50px;
	color: #E43034;
	background-color: #FCFEE0;
	height: 50px;
	width: 678px;
	border: 1px solid #E43034;
	text-indent: 8px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
#Program h2{
	line-height: 20px;
	color: #FFFFFF;
	background-color: #E43034;
	text-indent: 15px;
	height: 20px;
	width: 680px;
	margin-bottom: 20px;
	padding:2px 0 3px;
	margin-top: 0px;
	border-style: none;
}
#Program h3{
}
#Program .innerBox {
	width: 680px;
	margin-bottom: 20px;
	overflow: hidden;
}
#Program .innerBox img{
	margin-bottom: 2px;
	vertical-align: bottom;
}
#Program .innerBoxLeft {
	width: 430px;
	float: left;
}
#Program .innerBoxRight {
}

#Program .ActionPanel {
	width: 195px;
	float: right;
	text-align: center;
	margin-right: 0px;
	background-image: url(../images/RegistProgram_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 40px;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
}
#Program .ActionPanel h3{
	color: #FFFFFF;
	background-color: #0099CC;
	width: 195px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-image: url(../images/RegistProgram_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	margin: 0px;
}
#Program .ActionPanel h3 a {
	color: #FFFFFF;
}
#Program .ActionPanel p{
	font-size: 12px;
	line-height: 140%;
	padding: 4px 9px 0;
	text-align: left;
}
#Program .ActionPanel_btn a{
	background-image: url(../images/RegistProgram_btn.gif);
	background-repeat: no-repeat;
	background-position: center 12px;
	height: 22px;
	width: 163px;
	text-indent: -9999px;
	display: block;
	margin: 12px 14px 0 14px;
	padding-bottom: 28px;
	padding-top: 4px;
	border-top: 1px dotted #0099CC;
	overflow: hidden;
}
#Program .ActionPanel_btn a:hover{
	background-image: url(../images/RegistProgram_btn.gif);
}
#Program .ActionPanel_btn_EN a{
	background-image: url(../images/RegistProgram_btn_en.gif);
	background-repeat: no-repeat;
	background-position: center 12px;
	height: 22px;
	width: 163px;
	text-indent: -9999px;
	display: block;
	margin: 12px 14px 0 14px;
	padding-bottom: 28px;
	padding-top: 4px;
	border-top: 1px dotted #0099CC;
	overflow: hidden;
}
#Program .ActionPanel_btn_EN a:hover{
	background-image: url(../images/RegistProgram_btn_en_f2.gif);
}
#Program .ProgramDetails {
	clear: both;
	width: 680px;
}
#Program .ProgramDetails h3{
	color: #FFFFFF;
	background-color: #E43034;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 13em;
	text-align: center;
	margin: 0px;
}
#Program .CampDetails {
	background-color: #F2F2EE;
	margin: 0px;
}
#Program .CampDetails dl{
	width: 597px;
	margin: 0px 41px 24px 42px;
	padding-top: 34px;
	padding-bottom: 30px;
}
#Program .CampDetails dl dt{
	float: left;
	width: 114px;
	margin-bottom: 8px;
	padding-top: 3px;
	border-top: 3px solid #E43034;
}
#Program .CampDetails dl dd{
	width: 470px;
	margin-left: 117px;
	display: block;
	margin-bottom: 12px;
	padding-top: 4px;
	border-top: 1px solid #E43034;
	padding-left: 2px;
}


/* Schedule layout */
#Program #Schedule {
}
table#Schedule {
	margin-top:0px;
	width:100%;
}
table#Schedule thead{
	font-weight:bold;
	background-color:#DCDCD8;
	text-align:left;
	border-top: 2px solid #CCCCCC;
}
table#Schedule tbody{
	background-color:#EDEDE9;
}
table#Schedule tr{
	border-bottom: 1px dotted #CCCCCC;
}
table#Schedule td{
	padding:8px;
	vertical-align:text-top;
}
table#Schedule tr.Odd{
	background-color:#FAFAFA;
}
.Availability{
	text-align:center;
}
.DatesColumn {
	width:80px;
}
.ProgramColumn {
	width:200px;
}

.OpenToColumn {
	width:160px;
}
.LocationColumn {	
}
.AvailabilityColumn {
	width:46px;
	text-align: center;
}

#PricingTable .PricingTableHeader{
	font-weight:bold;
}

#PricingTable .DiscountLabelColumn{
	width: 200px;
}

#PricingTable .PriceColumn{
	width: 150px;
}


/* About
------------------------------------------------------------------------*/
#About .PullQuote {
	padding: 18px 18px 7px;
	background-color: #F8F8E9;
	margin-top: 10px;
	margin-bottom: 15px;
}
#About h3 span.staff{
	font-weight: normal;
	font-size: 0.85em;
	padding-left: 15px;
}


/* FAQ
------------------------------------------------------------------------*/
#FAQ h1 {
}
#FAQ p.Question {
	background-image: url(../images/faq_Questions.gif);
	background-repeat: no-repeat;
	background-position: 5px center;
	padding-left: 25px;
}
#FAQ p.Answer {
	border-left: 1px dotted #E43034;
	margin: -5px 40px 40px 45px;
	background-color: #F5F5F5;
	padding: 15px 30px;
	border-right: 1px dotted #E43034;
}


/*NEWS
------------------------------------------------------------------------*/

/*Parent*/
#ParentWrapper h3 {
	margin-left:  50px;
	width: 510px;
}
#ParentWrapper p {
	margin: 25px 50px;
	padding: 16px 25px 25px;
	/*border: 1px solid #E4E4E4;*/
	line-height: 270%;
	width: 460px;
	background-color: #FBFBF0;
}
#ParentWrapper p span {
	padding-bottom: 5px;
	border-bottom: 1px dashed #8BBC63;
}

#ParentWrapper p span span.ParentAttribution{
	padding-bottom: 0px;
	border-bottom: none;
	font-weight: bold;
	font-size: smaller;
}

#Image_Gallery{
	float:right;
	padding:3px 0 8px 8px;
}

.innerBox #Image_Gallery a, .innerBox #Image_Gallery img {
	margin:0;
	padding:0;
}

#Column2 #Gallery_Title{
	background-color:#222;
	color:#FFF;
	padding:4px 10px;
	text-align:right;
	font-size:0.98em;
}


/*Email*/

#Email form{
	/*background-color: #F8F8E9;*/
	padding: 10px 40px 25px;
	margin-bottom: 40px;
	background-color: #F2F2EE;
	margin-top: 40px;
}
#Email dl{
	width: 600px;
	margin: 0;
	padding: 0px;
	border-bottom: 1px solid #CCCCCC;
}
#Email dl dt{
	float: left;
	width: 154px;
	padding-top: 12px;
	padding-bottom: 11px;
	border-top: 1px solid #CCCCCC;
	padding-left: 4px;
}
#Email dl dd{
	width: 440px;
	margin-left: 156px;
	display: block;
	padding-top: 13px;
	border-top: 1px solid #CCCCCC;
	padding-left: 2px;
	padding-bottom: 13px;
	margin-bottom: 3px;
	line-height: 120%;
}
#Email span.FormComment{
	font-size: 0.9em;
	padding-left:8px;
}
#Email dl.DeleteMail{
	margin-top: 40px ;
}
#Email dl dd input.required {
	width: 312px;
}
#Email .submit_btn {
	margin-top: 10px ;
}
#Email form input#AddMailSubmit,#Email form input#DeleteMailSubmit{
	text-align: center;
	width: 8em;
	color: #FFFFFF;
	background-color: #3399FF;
	border-top: 1px solid #C9F3FE;
	border-left: 1px solid #C9F3FE;
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
}

/* Contact */
#Contact .LeadingArea .innerBoxLeft {
	float: left;
	width: 420px;
}
#Contact .LeadingArea .innerBoxLeft dl{
	margin: 0px;
	padding: 0px;
}
#Contact .LeadingArea .innerBoxLeft dl dt{
	float: left;
	width: 105px;
	border-top: 3px solid #999999;
	padding-top: 7px;
}
#Contact .LeadingArea .innerBoxLeft dl dd{
	margin-left: 107px;
	margin-bottom: 10px;
	line-height: 120%;
	border-top: 1px solid #999999;
	padding-top: 10px;
	padding-bottom: 10px;
}
#Contact .LeadingArea .RegistArea {
	width: 168px;
	float: right;
	text-align: center;
	margin-right: 30px;
	background-image: url(../images/RegistHome_bottom.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-top: 8px;
	padding-top: 0px;
	padding-right: auto;
	padding-bottom: 0px;
	padding-left: auto;
}
#Contact .LeadingArea .RegistArea_01 h3{
	font-size: 13px;
	color: #FFFFFF;
	background-color: #0099CC;
	width: 168px;
	padding-top: 3px;
	padding-bottom: 4px;
	background-image: url(../images/RegistHome_top.gif);
	background-repeat: no-repeat;
	background-position: center top;
	border-top-style: none;
	margin: 0px;
}
#Contact .LeadingArea .RegistArea_01 p{
	line-height: 120%;
	padding: 4px 9px 8px;
}
#Contact .LeadingArea .RegistArea_01 dl {
	margin: 0px;
	padding: 9px 9px 0px;
	text-align: left;
}
#Contact .LeadingArea .RegistArea_01 dl dt{
	margin: 0px;
	padding: 0px;
	line-height: 120%;
}
#Contact .LeadingArea .RegistArea_01 dl dd{
	padding: 0px 0px 8px;
	margin: 0px 0px 8px;
	border-bottom: 1px dotted #0099CC;
	line-height: 120%;
}


/* Registration 
------------------------------------------------------------------------*/

div#Column2.RegistrationForm {
	margin-right:135px;
}


#RegistrationForm h4{
	margin-bottom: 0px;
	background-color: #E2E2E0;
	margin-top: 50px;
}
#RegistrationForm dl{
	width: 620px;
	margin: 0 0 55;
	padding: 40px 30px 15px;
	background-color: #F2F2EE;
}
#RegistrationForm dl dt{
	float: left;
	width: 154px;
	padding-top: 12px;
	padding-bottom: 11px;
	border-top: 1px solid #CCCCCC;
	padding-left: 4px;
}
#RegistrationForm dl dd{
	width: 460px;
	margin-left: 156px;
	margin-bottom: 3px;
	padding-top: 13px;
	padding-bottom: 13px;
	padding-left: 2px;
	border-top: 1px solid #CCCCCC;
	line-height: 120%;
	display: block;
}
#RegistrationForm dl dd input[type="text"] {
	width: 200px;
}

/*
#RegistrationForm dl dd input.Textarea300x50 {
	width: 450px;
	height: 100px;
}*/

#RegistrationForm dl dd textarea {
	width: 400px;
	height: 100px;
}


#RegistrationForm dl dd input.Field200 {
	width: 200px;
}
#RegistrationForm dl dd input.FieldAllergy {
	width: 250px;
	margin-bottom:3px;
}
#RegistrationForm dl dd span.FormComment{
	font-size: 0.9em;
	padding-left:8px;
}

#RegistrationForm .submit_btn {
	margin-top: 10px ;
}
#RegistrationForm form input#RegSubmit, #RegistrationForm form input#RegReset{
	text-align: center;
	width: 8em;
	color: #FFFFFF;
	background-color: #3399FF;
	border-top: 1px solid #C9F3FE;
	border-left: 1px solid #C9F3FE;
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
}
#RegistrationForm dl#camper {
	width: 620px;
	margin: 0 0 30;
	padding: 20px 30px 15px;
	background-color: #F2F2EE;
}
#RegistrationForm dl#camper dt{
	border-top: 0px none;
	margin: 0px;
	padding: 0px;
}
#RegistrationForm dl#camper  dd {
	border-top: 0px none;
	padding: 0px;
}
#RegistrationForm dl#MarketingData  dt, #RegistrationForm dl#MarketingData  dd {
	border-top: 0px none;
	padding: 0px 0px 20px;
}
#RegistrationForm .error {
	color:red;
	padding-left:5px;
}

.StarRequired {
	visibility:visible;
	color:red;
	font-weight:bold;
}

.NoStarRequired {
	display:none;
}


/* Registration Thanks
------------------------------------------------------------------------*/
#RegistrationThanks table#PricingTable {
	background-color: #FAFAFA;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}
#RegistrationThanks table#PricingTable tr.PricingTableHeader td{
	background-color: #DCDCD8;
	padding: 2px 8px;
}
#RegistrationThanks table#PricingTable tr{
}
#RegistrationThanks table#PricingTable td{
	padding: 2px 8px;
	background-color: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}
#RegistrationThanks .account {
	padding: 15px;
	width: 450px;
	margin-top: 0px;
	margin-bottom: 20px;
	border: 1px solid #CCCCCC;
}

#RegistrationThanks dl{
	background-color: #FFFFFF;
	border: 1px solid #DFDFDF;
	width: 618px;
}
#RegistrationThanks dl dt{
	float: left;
	width: 153px;
	padding-top: 6px;
	padding-bottom: 7px;
	padding-left: 4px;
	border-top: 3px solid #CCCCCC;
	background-color: #FFFFFF;
	
}
#RegistrationThanks dl dd{
	background-color: #FFFFFF;
	width: 453px;
	margin-left: 158px;
	margin-bottom: 3px;
	padding-top: 9px;
	padding-bottom: 9px;
	padding-left: 5px;
	border-top: 1px solid #CCCCCC;
	line-height: 120%;
	display: block;
}



/* PrivacyConfirmation
------------------------------------------------------------------------*/
body#PrivacyConfirmation {
	text-align: left;
	margin: 70px;
	background-color: #FFFFFF;
	background-image: none;
}
#PrivacyConfirmation h2{
	color: #F45E6C;
	margin-top: 35px;
	margin-bottom: 18px;
	border: 1px solid #CCCCCC;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 5px;
}
#PrivacyConfirmation p{
	margin-bottom: 25px;
}
#PrivacyConfirmation .AgreeButton a{
	text-align: center;
	display: block;
	color: #FFFFFF;
	background-color: #3399FF;
	border-top: 1px solid #C9F3FE;
	border-left: 1px solid #C9F3FE;
	border-bottom: 1px solid #003366;
	border-right: 1px solid #003366;
	text-decoration: none;
	width: 16em;
	padding: 3px;
}

