
* {
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #333;
 line-height: 1.4em;
}

body {
 margin: 0;
 padding: 0 10px;
 background-color: #fff;
}



/*****************/
/* HTML Elements */
/*****************/

.h1, h1 {
 color: #0023a0;
 font-size: 18px;
 font-weight: normal;
 margin: 0;
 padding: 0 0 10px 0;
}

.h2, h2 {
 color: #0023a0;
 font-size: 12px;
 margin: 0;
 padding: 0 0 10px 0;
 font-weight: bold;
}

.h3, h3 {
 display: block;
 margin: 0 0 10px 0;
 padding: 20px 0 10px 0;
 font-weight: bold;
 border-bottom: solid 1px #ffa203;
}

h1.whiteunderline, h2.whiteunderline, h3.whiteunderline {
 margin-bottom: 10px;
 padding-bottom: 5px;
 border-bottom: solid 1px #fff;
}

h1.greyunderline, h2.greyunderline, h3.greyunderline {
 margin-bottom: 10px;
 padding-bottom: 5px;
 border-bottom: solid 1px #bbb;
}

div.description, p {
 margin: 0;
 padding: 0 0 15px 0;
}

div.spacer {
 clear: both;
 height: 10px;
}

div.divider {
 clear: both;
 height: 15px;
 background-image: url(../images/greydivider.gif);
 background-repeat: no-repeat;
}

.b, b {
 font-weight: bold;
}

.i, i {
 font-style: italic;
}

ul.darkgrey li, .darkgrey, .darkgrey a, a.darkgrey {
 color: #333;
}
.darkgrey a:hover, a.darkgrey:hover {
 color: #000;
}

ul.blue li, .blue, .blue a, a.blue {
 color: #0023a0;
}
.blue a:hover, a.blue:hover {
 color: #000;
}

.red {
 color: #cb2027;
}

.green {
 color: #49A44D;
}

.orange {
 color: #ffa203;
}

hr.orange, .orangeunderline {
 border: none;
 border-bottom: solid 1px #ffa203;
}

ul {
 margin: 0;
 padding: 0;
}
ul ul {
 margin: 0;
 padding: 0 0 0 15px;
}
ul ul ul {
 margin: 0;
 padding: 0 0 0 30px;
}

ul li {
 list-style-position: inside;
 margin: 0;
 padding: 0;
}










/********************/
/* Forms and Inputs */
/********************/

form fieldset {
 margin: 0;
 padding: 0;
 border: none;
}

input.btn_plusminus, .btn_plusminus {
 clear: none;
 display: block;
 width: 35px;
 height: 10px;
 background-image: url(../images/btn_plusminus.png);
 background-repeat: no-repeat;
 background-color: transparent;
 border: none;
}

.btn_plusonly {
 background-position: 0px -10px;
}
.btn_minusonly {
 background-position: 0px -20px;
}
.btn_noplusminus {
 background-position: 0px -30px;
}

.btn {
 height: 26px;
}
.btn * {
 cursor: pointer;
}
.btn .left, .btn .right {
 display: block;
 float: left;
 width: 1px;
 height: 26px;
 margin: 0;
 padding: 0;
 background-image: url(../images/businessconference_btn_left.gif);
 background-repeat: no-repeat;
}
.btn .mid, .btn a.mid, .btn input.mid {
 display: block;
 /* float: left; */
 height: 26px;
 margin: 0;
 padding: 0 10px;
 border: none;
 background: none;
 background-image: url(../images/businessconference_btn_mid.gif);
 background-repeat: repeat-x;
 color: #333;
 border-left: solid 1px #0023a0;
 border-right: solid 1px #0023a0;
}

form.pinkbox fieldset, div.pinkbox, ul.pinkbox, table.pinkbox {
 width: auto;
 margin: 0 0 5px 0;
 padding: 10px;
 border: solid 1px #d0d7eb;
 background-color: #f3f5fb;
}
table.pinkbox {
 width: 100%;
}

form.lightpinkbox fieldset, div.lightpinkbox, ul.lightpinkbox {
 width: auto;
 margin: 0 0 5px 0;
 padding: 10px;
 border: solid 1px #c0c6da;
 background-color: #d0d7eb;
}


form div {
 clear: both;
}

form div.pinkbox div {
 clear: both;
 width: 100%;
 margin: 0 0 5px 0; /* This appear to affect only IE */
 padding: 0;
}

div.pinkbox input, select, div.pinkbox label, div.pinkbox .inputinfo {
 float: left;
 margin: 0;
 padding: 0;
}

div.pinkbox input, div.pinkbox select, div.pinkbox .input, div.pinkbox textarea {
 margin: 0 0 5px 0; /* This appears to affect all browsers other than IE */
 font-size: 10px;
 border: solid 1px #846163;
}
div.pinkbox input, div.pinkbox .input {
 line-height: 13px;
 padding: 1px 2px 1px 2px;
}

div.pinkbox label {
 width: 100px;
 margin: 2px 0 0 0;
}

div.pinkbox input, div.pinkbox textarea {
 width: 200px;
}

div.companyprofile label {
 width: 200px;
 margin: 2px 0 0 0;
}

div.companyprofile input, div.companyprofile textarea {
 width: 300px;
}

div.pinkbox .inputinfo {
 clear: none;
 margin: 0 0 0 100px;
 font-size: .9em;
}

