/* Formating CSS Document */

.textBlue {
	font-weight: bold;
	color: #6699CC;
}

.textBlue_Italic {
	font-weight: bold;
	font-style: italic;
	color: #6699CC;
}

/* Content Copy */

#contentCopy a {
	font-weight: bold;
	color: #6699CC;
	text-decoration: underline;
}

#contentCopy a:hover {
	text-decoration: none;
}

#contentCopy ul {
	margin: 0 0 0 15px;
	padding: 0;
}

#contentCopy ul li {
	margin: 0 0 25px 0;
	padding: 0 0 0 15px;
}

#contentCopy ul.ul_biographies {
	margin: 0 0 0 15px;
	padding: 0;
}

#contentCopy ul.ul_biographies li {
	margin: 0 0 5px 0;
	padding: 0 0 0 15px;
}

#contentCopy table#highlightTable {
	border: 1px solid #d5e3f2;
}

#contentCopy table#highlightTable td {
	text-align: left;
	vertical-align: top;
	padding: 10px;
}

.requiredField {
	color: #a70000;
}

.td_btnSubmit {
	padding: 28px 0 12px 0;
}

/* Registration Form */

.td_FormCn_rightCol {
	text-align: left;
	vertical-align: top;
	padding: 0 0 20px 35px;
}

#contentCopy table td table td.td_Form_leftCol {
	text-align: right;
	vertical-align: top;
	color: #616161;
	padding: 0 10px 10px 0;
}

#contentCopy table td table td select {
	width: 146px;
}

#contentCopy table td table td select.selectCountry {
	width: 214px;
}

.td_FormCn_rightCol table td input {
	width: 210px;
}

.td_Registration_btnSubmit {
	padding: 5px 0 25px 0;
}

/* Contact Us */

#ContactUs_Table td {
	padding-right: 20px;
}

#ContactUs_Table td p {
	margin: 0 0 3px 0;
}

#contentCopy table#ContactUs_Table td p a {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

#contentCopy table#ContactUs_Table td p a:hover {
	text-decoration: none;
}

/* Contact Form */

#ContactUs_Form_Table {
	margin: 0;
	padding-top: 30px;
}

#ContactUs_Form_Table td.td_Form_leftCol {
	text-align: right;
	vertical-align: top;
	color: #616161;
	padding: 0 10px 25px 0;
}

#ContactUs_Form_Table table td.td_Form_leftCol {
	text-align: right;
	vertical-align: top;
	color: #616161;
	padding: 0 10px 25px 0;
}

#ContactUs_Form_Table td.td_Form_rightCol {
	text-align: right;
	vertical-align: top;
	color: #616161;
	padding: 0 10px 25px 117px;
}

#ContactUs_Form_Table table td.td_Form_rightCol {
	text-align: right;
	vertical-align: top;
	color: #616161;
	padding: 0 10px 25px 117px;
}

#ContactUs_Form_Table td table td select {
	margin-bottom: 20px;
}

#ContactUs_Form_Table td table td textarea {
	width: 495px;
	height: 92px;
}

#ContactUs_Form_Table td.td_btnSubmit {
	text-align: right;
	padding-top: 15px;
}

/* Remind Me Later Form */

#RemindMeLater_Form_Table td.td_Form_leftCol {
	text-align: right;
	vertical-align: top;
	color: #616161;
	padding: 0 10px 10px 0;
}

/* About EAB Subpages */

	/* Conference Programme */
	
	#ConferenceProgramme_Table td {
		padding-bottom: 15px;
	}

	#ConferenceProgramme_Table td p {
		margin: 0 0 5px 0;
	}

	#ConferenceProgramme_Table td ul {
		margin: 0;
		padding: 0 0 0 20px;
	}
	
	#ConferenceProgramme_Table td ul li {
		margin: 5px 0 0 0;
		padding: 0 0 0 15px;
	}
	
	#ConferenceProgramme_Table td ul li.li_Topics {
		margin: 5px 0 0 30px;
		padding: 0 0 0 15px;
	}
	
	#ConferenceProgramme_Table td ul li a {
		color: #6699CC;
		font-weight: normal;
		text-decoration: underline;
	}
	
	#ConferenceProgramme_Table td ul li a:hover {
		text-decoration: none;
	}
	
	.td_ConferenceProgramme_Time {
		width: 170px;
		color: #13294F;
		font-weight: bold;
		padding: 0 40px 15px 0;
	}
	
	.ConferenceProgramme_footnote {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		color: #616161;
	}
	
	/* Speaker Biographies */
	
	.biographieSeparator {
		margin: 15px 0 15px 0;
	}
	
	#contentCopy img.speakersPic {
		margin: 0 0 15px 15px;
	}	
	
	/* Forum Location */

	#forum_location {
		margin: 0;
	}
	
	#forum_location p.textBlue {
		font-weight: bold;
		color: #6699CC;
		margin: 0 0 5px 0;
	}

	#forum_location table td p {
		font-weight: bold;
		margin: 0;
	}

	#forum_location table td ul {
		margin: 10px 0 25px 35px;
		padding: 0;
	}
	
	#forum_location table td ul li {
		margin: 0 0 5px 0;
		padding: 0 0 0 15px;
	}

	#forum_location a {
		font-weight: normal;
		color: #6699CC;
		text-decoration: underline;
	}

	#forum_location a:hover {
		text-decoration: none;
	}
	
/* Terms */

#terms_policy_legal p.textBlue {
	font-weight: bold;
	color: #6699CC;
	margin: 0 0 5px 0;
}

#terms_policy_legal p {
	margin: 0 0 20px 0;
}

#terms_policy_legal p a {
	color: #6699CC;
	font-weight: normal;
	text-decoration: underline;
}

#terms_policy_legal p a:hover {
	text-decoration: none;
}

	/* Policy List */

	#terms_policy_legal ul {
		margin: 0 0 20px 0;
		padding: 0 0 0 25px;
	}
	
	#terms_policy_legal ul li {
		list-style: decimal;
		margin: 5px 0 0 0;
		padding: 0 0 0 15px;
	}
	
/* Feedback Form */

#feedbackForm_Table {
	margin-top: 15px;
}

#feedbackForm_Table td {
	vertical-align: top;
	padding-bottom: 10px;
}

#feedbackForm_Table td.td_subQuestions {
	text-align: right;
	vertical-align: top;
	padding: 0 20px 5px 0;
}


#feedbackForm_Table td table td {
	padding: 0 5px 0 5px;
}

#feedbackForm_Table td textarea {
	width: 625px;
}

#feedbackForm_submitButton {
	float: right;
}

/* Subscribe Form */

#subscribeForm input {
	margin: 5px 0 5px 0;
}