/*Standard Version*/

body {
	margin: 0px;
	background-color: #f5f5f5;
	background-image: url(ruledbg.png);
	background-attachment: fixed;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 14px;
	overflow-y: scroll;
	word-wrap: normal;
}

/*Spacers*/

.vspace {
	height: 15px;
}

.dsp {
	height: 28px;
}

.lgspace {
	height: 20vh;
}

.hrule {
	margin: 10px auto;
	width: 95%;
	height: 10px;
	background-image: url("hrule.png");
}

/*Grey headings*/

h2 {
	color: #8f8f8f;
	margin: 0px 0px 2px 5px;
	font-size: 14px;
}

/*Add another*/

h3 {
	float: right;
	margin-top: 40px;
	color: #1976bb;
	font-size: 14px;
}

h3 a:link {
	text-decoration: none;
	color: #1976bb;
	margin: 0px 0px 0px 5px;
	font-size: 14px;
}

h3 a:visited {
	text-decoration: none;
	color: #1976bb;
}

h3 a:hover {
	text-decoration: none;
	color: #6d8290;
}

h3 a:active {
	text-decoration: none;
	color: #1976bb;
}

.top {
	background-color: #1976bb;
	width: 100%;
	height: 50px;
	margin: 0px;
	padding: 0px;
}

.top p {
	color: white;
	float: left;
	font-size: 16px;
}

.top img {
	float: left;
	margin: 0px 10px 0px 5px
}

.top-inner {
	width: 1128px;
	height: 50px;
	margin: 0px auto;
}

.top-inner img {
	height: 93%;
	margin: 0px;
	border-bottom: 3px solid #1976bb;
}

.top-inner img:hover {
	height: 93%;
	margin: 0px;
	border-bottom: 3px solid #ffffff;
}

.no-over {
	float: left;
	height: 50px;
	overflow: hidden;
	border-bottom: 0px;
}

.no-over img:hover {
	border-bottom: 3px solid #1976bb;
}

/*.top-inner a:link{
	border-bottom: 3px solid #1976bb;
}

.top-inner a:visited{
	border-bottom: 3px solid #1976bb;
}

.top-inner a:hover{
	border-bottom: 3px solid #ffffff;
}

.top-inner a:active{
	border-bottom: 3px solid #ffffff;
}*/

.top-inner-r {
	float: right;
	height: 50px;
	margin: 0px auto;
}

.main-part {
	width: 1128px;
	margin: 20px auto 10px auto;
}

.top-box {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	border: 2px solid #d3d3d3;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.li-box {
	width: 100%;
	height: 30%;
	background-color: #ffffff;
	border: 2px solid #d3d3d3;
	margin-bottom: 10px;
	overflow: hidden;
	text-align: center;
}

.top-box p {
	font-weight: bold;
	position: relative;
	top: 25%;
	transform: translateY(-50%);
}

.norm-box,
.norm-box200,
.norm-box-long {
	width: 100%;
	margin: 0px auto 20px auto;
	background-color: #ffffff;
	background-image: url("bright.png");
	border: 2px solid #d3d3d3;
	overflow: hidden;
}

/*25% Columns*/

.sub-box-25 {
	position: relative;
	float: left;
	display: block;
	width: 25%;
	margin: 0px 0px 20px 5px;
	font-size: 12px;
	text-align: right;
}

.sub-box-sm {
	display: inline-block;
}

/*xxxxxx*/
.splitter,
.splitterb {
	width: 50%;
	float: left;
}

.splitter2 {
	width: 50%;
	float: left;
}

.sub-box-r {
	float: right;
	display: block;
	width: 20%;
	box-sizing: border-box;
	text-align: center;
}

.sub-box-r p,
.sub-box-r label {
	padding: 5px 25px;
	color: #ffffff;
}

.sub-box-r select {
	margin-top: 7px;
}

.sub-box-r a:link {
	text-decoration: none;
	font-size: 14px;
	color: #ffffff;
}