div.pinkbox input.checkbox {
 float: left;
 width: 15px;
 margin: 2px 0 5px 0;
 border: none;
 text-align: left;
}
div.pinkbox label.checkbox, label.rightside, div.pinkbox .rightside {
 float: left;
 clear: none;
 width: auto;
 margin: 2px 10px 0 5px;
}
















#outerWrapper {
 margin: 0 auto;
 width: 900px;
 text-align: left;
 background-color: #fff;
}

#masthead {
 width: 100%;
}

#navbar {
 width: 100%;
 padding: 5px 0 10px 0;
}
#navbar a {
 display: block;
 float: left;
 height: 18px;
 padding: 9px 10px 0 10px;
 font-weight: bold;
 color: #0023a0;
 text-decoration: none;
 background-image: url(../images/businessconference_navbar_bg.gif);
 background-repeat: repeat-x;
 background-position: 0px -27px;
}
#navbar a:hover {
 color: #fff;
 text-decoration: none;
 background-position: 0px 0px;
}
#navbar .pipe {
 display: block;
 float: left;
 width: 1px;
 height: 32px;
 padding: 0 5px;
 background-image: url(../images/navbar_pipe.gif);
 background-repeat: no-repeat;
 background-position: 50% 0px;
}

#contenthead {
 width: 100%;
}

#mainWrapper {
 position: relative;
 width: 100%;
 min-height: 475px;
 margin: 10px 0 0 0;
}

#centercol {
 margin: 0 170px;
}
#centercol.noticketselecter {
 margin: 0 170px 0 0;
}

#leftcol {
 position: absolute;
 background-color: #fff;
 background-image: url(../images/businessconference_leftnav_bg.png);
 background-repeat: repeat-x;
 left: 0px;
 top: 0px;
 width: 160px;
 height: 100%;
}

#ticketsselector, #ticketsselector * {
 font-size: 11px;
}

#rightcol {
 position: absolute;
 top: 0px;
 width: 140px;
 margin: 233px 0 0 739px;
 padding: 10px;
 border-top: solid 1px #cdcdcd;
 border-right: solid 1px #999;
 border-bottom: solid 1px #999;
 border-left: solid 1px #cdcdcd;
}

#footer {
 width: 900px;
 margin: 0 auto;
 padding: 50px 0;
 text-align: center;
}









/******************/
/* Pricing Tables */
/******************/

table.pricingmatrix {
 width: 100%;
 border: solid 1px #ddd;
}

table.pricingmatrix, table.pricingmatrix tr {
 margin: 0;
 padding: 0;
}
table.pricingmatrix tr td {
 padding: 10px;
 border-top: solid 2px #fff;
 border-left: solid 2px #fff;
 border-spacing: 0;
 vertical-align: middle;
}

table.pricingmatrix tr td, table.pricingmatrix tr th {
 line-height: 1.1em;
 text-align: center;
}

table.pricingmatrix tr th {
 height: 40px;
 line-height: 20px;
 border-left: solid 2px #fff;
 padding: 0 5px 0 5px;
 vertical-align: middle;
}

table.pricingmatrix tr th, table.pricingmatrix tr td.rh {
 background-color: #dbe0f0;
}
table.pricingmatrix tr td.rh, table.pricingmatrix tr th.rh {
 width: 110px;
 border-left: none;
}

table.pricingmatrix tr {
 background-color: #f3f5fb;
}








/*****************/
/* Shopping Cart */
/*****************/

table.cart {
 width: 100%;
 border-bottom: solid 1px #d0d7eb;
}
table.noheader {
 border-top: solid 1px #d0d7eb;
 border-left: solid 1px #d0d7eb;
}

table.cart, table.cart tr {
 margin: 0;
 padding: 0;
 border-right: solid 1px #d0d7eb;
}
table.cart tr td {
 padding: 5px;
 border-left: solid 1px #d0d7eb;
 border-spacing: 0;
}
table.noheader tr td {
 border-left: none;
}

table.cart tr th {
 height: 20px;
 line-height: 20px;
 padding: 0 5px 0 5px;
 background-color: #dbe0f0;
 border-top: solid 1px #d0d7eb;
 border-left: solid 1px #d0d7eb;
}

table.cart tr {
 background-color: #f3f5fb;
}
table.cart tr.odd {
 background-color: #e8ebf5;
}
table.cart tr.seperated td {
 padding: 15px;
 border-top: solid 2px #d0d7eb;
}

table.cart tr th, table.cart tr td {
 color: #000;
}

div.steps {
 margin-top: 15px;
 color: #ccc;
 font-size: 16px;
}













/**********************************/
/* Error, Responses, and Feedback */
/**********************************/

div.error, div.notice, div.success {
 position: relative;
 width: auto;
 background-position: 10px 50%;
 background-repeat: no-repeat;
 border: solid 1px #666;
 padding: 3px 10px 3px 40px;
 margin: auto auto 10px auto;
 color: #fff;
 font-size: 12px;
 font-weight: bold;
}

div.error p, div.notice p, div.success p {
 padding: 0px;
 margin: 3px;
 color: #fff;
}
div.notice p {
 color: #000;
}

div.error {
 background-color: #F00A00;
 background-image: url(../images/icon_error.gif);
}
div.notice {
 background-color: #FFD800;
 background-image: url(../images/icon_notice.gif);
}
div.success {
 background-color: #009900;
 background-image: url(../images/icon_success.gif);
}

.invalid {
 background-color: #ef7975;
}

















