
.ConfTitle {font-family: Arial, Helvetica, sans-serif; font-size: 16px; color: #3E4A4C; font-weight: bold; }


/***
 * Conference registration
 */
a.registerButton {
  display: block;
  margin-top: 10px;
  width: 90px;
  text-align: center;
  padding: 4px;
  border: 2px solid #acacac;
  background-color: #cfcfcf;
  color: #000000;
  text-decoration: none;
}
a.registerButton:hover {
  text-decoration: none;
  background-color: #aaaaaa;
  color: #ffffff;
}

input[type=submit].confirmRegisterButton,
a.confirmRegisterButton {
  display: block;
  margin-top: 10px;
  width: 100px;
  text-align: center;
  padding: 4px;
  border: 2px solid #8f2727;
  background-color: #c83737;
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
input[type=submit].confirmRegisterButton:hover,
a.confirmRegisterButton:hover {
  text-decoration: none;
  background-color: #8f2727;
  border: 2px solid #c83737;
}

table.registerSteps {
  margin: 0;
  padding: 0;
  font-family: sans-serif;
  font-size: 12px;
}
table.form {
  font-family: sans-serif;
  font-size: 12px;
}
table.form td,
table.form th {
  padding: 4px;
}
table.form tr td input,
table.form tr td select {
  font-size: 12px;
}
table.registerSteps th.registerConferenceName {
  background-color: #e6e6e6;
  padding: 10px;
  font-size: 14px;
  text-align: left;
}
table.registerSteps th.registerStep1,
table.registerSteps th.registerStep2,
table.registerSteps th.registerStep3
{
  width: 33%;
  vertical-align: middle;
  padding: 10px;
  margin: 0;
  font-size: 12px;
}
table.registerSteps th.registerStep1 { background-color: #999999; color: #dbe3de; }
table.registerSteps th.registerStep2 { background-color: #b3b3b3; color: #dbe3de; }
table.registerSteps th.registerStep3 { background-color: #cccccc; color: #c83737; }

table.registerSteps span.number {
  font-size: 52px;
  line-height: 38px;
  float: left;
}
table.registerSteps th.registerStep1 span.number { color: #b3b3b3; }
table.registerSteps th.registerStep2 span.number { color: #ececec; }
table.registerSteps th.registerStep3 span.number { color: #ffffff; }

table.registerSteps th {
  vertical-align: middle;
}
table.registerSteps td {
  padding: 5px;
  font-size: 12px;
}

table.addOns tr td {
  font-size: 12px;
  padding: 4px;
}
table.addOns tr:hover {
  background-color: #fafafa;
}

table.registerPack td {
  padding: 4px;
}
table.registerPack td.subTotal {
  border: 1px solid #cccccc;
  background-color: #fafafa;
}


/***
 * New registration process
 */
div.header {
  min-height: 30px;
  background: #8f2727 url("../images/cr_head_bkg.png") bottom right no-repeat;
  color: #ffffff;
  font-size: 18px;
  font-family: sans-serif;
  font-weight: bold;
  margin: 0;
  padding: 0;
  padding-left: 20px;
  padding-top: 15px;
}

table.crumbs tr.steps td {
  vertical-align: middle;
  padding: 5px;
  margin: 0;
  font-size: 12px;
  min-height: 30px;
  font-family: sans-serif;
}
table.crumbs tr.steps td.stepCrumb1 { background-color: #483e37; color: #6c5d53; }
table.crumbs tr.steps td.stepCrumb2 { background-color: #6c5d53; color: #917c6f; }
table.crumbs tr.steps td.stepCrumb3 { background-color: #917c6f; color: #ac9d93; }
table.crumbs tr.steps td.stepCrumb4 { background-color: #ac9d93; color: #c8beb7; }
table.crumbs tr.steps td.stepCrumb5 { background-color: #c8beb7; color: #e3dedb; }

table.crumbs tr.steps td .stepNumber {
  font-size: 24px;
  font-weight: bold;
  color: inherit;
}
table.crumbs tr.steps td *.stepLabel {
  font-size: 12px;
  font-weight: bold;
  color: inherit;
}
table.crumbs td.stepMarker {
  background-color: #8f2727;
  padding: 0;
  margin: 0;
}
table.crumbs td.stepMarker img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

div.footer {
  position: absolute;
  display: block;
  width: 100%;
  background-color: #8f2727;
  bottom: 0;
  min-height: 40px;
  vertical-align: middle;
  text-align: right;  
}
div.footer input {
  margin-right: 30px;
  margin-top: 7px;
}
h1, h2, h3, p, a, th, td {
  font-family: sans-serif;  
}
h1, h2, h3 {
  font-weight: bold;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
}
h1 { font-size: 16px; }
h2 { font-size: 14px; }
h3 { font-size: 12px; }

ul.question {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.question li {
  padding: 2px;
  font-size: 10px;
}

* html div.innerScroll { 
  height: expression( this.scrollHeight > 300 ? "300px" : "auto" ); /* sets max-height for IE */
}
div.innerScroll {
  max-height: 300px;
  overflow: auto;
}
.clear {
  float: none;
  clear: both;
}
div.flashMessage {
  margin: 0;
  padding: 0; 
	padding-left: 5px;
  background-color: #8f2727;
  color: #ffff00;
}
div.flashMessage p {
  margin: 0;
  padding: 0;
  font-size: 10px;
	font-weight: bold;
  border-bottom: 1px solid #efefef;
}

div.totalToPay {
  width: 200px;
  margin: 0;
  padding: 2px;  
  font-size: 32px;
  color: 00aa00;
  background-color: #eaeaea;
  border: 1px solid #cccccc;
  text-align: right;
}
div.totalToPay label {
  font-size: 14px;
  color: #000;
}
div.paymentOptions {
  float: right;
  background-color: transparent;
  padding: 0;
  margin: 0;
}
div.paymentOptions p {
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  font-size: 12px;
}
div.paymentOptions ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
div.paymentOptions ul li {
  display: inline;
  float: left;
  font-size: 12px;
  margin: 0;
  margin-right: 10px;
  padding: 0;
  text-align: center;
}