.sub-box-r a:visited {
	text-decoration: none;
	color: #ffffff;
}

.sub-box-r a:hover {
	text-decoration: underline;
	color: #ffffff;
}

.sub-box-r a:active {
	text-decoration: none;
	color: #ffffff;
}

/*33% Columns*/

label {
	display: inline-block;
}

.thirds {
	float: left;
	display: block;
	width: 33%;
	height: auto;
	font-size: 13px;
	text-align: center;
	margin-top: 12px;
}

.byline {
	float: right;
	display: block;
	width: calc(100% - 350px);
	height: 50px;
	font-size: 13px;
	text-align: center;
}

.byline2 {
	float: right;
	display: block;
	width: 55%;
	height: 50px;
	font-size: 13px;
	text-align: center;
}

.sub-box-33 {
	float: left;
	display: block;
	position: relative;
	width: 38%;
	margin: 0px 0px 20px 5px;
	font-size: 12px;
	text-align: right;
}

.sbutton {
	float: left;
	background-color: #2b71bc;
	height: 100%;
	width: 150px;
}

.sbutton p {
	color: white;
	font-size: 16px;
}


.sbutton a:link {
	display: block;
	font-size: 16px;
	text-decoration: none;
	padding: 15px 10px 15px 10px;
	border: 0px;
	color: #ffffff;
}

.sbutton a:visited {
	text-decoration: none;
	color: #ffffff;
}

.sbutton a:hover {
	text-decoration: none;
	border: 0px;
	color: #ffffff;
	background-color: #687d8b;
}

.sbutton a:active {
	text-decoration: none;
	color: #ffffff;
}

/*66% Column - and yes, I know its 78 but never mind*/

.sub-box-66 {
	float: left;
	display: block;
	width: 77%;
	margin: 0px;
	font-size: 12px;
	text-align: right;
	overflow: hidden;
}

.l-align {
	float: left;
}

/*CSS for inputs*/

.top-inner input[type=search] {
	display: inline;
	width: 180px;
	position: absolute;
	top: 10px;
	padding: 7px;
	margin: 0px 5px;
	background-color: #e0e7ed;
	background-image: url('sicon.png');
	background-repeat: no-repeat;
	padding-left: 30px;
}

.splitter input[type=text],
.splitter select,
.splitter input[type=email] {
	border: 2px solid #d3d3d3 !important;
	margin: 0px 10px 6px 10px !important;
	width: 90px !important;
}

.sub-box-sm select,
.sub-box-sm input[type=text] {
	border: 2px solid #d3d3d3;
	margin: 0px 10px 4px 10px;
	width: 70px;
}

.sub-box-m select,
.sub-box-m input[type=text] {
	border: 2px solid #d3d3d3;
	margin: 0px 10px 4px 10px;
	width: 150px;
}

.sub-box-25 input[type=date] {
	border: 2px solid #d3d3d3;
	margin: 4px 10px;
	width: 130px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

input[type=text]:focus,
input[type=email]:focus,
select:focus,
textarea:focus {
	outline: none;
	background-color: #dff7fe;
}

sub-box-r input[type="checkbox"] {
	padding: 10px;
}

sub-box-r input[type="checkbox"] {
	padding: 10px;
}

.sub-box-33 input[type=date] {
	border: 2px solid #d3d3d3;
	margin: 4px 10px;
	width: 130px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.sub-box-33 textarea {
	border: 2px solid #d3d3d3;
	margin: 0px 10px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.sub-box-33 input[type=password],
.sub-box-33 input[type=text],
.sub-box-33 select,
.sub-box-33 input[type=email] {
	border: 2px solid #d3d3d3;
	margin: 0px 10px 4px 10px;
	width: 260px;
}

.sub-box-33 input[type=date] {
	border: 2px solid #d3d3d3;
	margin: 0px 10px 4px 10px;
	width: 130px;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
}

.sub-box-33 input[type=file] {
	border: 2px solid #d3d3d3;
	margin: 0px 10px 10px 0px;
	width: 220px;
}

input[type=submit] {
	background-color: #2b70bc;
	border: none;
	color: white;
	padding: 16px 32px;
	margin-right: 3px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	box-sizing: border-box;
	cursor: pointer;
}

.submit-box {
	position: relative;
	float: left;
	display: block;
	height: 100%;
	font-size: 12px;
	text-align: left;
}

input[type=submit]:hover {
	position: static;
	background-color: #687d8b;
	color: white;
}

/*Wildcards*/

div[id*='helptext'] {
	float: right;
	margin-right: 10px;
	font-size: 11px;
	color: #444444;
	//        color: #bababa;
	width: 100%;
}

div[id*='table-wrap'] {
	float: left;
	display: block;
	width: 100%;
	background-color: #ffffff;
	margin: 0px;
	font-size: 12px;
	text-align: right;
	overflow: hidden;
}

div[id*='66'] {
	float: left;
	display: block;
	width: 77%;
	margin: 0px;
	font-size: 12px;
	text-align: right;
	overflow: hidden;
}

/*CSS for tables*/

.divTable {
	display: table;
	width: 100%;
	margin: 0px 0px 10px 0px;
}

.divTableRow {
	display: table-row;
}

.divTableHeading {
	display: table-header-group;
}

.divTableCell,
.divTableHead {
	display: table-cell;
}

.divTableHeading {
	display: table-header-group;
}

.divTableBody {
	display: table-row-group;
}

div.bookedtable {
	width: 100%;
	height: 230px;
	text-align: center;
	border-collapse: collapse;
}

.divTable.bookedtable .divTableCell,
.divTable.bookedtable .divTableHead {
	padding: 9px 3px;
}

.divTable.bookedtable .divTableBody .divTableCell {
	font-size: 12px;
}

.divTable.bookedtable .divTableRow:nth-child(even) {
	background: #F5F5F5;
}

div.oldtable {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.divTable.oldtable .divTableCell,
.divTable.oldtable .divTableHead {
	padding: 15px 3px;
}

.divTable.oldtable .divTableBody .divTableCell {
	font-size: 12px;
}

.divTable.oldtable .divTableRow:nth-child(even) {
	background: #F5F5F5;
}

.divTable.bookedtable .divTableBody .divTableCell a:link {
	text-decoration: none;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:visited {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:hover {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:active {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.oldtable .divTableBody .divTableCell a:link {
	text-decoration: none;
	color: #1976bb !important;
}

.divTable.oldtable .divTableBody .divTableCell a:visited {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.oldtable .divTableBody .divTableCell a:hover {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.oldtable .divTableBody .divTableCell a:active {
	text-decoration: underline;
	color: #1976bb;
}

div.paytable {
	width: 100%;
	text-align: center;
	border-collapse: collapse;
}

.divTable.paytable .divTableCell,
.divTable.paytable .divTableHead {
	padding: 15px 3px;
}

.divTable.paytable .divTableBody .divTableCell {
	font-size: 12px;
}

.divTable.paytable .divTableRow:nth-child(even) {
	background: #F5F5F5;
}

.divTable.bookedtable .divTableBody .divTableCell a:link {
	text-decoration: none;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:visited {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:hover {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:active {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.paytable .divTableBody .divTableCell a:link {
	text-decoration: none;
	color: #1976bb !important;
}

.divTable.paytable .divTableBody .divTableCell a:visited {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.paytable .divTableBody .divTableCell a:hover {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.paytable .divTableBody .divTableCell a:active {
	text-decoration: underline;
	color: #1976bb;
}

.div.admore {
	border-collapse: collapse;
}

.divTable.admore .divTableCell,
.divTable.admore .divTableHead {
	padding: 15px 3px;
	text-align: center;
}

.divTable.admore .divTableBody .divTableCell {
	font-size: 12px;
}

.divTable.admore .divTableRow:nth-child(even) {
	background: #F5F5F5;
	empty-cells: hide;
}

.divTable.bookedtable .divTableBody .divTableCell a:link {
	text-decoration: none;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:visited {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:hover {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.bookedtable .divTableBody .divTableCell a:active {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.admore .divTableBody .divTableCell a:link {
	text-decoration: none;
	color: #1976bb !important;
}

.divTable.admore .divTableBody .divTableCell a:visited {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.admore .divTableBody .divTableCell a:hover {
	text-decoration: underline;
	color: #1976bb;
}

.divTable.admore .divTableBody .divTableCell a:active {
	text-decoration: underline;
	color: #1976bb;
}

/*Individual Conference Page*/

#co-name p {
	font-weight: bold;
	padding-top: 10px;
	font-size: 20px;
	color: #2b71bc;
}

#co-pic img {
	float: left;
	margin: 15px;
	height: 500px;
}

#co-title p {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	color: #2b71bc;
}

#co-seats p,
#co-by p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

#co-details-title,
#co-moria p,
#co-venue p,
#co-date p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #000000;
}

#modalbtn {
	background-color: #2c71ba;
	border: solid 2px #ffffff;
	color: white;
	padding: 15px 40px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	width: 250px;
	margin-right: calc(50% - 125px);
}

#modalbtn:hover,
#modalbtn:active {
	border: solid 2px #2c71ba;
	background-color: #ffffff;
	color: #2c71ba;
	cursor: pointer;
}

#co-details-blurb {
	text-align: center;
}

#co-doxtext1,
#co-doxtext2,
#co-doxtext3,
#co-doxtext4,
#co-doxtext5 {
	margin: 0px 15px 15px 15px;
}

/*Modal CSS*/

/* The Modal (background) */

.modal {
	display: none;
	position: fixed;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: auto;
	background-color: rgb(37, 118, 179);
	background-color: rgba(37, 118, 179, 0.4);
}

/* Modal Content/Box */

.modal-content {
	position: relative;
	background-color: #fefefe;
	margin: 15% auto;
	padding: 20px;
	border: 3px solid #1e76b8;
	width: 1000px;
	background-image: url(lamop2.png);
	background-color: #ffffff;
	background-position: right;
	background-repeat: no-repeat;
	overflow: hidden;
	animation-name: animatetop;
	animation-duration: 0.4s;
}

.l-margin {
	float: left;
	display: block;
	position: relative;
	width: 5%;
	margin: 0px 0px 100px 20px;
}

.close {
	color: #aaa;
	float: right;
	font-size: 28px;
	font-weight: bold;
}

.close:hover,
.close:focus {
	color: black;
	text-decoration: none;
	cursor: pointer;
}

@keyframes animatetop {
	from {
		top: -300px;
		opacity: 0
	}

	to {
		top: 0;
		opacity: 1
	}
}

.sub-box-100 {
	width: 98%;
	margin: 1%;
}

.sub-box-70 {
	width: 70%;
	margin-left: 5%;
}

.bigtb textarea {
	width: 100%;
	height: 250px;
	margin-bottom: 15px;
}

.centered p {
	text-align: center;
	padding: 0px 5px 0px 5px;
	line-height: 150%;
}

div[id*='pre-pic'] img {
	width: 90%;
	margin: 10% 5% 10% 5%;
}

.sub-box-minor {
	float: left;
	display: block;
	position: relative;
	width: 15%;
	margin: 0px 0px 5px 5px;
	font-size: 12px;
	text-align: right;
}

.sub-box-major {
	float: left;
	display: block;
	position: relative;
	width: 63%;
	margin: 0px 0px 5px 5px;
	font-size: 12px;
	text-align: right;
}

div[id*='pre-name'] p {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	font-size: 16px;
	color: #2b71bc;
}

div[id*='pre-title'] p {
	text-align: center;
	font-weight: bold;
	padding-top: 5px;
	font-size: 14px;
	color: #2b71bc;
}


div[id*='pre-details-title'],
div[id*='pre-moria'] p,
div[id*='pre-venue'] p,
div[id*='pre-details-blurb'] p,
div[id*='pre-date'] p {
	text-align: center;
	font-size: 12px;
	color: #000000;
}

div[id*='pre-seats'] p {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='pre-more'],
div[id*='pre-book'] {
	margin: 0px 15px 15px 15px;
}

#logged-in p {
	text-align: center;
	font-weight: bold;
	padding-bottom: 10px;
}

.spacer img {
	width: 250px;
}

#pwexplain {
	text-align: center;
	line-height: 150%;
}

.sub-box-sm input[type=text] {
	border: 2px solid #d3d3d3;
	margin: 0px 0px 4px 4px;
	width: 120px;
}

.smltb textarea {
	width: 100%;
	height: 50px;
	margin-bottom: 15px;
}

/*final updates*/

.nudge {
	height: 9px;
}

div[id*='fback'] {
	text-align: center;
}

div[id*='sfback2'] div[id*='sfback'] p,
div[id*='fback'] p {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #000000;
}

div[id*='cfback'] p {
	text-align: center;
	font-size: 16px;
	line-height: 1.5;
	color: #2b71bc;
}

div[id*='fback'] a:link,
div[id*='cfback'] a:link {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='fback'] a:link,
div[id*='cfback'] a:visited {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='fback'] a:link,
div[id*='cfback'] a:hover {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='fback'] a:link,
div[id*='cfback'] a:active {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='co-link'] {
	text-align: center;
}

div[id*='co-link'] a:link {
	text-align: center !important;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='co-link'] a:visited {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='co-link']a:hover {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='co-link'] a:active {
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

#hide-conf {
	/*display: none;*/
}

#hide-session {
	/*display: none;*/
}

#hide-session2 {
	/*display: none;*/
}

/*New Coding 28-5-23*/

.sub-box-33-b {
	float: left;
	display: block;
	position: relative;
	width: 45%;
	margin: 0px 0px 20px 5px;
	font-size: 12px;
	text-align: right;
}


.divTableCell,
.divTableHead {
	font-weight: 200;
	display: table-cell;
	width: 30%;
	padding-bottom: 10px;
	line-height: 1.5;
}

.divTableRow {
	display: table-row;
	text-align: center;
}

.sub-norm-box {
	width: 100%;
	overflow: hidden;
}

div[id*='question'] {
	display: block;
	width: 100%;
	background-color: #fff;
}

div[id*='q-title'] p,
div[id*='q-price'] p {
	padding-left: 20px;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='q-text'] p {
	padding-left: 20px;
	font-size: 12px;
	color: #000;
}

div[id*='q-text-dd'] p {
	padding-left: 0px;
	font-weight: bold;
	text-align: center;
	font-size: 12px;
	color: #000;
}

div[id*='subtotal'] p {
	float: right;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}

div[id*='confirm'] p {
	float: right;
	font-weight: bold;
	font-size: 14px;
	color: #2b71bc;
}


.qhead {
	display: table;
	width: 40%;
}

.qhead-row {
	display: table-row;
	height: 30px;
}

.qhead-cell {
	border: 0px solid;
	display: table-cell;
	padding: 2px;
}

.qtext {
	display: table;
	width: 100%;
}

.qtext-row {
	display: table-row;
	height: 30px;
}

.qtext-cell {
	border: 0px;
	width: 82%;
	display: table-cell;
	padding: 2px;
	font-weight: normal;
	font-size: 12px;
	color: #000;

}

.vspace-w {
	height: 15px;
	background: #fff;
}

.grey-hr {
	width: 90%;
	border-top: solid 2px #f0f0f0;
	margin: 0 auto 0 auto;
}

.total p {
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.5;
	color: #2b71bc;
}


#modalbtn {
	margin-left: calc(50% - 125px);
}

/*this can be updated in the main css later*/